diff --git a/premium/authelia/23.9.2/.helmignore b/incubator/peppermint/0.0.1/.helmignore similarity index 100% rename from premium/authelia/23.9.2/.helmignore rename to incubator/peppermint/0.0.1/.helmignore diff --git a/incubator/peppermint/0.0.1/CHANGELOG.md b/incubator/peppermint/0.0.1/CHANGELOG.md new file mode 100644 index 00000000000..b8f74b84a0e --- /dev/null +++ b/incubator/peppermint/0.0.1/CHANGELOG.md @@ -0,0 +1,11 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [peppermint-0.0.1]peppermint-0.0.1 (2024-03-30) \ No newline at end of file diff --git a/incubator/peppermint/0.0.1/Chart.yaml b/incubator/peppermint/0.0.1/Chart.yaml new file mode 100644 index 00000000000..276fba2e895 --- /dev/null +++ b/incubator/peppermint/0.0.1/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: helpdesk + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.4 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open source ticket management & help desk solution. +home: https://truecharts.org/charts/incubator/peppermint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.png +keywords: + - peppermint + - tickets +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: peppermint +sources: + - https://github.com/Peppermint-Lab/peppermint + - https://github.com/truecharts/charts/tree/master/charts/incubator/peppermint + - https://hub.docker.com/r/pepperlabs/peppermint +type: application +version: 0.0.1 diff --git a/incubator/peppermint/0.0.1/README.md b/incubator/peppermint/0.0.1/README.md new file mode 100644 index 00000000000..7e59600739c --- /dev/null +++ b/incubator/peppermint/0.0.1/README.md @@ -0,0 +1 @@ +# README diff --git a/incubator/peppermint/0.0.1/app-changelog.md b/incubator/peppermint/0.0.1/app-changelog.md new file mode 100644 index 00000000000..920d7168069 --- /dev/null +++ b/incubator/peppermint/0.0.1/app-changelog.md @@ -0,0 +1,3 @@ + + +## [peppermint-0.0.1]peppermint-0.0.1 (2024-03-30) \ No newline at end of file diff --git a/incubator/peppermint/0.0.1/app-readme.md b/incubator/peppermint/0.0.1/app-readme.md new file mode 100644 index 00000000000..12076010eb8 --- /dev/null +++ b/incubator/peppermint/0.0.1/app-readme.md @@ -0,0 +1,8 @@ +An open source ticket management & help desk solution. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/peppermint](https://truecharts.org/charts/incubator/peppermint) + +--- + +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/premium/authelia/23.9.2/charts/common-20.2.4.tgz b/incubator/peppermint/0.0.1/charts/common-20.2.4.tgz similarity index 100% rename from premium/authelia/23.9.2/charts/common-20.2.4.tgz rename to incubator/peppermint/0.0.1/charts/common-20.2.4.tgz diff --git a/incubator/peppermint/0.0.1/ix_values.yaml b/incubator/peppermint/0.0.1/ix_values.yaml new file mode 100644 index 00000000000..001dd62cd1e --- /dev/null +++ b/incubator/peppermint/0.0.1/ix_values.yaml @@ -0,0 +1,58 @@ +image: + repository: pepperlabs/peppermint + pullPolicy: IfNotPresent + tag: latest@sha256:93ae8f722d5109f2466a7d90d1b023d9e05d2c9cf99d3723651e373355618361 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 10699 + api: + enabled: true + type: ClusterIP + ports: + api: + enabled: true + protocol: http + port: 5003 + +workload: + main: + podSpec: + containers: + main: + env: + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + SECRET: + secretKeyRef: + name: peppermint-secrets + key: SECRET + API_URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}' + +cnpg: + main: + enabled: true + user: peppermint + database: peppermint + +portal: + open: + enabled: true diff --git a/incubator/peppermint/0.0.1/questions.yaml b/incubator/peppermint/0.0.1/questions.yaml new file mode 100755 index 00000000000..6a9f2afd211 --- /dev/null +++ b/incubator/peppermint/0.0.1/questions.yaml @@ -0,0 +1,2985 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10699 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + + - variable: cnpg + group: Postgresql + label: "CloudNative-PG (CNPG)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: mode + label: Mode + description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' + schema: + type: string + default: "standalone" + enum: + - value: standalone + description: standalone + - value: replica + description: replica + - value: recovery + description: recovery + - variable: cluster + label: "Cluster Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 1 + - variable: singleNode + label: singleNode + schema: + type: boolean + default: true + hidden: true + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walStorage + label: "WAL Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: monitoring + label: "Monitoring Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: disableDefaultQueries + label: "disableDefaultQueries" + schema: + type: boolean + default: false + - variable: pooler + label: "Pooler Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + - variable: instances + label: Instances + schema: + type: int + show_if: [["enabled", "=", true]] + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + show_if: [["enabled", "=", true]] + default: false + - variable: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "revision" + schema: + type: string + default: "" + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: destinationPath + label: "destinationPath" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: retentionPolicy + label: "retentionPolicy" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "30d" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - variable: serverName + label: "serverName" + schema: + type: string + default: "" + - variable: revision + label: "revision" + schema: + type: string + default: "" + - variable: endpointURL + label: "endpointURL" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: method + label: "method" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "object_store" + - variable: backupName + label: "backupName" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "" + - variable: provider + label: "provider" + schema: + type: string + show_if: [["enabled", "=", true]] + default: "s3" + enum: + - value: s3 + description: S3 + - value: azure + description: Azure + - value: google + description: Google + - variable: s3 + label: "s3" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "s3"]] + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: accessKey + label: "accessKey" + schema: + type: string + default: "" + - variable: secretKey + label: "secretKey" + schema: + type: string + default: "" + - variable: azure + label: "azure (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "azure"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: connectionString + label: "connectionString" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: storageKey + label: "storageKey" + schema: + type: string + default: "" + - variable: storageSasToken + label: "storageSasToken" + schema: + type: string + default: "" + - variable: containerName + label: "containerName" + schema: + type: string + default: "" + - variable: serviceName + label: "serviceName" + schema: + type: string + default: "blob" + - variable: inheritFromAzureAD + label: "inheritFromAzureAD" + schema: + type: boolean + default: false + - variable: google + label: "google (EXTREMELY EXPERIMENTAL)" + schema: + additional_attrs: true + type: dict + show_if: [["provider", "=", "google"]] + attrs: + - variable: path + label: "path" + schema: + type: string + default: "/" + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + - variable: gkeEnvironment + label: "gkeEnvironment" + schema: + type: string + default: "" + - variable: applicationCredentials + label: "applicationCredentials" + schema: + type: string + default: "" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/premium/authelia/23.9.2/templates/NOTES.txt b/incubator/peppermint/0.0.1/templates/NOTES.txt similarity index 100% rename from premium/authelia/23.9.2/templates/NOTES.txt rename to incubator/peppermint/0.0.1/templates/NOTES.txt diff --git a/incubator/peppermint/0.0.1/templates/_secrets.tpl b/incubator/peppermint/0.0.1/templates/_secrets.tpl new file mode 100644 index 00000000000..215abc74b39 --- /dev/null +++ b/incubator/peppermint/0.0.1/templates/_secrets.tpl @@ -0,0 +1,13 @@ +{{/* Define the secrets */}} +{{- define "peppermint.secrets" -}} +{{- $secretName := (printf "%s-peppermint-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }} + +{{- $secretKey := randAlphaNum 64 -}} + + {{- with lookup "v1" "Secret" .Release.Namespace $secretName -}} + {{- $secretKey = index .data "SECRET" | b64dec -}} + {{- end }} +enabled: true +data: + SECRET: {{ $secretKey }} +{{- end -}} diff --git a/incubator/peppermint/0.0.1/templates/common.yaml b/incubator/peppermint/0.0.1/templates/common.yaml new file mode 100644 index 00000000000..d38696b1327 --- /dev/null +++ b/incubator/peppermint/0.0.1/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Render secrets for peppermint */}} +{{- $secrets := include "peppermint.secrets" . | fromYaml -}} +{{- if $secrets -}} + {{- $_ := set .Values.secret "peppermint-secrets" $secrets -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/premium/authelia/23.9.2/values.yaml b/incubator/peppermint/0.0.1/values.yaml similarity index 100% rename from premium/authelia/23.9.2/values.yaml rename to incubator/peppermint/0.0.1/values.yaml diff --git a/incubator/peppermint/item.yaml b/incubator/peppermint/item.yaml new file mode 100644 index 00000000000..5fd7fe945fc --- /dev/null +++ b/incubator/peppermint/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.png +categories: + - helpdesk +screenshots: [] diff --git a/premium/authelia/23.9.2/CHANGELOG.md b/premium/authelia/23.9.2/CHANGELOG.md deleted file mode 100644 index 9024908afd1..00000000000 --- a/premium/authelia/23.9.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) - -- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) - - -## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) - -- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) - - -## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) - -- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) - - -## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/premium/authelia/23.9.2/Chart.yaml b/premium/authelia/23.9.2/Chart.yaml deleted file mode 100644 index 3eca7ec1712..00000000000 --- a/premium/authelia/23.9.2/Chart.yaml +++ /dev/null @@ -1,54 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 4.38.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Authelia is a Single Sign-On Multi-Factor portal for web apps -home: https://truecharts.org/charts/premium/authelia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png -keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: authelia -sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - - https://github.com/truecharts/charts/tree/master/charts/premium/authelia - - https://ghcr.io/authelia/authelia -type: application -version: 23.9.2 diff --git a/premium/authelia/23.9.2/app-changelog.md b/premium/authelia/23.9.2/app-changelog.md deleted file mode 100644 index 0946edb0284..00000000000 --- a/premium/authelia/23.9.2/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) - -- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) \ No newline at end of file diff --git a/premium/blocky/14.6.2/.helmignore b/premium/authelia/23.9.4/.helmignore similarity index 100% rename from premium/blocky/14.6.2/.helmignore rename to premium/authelia/23.9.4/.helmignore diff --git a/premium/authelia/23.9.4/CHANGELOG.md b/premium/authelia/23.9.4/CHANGELOG.md new file mode 100644 index 00000000000..5906a11ac08 --- /dev/null +++ b/premium/authelia/23.9.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authelia-23.9.4](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) + +- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) + + +## [authelia-23.9.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) + +- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) + + +## [authelia-23.9.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) + +- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) + + +## [authelia-23.9.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.3) (2024-03-27) \ No newline at end of file diff --git a/premium/authelia/23.9.4/Chart.yaml b/premium/authelia/23.9.4/Chart.yaml new file mode 100644 index 00000000000..4378fc760eb --- /dev/null +++ b/premium/authelia/23.9.4/Chart.yaml @@ -0,0 +1,54 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 4.38.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/charts/premium/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authelia +sources: + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia + - https://github.com/truecharts/charts/tree/master/charts/premium/authelia + - https://ghcr.io/authelia/authelia +type: application +version: 23.9.4 diff --git a/premium/authelia/23.9.2/LICENSE b/premium/authelia/23.9.4/LICENSE similarity index 100% rename from premium/authelia/23.9.2/LICENSE rename to premium/authelia/23.9.4/LICENSE diff --git a/premium/authelia/23.9.2/README.md b/premium/authelia/23.9.4/README.md similarity index 100% rename from premium/authelia/23.9.2/README.md rename to premium/authelia/23.9.4/README.md diff --git a/premium/authelia/23.9.4/app-changelog.md b/premium/authelia/23.9.4/app-changelog.md new file mode 100644 index 00000000000..7f53cabb800 --- /dev/null +++ b/premium/authelia/23.9.4/app-changelog.md @@ -0,0 +1,31 @@ + + +## [authelia-23.9.4](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534)) + +- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338)) \ No newline at end of file diff --git a/premium/authelia/23.9.2/app-readme.md b/premium/authelia/23.9.4/app-readme.md similarity index 100% rename from premium/authelia/23.9.2/app-readme.md rename to premium/authelia/23.9.4/app-readme.md diff --git a/premium/authelia/23.9.4/charts/common-20.2.10.tgz b/premium/authelia/23.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/authelia/23.9.4/charts/common-20.2.10.tgz differ diff --git a/premium/authelia/23.9.2/charts/redis-13.2.2.tgz b/premium/authelia/23.9.4/charts/redis-13.2.2.tgz similarity index 100% rename from premium/authelia/23.9.2/charts/redis-13.2.2.tgz rename to premium/authelia/23.9.4/charts/redis-13.2.2.tgz diff --git a/premium/authelia/23.9.2/ix_values.yaml b/premium/authelia/23.9.4/ix_values.yaml similarity index 100% rename from premium/authelia/23.9.2/ix_values.yaml rename to premium/authelia/23.9.4/ix_values.yaml diff --git a/premium/authelia/23.9.2/questions.yaml b/premium/authelia/23.9.4/questions.yaml similarity index 100% rename from premium/authelia/23.9.2/questions.yaml rename to premium/authelia/23.9.4/questions.yaml diff --git a/premium/blocky/14.6.2/templates/NOTES.txt b/premium/authelia/23.9.4/templates/NOTES.txt similarity index 100% rename from premium/blocky/14.6.2/templates/NOTES.txt rename to premium/authelia/23.9.4/templates/NOTES.txt diff --git a/premium/authelia/23.9.2/templates/_configmap.tpl b/premium/authelia/23.9.4/templates/_configmap.tpl similarity index 100% rename from premium/authelia/23.9.2/templates/_configmap.tpl rename to premium/authelia/23.9.4/templates/_configmap.tpl diff --git a/premium/authelia/23.9.2/templates/_secrets.tpl b/premium/authelia/23.9.4/templates/_secrets.tpl similarity index 100% rename from premium/authelia/23.9.2/templates/_secrets.tpl rename to premium/authelia/23.9.4/templates/_secrets.tpl diff --git a/premium/authelia/23.9.2/templates/common.yaml b/premium/authelia/23.9.4/templates/common.yaml similarity index 100% rename from premium/authelia/23.9.2/templates/common.yaml rename to premium/authelia/23.9.4/templates/common.yaml diff --git a/premium/blocky/14.6.2/values.yaml b/premium/authelia/23.9.4/values.yaml similarity index 100% rename from premium/blocky/14.6.2/values.yaml rename to premium/authelia/23.9.4/values.yaml diff --git a/premium/blocky/14.6.2/CHANGELOG.md b/premium/blocky/14.6.2/CHANGELOG.md deleted file mode 100644 index aab91b1b999..00000000000 --- a/premium/blocky/14.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blocky-14.6.2](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.2) (2024-03-27) - -### Chore - - - -- update values.yaml to reflect default blacklist/whitelist changes - -- bump blocky - -- update and annotate default DNS servers - -- remove non-functional blocklist - -- bump to release new default blocklists - -- bump blocky to apply whitelist/blacklist changes - -- bump to release updated default DNS servers - -- move blocky default lists directly to template - -- release lower blocky default lookup timeouts - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - - - -- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658)) - -### Feat - - - -- add pihole default blocklists as well. - -- add default blocklist, default whitelist, default group and enable customised prefetcher - - -## [blocky-14.6.2](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.2) (2024-03-27) - -### Chore - - - -- update values.yaml to reflect default blacklist/whitelist changes - -- bump blocky - -- update and annotate default DNS servers - -- remove non-functional blocklist - -- bump to release new default blocklists - -- bump blocky to apply whitelist/blacklist changes - -- bump to release updated default DNS servers - -- move blocky default lists directly to template - -- release lower blocky default lookup timeouts - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - diff --git a/premium/blocky/14.6.2/Chart.yaml b/premium/blocky/14.6.2/Chart.yaml deleted file mode 100644 index 8e24c3067da..00000000000 --- a/premium/blocky/14.6.2/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 0.23.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go -home: https://truecharts.org/charts/premium/blocky -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png -keywords: - - dns - - blocky -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blocky -sources: - - https://github.com/Mozart409/blocky-frontend - - https://0xerr0r.github.io/blocky/ - - https://github.com/0xERR0R/blocky - - https://github.com/truecharts/charts/tree/master/charts/premium/blocky - - https://hub.docker.com/r/spx01/blocky - - https://quay.io/oriedge/k8s_gateway -type: application -version: 14.6.2 diff --git a/premium/blocky/14.6.2/app-changelog.md b/premium/blocky/14.6.2/app-changelog.md deleted file mode 100644 index 6bde0e6ad74..00000000000 --- a/premium/blocky/14.6.2/app-changelog.md +++ /dev/null @@ -1,51 +0,0 @@ - - -## [blocky-14.6.2](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.2) (2024-03-27) - -### Chore - - - -- update values.yaml to reflect default blacklist/whitelist changes - -- bump blocky - -- update and annotate default DNS servers - -- remove non-functional blocklist - -- bump to release new default blocklists - -- bump blocky to apply whitelist/blacklist changes - -- bump to release updated default DNS servers - -- move blocky default lists directly to template - -- release lower blocky default lookup timeouts - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - - - -- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658)) - -### Feat - - - -- add pihole default blocklists as well. - -- add default blocklist, default whitelist, default group and enable customised prefetcher \ No newline at end of file diff --git a/premium/blocky/14.6.2/charts/common-20.2.4.tgz b/premium/blocky/14.6.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/blocky/14.6.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/premium/clusterissuer/7.7.3/.helmignore b/premium/blocky/14.6.4/.helmignore similarity index 100% rename from premium/clusterissuer/7.7.3/.helmignore rename to premium/blocky/14.6.4/.helmignore diff --git a/premium/blocky/14.6.4/CHANGELOG.md b/premium/blocky/14.6.4/CHANGELOG.md new file mode 100644 index 00000000000..d23c70072af --- /dev/null +++ b/premium/blocky/14.6.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blocky-14.6.4](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.4) (2024-03-30) + +### Chore + + + +- bump to release updated default DNS servers + +- update and annotate default DNS servers + +- update values.yaml to reflect default blacklist/whitelist changes + +- release lower blocky default lookup timeouts + +- move blocky default lists directly to template + +- remove non-functional blocklist + +- bump to release new default blocklists + +- bump blocky + +- bump blocky to apply whitelist/blacklist changes + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +### Docs + + + +- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658)) + +### Feat + + + +- add pihole default blocklists as well. + +- add default blocklist, default whitelist, default group and enable customised prefetcher + + +## [blocky-14.6.3](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.3) (2024-03-30) + +### Chore + + + +- move blocky default lists directly to template + +- release lower blocky default lookup timeouts + +- update and annotate default DNS servers + +- bump to release updated default DNS servers + +- update values.yaml to reflect default blacklist/whitelist changes + +- bump to release new default blocklists + +- bump blocky + +- bump blocky to apply whitelist/blacklist changes + +- remove non-functional blocklist + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/blocky/14.6.4/Chart.yaml b/premium/blocky/14.6.4/Chart.yaml new file mode 100644 index 00000000000..8a18ae06d2f --- /dev/null +++ b/premium/blocky/14.6.4/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 0.23.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go +home: https://truecharts.org/charts/premium/blocky +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png +keywords: + - dns + - blocky +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blocky +sources: + - https://github.com/Mozart409/blocky-frontend + - https://0xerr0r.github.io/blocky/ + - https://github.com/0xERR0R/blocky + - https://github.com/truecharts/charts/tree/master/charts/premium/blocky + - https://quay.io/oriedge/k8s_gateway + - https://hub.docker.com/r/spx01/blocky +type: application +version: 14.6.4 diff --git a/premium/blocky/14.6.2/LICENSE b/premium/blocky/14.6.4/LICENSE similarity index 100% rename from premium/blocky/14.6.2/LICENSE rename to premium/blocky/14.6.4/LICENSE diff --git a/premium/blocky/14.6.2/README.md b/premium/blocky/14.6.4/README.md similarity index 100% rename from premium/blocky/14.6.2/README.md rename to premium/blocky/14.6.4/README.md diff --git a/premium/blocky/14.6.4/app-changelog.md b/premium/blocky/14.6.4/app-changelog.md new file mode 100644 index 00000000000..d8e71016828 --- /dev/null +++ b/premium/blocky/14.6.4/app-changelog.md @@ -0,0 +1,55 @@ + + +## [blocky-14.6.4](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.4) (2024-03-30) + +### Chore + + + +- bump to release updated default DNS servers + +- update and annotate default DNS servers + +- update values.yaml to reflect default blacklist/whitelist changes + +- release lower blocky default lookup timeouts + +- move blocky default lists directly to template + +- remove non-functional blocklist + +- bump to release new default blocklists + +- bump blocky + +- bump blocky to apply whitelist/blacklist changes + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +### Docs + + + +- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658)) + +### Feat + + + +- add pihole default blocklists as well. + +- add default blocklist, default whitelist, default group and enable customised prefetcher \ No newline at end of file diff --git a/premium/blocky/14.6.2/app-readme.md b/premium/blocky/14.6.4/app-readme.md similarity index 100% rename from premium/blocky/14.6.2/app-readme.md rename to premium/blocky/14.6.4/app-readme.md diff --git a/premium/blocky/14.6.4/charts/common-20.2.10.tgz b/premium/blocky/14.6.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/blocky/14.6.4/charts/common-20.2.10.tgz differ diff --git a/premium/blocky/14.6.2/charts/redis-13.2.2.tgz b/premium/blocky/14.6.4/charts/redis-13.2.2.tgz similarity index 100% rename from premium/blocky/14.6.2/charts/redis-13.2.2.tgz rename to premium/blocky/14.6.4/charts/redis-13.2.2.tgz diff --git a/premium/blocky/14.6.2/dashboard.json b/premium/blocky/14.6.4/dashboard.json similarity index 100% rename from premium/blocky/14.6.2/dashboard.json rename to premium/blocky/14.6.4/dashboard.json diff --git a/premium/blocky/14.6.2/dashboardpsql.json b/premium/blocky/14.6.4/dashboardpsql.json similarity index 100% rename from premium/blocky/14.6.2/dashboardpsql.json rename to premium/blocky/14.6.4/dashboardpsql.json diff --git a/premium/blocky/14.6.2/ix_values.yaml b/premium/blocky/14.6.4/ix_values.yaml similarity index 100% rename from premium/blocky/14.6.2/ix_values.yaml rename to premium/blocky/14.6.4/ix_values.yaml diff --git a/premium/blocky/14.6.2/questions.yaml b/premium/blocky/14.6.4/questions.yaml similarity index 100% rename from premium/blocky/14.6.2/questions.yaml rename to premium/blocky/14.6.4/questions.yaml diff --git a/premium/clusterissuer/7.7.3/templates/NOTES.txt b/premium/blocky/14.6.4/templates/NOTES.txt similarity index 100% rename from premium/clusterissuer/7.7.3/templates/NOTES.txt rename to premium/blocky/14.6.4/templates/NOTES.txt diff --git a/premium/blocky/14.6.2/templates/_blockyConfig.tpl b/premium/blocky/14.6.4/templates/_blockyConfig.tpl similarity index 100% rename from premium/blocky/14.6.2/templates/_blockyConfig.tpl rename to premium/blocky/14.6.4/templates/_blockyConfig.tpl diff --git a/premium/blocky/14.6.2/templates/_k8sgateway.tpl b/premium/blocky/14.6.4/templates/_k8sgateway.tpl similarity index 100% rename from premium/blocky/14.6.2/templates/_k8sgateway.tpl rename to premium/blocky/14.6.4/templates/_k8sgateway.tpl diff --git a/premium/blocky/14.6.2/templates/common.yaml b/premium/blocky/14.6.4/templates/common.yaml similarity index 100% rename from premium/blocky/14.6.2/templates/common.yaml rename to premium/blocky/14.6.4/templates/common.yaml diff --git a/premium/clusterissuer/7.7.3/values.yaml b/premium/blocky/14.6.4/values.yaml similarity index 100% rename from premium/clusterissuer/7.7.3/values.yaml rename to premium/blocky/14.6.4/values.yaml diff --git a/premium/clusterissuer/7.7.3/CHANGELOG.md b/premium/clusterissuer/7.7.3/CHANGELOG.md deleted file mode 100644 index daa492588d6..00000000000 --- a/premium/clusterissuer/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/premium/clusterissuer/7.7.3/Chart.yaml b/premium/clusterissuer/7.7.3/Chart.yaml deleted file mode 100644 index 69f38c17779..00000000000 --- a/premium/clusterissuer/7.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Certificate management for Kubernetes -home: https://truecharts.org/charts/premium/clusterissuer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png -keywords: - - cert-manager - - certificates -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clusterissuer -sources: - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer - - https://hub.docker.com/_/hello-world -type: application -version: 7.7.3 diff --git a/premium/clusterissuer/7.7.3/app-changelog.md b/premium/clusterissuer/7.7.3/app-changelog.md deleted file mode 100644 index 821ccf29f9e..00000000000 --- a/premium/clusterissuer/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz b/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/premium/grafana/14.8.4/.helmignore b/premium/clusterissuer/7.7.5/.helmignore similarity index 100% rename from premium/grafana/14.8.4/.helmignore rename to premium/clusterissuer/7.7.5/.helmignore diff --git a/premium/clusterissuer/7.7.5/CHANGELOG.md b/premium/clusterissuer/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e014a1d9944 --- /dev/null +++ b/premium/clusterissuer/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clusterissuer-7.7.5](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clusterissuer-7.7.4](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clusterissuer-7.7.4](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clusterissuer-7.7.4](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clusterissuer-7.7.4](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clusterissuer-7.7.4](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/premium/clusterissuer/7.7.5/Chart.yaml b/premium/clusterissuer/7.7.5/Chart.yaml new file mode 100644 index 00000000000..9b89cfe5e08 --- /dev/null +++ b/premium/clusterissuer/7.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Certificate management for Kubernetes +home: https://truecharts.org/charts/premium/clusterissuer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png +keywords: + - cert-manager + - certificates +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clusterissuer +sources: + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer + - https://hub.docker.com/_/hello-world +type: application +version: 7.7.5 diff --git a/premium/clusterissuer/7.7.3/README.md b/premium/clusterissuer/7.7.5/README.md similarity index 100% rename from premium/clusterissuer/7.7.3/README.md rename to premium/clusterissuer/7.7.5/README.md diff --git a/premium/clusterissuer/7.7.5/app-changelog.md b/premium/clusterissuer/7.7.5/app-changelog.md new file mode 100644 index 00000000000..d8efe3d787a --- /dev/null +++ b/premium/clusterissuer/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [clusterissuer-7.7.5](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/clusterissuer/7.7.3/app-readme.md b/premium/clusterissuer/7.7.5/app-readme.md similarity index 100% rename from premium/clusterissuer/7.7.3/app-readme.md rename to premium/clusterissuer/7.7.5/app-readme.md diff --git a/premium/clusterissuer/7.7.5/charts/common-20.2.10.tgz b/premium/clusterissuer/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/clusterissuer/7.7.5/charts/common-20.2.10.tgz differ diff --git a/premium/clusterissuer/7.7.3/ix_values.yaml b/premium/clusterissuer/7.7.5/ix_values.yaml similarity index 100% rename from premium/clusterissuer/7.7.3/ix_values.yaml rename to premium/clusterissuer/7.7.5/ix_values.yaml diff --git a/premium/clusterissuer/7.7.3/questions.yaml b/premium/clusterissuer/7.7.5/questions.yaml similarity index 100% rename from premium/clusterissuer/7.7.3/questions.yaml rename to premium/clusterissuer/7.7.5/questions.yaml diff --git a/premium/grafana/14.8.4/templates/NOTES.txt b/premium/clusterissuer/7.7.5/templates/NOTES.txt similarity index 100% rename from premium/grafana/14.8.4/templates/NOTES.txt rename to premium/clusterissuer/7.7.5/templates/NOTES.txt diff --git a/premium/clusterissuer/7.7.3/templates/clusterissuer/_ACME.tpl b/premium/clusterissuer/7.7.5/templates/clusterissuer/_ACME.tpl similarity index 100% rename from premium/clusterissuer/7.7.3/templates/clusterissuer/_ACME.tpl rename to premium/clusterissuer/7.7.5/templates/clusterissuer/_ACME.tpl diff --git a/premium/clusterissuer/7.7.3/templates/clusterissuer/_CA.tpl b/premium/clusterissuer/7.7.5/templates/clusterissuer/_CA.tpl similarity index 100% rename from premium/clusterissuer/7.7.3/templates/clusterissuer/_CA.tpl rename to premium/clusterissuer/7.7.5/templates/clusterissuer/_CA.tpl diff --git a/premium/clusterissuer/7.7.3/templates/clusterissuer/_clusterCertificates.tpl b/premium/clusterissuer/7.7.5/templates/clusterissuer/_clusterCertificates.tpl similarity index 100% rename from premium/clusterissuer/7.7.3/templates/clusterissuer/_clusterCertificates.tpl rename to premium/clusterissuer/7.7.5/templates/clusterissuer/_clusterCertificates.tpl diff --git a/premium/clusterissuer/7.7.3/templates/clusterissuer/_selfSigned.tpl b/premium/clusterissuer/7.7.5/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from premium/clusterissuer/7.7.3/templates/clusterissuer/_selfSigned.tpl rename to premium/clusterissuer/7.7.5/templates/clusterissuer/_selfSigned.tpl diff --git a/premium/clusterissuer/7.7.3/templates/common.yaml b/premium/clusterissuer/7.7.5/templates/common.yaml similarity index 100% rename from premium/clusterissuer/7.7.3/templates/common.yaml rename to premium/clusterissuer/7.7.5/templates/common.yaml diff --git a/premium/grafana/14.8.4/values.yaml b/premium/clusterissuer/7.7.5/values.yaml similarity index 100% rename from premium/grafana/14.8.4/values.yaml rename to premium/clusterissuer/7.7.5/values.yaml diff --git a/premium/grafana/14.8.4/CHANGELOG.md b/premium/grafana/14.8.4/CHANGELOG.md deleted file mode 100644 index 52eea1c43b8..00000000000 --- a/premium/grafana/14.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - diff --git a/premium/grafana/14.8.4/Chart.yaml b/premium/grafana/14.8.4/Chart.yaml deleted file mode 100644 index ab06f0e9f2b..00000000000 --- a/premium/grafana/14.8.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 10.4.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -home: https://truecharts.org/charts/premium/grafana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png -keywords: - - analytics - - monitoring - - metrics - - logs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana -sources: - - https://grafana.com/ - - https://github.com/bitnami/bitnami-docker-grafana - - https://github.com/truecharts/charts/tree/master/charts/premium/grafana - - https://hub.docker.com/r/grafana/grafana - - https://quay.io/kiwigrid/k8s-sidecar -type: application -version: 14.8.4 diff --git a/premium/grafana/14.8.4/app-changelog.md b/premium/grafana/14.8.4/app-changelog.md deleted file mode 100644 index 85d9c51e901..00000000000 --- a/premium/grafana/14.8.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/grafana/14.8.4/charts/common-20.2.4.tgz b/premium/grafana/14.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/grafana/14.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/premium/metallb-config/6.7.3/.helmignore b/premium/grafana/14.8.6/.helmignore similarity index 100% rename from premium/metallb-config/6.7.3/.helmignore rename to premium/grafana/14.8.6/.helmignore diff --git a/premium/grafana/14.8.6/CHANGELOG.md b/premium/grafana/14.8.6/CHANGELOG.md new file mode 100644 index 00000000000..195cd90047e --- /dev/null +++ b/premium/grafana/14.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-14.8.6](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-14.8.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.5) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-14.8.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.5) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-14.8.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.5) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-14.8.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.5) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/premium/grafana/14.8.6/Chart.yaml b/premium/grafana/14.8.6/Chart.yaml new file mode 100644 index 00000000000..bf170f312cc --- /dev/null +++ b/premium/grafana/14.8.6/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 10.4.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://truecharts.org/charts/premium/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana +sources: + - https://grafana.com/ + - https://github.com/bitnami/bitnami-docker-grafana + - https://github.com/truecharts/charts/tree/master/charts/premium/grafana + - https://quay.io/kiwigrid/k8s-sidecar + - https://hub.docker.com/r/grafana/grafana +type: application +version: 14.8.6 diff --git a/premium/grafana/14.8.4/README.md b/premium/grafana/14.8.6/README.md similarity index 100% rename from premium/grafana/14.8.4/README.md rename to premium/grafana/14.8.6/README.md diff --git a/premium/grafana/14.8.6/app-changelog.md b/premium/grafana/14.8.6/app-changelog.md new file mode 100644 index 00000000000..abe2311a005 --- /dev/null +++ b/premium/grafana/14.8.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [grafana-14.8.6](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/grafana/14.8.4/app-readme.md b/premium/grafana/14.8.6/app-readme.md similarity index 100% rename from premium/grafana/14.8.4/app-readme.md rename to premium/grafana/14.8.6/app-readme.md diff --git a/premium/grafana/14.8.6/charts/common-20.2.10.tgz b/premium/grafana/14.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/grafana/14.8.6/charts/common-20.2.10.tgz differ diff --git a/premium/grafana/14.8.4/ix_values.yaml b/premium/grafana/14.8.6/ix_values.yaml similarity index 100% rename from premium/grafana/14.8.4/ix_values.yaml rename to premium/grafana/14.8.6/ix_values.yaml diff --git a/premium/grafana/14.8.4/questions.yaml b/premium/grafana/14.8.6/questions.yaml similarity index 100% rename from premium/grafana/14.8.4/questions.yaml rename to premium/grafana/14.8.6/questions.yaml diff --git a/premium/metallb-config/6.7.3/templates/NOTES.txt b/premium/grafana/14.8.6/templates/NOTES.txt similarity index 100% rename from premium/metallb-config/6.7.3/templates/NOTES.txt rename to premium/grafana/14.8.6/templates/NOTES.txt diff --git a/premium/grafana/14.8.4/templates/common.yaml b/premium/grafana/14.8.6/templates/common.yaml similarity index 100% rename from premium/grafana/14.8.4/templates/common.yaml rename to premium/grafana/14.8.6/templates/common.yaml diff --git a/premium/metallb-config/6.7.3/values.yaml b/premium/grafana/14.8.6/values.yaml similarity index 100% rename from premium/metallb-config/6.7.3/values.yaml rename to premium/grafana/14.8.6/values.yaml diff --git a/premium/metallb-config/6.7.3/CHANGELOG.md b/premium/metallb-config/6.7.3/CHANGELOG.md deleted file mode 100644 index 11ad7abe36c..00000000000 --- a/premium/metallb-config/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/premium/metallb-config/6.7.3/Chart.yaml b/premium/metallb-config/6.7.3/Chart.yaml deleted file mode 100644 index c1092f09cc4..00000000000 --- a/premium/metallb-config/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/charts/premium/metallb-config -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png -keywords: - - metallb - - loadbalancer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metallb-config -sources: - - https://metallb.universe.tf - - https://github.com/metallb/metallb - - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config - - https://hub.docker.com/_/hello-world -type: application -version: 6.7.3 diff --git a/premium/metallb-config/6.7.3/app-changelog.md b/premium/metallb-config/6.7.3/app-changelog.md deleted file mode 100644 index ff80e003811..00000000000 --- a/premium/metallb-config/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz b/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/premium/nextcloud/29.8.7/.helmignore b/premium/metallb-config/6.7.5/.helmignore similarity index 100% rename from premium/nextcloud/29.8.7/.helmignore rename to premium/metallb-config/6.7.5/.helmignore diff --git a/premium/metallb-config/6.7.5/CHANGELOG.md b/premium/metallb-config/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5b3bbe94e8a --- /dev/null +++ b/premium/metallb-config/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-config-6.7.5](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-config-6.7.4](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-config-6.7.4](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-config-6.7.4](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-config-6.7.4](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-config-6.7.4](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/premium/metallb-config/6.7.5/Chart.yaml b/premium/metallb-config/6.7.5/Chart.yaml new file mode 100644 index 00000000000..40cc70936be --- /dev/null +++ b/premium/metallb-config/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: core + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/charts/premium/metallb-config +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png +keywords: + - metallb + - loadbalancer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metallb-config +sources: + - https://metallb.universe.tf + - https://github.com/metallb/metallb + - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config + - https://hub.docker.com/_/hello-world +type: application +version: 6.7.5 diff --git a/premium/metallb-config/6.7.3/README.md b/premium/metallb-config/6.7.5/README.md similarity index 100% rename from premium/metallb-config/6.7.3/README.md rename to premium/metallb-config/6.7.5/README.md diff --git a/premium/metallb-config/6.7.5/app-changelog.md b/premium/metallb-config/6.7.5/app-changelog.md new file mode 100644 index 00000000000..f24e1db3650 --- /dev/null +++ b/premium/metallb-config/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [metallb-config-6.7.5](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/metallb-config/6.7.3/app-readme.md b/premium/metallb-config/6.7.5/app-readme.md similarity index 100% rename from premium/metallb-config/6.7.3/app-readme.md rename to premium/metallb-config/6.7.5/app-readme.md diff --git a/premium/metallb-config/6.7.5/charts/common-20.2.10.tgz b/premium/metallb-config/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/metallb-config/6.7.5/charts/common-20.2.10.tgz differ diff --git a/premium/metallb-config/6.7.3/ix_values.yaml b/premium/metallb-config/6.7.5/ix_values.yaml similarity index 100% rename from premium/metallb-config/6.7.3/ix_values.yaml rename to premium/metallb-config/6.7.5/ix_values.yaml diff --git a/premium/metallb-config/6.7.3/questions.yaml b/premium/metallb-config/6.7.5/questions.yaml similarity index 100% rename from premium/metallb-config/6.7.3/questions.yaml rename to premium/metallb-config/6.7.5/questions.yaml diff --git a/premium/nextcloud/29.8.7/templates/NOTES.txt b/premium/metallb-config/6.7.5/templates/NOTES.txt similarity index 100% rename from premium/nextcloud/29.8.7/templates/NOTES.txt rename to premium/metallb-config/6.7.5/templates/NOTES.txt diff --git a/premium/metallb-config/6.7.3/templates/_bgpadvertisement.tpl b/premium/metallb-config/6.7.5/templates/_bgpadvertisement.tpl similarity index 100% rename from premium/metallb-config/6.7.3/templates/_bgpadvertisement.tpl rename to premium/metallb-config/6.7.5/templates/_bgpadvertisement.tpl diff --git a/premium/metallb-config/6.7.3/templates/_community.tpl b/premium/metallb-config/6.7.5/templates/_community.tpl similarity index 100% rename from premium/metallb-config/6.7.3/templates/_community.tpl rename to premium/metallb-config/6.7.5/templates/_community.tpl diff --git a/premium/metallb-config/6.7.3/templates/_ipaddresspool.tpl b/premium/metallb-config/6.7.5/templates/_ipaddresspool.tpl similarity index 100% rename from premium/metallb-config/6.7.3/templates/_ipaddresspool.tpl rename to premium/metallb-config/6.7.5/templates/_ipaddresspool.tpl diff --git a/premium/metallb-config/6.7.3/templates/_l2advertisement.tpl b/premium/metallb-config/6.7.5/templates/_l2advertisement.tpl similarity index 100% rename from premium/metallb-config/6.7.3/templates/_l2advertisement.tpl rename to premium/metallb-config/6.7.5/templates/_l2advertisement.tpl diff --git a/premium/metallb-config/6.7.3/templates/_peers.tpl b/premium/metallb-config/6.7.5/templates/_peers.tpl similarity index 100% rename from premium/metallb-config/6.7.3/templates/_peers.tpl rename to premium/metallb-config/6.7.5/templates/_peers.tpl diff --git a/premium/metallb-config/6.7.3/templates/common.yaml b/premium/metallb-config/6.7.5/templates/common.yaml similarity index 100% rename from premium/metallb-config/6.7.3/templates/common.yaml rename to premium/metallb-config/6.7.5/templates/common.yaml diff --git a/premium/nextcloud/29.8.7/values.yaml b/premium/metallb-config/6.7.5/values.yaml similarity index 100% rename from premium/nextcloud/29.8.7/values.yaml rename to premium/metallb-config/6.7.5/values.yaml diff --git a/premium/nextcloud/29.8.7/CHANGELOG.md b/premium/nextcloud/29.8.7/CHANGELOG.md deleted file mode 100644 index d3d6b4e0e25..00000000000 --- a/premium/nextcloud/29.8.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nextcloud-29.8.7](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.7) (2024-03-30) - -### Chore - - - -- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - - - -- update migration guide ([#19966](https://github.com/truecharts/charts/issues/19966)) - -### Fix - - - -- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409)) - - -## [nextcloud-29.8.7](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.7) (2024-03-30) - -### Chore - - - -- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - - - -- update migration guide ([#19966](https://github.com/truecharts/charts/issues/19966)) - -### Fix - diff --git a/premium/nextcloud/29.8.7/Chart.yaml b/premium/nextcloud/29.8.7/Chart.yaml deleted file mode 100644 index 8dcfba65039..00000000000 --- a/premium/nextcloud/29.8.7/Chart.yaml +++ /dev/null @@ -1,53 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 28.0.3 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A private cloud server that puts the control and security of your own data back into your hands. -home: https://truecharts.org/charts/premium/nextcloud -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png -keywords: - - nextcloud - - storage - - http - - web - - php -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nextcloud -sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - - https://hub.docker.com/r/collabora/code - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - https://hub.docker.com/r/nginxinc/nginx-unprivileged -type: application -version: 29.8.7 diff --git a/premium/nextcloud/29.8.7/app-changelog.md b/premium/nextcloud/29.8.7/app-changelog.md deleted file mode 100644 index 08b4ccff158..00000000000 --- a/premium/nextcloud/29.8.7/app-changelog.md +++ /dev/null @@ -1,47 +0,0 @@ - - -## [nextcloud-29.8.7](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.7) (2024-03-30) - -### Chore - - - -- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) - -- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -### Docs - - - -- update migration guide ([#19966](https://github.com/truecharts/charts/issues/19966)) - -### Fix - - - -- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409)) \ No newline at end of file diff --git a/premium/nextcloud/29.8.7/charts/common-20.2.9.tgz b/premium/nextcloud/29.8.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/premium/nextcloud/29.8.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/premium/nextcloud/29.8.7/ix_values.yaml b/premium/nextcloud/29.8.7/ix_values.yaml deleted file mode 100644 index 6e7cb0187f0..00000000000 --- a/premium/nextcloud/29.8.7/ix_values.yaml +++ /dev/null @@ -1,527 +0,0 @@ -image: - repository: tccr.io/tccr/nextcloud-fpm - pullPolicy: IfNotPresent - tag: v28.0.3@sha256:4e4a3ae95ce8a7d9feffebdb21acc297d66cc4f210787687ec32da4a2f5c881e -nginxImage: - repository: nginxinc/nginx-unprivileged - pullPolicy: IfNotPresent - tag: 1.25.4@sha256:2577b782328a7d6cc311a17ba8634996d9e8221c413361e847a74080c4673f22 -imaginaryImage: - repository: tccr.io/tccr/nextcloud-imaginary - pullPolicy: IfNotPresent - tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c -hpbImage: - repository: tccr.io/tccr/nextcloud-push-notify - pullPolicy: IfNotPresent - tag: v0.6.10@sha256:f175c4f28b2a9346401875f80e7007316cf3e38f74bb49de940961a98b63458b -clamavImage: - repository: clamav/clamav - pullPolicy: IfNotPresent - tag: 1.3.0@sha256:f3b53120442f1007d455035a8816c87cddb44ffbf945a15dec7512425c8b88a1 -collaboraImage: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.10.1.1@sha256:1b9e3f43fecaa7d41e761a992d5a854de5b54404532498daea3c4bb17b557d90 - -nextcloud: - # Initial Credentials - credentials: - initialAdminUser: admin - initialAdminPassword: adminpass - # General settings - general: - # Custom Nextcloud Scripts - run_optimize: true - default_phone_region: GR - # IP used for exposing nextcloud, - # often the loadbalancer IP - accessIP: "" - # Allows Nextcloud to connect to unsecure (http) endpoints - force_enable_allow_local_remote_servers: false - # File settings - files: - shared_folder_name: Shared - max_chunk_size: 10485760 - # Expiration settings - expirations: - activity_expire_days: 90 - trash_retention_obligation: auto - versions_retention_obligation: auto - # Previews settings - previews: - enabled: true - # It will also deploy the container - imaginary: true - cron: true - schedule: "*/30 * * * *" - max_x: 2048 - max_y: 2048 - max_memory: 1024 - max_file_size_image: 50 - # Setting for Imaginary - max_allowed_resolution: 18.0 - jpeg_quality: 60 - square_sizes: 32 256 - width_sizes: 256 384 - height_sizes: 256 - # Casings are important - # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269 - # Only the last part of the provider is needed - providers: - - PNG - - JPEG - # Logging settings - logging: - log_level: 2 - log_file: /var/www/html/data/logs/nextcloud.log - log_audit_file: /var/www/html/data/logs/audit.log - log_date_format: d/m/Y H:i:s - # ClamAV settings - clamav: - # It will also deploy the container - # Note that this runs as root - enabled: false - stream_max_length: 26214400 - file_max_size: -1 - infected_action: only_log - # Notify Push settings - notify_push: - # It will also deploy the container - enabled: true - # Collabora settings - collabora: - # It will also deploy the container - enabled: false - # default|compact|tabbed - interface_mode: default - username: admin - password: changeme - dictionaries: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - onlyoffice: - # It will not deploy the container - # Only add the OnlyOffice settings - enabled: false - url: "" - internal_url: "" - verify_ssl: true - jwt: "" - jwt_header: Authorization - # PHP settings - php: - memory_limit: 1G - upload_limit: 10G - pm_max_children: 180 - pm_start_servers: 18 - pm_min_spare_servers: 12 - pm_max_spare_servers: 30 - opcache: - interned_strings_buffer: 32 - max_accelerated_files: 10000 - memory_consumption: 128 - revalidate_freq: 60 - jit_buffer_size: 128 -# Do NOT edit below this line -workload: - # Nextcloud php-fpm - main: - type: Deployment - podSpec: - containers: - main: - enabled: true - primary: true - envFrom: - - configMapRef: - name: nextcloud-config - probes: - liveness: - enabled: true - type: exec - command: /healthcheck.sh - readiness: - enabled: true - type: exec - command: /healthcheck.sh - startup: - enabled: true - type: tcp - port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}" - nginx: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - nginx: - enabled: true - primary: true - imageSelector: nginxImage - resources: - excludeExtra: true - probes: - readiness: - enabled: true - path: /robots.txt - port: "{{ .Values.service.main.ports.main.port }}" - httpHeaders: - Host: kube.internal.healthcheck - liveness: - enabled: true - path: /robots.txt - port: "{{ .Values.service.main.ports.main.port }}" - httpHeaders: - Host: kube.internal.healthcheck - startup: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - notify: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - notify: - primary: true - enabled: true - imageSelector: hpbImage - resources: - excludeExtra: true - envFrom: - - configMapRef: - name: hpb-config - probes: - readiness: - enabled: true - path: /push/test/cookie - port: 7867 - httpHeaders: - Host: kube.internal.healthcheck - liveness: - enabled: true - path: /push/test/cookie - port: 7867 - httpHeaders: - Host: kube.internal.healthcheck - startup: - enabled: true - type: tcp - port: 7867 - imaginary: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - imaginary: - primary: true - enabled: true - imageSelector: imaginaryImage - resources: - excludeExtra: true - command: imaginary - args: - - -p - - "{{ .Values.service.imaginary.ports.imaginary.port }}" - - -concurrency - - "10" - - -max-allowed-resolution - - "{{ .Values.nextcloud.previews.max_allowed_resolution }}" - - -enable-url-source - - -return-size - probes: - readiness: - enabled: true - path: /health - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - liveness: - enabled: true - path: /health - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.imaginary.ports.imaginary.port }}" - clamav: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - clamav: - primary: true - enabled: true - imageSelector: clamavImage - resources: - excludeExtra: true - # FIXME: https://github.com/Cisco-Talos/clamav/issues/478 - securityContext: - runAsUser: 0 - runAsGroup: 0 - runAsNonRoot: false - readOnlyRootFilesystem: false - envFrom: - - configMapRef: - name: clamav-config - probes: - readiness: - enabled: true - type: exec - command: clamdcheck.sh - liveness: - enabled: true - type: exec - command: clamdcheck.sh - startup: - enabled: true - type: tcp - port: "{{ .Values.service.clamav.ports.clamav.targetPort }}" - collabora: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - collabora: - primary: true - enabled: true - imageSelector: collaboraImage - resources: - excludeExtra: true - securityContext: - runAsUser: 100 - runAsGroup: 102 - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - capabilities: - add: - - CHOWN - - FOWNER - - SYS_CHROOT - - MKNOD - envFrom: - - configMapRef: - name: collabora-config - probes: - readiness: - enabled: true - type: http - path: /collabora/ - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" - liveness: - enabled: true - type: http - path: /collabora/ - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" -cronjobs: - # Don't change names, it's used in the persistence - - name: nextcloud-cron - enabled: true - schedule: "*/5 * * * *" - cmd: - - echo "Running [php -f /var/www/html/cron.php] ..." - - php -f /var/www/html/cron.php - - echo "Finished [php -f /var/www/html/cron.php]" - - name: preview-cron - enabled: "{{ .Values.nextcloud.previews.cron }}" - schedule: "{{ .Values.nextcloud.previews.schedule }}" - cmd: - - echo "Running [occ preview:pre-generate] ..." - - occ preview:pre-generate - - echo "Finished [occ preview:pre-generate]" -service: - # Main service links to ingress easier - # That's why the nginx is swapped with nextcloud - main: - targetSelector: nginx - ports: - main: - targetSelector: nginx - port: 8080 - nextcloud: - enabled: true - targetSelector: main - ports: - nextcloud: - enabled: true - targetSelector: main - port: 9000 - targetPort: 9000 - notify: - enabled: true - targetSelector: notify - ports: - notify: - enabled: true - primary: true - port: 7867 - targetPort: 7867 - targetSelector: notify - metrics: - enabled: true - port: 7868 - targetSelector: notify - imaginary: - enabled: true - targetSelector: imaginary - ports: - imaginary: - enabled: true - port: 9090 - targetSelector: imaginary - clamav: - enabled: true - targetSelector: clamav - ports: - clamav: - enabled: true - port: 3310 - targetPort: 3310 - targetSelector: clamav - collabora: - enabled: true - targetSelector: collabora - ports: - collabora: - enabled: true - port: 9980 - targetPort: 9980 - targetSelector: collabora -persistence: - php-tune: - enabled: true - type: configmap - objectName: php-tune - targetSelector: - main: - main: - mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf - subPath: zz-tune.conf - readOnly: true - redis-session: - enabled: true - type: configmap - objectName: redis-session - targetSelector: - main: - main: - mountPath: /usr/local/etc/php/conf.d/redis-session.ini - subPath: redis-session.ini - readOnly: true - opcache-recommended: - enabled: true - type: configmap - objectName: opcache - targetSelector: - main: - main: - mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini - subPath: opcache-recommended.ini - readOnly: true - nginx: - enabled: true - type: configmap - objectName: nginx-config - targetSelector: - nginx: - nginx: - mountPath: /etc/nginx/nginx.conf - subPath: nginx.conf - readOnly: true - nginx-temp: - enabled: true - type: emptyDir - targetSelector: - nginx: - nginx: - mountPath: /tmp/nginx - html: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html - preview-cron: - preview-cron: - mountPath: /var/www/html - nginx: - nginx: - mountPath: /var/www/html - readOnly: true - config: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html/config - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html/config - preview-cron: - preview-cron: - mountPath: /var/www/html/config - notify: - notify: - mountPath: /var/www/html/config - readOnly: true - nginx: - nginx: - mountPath: /var/www/html/config - readOnly: true - data: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html/data - init-perms: - mountPath: /var/www/html/data - nextcloud-cron: - nextcloud-cron: - mountPath: /var/www/html/data - preview-cron: - preview-cron: - mountPath: /var/www/html/data - nginx: - nginx: - mountPath: /var/www/html/data - readOnly: true -cnpg: - main: - enabled: true - user: nextcloud - database: nextcloud -redis: - enabled: true - username: default -portal: - open: - enabled: true -updated: true - -ingress: - main: - required: true diff --git a/premium/prometheus/17.12.4/.helmignore b/premium/nextcloud/29.8.9/.helmignore similarity index 100% rename from premium/prometheus/17.12.4/.helmignore rename to premium/nextcloud/29.8.9/.helmignore diff --git a/premium/nextcloud/29.8.9/CHANGELOG.md b/premium/nextcloud/29.8.9/CHANGELOG.md new file mode 100644 index 00000000000..37b914a2bd1 --- /dev/null +++ b/premium/nextcloud/29.8.9/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextcloud-29.8.9](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image tccr.io/tccr/nextcloud-fpm to v[@78a98b1](https://github.com/78a98b1) by renovate ([#19985](https://github.com/truecharts/charts/issues/19985)) + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +### Docs + + + +- update migration guide ([#19966](https://github.com/truecharts/charts/issues/19966)) + +### Fix + + + +- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409)) + + +## [nextcloud-29.8.8](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.8) (2024-03-30) + +### Chore + + + +- update container image tccr.io/tccr/nextcloud-fpm to v[@78a98b1](https://github.com/78a98b1) by renovate ([#19985](https://github.com/truecharts/charts/issues/19985)) + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +### Docs + diff --git a/premium/nextcloud/29.8.9/Chart.yaml b/premium/nextcloud/29.8.9/Chart.yaml new file mode 100644 index 00000000000..a1d31ce9b9d --- /dev/null +++ b/premium/nextcloud/29.8.9/Chart.yaml @@ -0,0 +1,53 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 28.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/charts/premium/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png +keywords: + - nextcloud + - storage + - http + - web + - php +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextcloud +sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud + - https://hub.docker.com/r/collabora/code + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://hub.docker.com/r/clamav/clamav +type: application +version: 29.8.9 diff --git a/premium/nextcloud/29.8.7/LICENSE b/premium/nextcloud/29.8.9/LICENSE similarity index 100% rename from premium/nextcloud/29.8.7/LICENSE rename to premium/nextcloud/29.8.9/LICENSE diff --git a/premium/nextcloud/29.8.7/README.md b/premium/nextcloud/29.8.9/README.md similarity index 100% rename from premium/nextcloud/29.8.7/README.md rename to premium/nextcloud/29.8.9/README.md diff --git a/premium/nextcloud/29.8.9/app-changelog.md b/premium/nextcloud/29.8.9/app-changelog.md new file mode 100644 index 00000000000..ca2c195707a --- /dev/null +++ b/premium/nextcloud/29.8.9/app-changelog.md @@ -0,0 +1,51 @@ + + +## [nextcloud-29.8.9](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image tccr.io/tccr/nextcloud-fpm to v[@78a98b1](https://github.com/78a98b1) by renovate ([#19985](https://github.com/truecharts/charts/issues/19985)) + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@2577b78](https://github.com/2577b78) by renovate ([#19759](https://github.com/truecharts/charts/issues/19759)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536)) + +- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +### Docs + + + +- update migration guide ([#19966](https://github.com/truecharts/charts/issues/19966)) + +### Fix + + + +- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409)) \ No newline at end of file diff --git a/premium/nextcloud/29.8.7/app-readme.md b/premium/nextcloud/29.8.9/app-readme.md similarity index 100% rename from premium/nextcloud/29.8.7/app-readme.md rename to premium/nextcloud/29.8.9/app-readme.md diff --git a/premium/nextcloud/29.8.9/charts/common-20.2.10.tgz b/premium/nextcloud/29.8.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/nextcloud/29.8.9/charts/common-20.2.10.tgz differ diff --git a/premium/nextcloud/29.8.7/charts/redis-13.2.2.tgz b/premium/nextcloud/29.8.9/charts/redis-13.2.2.tgz similarity index 100% rename from premium/nextcloud/29.8.7/charts/redis-13.2.2.tgz rename to premium/nextcloud/29.8.9/charts/redis-13.2.2.tgz diff --git a/premium/nextcloud/29.8.9/ix_values.yaml b/premium/nextcloud/29.8.9/ix_values.yaml new file mode 100644 index 00000000000..7d9eb308710 --- /dev/null +++ b/premium/nextcloud/29.8.9/ix_values.yaml @@ -0,0 +1,527 @@ +image: + repository: tccr.io/tccr/nextcloud-fpm + pullPolicy: IfNotPresent + tag: v28.0.3@sha256:78a98b104fe0fb26bbf673f5af692456cc241cb7ee9f13200a2523e06a621450 +nginxImage: + repository: nginxinc/nginx-unprivileged + pullPolicy: IfNotPresent + tag: 1.25.4@sha256:2577b782328a7d6cc311a17ba8634996d9e8221c413361e847a74080c4673f22 +imaginaryImage: + repository: tccr.io/tccr/nextcloud-imaginary + pullPolicy: IfNotPresent + tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c +hpbImage: + repository: tccr.io/tccr/nextcloud-push-notify + pullPolicy: IfNotPresent + tag: v0.6.10@sha256:f175c4f28b2a9346401875f80e7007316cf3e38f74bb49de940961a98b63458b +clamavImage: + repository: clamav/clamav + pullPolicy: IfNotPresent + tag: 1.3.0@sha256:f3b53120442f1007d455035a8816c87cddb44ffbf945a15dec7512425c8b88a1 +collaboraImage: + repository: collabora/code + pullPolicy: IfNotPresent + tag: 23.05.10.1.1@sha256:1b9e3f43fecaa7d41e761a992d5a854de5b54404532498daea3c4bb17b557d90 + +nextcloud: + # Initial Credentials + credentials: + initialAdminUser: admin + initialAdminPassword: adminpass + # General settings + general: + # Custom Nextcloud Scripts + run_optimize: true + default_phone_region: GR + # IP used for exposing nextcloud, + # often the loadbalancer IP + accessIP: "" + # Allows Nextcloud to connect to unsecure (http) endpoints + force_enable_allow_local_remote_servers: false + # File settings + files: + shared_folder_name: Shared + max_chunk_size: 10485760 + # Expiration settings + expirations: + activity_expire_days: 90 + trash_retention_obligation: auto + versions_retention_obligation: auto + # Previews settings + previews: + enabled: true + # It will also deploy the container + imaginary: true + cron: true + schedule: "*/30 * * * *" + max_x: 2048 + max_y: 2048 + max_memory: 1024 + max_file_size_image: 50 + # Setting for Imaginary + max_allowed_resolution: 18.0 + jpeg_quality: 60 + square_sizes: 32 256 + width_sizes: 256 384 + height_sizes: 256 + # Casings are important + # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269 + # Only the last part of the provider is needed + providers: + - PNG + - JPEG + # Logging settings + logging: + log_level: 2 + log_file: /var/www/html/data/logs/nextcloud.log + log_audit_file: /var/www/html/data/logs/audit.log + log_date_format: d/m/Y H:i:s + # ClamAV settings + clamav: + # It will also deploy the container + # Note that this runs as root + enabled: false + stream_max_length: 26214400 + file_max_size: -1 + infected_action: only_log + # Notify Push settings + notify_push: + # It will also deploy the container + enabled: true + # Collabora settings + collabora: + # It will also deploy the container + enabled: false + # default|compact|tabbed + interface_mode: default + username: admin + password: changeme + dictionaries: + - de_DE + - en_GB + - en_US + - el_GR + - es_ES + - fr_FR + - pt_BR + - pt_PT + - it + - nl + - ru + onlyoffice: + # It will not deploy the container + # Only add the OnlyOffice settings + enabled: false + url: "" + internal_url: "" + verify_ssl: true + jwt: "" + jwt_header: Authorization + # PHP settings + php: + memory_limit: 1G + upload_limit: 10G + pm_max_children: 180 + pm_start_servers: 18 + pm_min_spare_servers: 12 + pm_max_spare_servers: 30 + opcache: + interned_strings_buffer: 32 + max_accelerated_files: 10000 + memory_consumption: 128 + revalidate_freq: 60 + jit_buffer_size: 128 +# Do NOT edit below this line +workload: + # Nextcloud php-fpm + main: + type: Deployment + podSpec: + containers: + main: + enabled: true + primary: true + envFrom: + - configMapRef: + name: nextcloud-config + probes: + liveness: + enabled: true + type: exec + command: /healthcheck.sh + readiness: + enabled: true + type: exec + command: /healthcheck.sh + startup: + enabled: true + type: tcp + port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}" + nginx: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + nginx: + enabled: true + primary: true + imageSelector: nginxImage + resources: + excludeExtra: true + probes: + readiness: + enabled: true + path: /robots.txt + port: "{{ .Values.service.main.ports.main.port }}" + httpHeaders: + Host: kube.internal.healthcheck + liveness: + enabled: true + path: /robots.txt + port: "{{ .Values.service.main.ports.main.port }}" + httpHeaders: + Host: kube.internal.healthcheck + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + notify: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + notify: + primary: true + enabled: true + imageSelector: hpbImage + resources: + excludeExtra: true + envFrom: + - configMapRef: + name: hpb-config + probes: + readiness: + enabled: true + path: /push/test/cookie + port: 7867 + httpHeaders: + Host: kube.internal.healthcheck + liveness: + enabled: true + path: /push/test/cookie + port: 7867 + httpHeaders: + Host: kube.internal.healthcheck + startup: + enabled: true + type: tcp + port: 7867 + imaginary: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + imaginary: + primary: true + enabled: true + imageSelector: imaginaryImage + resources: + excludeExtra: true + command: imaginary + args: + - -p + - "{{ .Values.service.imaginary.ports.imaginary.port }}" + - -concurrency + - "10" + - -max-allowed-resolution + - "{{ .Values.nextcloud.previews.max_allowed_resolution }}" + - -enable-url-source + - -return-size + probes: + readiness: + enabled: true + path: /health + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + liveness: + enabled: true + path: /health + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.imaginary.ports.imaginary.port }}" + clamav: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + clamav: + primary: true + enabled: true + imageSelector: clamavImage + resources: + excludeExtra: true + # FIXME: https://github.com/Cisco-Talos/clamav/issues/478 + securityContext: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false + envFrom: + - configMapRef: + name: clamav-config + probes: + readiness: + enabled: true + type: exec + command: clamdcheck.sh + liveness: + enabled: true + type: exec + command: clamdcheck.sh + startup: + enabled: true + type: tcp + port: "{{ .Values.service.clamav.ports.clamav.targetPort }}" + collabora: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + collabora: + primary: true + enabled: true + imageSelector: collaboraImage + resources: + excludeExtra: true + securityContext: + runAsUser: 100 + runAsGroup: 102 + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + capabilities: + add: + - CHOWN + - FOWNER + - SYS_CHROOT + - MKNOD + envFrom: + - configMapRef: + name: collabora-config + probes: + readiness: + enabled: true + type: http + path: /collabora/ + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" + liveness: + enabled: true + type: http + path: /collabora/ + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.collabora.ports.collabora.targetPort }}" +cronjobs: + # Don't change names, it's used in the persistence + - name: nextcloud-cron + enabled: true + schedule: "*/5 * * * *" + cmd: + - echo "Running [php -f /var/www/html/cron.php] ..." + - php -f /var/www/html/cron.php + - echo "Finished [php -f /var/www/html/cron.php]" + - name: preview-cron + enabled: "{{ .Values.nextcloud.previews.cron }}" + schedule: "{{ .Values.nextcloud.previews.schedule }}" + cmd: + - echo "Running [occ preview:pre-generate] ..." + - occ preview:pre-generate + - echo "Finished [occ preview:pre-generate]" +service: + # Main service links to ingress easier + # That's why the nginx is swapped with nextcloud + main: + targetSelector: nginx + ports: + main: + targetSelector: nginx + port: 8080 + nextcloud: + enabled: true + targetSelector: main + ports: + nextcloud: + enabled: true + targetSelector: main + port: 9000 + targetPort: 9000 + notify: + enabled: true + targetSelector: notify + ports: + notify: + enabled: true + primary: true + port: 7867 + targetPort: 7867 + targetSelector: notify + metrics: + enabled: true + port: 7868 + targetSelector: notify + imaginary: + enabled: true + targetSelector: imaginary + ports: + imaginary: + enabled: true + port: 9090 + targetSelector: imaginary + clamav: + enabled: true + targetSelector: clamav + ports: + clamav: + enabled: true + port: 3310 + targetPort: 3310 + targetSelector: clamav + collabora: + enabled: true + targetSelector: collabora + ports: + collabora: + enabled: true + port: 9980 + targetPort: 9980 + targetSelector: collabora +persistence: + php-tune: + enabled: true + type: configmap + objectName: php-tune + targetSelector: + main: + main: + mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf + subPath: zz-tune.conf + readOnly: true + redis-session: + enabled: true + type: configmap + objectName: redis-session + targetSelector: + main: + main: + mountPath: /usr/local/etc/php/conf.d/redis-session.ini + subPath: redis-session.ini + readOnly: true + opcache-recommended: + enabled: true + type: configmap + objectName: opcache + targetSelector: + main: + main: + mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini + subPath: opcache-recommended.ini + readOnly: true + nginx: + enabled: true + type: configmap + objectName: nginx-config + targetSelector: + nginx: + nginx: + mountPath: /etc/nginx/nginx.conf + subPath: nginx.conf + readOnly: true + nginx-temp: + enabled: true + type: emptyDir + targetSelector: + nginx: + nginx: + mountPath: /tmp/nginx + html: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html + preview-cron: + preview-cron: + mountPath: /var/www/html + nginx: + nginx: + mountPath: /var/www/html + readOnly: true + config: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html/config + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html/config + preview-cron: + preview-cron: + mountPath: /var/www/html/config + notify: + notify: + mountPath: /var/www/html/config + readOnly: true + nginx: + nginx: + mountPath: /var/www/html/config + readOnly: true + data: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html/data + init-perms: + mountPath: /var/www/html/data + nextcloud-cron: + nextcloud-cron: + mountPath: /var/www/html/data + preview-cron: + preview-cron: + mountPath: /var/www/html/data + nginx: + nginx: + mountPath: /var/www/html/data + readOnly: true +cnpg: + main: + enabled: true + user: nextcloud + database: nextcloud +redis: + enabled: true + username: default +portal: + open: + enabled: true +updated: true + +ingress: + main: + required: true diff --git a/premium/nextcloud/29.8.7/questions.yaml b/premium/nextcloud/29.8.9/questions.yaml similarity index 100% rename from premium/nextcloud/29.8.7/questions.yaml rename to premium/nextcloud/29.8.9/questions.yaml diff --git a/premium/prometheus/17.12.4/templates/NOTES.txt b/premium/nextcloud/29.8.9/templates/NOTES.txt similarity index 100% rename from premium/prometheus/17.12.4/templates/NOTES.txt rename to premium/nextcloud/29.8.9/templates/NOTES.txt diff --git a/premium/nextcloud/29.8.7/templates/_configmap.tpl b/premium/nextcloud/29.8.9/templates/_configmap.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_configmap.tpl rename to premium/nextcloud/29.8.9/templates/_configmap.tpl diff --git a/premium/nextcloud/29.8.7/templates/_cronjobs.tpl b/premium/nextcloud/29.8.9/templates/_cronjobs.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_cronjobs.tpl rename to premium/nextcloud/29.8.9/templates/_cronjobs.tpl diff --git a/premium/nextcloud/29.8.7/templates/_ingressInjector.tpl b/premium/nextcloud/29.8.9/templates/_ingressInjector.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_ingressInjector.tpl rename to premium/nextcloud/29.8.9/templates/_ingressInjector.tpl diff --git a/premium/nextcloud/29.8.7/templates/_initPerms.tpl b/premium/nextcloud/29.8.9/templates/_initPerms.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_initPerms.tpl rename to premium/nextcloud/29.8.9/templates/_initPerms.tpl diff --git a/premium/nextcloud/29.8.7/templates/_validation.tpl b/premium/nextcloud/29.8.9/templates/_validation.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_validation.tpl rename to premium/nextcloud/29.8.9/templates/_validation.tpl diff --git a/premium/nextcloud/29.8.7/templates/_waitNextcloud.tpl b/premium/nextcloud/29.8.9/templates/_waitNextcloud.tpl similarity index 100% rename from premium/nextcloud/29.8.7/templates/_waitNextcloud.tpl rename to premium/nextcloud/29.8.9/templates/_waitNextcloud.tpl diff --git a/premium/nextcloud/29.8.7/templates/common.yaml b/premium/nextcloud/29.8.9/templates/common.yaml similarity index 100% rename from premium/nextcloud/29.8.7/templates/common.yaml rename to premium/nextcloud/29.8.9/templates/common.yaml diff --git a/premium/prometheus/17.12.4/values.yaml b/premium/nextcloud/29.8.9/values.yaml similarity index 100% rename from premium/prometheus/17.12.4/values.yaml rename to premium/nextcloud/29.8.9/values.yaml diff --git a/premium/prometheus/17.12.4/CHANGELOG.md b/premium/prometheus/17.12.4/CHANGELOG.md deleted file mode 100644 index 5feaa46e94f..00000000000 --- a/premium/prometheus/17.12.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prometheus-17.12.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.4) (2024-03-29) - -### Chore - - - -- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-17.12.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.4) (2024-03-29) - -### Chore - - - -- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-17.12.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.4) (2024-03-28) - -### Chore - - - -- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-17.12.3](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.3) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-17.12.3](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.3) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/premium/prometheus/17.12.4/Chart.yaml b/premium/prometheus/17.12.4/Chart.yaml deleted file mode 100644 index 0290d6120f4..00000000000 --- a/premium/prometheus/17.12.4/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 2.51.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kube-prometheus-stack - version: 56.21.0 - repository: oci://ghcr.io/prometheus-community/charts - condition: "" - alias: kps - tags: [] - import-values: [] -deprecated: false -description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. -home: https://truecharts.org/charts/premium/prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png -keywords: - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prometheus -sources: - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus - - https://github.com/truecharts/charts/tree/master/charts/premium/prometheus - - https://hub.docker.com/r/bitnami/prometheus - - https://quay.io/thanos/thanos - - https://hub.docker.com/r/bitnami/alertmanager -type: application -version: 17.12.4 diff --git a/premium/prometheus/17.12.4/app-changelog.md b/premium/prometheus/17.12.4/app-changelog.md deleted file mode 100644 index 99a03606049..00000000000 --- a/premium/prometheus/17.12.4/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [prometheus-17.12.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.4) (2024-03-29) - -### Chore - - - -- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/prometheus/17.12.4/charts/common-20.2.9.tgz b/premium/prometheus/17.12.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/premium/prometheus/17.12.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/premium/traefik/26.9.6/.helmignore b/premium/prometheus/17.12.6/.helmignore similarity index 100% rename from premium/traefik/26.9.6/.helmignore rename to premium/prometheus/17.12.6/.helmignore diff --git a/premium/prometheus/17.12.6/CHANGELOG.md b/premium/prometheus/17.12.6/CHANGELOG.md new file mode 100644 index 00000000000..a962245f8b6 --- /dev/null +++ b/premium/prometheus/17.12.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-17.12.6](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image kube-prometheus-stack to v56.21.4[@923897b](https://github.com/923897b) by renovate ([#19075](https://github.com/truecharts/charts/issues/19075)) + +- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-17.12.5](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.5) (2024-03-30) + +### Chore + + + +- update container image kube-prometheus-stack to v56.21.4[@923897b](https://github.com/923897b) by renovate ([#19075](https://github.com/truecharts/charts/issues/19075)) + +- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-17.12.5](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.5) (2024-03-30) + +### Chore + + + +- update container image kube-prometheus-stack to v56.21.4[@923897b](https://github.com/923897b) by renovate ([#19075](https://github.com/truecharts/charts/issues/19075)) + +- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-17.12.5](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.5) (2024-03-30) + +### Chore + + + +- update container image kube-prometheus-stack to v56.21.4[@923897b](https://github.com/923897b) by renovate ([#19075](https://github.com/truecharts/charts/issues/19075)) + +- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/premium/prometheus/17.12.6/Chart.yaml b/premium/prometheus/17.12.6/Chart.yaml new file mode 100644 index 00000000000..73db701c7a5 --- /dev/null +++ b/premium/prometheus/17.12.6/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 2.51.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.21.4 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. +home: https://truecharts.org/charts/premium/prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png +keywords: + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus +sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + - https://github.com/truecharts/charts/tree/master/charts/premium/prometheus + - https://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/prometheus + - https://hub.docker.com/r/bitnami/alertmanager +type: application +version: 17.12.6 diff --git a/premium/prometheus/17.12.4/README.md b/premium/prometheus/17.12.6/README.md similarity index 100% rename from premium/prometheus/17.12.4/README.md rename to premium/prometheus/17.12.6/README.md diff --git a/premium/prometheus/17.12.6/app-changelog.md b/premium/prometheus/17.12.6/app-changelog.md new file mode 100644 index 00000000000..06588783522 --- /dev/null +++ b/premium/prometheus/17.12.6/app-changelog.md @@ -0,0 +1,25 @@ + + +## [prometheus-17.12.6](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image kube-prometheus-stack to v56.21.4[@923897b](https://github.com/923897b) by renovate ([#19075](https://github.com/truecharts/charts/issues/19075)) + +- update container image bitnami/prometheus to v2.51.1[@cde1074](https://github.com/cde1074) by renovate ([#19925](https://github.com/truecharts/charts/issues/19925)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/prometheus/17.12.4/app-readme.md b/premium/prometheus/17.12.6/app-readme.md similarity index 100% rename from premium/prometheus/17.12.4/app-readme.md rename to premium/prometheus/17.12.6/app-readme.md diff --git a/premium/prometheus/17.12.6/charts/common-20.2.10.tgz b/premium/prometheus/17.12.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/prometheus/17.12.6/charts/common-20.2.10.tgz differ diff --git a/premium/prometheus/17.12.6/charts/kube-prometheus-stack-56.21.4.tgz b/premium/prometheus/17.12.6/charts/kube-prometheus-stack-56.21.4.tgz new file mode 100644 index 00000000000..65d096dad31 Binary files /dev/null and b/premium/prometheus/17.12.6/charts/kube-prometheus-stack-56.21.4.tgz differ diff --git a/premium/prometheus/17.12.4/ix_values.yaml b/premium/prometheus/17.12.6/ix_values.yaml similarity index 100% rename from premium/prometheus/17.12.4/ix_values.yaml rename to premium/prometheus/17.12.6/ix_values.yaml diff --git a/premium/prometheus/17.12.4/questions.yaml b/premium/prometheus/17.12.6/questions.yaml similarity index 100% rename from premium/prometheus/17.12.4/questions.yaml rename to premium/prometheus/17.12.6/questions.yaml diff --git a/premium/traefik/26.9.6/templates/NOTES.txt b/premium/prometheus/17.12.6/templates/NOTES.txt similarity index 100% rename from premium/traefik/26.9.6/templates/NOTES.txt rename to premium/prometheus/17.12.6/templates/NOTES.txt diff --git a/premium/prometheus/17.12.4/templates/_helpers.tpl b/premium/prometheus/17.12.6/templates/_helpers.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/_helpers.tpl rename to premium/prometheus/17.12.6/templates/_helpers.tpl diff --git a/premium/prometheus/17.12.4/templates/alertmanager/_alertmanager.tpl b/premium/prometheus/17.12.6/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/alertmanager/_alertmanager.tpl rename to premium/prometheus/17.12.6/templates/alertmanager/_alertmanager.tpl diff --git a/premium/prometheus/17.12.4/templates/alertmanager/secrets.yaml b/premium/prometheus/17.12.6/templates/alertmanager/secrets.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/alertmanager/secrets.yaml rename to premium/prometheus/17.12.6/templates/alertmanager/secrets.yaml diff --git a/premium/prometheus/17.12.4/templates/alertmanager/serviceaccount.yaml b/premium/prometheus/17.12.6/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/alertmanager/serviceaccount.yaml rename to premium/prometheus/17.12.6/templates/alertmanager/serviceaccount.yaml diff --git a/premium/prometheus/17.12.4/templates/alertmanager/servicemonitor.yaml b/premium/prometheus/17.12.6/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/alertmanager/servicemonitor.yaml rename to premium/prometheus/17.12.6/templates/alertmanager/servicemonitor.yaml diff --git a/premium/prometheus/17.12.4/templates/common.yaml b/premium/prometheus/17.12.6/templates/common.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/common.yaml rename to premium/prometheus/17.12.6/templates/common.yaml diff --git a/premium/prometheus/17.12.4/templates/prometheus/_additionalPrometheusRules.tpl b/premium/prometheus/17.12.6/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/_additionalPrometheusRules.tpl rename to premium/prometheus/17.12.6/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/premium/prometheus/17.12.4/templates/prometheus/_additionalScrapeJobs.tpl b/premium/prometheus/17.12.6/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/_additionalScrapeJobs.tpl rename to premium/prometheus/17.12.6/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/premium/prometheus/17.12.4/templates/prometheus/_prometheus.tpl b/premium/prometheus/17.12.6/templates/prometheus/_prometheus.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/_prometheus.tpl rename to premium/prometheus/17.12.6/templates/prometheus/_prometheus.tpl diff --git a/premium/prometheus/17.12.4/templates/prometheus/_servicemonitor.tpl b/premium/prometheus/17.12.6/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/_servicemonitor.tpl rename to premium/prometheus/17.12.6/templates/prometheus/_servicemonitor.tpl diff --git a/premium/prometheus/17.12.4/templates/prometheus/clusterrole.yaml b/premium/prometheus/17.12.6/templates/prometheus/clusterrole.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/clusterrole.yaml rename to premium/prometheus/17.12.6/templates/prometheus/clusterrole.yaml diff --git a/premium/prometheus/17.12.4/templates/prometheus/clusterrolebinding.yaml b/premium/prometheus/17.12.6/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/clusterrolebinding.yaml rename to premium/prometheus/17.12.6/templates/prometheus/clusterrolebinding.yaml diff --git a/premium/prometheus/17.12.4/templates/prometheus/serviceaccount.yaml b/premium/prometheus/17.12.6/templates/prometheus/serviceaccount.yaml similarity index 100% rename from premium/prometheus/17.12.4/templates/prometheus/serviceaccount.yaml rename to premium/prometheus/17.12.6/templates/prometheus/serviceaccount.yaml diff --git a/premium/traefik/26.9.6/values.yaml b/premium/prometheus/17.12.6/values.yaml similarity index 100% rename from premium/traefik/26.9.6/values.yaml rename to premium/prometheus/17.12.6/values.yaml diff --git a/premium/traefik/26.9.6/CHANGELOG.md b/premium/traefik/26.9.6/CHANGELOG.md deleted file mode 100644 index 5e81c00e980..00000000000 --- a/premium/traefik/26.9.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) - -### Feat - - - -- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) - -### Fix - - - -- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) - - -## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) - -### Feat - - - -- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) - -### Fix - - - -- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) - - -## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) - -### Feat - - - -- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) - -### Fix - - diff --git a/premium/traefik/26.9.6/Chart.yaml b/premium/traefik/26.9.6/Chart.yaml deleted file mode 100644 index 190af134f3b..00000000000 --- a/premium/traefik/26.9.6/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 2.11.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traefik is a flexible reverse proxy and Ingress Provider. -home: https://truecharts.org/charts/premium/traefik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png -keywords: - - traefik - - ingress -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traefik -sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - - https://github.com/truecharts/charts/tree/master/charts/premium/traefik - - https://github.com/truecharts/containers/tree/master/apps/traefik -type: application -version: 26.9.6 diff --git a/premium/traefik/26.9.6/app-changelog.md b/premium/traefik/26.9.6/app-changelog.md deleted file mode 100644 index 69aa30e9603..00000000000 --- a/premium/traefik/26.9.6/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) - -### Feat - - - -- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) - -### Fix - - - -- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) \ No newline at end of file diff --git a/premium/traefik/26.9.6/charts/common-20.2.4.tgz b/premium/traefik/26.9.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/traefik/26.9.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/premium/vaultwarden/26.7.3/.helmignore b/premium/traefik/26.9.8/.helmignore similarity index 100% rename from premium/vaultwarden/26.7.3/.helmignore rename to premium/traefik/26.9.8/.helmignore diff --git a/premium/traefik/26.9.8/CHANGELOG.md b/premium/traefik/26.9.8/CHANGELOG.md new file mode 100644 index 00000000000..24a43117943 --- /dev/null +++ b/premium/traefik/26.9.8/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-26.9.8](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) + +### Feat + + + +- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.7](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) + +### Feat + + + +- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.7](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) + +### Feat diff --git a/premium/traefik/26.9.8/Chart.yaml b/premium/traefik/26.9.8/Chart.yaml new file mode 100644 index 00000000000..46e30315a84 --- /dev/null +++ b/premium/traefik/26.9.8/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 2.11.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traefik is a flexible reverse proxy and Ingress Provider. +home: https://truecharts.org/charts/premium/traefik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png +keywords: + - traefik + - ingress +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik +sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ + - https://github.com/truecharts/charts/tree/master/charts/premium/traefik + - https://github.com/truecharts/containers/tree/master/apps/traefik +type: application +version: 26.9.8 diff --git a/premium/traefik/26.9.6/README.md b/premium/traefik/26.9.8/README.md similarity index 100% rename from premium/traefik/26.9.6/README.md rename to premium/traefik/26.9.8/README.md diff --git a/premium/traefik/26.9.8/app-changelog.md b/premium/traefik/26.9.8/app-changelog.md new file mode 100644 index 00000000000..3fbf9ec6228 --- /dev/null +++ b/premium/traefik/26.9.8/app-changelog.md @@ -0,0 +1,35 @@ + + +## [traefik-26.9.8](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290)) + +### Feat + + + +- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) \ No newline at end of file diff --git a/premium/traefik/26.9.6/app-readme.md b/premium/traefik/26.9.8/app-readme.md similarity index 100% rename from premium/traefik/26.9.6/app-readme.md rename to premium/traefik/26.9.8/app-readme.md diff --git a/premium/traefik/26.9.8/charts/common-20.2.10.tgz b/premium/traefik/26.9.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/traefik/26.9.8/charts/common-20.2.10.tgz differ diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutes.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutes.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_ingressroutes.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutetcps.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutetcps.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_ingressrouteudps.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_ingressrouteudps.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_middlewares.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_middlewares.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_middlewares.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_middlewaretcps.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_middlewaretcps.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_serverstransports.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_serverstransports.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_serverstransports.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_tlsoptions.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_tlsoptions.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_tlsoptions.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_tlsstores.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_tlsstores.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_tlsstores.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.containo.us_traefikservices.yaml b/premium/traefik/26.9.8/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.containo.us_traefikservices.yaml rename to premium/traefik/26.9.8/crds/traefik.containo.us_traefikservices.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_ingressroutes.yaml b/premium/traefik/26.9.8/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_ingressroutes.yaml rename to premium/traefik/26.9.8/crds/traefik.io_ingressroutes.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_ingressroutetcps.yaml b/premium/traefik/26.9.8/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_ingressroutetcps.yaml rename to premium/traefik/26.9.8/crds/traefik.io_ingressroutetcps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_ingressrouteudps.yaml b/premium/traefik/26.9.8/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_ingressrouteudps.yaml rename to premium/traefik/26.9.8/crds/traefik.io_ingressrouteudps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_middlewares.yaml b/premium/traefik/26.9.8/crds/traefik.io_middlewares.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_middlewares.yaml rename to premium/traefik/26.9.8/crds/traefik.io_middlewares.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_middlewaretcps.yaml b/premium/traefik/26.9.8/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_middlewaretcps.yaml rename to premium/traefik/26.9.8/crds/traefik.io_middlewaretcps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_serverstransports.yaml b/premium/traefik/26.9.8/crds/traefik.io_serverstransports.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_serverstransports.yaml rename to premium/traefik/26.9.8/crds/traefik.io_serverstransports.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_serverstransporttcps.yaml b/premium/traefik/26.9.8/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_serverstransporttcps.yaml rename to premium/traefik/26.9.8/crds/traefik.io_serverstransporttcps.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_tlsoptions.yaml b/premium/traefik/26.9.8/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_tlsoptions.yaml rename to premium/traefik/26.9.8/crds/traefik.io_tlsoptions.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_tlsstores.yaml b/premium/traefik/26.9.8/crds/traefik.io_tlsstores.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_tlsstores.yaml rename to premium/traefik/26.9.8/crds/traefik.io_tlsstores.yaml diff --git a/premium/traefik/26.9.6/crds/traefik.io_traefikservices.yaml b/premium/traefik/26.9.8/crds/traefik.io_traefikservices.yaml similarity index 100% rename from premium/traefik/26.9.6/crds/traefik.io_traefikservices.yaml rename to premium/traefik/26.9.8/crds/traefik.io_traefikservices.yaml diff --git a/premium/traefik/26.9.6/dashboard.json b/premium/traefik/26.9.8/dashboard.json similarity index 100% rename from premium/traefik/26.9.6/dashboard.json rename to premium/traefik/26.9.8/dashboard.json diff --git a/premium/traefik/26.9.6/ix_values.yaml b/premium/traefik/26.9.8/ix_values.yaml similarity index 100% rename from premium/traefik/26.9.6/ix_values.yaml rename to premium/traefik/26.9.8/ix_values.yaml diff --git a/premium/traefik/26.9.6/questions.yaml b/premium/traefik/26.9.8/questions.yaml similarity index 100% rename from premium/traefik/26.9.6/questions.yaml rename to premium/traefik/26.9.8/questions.yaml diff --git a/premium/vaultwarden/26.7.3/templates/NOTES.txt b/premium/traefik/26.9.8/templates/NOTES.txt similarity index 100% rename from premium/vaultwarden/26.7.3/templates/NOTES.txt rename to premium/traefik/26.9.8/templates/NOTES.txt diff --git a/premium/traefik/26.9.6/templates/_args.tpl b/premium/traefik/26.9.8/templates/_args.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_args.tpl rename to premium/traefik/26.9.8/templates/_args.tpl diff --git a/premium/traefik/26.9.6/templates/_helpers.tpl b/premium/traefik/26.9.8/templates/_helpers.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_helpers.tpl rename to premium/traefik/26.9.8/templates/_helpers.tpl diff --git a/premium/traefik/26.9.6/templates/_ingressclass.tpl b/premium/traefik/26.9.8/templates/_ingressclass.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_ingressclass.tpl rename to premium/traefik/26.9.8/templates/_ingressclass.tpl diff --git a/premium/traefik/26.9.6/templates/_ingressroute.tpl b/premium/traefik/26.9.8/templates/_ingressroute.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_ingressroute.tpl rename to premium/traefik/26.9.8/templates/_ingressroute.tpl diff --git a/premium/traefik/26.9.6/templates/_portalhook.tpl b/premium/traefik/26.9.8/templates/_portalhook.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_portalhook.tpl rename to premium/traefik/26.9.8/templates/_portalhook.tpl diff --git a/premium/traefik/26.9.6/templates/_tlsoptions.tpl b/premium/traefik/26.9.8/templates/_tlsoptions.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_tlsoptions.tpl rename to premium/traefik/26.9.8/templates/_tlsoptions.tpl diff --git a/premium/traefik/26.9.6/templates/_tlsstore.tpl b/premium/traefik/26.9.8/templates/_tlsstore.tpl similarity index 100% rename from premium/traefik/26.9.6/templates/_tlsstore.tpl rename to premium/traefik/26.9.8/templates/_tlsstore.tpl diff --git a/premium/traefik/26.9.6/templates/common.yaml b/premium/traefik/26.9.8/templates/common.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/common.yaml rename to premium/traefik/26.9.8/templates/common.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/addPrefix.yaml b/premium/traefik/26.9.8/templates/middlewares/addPrefix.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/addPrefix.yaml rename to premium/traefik/26.9.8/templates/middlewares/addPrefix.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/basic-middleware.yaml b/premium/traefik/26.9.8/templates/middlewares/basic-middleware.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/basic-middleware.yaml rename to premium/traefik/26.9.8/templates/middlewares/basic-middleware.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/basicauth.yaml b/premium/traefik/26.9.8/templates/middlewares/basicauth.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/basicauth.yaml rename to premium/traefik/26.9.8/templates/middlewares/basicauth.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/bouncer.yaml b/premium/traefik/26.9.8/templates/middlewares/bouncer.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/bouncer.yaml rename to premium/traefik/26.9.8/templates/middlewares/bouncer.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/buffering.yaml b/premium/traefik/26.9.8/templates/middlewares/buffering.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/buffering.yaml rename to premium/traefik/26.9.8/templates/middlewares/buffering.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/chain.yaml b/premium/traefik/26.9.8/templates/middlewares/chain.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/chain.yaml rename to premium/traefik/26.9.8/templates/middlewares/chain.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/customFrameOptionsValue.yaml b/premium/traefik/26.9.8/templates/middlewares/customFrameOptionsValue.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/customFrameOptionsValue.yaml rename to premium/traefik/26.9.8/templates/middlewares/customFrameOptionsValue.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/customRequestHeaders.yaml b/premium/traefik/26.9.8/templates/middlewares/customRequestHeaders.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/customRequestHeaders.yaml rename to premium/traefik/26.9.8/templates/middlewares/customRequestHeaders.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/customResponseHeaders.yaml b/premium/traefik/26.9.8/templates/middlewares/customResponseHeaders.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/customResponseHeaders.yaml rename to premium/traefik/26.9.8/templates/middlewares/customResponseHeaders.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/forwardauth.yaml b/premium/traefik/26.9.8/templates/middlewares/forwardauth.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/forwardauth.yaml rename to premium/traefik/26.9.8/templates/middlewares/forwardauth.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/geoblock.yaml b/premium/traefik/26.9.8/templates/middlewares/geoblock.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/geoblock.yaml rename to premium/traefik/26.9.8/templates/middlewares/geoblock.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/ipwhitelist.yaml b/premium/traefik/26.9.8/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/ipwhitelist.yaml rename to premium/traefik/26.9.8/templates/middlewares/ipwhitelist.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/modsecurity.yaml b/premium/traefik/26.9.8/templates/middlewares/modsecurity.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/modsecurity.yaml rename to premium/traefik/26.9.8/templates/middlewares/modsecurity.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/ratelimit.yaml b/premium/traefik/26.9.8/templates/middlewares/ratelimit.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/ratelimit.yaml rename to premium/traefik/26.9.8/templates/middlewares/ratelimit.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/real-ip.yaml b/premium/traefik/26.9.8/templates/middlewares/real-ip.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/real-ip.yaml rename to premium/traefik/26.9.8/templates/middlewares/real-ip.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/redirectScheme.yaml b/premium/traefik/26.9.8/templates/middlewares/redirectScheme.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/redirectScheme.yaml rename to premium/traefik/26.9.8/templates/middlewares/redirectScheme.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/redirectregex.yaml b/premium/traefik/26.9.8/templates/middlewares/redirectregex.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/redirectregex.yaml rename to premium/traefik/26.9.8/templates/middlewares/redirectregex.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/rewriteResponseHeaders.yaml b/premium/traefik/26.9.8/templates/middlewares/rewriteResponseHeaders.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/rewriteResponseHeaders.yaml rename to premium/traefik/26.9.8/templates/middlewares/rewriteResponseHeaders.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/stripPrefixRegex.yaml b/premium/traefik/26.9.8/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/stripPrefixRegex.yaml rename to premium/traefik/26.9.8/templates/middlewares/stripPrefixRegex.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/tc-chains.yaml b/premium/traefik/26.9.8/templates/middlewares/tc-chains.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/tc-chains.yaml rename to premium/traefik/26.9.8/templates/middlewares/tc-chains.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/tc-headers.yaml b/premium/traefik/26.9.8/templates/middlewares/tc-headers.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/tc-headers.yaml rename to premium/traefik/26.9.8/templates/middlewares/tc-headers.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/tc-nextcloud.yaml b/premium/traefik/26.9.8/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/tc-nextcloud.yaml rename to premium/traefik/26.9.8/templates/middlewares/tc-nextcloud.yaml diff --git a/premium/traefik/26.9.6/templates/middlewares/theme-park.yaml b/premium/traefik/26.9.8/templates/middlewares/theme-park.yaml similarity index 100% rename from premium/traefik/26.9.6/templates/middlewares/theme-park.yaml rename to premium/traefik/26.9.8/templates/middlewares/theme-park.yaml diff --git a/premium/vaultwarden/26.7.3/values.yaml b/premium/traefik/26.9.8/values.yaml similarity index 100% rename from premium/vaultwarden/26.7.3/values.yaml rename to premium/traefik/26.9.8/values.yaml diff --git a/premium/vaultwarden/26.7.3/CHANGELOG.md b/premium/vaultwarden/26.7.3/CHANGELOG.md deleted file mode 100644 index d2f551fbe4a..00000000000 --- a/premium/vaultwarden/26.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/premium/vaultwarden/26.7.3/Chart.yaml b/premium/vaultwarden/26.7.3/Chart.yaml deleted file mode 100644 index 462690cd1ef..00000000000 --- a/premium/vaultwarden/26.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 1.30.5 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unofficial Bitwarden compatible server written in Rust -home: https://truecharts.org/charts/premium/vaultwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png -keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vaultwarden -sources: - - https://github.com/dani-garcia/vaultwarden - - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden - - https://hub.docker.com/r/vaultwarden/server -type: application -version: 26.7.3 diff --git a/premium/vaultwarden/26.7.3/app-changelog.md b/premium/vaultwarden/26.7.3/app-changelog.md deleted file mode 100644 index d317cb8a972..00000000000 --- a/premium/vaultwarden/26.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz b/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/acestream/6.7.3/.helmignore b/premium/vaultwarden/26.7.5/.helmignore similarity index 100% rename from stable/acestream/6.7.3/.helmignore rename to premium/vaultwarden/26.7.5/.helmignore diff --git a/premium/vaultwarden/26.7.5/CHANGELOG.md b/premium/vaultwarden/26.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c920f76f060 --- /dev/null +++ b/premium/vaultwarden/26.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vaultwarden-26.7.5](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vaultwarden-26.7.4](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vaultwarden-26.7.4](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vaultwarden-26.7.4](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vaultwarden-26.7.4](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vaultwarden-26.7.4](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/premium/vaultwarden/26.7.5/Chart.yaml b/premium/vaultwarden/26.7.5/Chart.yaml new file mode 100644 index 00000000000..454d5fca522 --- /dev/null +++ b/premium/vaultwarden/26.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: premium +apiVersion: v2 +appVersion: 1.30.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +home: https://truecharts.org/charts/premium/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png +keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vaultwarden +sources: + - https://github.com/dani-garcia/vaultwarden + - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden + - https://hub.docker.com/r/vaultwarden/server +type: application +version: 26.7.5 diff --git a/premium/vaultwarden/26.7.3/README.md b/premium/vaultwarden/26.7.5/README.md similarity index 100% rename from premium/vaultwarden/26.7.3/README.md rename to premium/vaultwarden/26.7.5/README.md diff --git a/premium/vaultwarden/26.7.5/app-changelog.md b/premium/vaultwarden/26.7.5/app-changelog.md new file mode 100644 index 00000000000..1e068253ae0 --- /dev/null +++ b/premium/vaultwarden/26.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [vaultwarden-26.7.5](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/premium/vaultwarden/26.7.3/app-readme.md b/premium/vaultwarden/26.7.5/app-readme.md similarity index 100% rename from premium/vaultwarden/26.7.3/app-readme.md rename to premium/vaultwarden/26.7.5/app-readme.md diff --git a/premium/vaultwarden/26.7.5/charts/common-20.2.10.tgz b/premium/vaultwarden/26.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/premium/vaultwarden/26.7.5/charts/common-20.2.10.tgz differ diff --git a/premium/vaultwarden/26.7.3/ix_values.yaml b/premium/vaultwarden/26.7.5/ix_values.yaml similarity index 100% rename from premium/vaultwarden/26.7.3/ix_values.yaml rename to premium/vaultwarden/26.7.5/ix_values.yaml diff --git a/premium/vaultwarden/26.7.3/questions.yaml b/premium/vaultwarden/26.7.5/questions.yaml similarity index 100% rename from premium/vaultwarden/26.7.3/questions.yaml rename to premium/vaultwarden/26.7.5/questions.yaml diff --git a/stable/actualserver/10.8.3/templates/NOTES.txt b/premium/vaultwarden/26.7.5/templates/NOTES.txt similarity index 100% rename from stable/actualserver/10.8.3/templates/NOTES.txt rename to premium/vaultwarden/26.7.5/templates/NOTES.txt diff --git a/premium/vaultwarden/26.7.3/templates/_configmap.tpl b/premium/vaultwarden/26.7.5/templates/_configmap.tpl similarity index 100% rename from premium/vaultwarden/26.7.3/templates/_configmap.tpl rename to premium/vaultwarden/26.7.5/templates/_configmap.tpl diff --git a/premium/vaultwarden/26.7.3/templates/_secrets.tpl b/premium/vaultwarden/26.7.5/templates/_secrets.tpl similarity index 100% rename from premium/vaultwarden/26.7.3/templates/_secrets.tpl rename to premium/vaultwarden/26.7.5/templates/_secrets.tpl diff --git a/premium/vaultwarden/26.7.3/templates/_validate.tpl b/premium/vaultwarden/26.7.5/templates/_validate.tpl similarity index 100% rename from premium/vaultwarden/26.7.3/templates/_validate.tpl rename to premium/vaultwarden/26.7.5/templates/_validate.tpl diff --git a/premium/vaultwarden/26.7.3/templates/common.yaml b/premium/vaultwarden/26.7.5/templates/common.yaml similarity index 100% rename from premium/vaultwarden/26.7.3/templates/common.yaml rename to premium/vaultwarden/26.7.5/templates/common.yaml diff --git a/stable/acestream/6.7.3/values.yaml b/premium/vaultwarden/26.7.5/values.yaml similarity index 100% rename from stable/acestream/6.7.3/values.yaml rename to premium/vaultwarden/26.7.5/values.yaml diff --git a/stable/acestream/6.7.3/CHANGELOG.md b/stable/acestream/6.7.3/CHANGELOG.md deleted file mode 100644 index 1e912a341ed..00000000000 --- a/stable/acestream/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/acestream/6.7.3/Chart.yaml b/stable/acestream/6.7.3/Chart.yaml deleted file mode 100644 index c5e061f83ac..00000000000 --- a/stable/acestream/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2.8 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IPTV service providing streaming, playlist, search engine and epg. -home: https://truecharts.org/charts/stable/acestream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png -keywords: - - acestream - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: acestream -sources: - - https://github.com/vstavrinov/acestream-service - - https://github.com/truecharts/charts/tree/master/charts/stable/acestream - - https://hub.docker.com/r/vstavrinov/acestream-service -type: application -version: 6.7.3 diff --git a/stable/acestream/6.7.3/app-changelog.md b/stable/acestream/6.7.3/app-changelog.md deleted file mode 100644 index fa99eddff26..00000000000 --- a/stable/acestream/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/acestream/6.7.3/charts/common-20.2.4.tgz b/stable/acestream/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/acestream/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/actualserver/10.8.3/.helmignore b/stable/acestream/6.7.5/.helmignore similarity index 100% rename from stable/actualserver/10.8.3/.helmignore rename to stable/acestream/6.7.5/.helmignore diff --git a/stable/acestream/6.7.5/CHANGELOG.md b/stable/acestream/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..45c230f551e --- /dev/null +++ b/stable/acestream/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [acestream-6.7.5](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [acestream-6.7.4](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [acestream-6.7.4](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [acestream-6.7.4](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [acestream-6.7.4](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [acestream-6.7.4](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/acestream/6.7.5/Chart.yaml b/stable/acestream/6.7.5/Chart.yaml new file mode 100644 index 00000000000..756c5a77fe9 --- /dev/null +++ b/stable/acestream/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2.8 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPTV service providing streaming, playlist, search engine and epg. +home: https://truecharts.org/charts/stable/acestream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png +keywords: + - acestream + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: acestream +sources: + - https://github.com/vstavrinov/acestream-service + - https://github.com/truecharts/charts/tree/master/charts/stable/acestream + - https://hub.docker.com/r/vstavrinov/acestream-service +type: application +version: 6.7.5 diff --git a/stable/acestream/6.7.3/README.md b/stable/acestream/6.7.5/README.md similarity index 100% rename from stable/acestream/6.7.3/README.md rename to stable/acestream/6.7.5/README.md diff --git a/stable/acestream/6.7.5/app-changelog.md b/stable/acestream/6.7.5/app-changelog.md new file mode 100644 index 00000000000..ea3bad2a847 --- /dev/null +++ b/stable/acestream/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [acestream-6.7.5](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/acestream/6.7.3/app-readme.md b/stable/acestream/6.7.5/app-readme.md similarity index 100% rename from stable/acestream/6.7.3/app-readme.md rename to stable/acestream/6.7.5/app-readme.md diff --git a/stable/acestream/6.7.5/charts/common-20.2.10.tgz b/stable/acestream/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/acestream/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/acestream/6.7.3/ix_values.yaml b/stable/acestream/6.7.5/ix_values.yaml similarity index 100% rename from stable/acestream/6.7.3/ix_values.yaml rename to stable/acestream/6.7.5/ix_values.yaml diff --git a/stable/acestream/6.7.3/questions.yaml b/stable/acestream/6.7.5/questions.yaml similarity index 100% rename from stable/acestream/6.7.3/questions.yaml rename to stable/acestream/6.7.5/questions.yaml diff --git a/stable/acestream/6.7.3/templates/common.yaml b/stable/acestream/6.7.5/templates/common.yaml similarity index 100% rename from stable/acestream/6.7.3/templates/common.yaml rename to stable/acestream/6.7.5/templates/common.yaml diff --git a/stable/actualserver/10.8.3/values.yaml b/stable/acestream/6.7.5/values.yaml similarity index 100% rename from stable/actualserver/10.8.3/values.yaml rename to stable/acestream/6.7.5/values.yaml diff --git a/stable/actualserver/10.8.3/CHANGELOG.md b/stable/actualserver/10.8.3/CHANGELOG.md deleted file mode 100644 index a52e6dabfce..00000000000 --- a/stable/actualserver/10.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/actualserver/10.8.3/Chart.yaml b/stable/actualserver/10.8.3/Chart.yaml deleted file mode 100644 index 6f940a84357..00000000000 --- a/stable/actualserver/10.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Actual is a super fast privacy-focused app for managing your finances. -home: https://truecharts.org/charts/stable/actualserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png -keywords: - - actualserver - - finance -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: actualserver -sources: - - https://github.com/Kippenhof/docker-templates - - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - - https://ghcr.io/actualbudget/actual-server -type: application -version: 10.8.3 diff --git a/stable/actualserver/10.8.3/app-changelog.md b/stable/actualserver/10.8.3/app-changelog.md deleted file mode 100644 index 8e266090f55..00000000000 --- a/stable/actualserver/10.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/actualserver/10.8.3/charts/common-20.2.4.tgz b/stable/actualserver/10.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/actualserver/10.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/adguard-home/9.7.4/.helmignore b/stable/actualserver/10.8.5/.helmignore similarity index 100% rename from stable/adguard-home/9.7.4/.helmignore rename to stable/actualserver/10.8.5/.helmignore diff --git a/stable/actualserver/10.8.5/CHANGELOG.md b/stable/actualserver/10.8.5/CHANGELOG.md new file mode 100644 index 00000000000..196c21aed54 --- /dev/null +++ b/stable/actualserver/10.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [actualserver-10.8.5](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [actualserver-10.8.4](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [actualserver-10.8.4](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [actualserver-10.8.4](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [actualserver-10.8.4](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [actualserver-10.8.4](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/actualserver/10.8.5/Chart.yaml b/stable/actualserver/10.8.5/Chart.yaml new file mode 100644 index 00000000000..fe789df8fa6 --- /dev/null +++ b/stable/actualserver/10.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Actual is a super fast privacy-focused app for managing your finances. +home: https://truecharts.org/charts/stable/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png +keywords: + - actualserver + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: actualserver +sources: + - https://github.com/Kippenhof/docker-templates + - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver + - https://ghcr.io/actualbudget/actual-server +type: application +version: 10.8.5 diff --git a/stable/actualserver/10.8.3/README.md b/stable/actualserver/10.8.5/README.md similarity index 100% rename from stable/actualserver/10.8.3/README.md rename to stable/actualserver/10.8.5/README.md diff --git a/stable/actualserver/10.8.5/app-changelog.md b/stable/actualserver/10.8.5/app-changelog.md new file mode 100644 index 00000000000..6368d270cef --- /dev/null +++ b/stable/actualserver/10.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [actualserver-10.8.5](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/actualserver/10.8.3/app-readme.md b/stable/actualserver/10.8.5/app-readme.md similarity index 100% rename from stable/actualserver/10.8.3/app-readme.md rename to stable/actualserver/10.8.5/app-readme.md diff --git a/stable/actualserver/10.8.5/charts/common-20.2.10.tgz b/stable/actualserver/10.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/actualserver/10.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/actualserver/10.8.3/ix_values.yaml b/stable/actualserver/10.8.5/ix_values.yaml similarity index 100% rename from stable/actualserver/10.8.3/ix_values.yaml rename to stable/actualserver/10.8.5/ix_values.yaml diff --git a/stable/actualserver/10.8.3/questions.yaml b/stable/actualserver/10.8.5/questions.yaml similarity index 100% rename from stable/actualserver/10.8.3/questions.yaml rename to stable/actualserver/10.8.5/questions.yaml diff --git a/stable/adguard-home/9.7.4/templates/NOTES.txt b/stable/actualserver/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/adguard-home/9.7.4/templates/NOTES.txt rename to stable/actualserver/10.8.5/templates/NOTES.txt diff --git a/stable/actualserver/10.8.3/templates/common.yaml b/stable/actualserver/10.8.5/templates/common.yaml similarity index 100% rename from stable/actualserver/10.8.3/templates/common.yaml rename to stable/actualserver/10.8.5/templates/common.yaml diff --git a/stable/adguard-home/9.7.4/values.yaml b/stable/actualserver/10.8.5/values.yaml similarity index 100% rename from stable/adguard-home/9.7.4/values.yaml rename to stable/actualserver/10.8.5/values.yaml diff --git a/stable/adguard-home/9.7.4/CHANGELOG.md b/stable/adguard-home/9.7.4/CHANGELOG.md deleted file mode 100644 index c38674db7d2..00000000000 --- a/stable/adguard-home/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/adguard-home/9.7.4/Chart.yaml b/stable/adguard-home/9.7.4/Chart.yaml deleted file mode 100644 index 3d20216e2d8..00000000000 --- a/stable/adguard-home/9.7.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.107.46 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Free and open source, powerful network-wide ads & trackers blocking DNS server. -home: https://truecharts.org/charts/stable/adguard-home -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png -keywords: - - adblock - - adguard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adguard-home -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - - https://hub.docker.com/r/adguard/adguardhome -type: application -version: 9.7.4 diff --git a/stable/adguard-home/9.7.4/app-changelog.md b/stable/adguard-home/9.7.4/app-changelog.md deleted file mode 100644 index 51e8ea47553..00000000000 --- a/stable/adguard-home/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz b/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/adguardhome-sync/6.7.3/.helmignore b/stable/adguard-home/9.7.6/.helmignore similarity index 100% rename from stable/adguardhome-sync/6.7.3/.helmignore rename to stable/adguard-home/9.7.6/.helmignore diff --git a/stable/adguard-home/9.7.6/CHANGELOG.md b/stable/adguard-home/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..4777e2eb482 --- /dev/null +++ b/stable/adguard-home/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguard-home-9.7.6](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [adguard-home-9.7.5](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [adguard-home-9.7.5](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [adguard-home-9.7.5](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [adguard-home-9.7.5](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/adguard-home/9.7.6/Chart.yaml b/stable/adguard-home/9.7.6/Chart.yaml new file mode 100644 index 00000000000..833ad5ce5e7 --- /dev/null +++ b/stable/adguard-home/9.7.6/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.107.46 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +home: https://truecharts.org/charts/stable/adguard-home +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png +keywords: + - adblock + - adguard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguard-home +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home + - https://hub.docker.com/r/adguard/adguardhome +type: application +version: 9.7.6 diff --git a/stable/adguard-home/9.7.4/README.md b/stable/adguard-home/9.7.6/README.md similarity index 100% rename from stable/adguard-home/9.7.4/README.md rename to stable/adguard-home/9.7.6/README.md diff --git a/stable/adguard-home/9.7.6/app-changelog.md b/stable/adguard-home/9.7.6/app-changelog.md new file mode 100644 index 00000000000..20884d863ff --- /dev/null +++ b/stable/adguard-home/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [adguard-home-9.7.6](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/adguard-home/9.7.4/app-readme.md b/stable/adguard-home/9.7.6/app-readme.md similarity index 100% rename from stable/adguard-home/9.7.4/app-readme.md rename to stable/adguard-home/9.7.6/app-readme.md diff --git a/stable/adguard-home/9.7.6/charts/common-20.2.10.tgz b/stable/adguard-home/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/adguard-home/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/adguard-home/9.7.4/ix_values.yaml b/stable/adguard-home/9.7.6/ix_values.yaml similarity index 100% rename from stable/adguard-home/9.7.4/ix_values.yaml rename to stable/adguard-home/9.7.6/ix_values.yaml diff --git a/stable/adguard-home/9.7.4/questions.yaml b/stable/adguard-home/9.7.6/questions.yaml similarity index 100% rename from stable/adguard-home/9.7.4/questions.yaml rename to stable/adguard-home/9.7.6/questions.yaml diff --git a/stable/adminer/8.7.3/templates/NOTES.txt b/stable/adguard-home/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/adminer/8.7.3/templates/NOTES.txt rename to stable/adguard-home/9.7.6/templates/NOTES.txt diff --git a/stable/adguard-home/9.7.4/templates/common.yaml b/stable/adguard-home/9.7.6/templates/common.yaml similarity index 100% rename from stable/adguard-home/9.7.4/templates/common.yaml rename to stable/adguard-home/9.7.6/templates/common.yaml diff --git a/stable/adguardhome-sync/6.7.3/values.yaml b/stable/adguard-home/9.7.6/values.yaml similarity index 100% rename from stable/adguardhome-sync/6.7.3/values.yaml rename to stable/adguard-home/9.7.6/values.yaml diff --git a/stable/adguardhome-sync/6.7.3/CHANGELOG.md b/stable/adguardhome-sync/6.7.3/CHANGELOG.md deleted file mode 100644 index 34c47c22be3..00000000000 --- a/stable/adguardhome-sync/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/adguardhome-sync/6.7.3/Chart.yaml b/stable/adguardhome-sync/6.7.3/Chart.yaml deleted file mode 100644 index a06ab10b076..00000000000 --- a/stable/adguardhome-sync/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.7 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synchronize AdGuardHome config to replica instances. -home: https://truecharts.org/charts/stable/adguardhome-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png -keywords: - - adguardhome-sync - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adguardhome-sync -sources: - - https://github.com/bakito/adguardhome-sync/ - - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync - - https://ghcr.io/bakito/adguardhome-sync -type: application -version: 6.7.3 diff --git a/stable/adguardhome-sync/6.7.3/app-changelog.md b/stable/adguardhome-sync/6.7.3/app-changelog.md deleted file mode 100644 index 13452051ba6..00000000000 --- a/stable/adguardhome-sync/6.7.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) \ No newline at end of file diff --git a/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz b/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/adminer/8.7.3/.helmignore b/stable/adguardhome-sync/6.7.5/.helmignore similarity index 100% rename from stable/adminer/8.7.3/.helmignore rename to stable/adguardhome-sync/6.7.5/.helmignore diff --git a/stable/adguardhome-sync/6.7.5/CHANGELOG.md b/stable/adguardhome-sync/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b4d02bcb6aa --- /dev/null +++ b/stable/adguardhome-sync/6.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguardhome-sync-6.7.5](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) + + +## [adguardhome-sync-6.7.4](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) + + +## [adguardhome-sync-6.7.4](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) + + +## [adguardhome-sync-6.7.4](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) + + +## [adguardhome-sync-6.7.4](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.4) (2024-03-27) + +### Chore diff --git a/stable/adguardhome-sync/6.7.5/Chart.yaml b/stable/adguardhome-sync/6.7.5/Chart.yaml new file mode 100644 index 00000000000..062d76cf657 --- /dev/null +++ b/stable/adguardhome-sync/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.7 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronize AdGuardHome config to replica instances. +home: https://truecharts.org/charts/stable/adguardhome-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png +keywords: + - adguardhome-sync + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguardhome-sync +sources: + - https://github.com/bakito/adguardhome-sync/ + - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync + - https://ghcr.io/bakito/adguardhome-sync +type: application +version: 6.7.5 diff --git a/stable/adguardhome-sync/6.7.3/README.md b/stable/adguardhome-sync/6.7.5/README.md similarity index 100% rename from stable/adguardhome-sync/6.7.3/README.md rename to stable/adguardhome-sync/6.7.5/README.md diff --git a/stable/adguardhome-sync/6.7.5/app-changelog.md b/stable/adguardhome-sync/6.7.5/app-changelog.md new file mode 100644 index 00000000000..d25fb0754b8 --- /dev/null +++ b/stable/adguardhome-sync/6.7.5/app-changelog.md @@ -0,0 +1,23 @@ + + +## [adguardhome-sync-6.7.5](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305)) \ No newline at end of file diff --git a/stable/adguardhome-sync/6.7.3/app-readme.md b/stable/adguardhome-sync/6.7.5/app-readme.md similarity index 100% rename from stable/adguardhome-sync/6.7.3/app-readme.md rename to stable/adguardhome-sync/6.7.5/app-readme.md diff --git a/stable/adguardhome-sync/6.7.5/charts/common-20.2.10.tgz b/stable/adguardhome-sync/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/adguardhome-sync/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/adguardhome-sync/6.7.3/ix_values.yaml b/stable/adguardhome-sync/6.7.5/ix_values.yaml similarity index 100% rename from stable/adguardhome-sync/6.7.3/ix_values.yaml rename to stable/adguardhome-sync/6.7.5/ix_values.yaml diff --git a/stable/adguardhome-sync/6.7.3/questions.yaml b/stable/adguardhome-sync/6.7.5/questions.yaml similarity index 100% rename from stable/adguardhome-sync/6.7.3/questions.yaml rename to stable/adguardhome-sync/6.7.5/questions.yaml diff --git a/stable/adguardhome-sync/6.7.3/templates/common.yaml b/stable/adguardhome-sync/6.7.5/templates/common.yaml similarity index 100% rename from stable/adguardhome-sync/6.7.3/templates/common.yaml rename to stable/adguardhome-sync/6.7.5/templates/common.yaml diff --git a/stable/adminer/8.7.3/values.yaml b/stable/adguardhome-sync/6.7.5/values.yaml similarity index 100% rename from stable/adminer/8.7.3/values.yaml rename to stable/adguardhome-sync/6.7.5/values.yaml diff --git a/stable/adminer/8.7.3/CHANGELOG.md b/stable/adminer/8.7.3/CHANGELOG.md deleted file mode 100644 index 71a2626c1d6..00000000000 --- a/stable/adminer/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - diff --git a/stable/adminer/8.7.3/Chart.yaml b/stable/adminer/8.7.3/Chart.yaml deleted file mode 100644 index cd18fb9384b..00000000000 --- a/stable/adminer/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. -home: https://truecharts.org/charts/stable/adminer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png -keywords: - - adminer - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: adminer -sources: - - https://github.com/vrana/adminer - - https://github.com/truecharts/charts/tree/master/charts/stable/adminer - - https://hub.docker.com/_/adminer -type: application -version: 8.7.3 diff --git a/stable/adminer/8.7.3/app-changelog.md b/stable/adminer/8.7.3/app-changelog.md deleted file mode 100644 index e656305cfc1..00000000000 --- a/stable/adminer/8.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) \ No newline at end of file diff --git a/stable/adminer/8.7.3/charts/common-20.2.4.tgz b/stable/adminer/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/adminer/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/airdcpp-webclient/10.7.3/.helmignore b/stable/adminer/8.7.5/.helmignore similarity index 100% rename from stable/airdcpp-webclient/10.7.3/.helmignore rename to stable/adminer/8.7.5/.helmignore diff --git a/stable/adminer/8.7.5/CHANGELOG.md b/stable/adminer/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0ab6f9f58a6 --- /dev/null +++ b/stable/adminer/8.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adminer-8.7.5](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) + + +## [adminer-8.7.4](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) + + +## [adminer-8.7.4](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) + + +## [adminer-8.7.4](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) + + +## [adminer-8.7.4](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/adminer/8.7.5/Chart.yaml b/stable/adminer/8.7.5/Chart.yaml new file mode 100644 index 00000000000..dd9bc1dc6a9 --- /dev/null +++ b/stable/adminer/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. +home: https://truecharts.org/charts/stable/adminer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png +keywords: + - adminer + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adminer +sources: + - https://github.com/vrana/adminer + - https://github.com/truecharts/charts/tree/master/charts/stable/adminer + - https://hub.docker.com/_/adminer +type: application +version: 8.7.5 diff --git a/stable/adminer/8.7.3/README.md b/stable/adminer/8.7.5/README.md similarity index 100% rename from stable/adminer/8.7.3/README.md rename to stable/adminer/8.7.5/README.md diff --git a/stable/adminer/8.7.5/app-changelog.md b/stable/adminer/8.7.5/app-changelog.md new file mode 100644 index 00000000000..56c818d34d1 --- /dev/null +++ b/stable/adminer/8.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [adminer-8.7.5](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216)) \ No newline at end of file diff --git a/stable/adminer/8.7.3/app-readme.md b/stable/adminer/8.7.5/app-readme.md similarity index 100% rename from stable/adminer/8.7.3/app-readme.md rename to stable/adminer/8.7.5/app-readme.md diff --git a/stable/adminer/8.7.5/charts/common-20.2.10.tgz b/stable/adminer/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/adminer/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/adminer/8.7.3/ix_values.yaml b/stable/adminer/8.7.5/ix_values.yaml similarity index 100% rename from stable/adminer/8.7.3/ix_values.yaml rename to stable/adminer/8.7.5/ix_values.yaml diff --git a/stable/adminer/8.7.3/questions.yaml b/stable/adminer/8.7.5/questions.yaml similarity index 100% rename from stable/adminer/8.7.3/questions.yaml rename to stable/adminer/8.7.5/questions.yaml diff --git a/stable/airdcpp-webclient/10.7.3/templates/NOTES.txt b/stable/adminer/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/10.7.3/templates/NOTES.txt rename to stable/adminer/8.7.5/templates/NOTES.txt diff --git a/stable/adminer/8.7.3/templates/common.yaml b/stable/adminer/8.7.5/templates/common.yaml similarity index 100% rename from stable/adminer/8.7.3/templates/common.yaml rename to stable/adminer/8.7.5/templates/common.yaml diff --git a/stable/airdcpp-webclient/10.7.3/values.yaml b/stable/adminer/8.7.5/values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.7.3/values.yaml rename to stable/adminer/8.7.5/values.yaml diff --git a/stable/airdcpp-webclient/10.7.3/CHANGELOG.md b/stable/airdcpp-webclient/10.7.3/CHANGELOG.md deleted file mode 100644 index 3b38a49f317..00000000000 --- a/stable/airdcpp-webclient/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/airdcpp-webclient/10.7.3/Chart.yaml b/stable/airdcpp-webclient/10.7.3/Chart.yaml deleted file mode 100644 index 9af70728228..00000000000 --- a/stable/airdcpp-webclient/10.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.12.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. -home: https://truecharts.org/charts/stable/airdcpp-webclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png -keywords: - - DC++ - - dcpp - - airdcpp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airdcpp-webclient -sources: - - https://github.com/airdcpp-web/airdcpp-webclient - - https://airdcpp-web.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - - https://hub.docker.com/r/gangefors/airdcpp-webclient -type: application -version: 10.7.3 diff --git a/stable/airdcpp-webclient/10.7.3/app-changelog.md b/stable/airdcpp-webclient/10.7.3/app-changelog.md deleted file mode 100644 index 543a74d0dcd..00000000000 --- a/stable/airdcpp-webclient/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz b/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.8.3/.helmignore b/stable/airdcpp-webclient/10.7.5/.helmignore similarity index 100% rename from stable/airsonic-advanced/13.8.3/.helmignore rename to stable/airdcpp-webclient/10.7.5/.helmignore diff --git a/stable/airdcpp-webclient/10.7.5/CHANGELOG.md b/stable/airdcpp-webclient/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..985e2717f3d --- /dev/null +++ b/stable/airdcpp-webclient/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airdcpp-webclient-10.7.5](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airdcpp-webclient-10.7.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airdcpp-webclient-10.7.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airdcpp-webclient-10.7.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airdcpp-webclient-10.7.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airdcpp-webclient-10.7.4](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.7.5/Chart.yaml b/stable/airdcpp-webclient/10.7.5/Chart.yaml new file mode 100644 index 00000000000..d5101199128 --- /dev/null +++ b/stable/airdcpp-webclient/10.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.12.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. +home: https://truecharts.org/charts/stable/airdcpp-webclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png +keywords: + - DC++ + - dcpp + - airdcpp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airdcpp-webclient +sources: + - https://github.com/airdcpp-web/airdcpp-webclient + - https://airdcpp-web.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient + - https://hub.docker.com/r/gangefors/airdcpp-webclient +type: application +version: 10.7.5 diff --git a/stable/airdcpp-webclient/10.7.3/README.md b/stable/airdcpp-webclient/10.7.5/README.md similarity index 100% rename from stable/airdcpp-webclient/10.7.3/README.md rename to stable/airdcpp-webclient/10.7.5/README.md diff --git a/stable/airdcpp-webclient/10.7.5/app-changelog.md b/stable/airdcpp-webclient/10.7.5/app-changelog.md new file mode 100644 index 00000000000..9346d5e032e --- /dev/null +++ b/stable/airdcpp-webclient/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [airdcpp-webclient-10.7.5](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.7.3/app-readme.md b/stable/airdcpp-webclient/10.7.5/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/10.7.3/app-readme.md rename to stable/airdcpp-webclient/10.7.5/app-readme.md diff --git a/stable/airdcpp-webclient/10.7.5/charts/common-20.2.10.tgz b/stable/airdcpp-webclient/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/airdcpp-webclient/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/airdcpp-webclient/10.7.3/ix_values.yaml b/stable/airdcpp-webclient/10.7.5/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.7.3/ix_values.yaml rename to stable/airdcpp-webclient/10.7.5/ix_values.yaml diff --git a/stable/airdcpp-webclient/10.7.3/questions.yaml b/stable/airdcpp-webclient/10.7.5/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/10.7.3/questions.yaml rename to stable/airdcpp-webclient/10.7.5/questions.yaml diff --git a/stable/airsonic-advanced/13.8.3/templates/NOTES.txt b/stable/airdcpp-webclient/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/airsonic-advanced/13.8.3/templates/NOTES.txt rename to stable/airdcpp-webclient/10.7.5/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/10.7.3/templates/common.yaml b/stable/airdcpp-webclient/10.7.5/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/10.7.3/templates/common.yaml rename to stable/airdcpp-webclient/10.7.5/templates/common.yaml diff --git a/stable/airsonic-advanced/13.8.3/values.yaml b/stable/airdcpp-webclient/10.7.5/values.yaml similarity index 100% rename from stable/airsonic-advanced/13.8.3/values.yaml rename to stable/airdcpp-webclient/10.7.5/values.yaml diff --git a/stable/airsonic-advanced/13.8.3/CHANGELOG.md b/stable/airsonic-advanced/13.8.3/CHANGELOG.md deleted file mode 100644 index abaa6466490..00000000000 --- a/stable/airsonic-advanced/13.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/airsonic-advanced/13.8.3/Chart.yaml b/stable/airsonic-advanced/13.8.3/Chart.yaml deleted file mode 100644 index f54117e6546..00000000000 --- a/stable/airsonic-advanced/13.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: edge-latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic-advanced -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png -keywords: - - airsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airsonic-advanced -sources: - - https://github.com/airsonic/airsonic-advanced - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -type: application -version: 13.8.3 diff --git a/stable/airsonic-advanced/13.8.3/app-changelog.md b/stable/airsonic-advanced/13.8.3/app-changelog.md deleted file mode 100644 index beaeaa7537c..00000000000 --- a/stable/airsonic-advanced/13.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz b/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/airsonic/13.7.3/.helmignore b/stable/airsonic-advanced/13.8.5/.helmignore similarity index 100% rename from stable/airsonic/13.7.3/.helmignore rename to stable/airsonic-advanced/13.8.5/.helmignore diff --git a/stable/airsonic-advanced/13.8.5/CHANGELOG.md b/stable/airsonic-advanced/13.8.5/CHANGELOG.md new file mode 100644 index 00000000000..b4d871137e6 --- /dev/null +++ b/stable/airsonic-advanced/13.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-advanced-13.8.5](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-advanced-13.8.4](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-advanced-13.8.4](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-advanced-13.8.4](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-advanced-13.8.4](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-advanced-13.8.4](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/airsonic-advanced/13.8.5/Chart.yaml b/stable/airsonic-advanced/13.8.5/Chart.yaml new file mode 100644 index 00000000000..7d24fdcb27b --- /dev/null +++ b/stable/airsonic-advanced/13.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: edge-latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic-advanced +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png +keywords: + - airsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic-advanced +sources: + - https://github.com/airsonic/airsonic-advanced + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced + - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced +type: application +version: 13.8.5 diff --git a/stable/airsonic-advanced/13.8.3/README.md b/stable/airsonic-advanced/13.8.5/README.md similarity index 100% rename from stable/airsonic-advanced/13.8.3/README.md rename to stable/airsonic-advanced/13.8.5/README.md diff --git a/stable/airsonic-advanced/13.8.5/app-changelog.md b/stable/airsonic-advanced/13.8.5/app-changelog.md new file mode 100644 index 00000000000..1535f0b407d --- /dev/null +++ b/stable/airsonic-advanced/13.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [airsonic-advanced-13.8.5](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.8.3/app-readme.md b/stable/airsonic-advanced/13.8.5/app-readme.md similarity index 100% rename from stable/airsonic-advanced/13.8.3/app-readme.md rename to stable/airsonic-advanced/13.8.5/app-readme.md diff --git a/stable/airsonic-advanced/13.8.5/charts/common-20.2.10.tgz b/stable/airsonic-advanced/13.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/airsonic-advanced/13.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/airsonic-advanced/13.8.3/ix_values.yaml b/stable/airsonic-advanced/13.8.5/ix_values.yaml similarity index 100% rename from stable/airsonic-advanced/13.8.3/ix_values.yaml rename to stable/airsonic-advanced/13.8.5/ix_values.yaml diff --git a/stable/airsonic-advanced/13.8.3/questions.yaml b/stable/airsonic-advanced/13.8.5/questions.yaml similarity index 100% rename from stable/airsonic-advanced/13.8.3/questions.yaml rename to stable/airsonic-advanced/13.8.5/questions.yaml diff --git a/stable/airsonic/13.7.3/templates/NOTES.txt b/stable/airsonic-advanced/13.8.5/templates/NOTES.txt similarity index 100% rename from stable/airsonic/13.7.3/templates/NOTES.txt rename to stable/airsonic-advanced/13.8.5/templates/NOTES.txt diff --git a/stable/airsonic-advanced/13.8.3/templates/common.yaml b/stable/airsonic-advanced/13.8.5/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/13.8.3/templates/common.yaml rename to stable/airsonic-advanced/13.8.5/templates/common.yaml diff --git a/stable/airsonic/13.7.3/values.yaml b/stable/airsonic-advanced/13.8.5/values.yaml similarity index 100% rename from stable/airsonic/13.7.3/values.yaml rename to stable/airsonic-advanced/13.8.5/values.yaml diff --git a/stable/airsonic/13.7.3/CHANGELOG.md b/stable/airsonic/13.7.3/CHANGELOG.md deleted file mode 100644 index 677d3beca5a..00000000000 --- a/stable/airsonic/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/airsonic/13.7.3/Chart.yaml b/stable/airsonic/13.7.3/Chart.yaml deleted file mode 100644 index f8f7623b077..00000000000 --- a/stable/airsonic/13.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.6.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png -keywords: - - airsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: airsonic -sources: - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - - https://ghcr.io/linuxserver/airsonic -type: application -version: 13.7.3 diff --git a/stable/airsonic/13.7.3/app-changelog.md b/stable/airsonic/13.7.3/app-changelog.md deleted file mode 100644 index faa850d91b8..00000000000 --- a/stable/airsonic/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airsonic/13.7.3/charts/common-20.2.4.tgz b/stable/airsonic/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/airsonic/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/alienswarm-reactivedrop/5.7.3/.helmignore b/stable/airsonic/13.7.5/.helmignore similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/.helmignore rename to stable/airsonic/13.7.5/.helmignore diff --git a/stable/airsonic/13.7.5/CHANGELOG.md b/stable/airsonic/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..41e492753c2 --- /dev/null +++ b/stable/airsonic/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-13.7.5](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-13.7.4](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-13.7.4](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-13.7.4](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-13.7.4](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [airsonic-13.7.4](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/airsonic/13.7.5/Chart.yaml b/stable/airsonic/13.7.5/Chart.yaml new file mode 100644 index 00000000000..703f45bd560 --- /dev/null +++ b/stable/airsonic/13.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.6.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png +keywords: + - airsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic +sources: + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + - https://github.com/airsonic/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic + - https://ghcr.io/linuxserver/airsonic +type: application +version: 13.7.5 diff --git a/stable/airsonic/13.7.3/README.md b/stable/airsonic/13.7.5/README.md similarity index 100% rename from stable/airsonic/13.7.3/README.md rename to stable/airsonic/13.7.5/README.md diff --git a/stable/airsonic/13.7.5/app-changelog.md b/stable/airsonic/13.7.5/app-changelog.md new file mode 100644 index 00000000000..69b4aa35d5b --- /dev/null +++ b/stable/airsonic/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [airsonic-13.7.5](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/airsonic/13.7.3/app-readme.md b/stable/airsonic/13.7.5/app-readme.md similarity index 100% rename from stable/airsonic/13.7.3/app-readme.md rename to stable/airsonic/13.7.5/app-readme.md diff --git a/stable/airsonic/13.7.5/charts/common-20.2.10.tgz b/stable/airsonic/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/airsonic/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/airsonic/13.7.3/ix_values.yaml b/stable/airsonic/13.7.5/ix_values.yaml similarity index 100% rename from stable/airsonic/13.7.3/ix_values.yaml rename to stable/airsonic/13.7.5/ix_values.yaml diff --git a/stable/airsonic/13.7.3/questions.yaml b/stable/airsonic/13.7.5/questions.yaml similarity index 100% rename from stable/airsonic/13.7.3/questions.yaml rename to stable/airsonic/13.7.5/questions.yaml diff --git a/stable/alist/9.10.0/templates/NOTES.txt b/stable/airsonic/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/alist/9.10.0/templates/NOTES.txt rename to stable/airsonic/13.7.5/templates/NOTES.txt diff --git a/stable/airsonic/13.7.3/templates/common.yaml b/stable/airsonic/13.7.5/templates/common.yaml similarity index 100% rename from stable/airsonic/13.7.3/templates/common.yaml rename to stable/airsonic/13.7.5/templates/common.yaml diff --git a/stable/alienswarm-reactivedrop/5.7.3/values.yaml b/stable/airsonic/13.7.5/values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/values.yaml rename to stable/airsonic/13.7.5/values.yaml diff --git a/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md deleted file mode 100644 index f4f1cb02556..00000000000 --- a/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml b/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml deleted file mode 100644 index c285b7b3181..00000000000 --- a/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarmreactiedrop -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." -home: https://truecharts.org/charts/stable/alienswarm-reactivedrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png -keywords: - - alienswarm-reactivedrop - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alienswarm-reactivedrop -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md b/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md deleted file mode 100644 index d29e66ca3bc..00000000000 --- a/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz b/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/alienswarm/5.7.3/.helmignore b/stable/alienswarm-reactivedrop/5.7.5/.helmignore similarity index 100% rename from stable/alienswarm/5.7.3/.helmignore rename to stable/alienswarm-reactivedrop/5.7.5/.helmignore diff --git a/stable/alienswarm-reactivedrop/5.7.5/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..912df8e87cd --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-reactivedrop-5.7.5](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-reactivedrop-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-reactivedrop-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-reactivedrop-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-reactivedrop-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-reactivedrop-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.7.5/Chart.yaml b/stable/alienswarm-reactivedrop/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7121a6224fc --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarmreactiedrop +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." +home: https://truecharts.org/charts/stable/alienswarm-reactivedrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png +keywords: + - alienswarm-reactivedrop + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm-reactivedrop +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/alienswarm-reactivedrop/5.7.3/README.md b/stable/alienswarm-reactivedrop/5.7.5/README.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/README.md rename to stable/alienswarm-reactivedrop/5.7.5/README.md diff --git a/stable/alienswarm-reactivedrop/5.7.5/app-changelog.md b/stable/alienswarm-reactivedrop/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ada75c575a1 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [alienswarm-reactivedrop-5.7.5](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.7.3/app-readme.md b/stable/alienswarm-reactivedrop/5.7.5/app-readme.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/app-readme.md rename to stable/alienswarm-reactivedrop/5.7.5/app-readme.md diff --git a/stable/alienswarm-reactivedrop/5.7.5/charts/common-20.2.10.tgz b/stable/alienswarm-reactivedrop/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/alienswarm-reactivedrop/5.7.3/ix_values.yaml b/stable/alienswarm-reactivedrop/5.7.5/ix_values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/ix_values.yaml rename to stable/alienswarm-reactivedrop/5.7.5/ix_values.yaml diff --git a/stable/alienswarm-reactivedrop/5.7.3/questions.yaml b/stable/alienswarm-reactivedrop/5.7.5/questions.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/questions.yaml rename to stable/alienswarm-reactivedrop/5.7.5/questions.yaml diff --git a/stable/alienswarm-reactivedrop/5.7.3/templates/common.yaml b/stable/alienswarm-reactivedrop/5.7.5/templates/common.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.7.3/templates/common.yaml rename to stable/alienswarm-reactivedrop/5.7.5/templates/common.yaml diff --git a/stable/alienswarm/5.7.3/values.yaml b/stable/alienswarm-reactivedrop/5.7.5/values.yaml similarity index 100% rename from stable/alienswarm/5.7.3/values.yaml rename to stable/alienswarm-reactivedrop/5.7.5/values.yaml diff --git a/stable/alienswarm/5.7.3/CHANGELOG.md b/stable/alienswarm/5.7.3/CHANGELOG.md deleted file mode 100644 index 6e25ed35c20..00000000000 --- a/stable/alienswarm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/alienswarm/5.7.3/Chart.yaml b/stable/alienswarm/5.7.3/Chart.yaml deleted file mode 100644 index ca9f86db7fe..00000000000 --- a/stable/alienswarm/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarm -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. -home: https://truecharts.org/charts/stable/alienswarm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png -keywords: - - alienswarm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alienswarm -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/alienswarm/5.7.3/app-changelog.md b/stable/alienswarm/5.7.3/app-changelog.md deleted file mode 100644 index 42235803c51..00000000000 --- a/stable/alienswarm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz b/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/alist/9.10.0/.helmignore b/stable/alienswarm/5.7.5/.helmignore similarity index 100% rename from stable/alist/9.10.0/.helmignore rename to stable/alienswarm/5.7.5/.helmignore diff --git a/stable/alienswarm/5.7.5/CHANGELOG.md b/stable/alienswarm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..635204f2518 --- /dev/null +++ b/stable/alienswarm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-5.7.5](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alienswarm-5.7.4](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/alienswarm/5.7.5/Chart.yaml b/stable/alienswarm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bfe8757be02 --- /dev/null +++ b/stable/alienswarm/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarm +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. +home: https://truecharts.org/charts/stable/alienswarm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png +keywords: + - alienswarm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/alienswarm/5.7.3/README.md b/stable/alienswarm/5.7.5/README.md similarity index 100% rename from stable/alienswarm/5.7.3/README.md rename to stable/alienswarm/5.7.5/README.md diff --git a/stable/alienswarm/5.7.5/app-changelog.md b/stable/alienswarm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..3eb3701bb3f --- /dev/null +++ b/stable/alienswarm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [alienswarm-5.7.5](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alienswarm/5.7.3/app-readme.md b/stable/alienswarm/5.7.5/app-readme.md similarity index 100% rename from stable/alienswarm/5.7.3/app-readme.md rename to stable/alienswarm/5.7.5/app-readme.md diff --git a/stable/alienswarm/5.7.5/charts/common-20.2.10.tgz b/stable/alienswarm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/alienswarm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/alienswarm/5.7.3/ix_values.yaml b/stable/alienswarm/5.7.5/ix_values.yaml similarity index 100% rename from stable/alienswarm/5.7.3/ix_values.yaml rename to stable/alienswarm/5.7.5/ix_values.yaml diff --git a/stable/alienswarm/5.7.3/questions.yaml b/stable/alienswarm/5.7.5/questions.yaml similarity index 100% rename from stable/alienswarm/5.7.3/questions.yaml rename to stable/alienswarm/5.7.5/questions.yaml diff --git a/stable/alienswarm/5.7.3/templates/common.yaml b/stable/alienswarm/5.7.5/templates/common.yaml similarity index 100% rename from stable/alienswarm/5.7.3/templates/common.yaml rename to stable/alienswarm/5.7.5/templates/common.yaml diff --git a/stable/alist/9.10.0/values.yaml b/stable/alienswarm/5.7.5/values.yaml similarity index 100% rename from stable/alist/9.10.0/values.yaml rename to stable/alienswarm/5.7.5/values.yaml diff --git a/stable/alist/9.10.0/CHANGELOG.md b/stable/alist/9.10.0/CHANGELOG.md deleted file mode 100644 index 95bf5027b8a..00000000000 --- a/stable/alist/9.10.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - diff --git a/stable/alist/9.10.0/Chart.yaml b/stable/alist/9.10.0/Chart.yaml deleted file mode 100644 index 64e6148b625..00000000000 --- a/stable/alist/9.10.0/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.33.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alist program that supports multiple storage, powered by Gin and React -home: https://truecharts.org/charts/stable/alist -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png -keywords: - - alist - - storage - - webdav - - google driver - - aliyun driver - - baiduyun -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: alist -sources: - - https://github.com/Xhofe/alist - - https://github.com/truecharts/charts/tree/master/charts/stable/alist - - https://hub.docker.com/r/xhofe/alist-aria2 -type: application -version: 9.10.0 diff --git a/stable/alist/9.10.0/app-changelog.md b/stable/alist/9.10.0/app-changelog.md deleted file mode 100644 index ac8574ff6ec..00000000000 --- a/stable/alist/9.10.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [alist-9.10.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.0) (2024-03-26) - -### Chore - - - -- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alist/9.10.0/charts/common-20.2.4.tgz b/stable/alist/9.10.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/alist/9.10.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/11.7.3/.helmignore b/stable/alist/9.10.2/.helmignore similarity index 100% rename from stable/amcrest2mqtt/11.7.3/.helmignore rename to stable/alist/9.10.2/.helmignore diff --git a/stable/alist/9.10.2/CHANGELOG.md b/stable/alist/9.10.2/CHANGELOG.md new file mode 100644 index 00000000000..4aec2d5f5d6 --- /dev/null +++ b/stable/alist/9.10.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alist-9.10.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alist-9.10.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alist-9.10.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alist-9.10.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [alist-9.10.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/alist/9.10.2/Chart.yaml b/stable/alist/9.10.2/Chart.yaml new file mode 100644 index 00000000000..dfaf19dbab2 --- /dev/null +++ b/stable/alist/9.10.2/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.33.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alist program that supports multiple storage, powered by Gin and React +home: https://truecharts.org/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png +keywords: + - alist + - storage + - webdav + - google driver + - aliyun driver + - baiduyun +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alist +sources: + - https://github.com/Xhofe/alist + - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://hub.docker.com/r/xhofe/alist-aria2 +type: application +version: 9.10.2 diff --git a/stable/alist/9.10.0/README.md b/stable/alist/9.10.2/README.md similarity index 100% rename from stable/alist/9.10.0/README.md rename to stable/alist/9.10.2/README.md diff --git a/stable/alist/9.10.2/app-changelog.md b/stable/alist/9.10.2/app-changelog.md new file mode 100644 index 00000000000..86e922929ad --- /dev/null +++ b/stable/alist/9.10.2/app-changelog.md @@ -0,0 +1,21 @@ + + +## [alist-9.10.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.10.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xhofe/alist-aria2 to v3.33.0[@5abae95](https://github.com/5abae95) by renovate ([#19791](https://github.com/truecharts/charts/issues/19791)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/alist/9.10.0/app-readme.md b/stable/alist/9.10.2/app-readme.md similarity index 100% rename from stable/alist/9.10.0/app-readme.md rename to stable/alist/9.10.2/app-readme.md diff --git a/stable/alist/9.10.2/charts/common-20.2.10.tgz b/stable/alist/9.10.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/alist/9.10.2/charts/common-20.2.10.tgz differ diff --git a/stable/alist/9.10.0/ix_values.yaml b/stable/alist/9.10.2/ix_values.yaml similarity index 100% rename from stable/alist/9.10.0/ix_values.yaml rename to stable/alist/9.10.2/ix_values.yaml diff --git a/stable/alist/9.10.0/questions.yaml b/stable/alist/9.10.2/questions.yaml similarity index 100% rename from stable/alist/9.10.0/questions.yaml rename to stable/alist/9.10.2/questions.yaml diff --git a/stable/amcrest2mqtt/11.7.3/templates/NOTES.txt b/stable/alist/9.10.2/templates/NOTES.txt similarity index 100% rename from stable/amcrest2mqtt/11.7.3/templates/NOTES.txt rename to stable/alist/9.10.2/templates/NOTES.txt diff --git a/stable/alist/9.10.0/templates/common.yaml b/stable/alist/9.10.2/templates/common.yaml similarity index 100% rename from stable/alist/9.10.0/templates/common.yaml rename to stable/alist/9.10.2/templates/common.yaml diff --git a/stable/amcrest2mqtt/11.7.3/values.yaml b/stable/alist/9.10.2/values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.7.3/values.yaml rename to stable/alist/9.10.2/values.yaml diff --git a/stable/amcrest2mqtt/11.7.3/CHANGELOG.md b/stable/amcrest2mqtt/11.7.3/CHANGELOG.md deleted file mode 100644 index 0401ec2a992..00000000000 --- a/stable/amcrest2mqtt/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/amcrest2mqtt/11.7.3/Chart.yaml b/stable/amcrest2mqtt/11.7.3/Chart.yaml deleted file mode 100644 index e60d24f5f18..00000000000 --- a/stable/amcrest2mqtt/11.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.16 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Expose all events from an Amcrest device to an MQTT broker -home: https://truecharts.org/charts/stable/amcrest2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png -keywords: - - amcrest2mqtt -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: amcrest2mqtt -sources: - - https://github.com/dchesterton/amcrest2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - - https://hub.docker.com/r/dchesterton/amcrest2mqtt -type: application -version: 11.7.3 diff --git a/stable/amcrest2mqtt/11.7.3/app-changelog.md b/stable/amcrest2mqtt/11.7.3/app-changelog.md deleted file mode 100644 index 2c8e412be42..00000000000 --- a/stable/amcrest2mqtt/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz b/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/americasarmy-pg/5.7.3/.helmignore b/stable/amcrest2mqtt/11.7.5/.helmignore similarity index 100% rename from stable/americasarmy-pg/5.7.3/.helmignore rename to stable/amcrest2mqtt/11.7.5/.helmignore diff --git a/stable/amcrest2mqtt/11.7.5/CHANGELOG.md b/stable/amcrest2mqtt/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..36572ab8e05 --- /dev/null +++ b/stable/amcrest2mqtt/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amcrest2mqtt-11.7.5](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amcrest2mqtt-11.7.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amcrest2mqtt-11.7.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amcrest2mqtt-11.7.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amcrest2mqtt-11.7.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amcrest2mqtt-11.7.4](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.7.5/Chart.yaml b/stable/amcrest2mqtt/11.7.5/Chart.yaml new file mode 100644 index 00000000000..a4d65761e3e --- /dev/null +++ b/stable/amcrest2mqtt/11.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.16 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Expose all events from an Amcrest device to an MQTT broker +home: https://truecharts.org/charts/stable/amcrest2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png +keywords: + - amcrest2mqtt +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amcrest2mqtt +sources: + - https://github.com/dchesterton/amcrest2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt + - https://hub.docker.com/r/dchesterton/amcrest2mqtt +type: application +version: 11.7.5 diff --git a/stable/amcrest2mqtt/11.7.3/README.md b/stable/amcrest2mqtt/11.7.5/README.md similarity index 100% rename from stable/amcrest2mqtt/11.7.3/README.md rename to stable/amcrest2mqtt/11.7.5/README.md diff --git a/stable/amcrest2mqtt/11.7.5/app-changelog.md b/stable/amcrest2mqtt/11.7.5/app-changelog.md new file mode 100644 index 00000000000..58536a64491 --- /dev/null +++ b/stable/amcrest2mqtt/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [amcrest2mqtt-11.7.5](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.7.3/app-readme.md b/stable/amcrest2mqtt/11.7.5/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/11.7.3/app-readme.md rename to stable/amcrest2mqtt/11.7.5/app-readme.md diff --git a/stable/amcrest2mqtt/11.7.5/charts/common-20.2.10.tgz b/stable/amcrest2mqtt/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/amcrest2mqtt/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/amcrest2mqtt/11.7.3/ix_values.yaml b/stable/amcrest2mqtt/11.7.5/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.7.3/ix_values.yaml rename to stable/amcrest2mqtt/11.7.5/ix_values.yaml diff --git a/stable/amcrest2mqtt/11.7.3/questions.yaml b/stable/amcrest2mqtt/11.7.5/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/11.7.3/questions.yaml rename to stable/amcrest2mqtt/11.7.5/questions.yaml diff --git a/stable/amule/7.7.3/templates/NOTES.txt b/stable/amcrest2mqtt/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/amule/7.7.3/templates/NOTES.txt rename to stable/amcrest2mqtt/11.7.5/templates/NOTES.txt diff --git a/stable/amcrest2mqtt/11.7.3/templates/common.yaml b/stable/amcrest2mqtt/11.7.5/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/11.7.3/templates/common.yaml rename to stable/amcrest2mqtt/11.7.5/templates/common.yaml diff --git a/stable/americasarmy-pg/5.7.3/values.yaml b/stable/amcrest2mqtt/11.7.5/values.yaml similarity index 100% rename from stable/americasarmy-pg/5.7.3/values.yaml rename to stable/amcrest2mqtt/11.7.5/values.yaml diff --git a/stable/americasarmy-pg/5.7.3/CHANGELOG.md b/stable/americasarmy-pg/5.7.3/CHANGELOG.md deleted file mode 100644 index 9e91643bee8..00000000000 --- a/stable/americasarmy-pg/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/americasarmy-pg/5.7.3/Chart.yaml b/stable/americasarmy-pg/5.7.3/Chart.yaml deleted file mode 100644 index 9ef65056bc0..00000000000 --- a/stable/americasarmy-pg/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aaproinggrounds -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." -home: https://truecharts.org/charts/stable/americasarmy-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png -keywords: - - americasarmy-pg - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: americasarmy-pg -sources: - - https://www.americasarmy.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/americasarmy-pg/5.7.3/app-changelog.md b/stable/americasarmy-pg/5.7.3/app-changelog.md deleted file mode 100644 index 7029e1cde24..00000000000 --- a/stable/americasarmy-pg/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz b/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/amule/7.7.3/.helmignore b/stable/americasarmy-pg/5.7.5/.helmignore similarity index 100% rename from stable/amule/7.7.3/.helmignore rename to stable/americasarmy-pg/5.7.5/.helmignore diff --git a/stable/americasarmy-pg/5.7.5/CHANGELOG.md b/stable/americasarmy-pg/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4b0d1304f14 --- /dev/null +++ b/stable/americasarmy-pg/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [americasarmy-pg-5.7.5](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [americasarmy-pg-5.7.4](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [americasarmy-pg-5.7.4](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [americasarmy-pg-5.7.4](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [americasarmy-pg-5.7.4](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [americasarmy-pg-5.7.4](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/americasarmy-pg/5.7.5/Chart.yaml b/stable/americasarmy-pg/5.7.5/Chart.yaml new file mode 100644 index 00000000000..46e03db7608 --- /dev/null +++ b/stable/americasarmy-pg/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aaproinggrounds +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." +home: https://truecharts.org/charts/stable/americasarmy-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png +keywords: + - americasarmy-pg + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: americasarmy-pg +sources: + - https://www.americasarmy.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/americasarmy-pg/5.7.3/README.md b/stable/americasarmy-pg/5.7.5/README.md similarity index 100% rename from stable/americasarmy-pg/5.7.3/README.md rename to stable/americasarmy-pg/5.7.5/README.md diff --git a/stable/americasarmy-pg/5.7.5/app-changelog.md b/stable/americasarmy-pg/5.7.5/app-changelog.md new file mode 100644 index 00000000000..42da8598016 --- /dev/null +++ b/stable/americasarmy-pg/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [americasarmy-pg-5.7.5](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.7.3/app-readme.md b/stable/americasarmy-pg/5.7.5/app-readme.md similarity index 100% rename from stable/americasarmy-pg/5.7.3/app-readme.md rename to stable/americasarmy-pg/5.7.5/app-readme.md diff --git a/stable/americasarmy-pg/5.7.5/charts/common-20.2.10.tgz b/stable/americasarmy-pg/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/americasarmy-pg/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/americasarmy-pg/5.7.3/ix_values.yaml b/stable/americasarmy-pg/5.7.5/ix_values.yaml similarity index 100% rename from stable/americasarmy-pg/5.7.3/ix_values.yaml rename to stable/americasarmy-pg/5.7.5/ix_values.yaml diff --git a/stable/americasarmy-pg/5.7.3/questions.yaml b/stable/americasarmy-pg/5.7.5/questions.yaml similarity index 100% rename from stable/americasarmy-pg/5.7.3/questions.yaml rename to stable/americasarmy-pg/5.7.5/questions.yaml diff --git a/stable/americasarmy-pg/5.7.3/templates/common.yaml b/stable/americasarmy-pg/5.7.5/templates/common.yaml similarity index 100% rename from stable/americasarmy-pg/5.7.3/templates/common.yaml rename to stable/americasarmy-pg/5.7.5/templates/common.yaml diff --git a/stable/amule/7.7.3/values.yaml b/stable/americasarmy-pg/5.7.5/values.yaml similarity index 100% rename from stable/amule/7.7.3/values.yaml rename to stable/americasarmy-pg/5.7.5/values.yaml diff --git a/stable/amule/7.7.3/CHANGELOG.md b/stable/amule/7.7.3/CHANGELOG.md deleted file mode 100644 index 151a5c32c3a..00000000000 --- a/stable/amule/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/amule/7.7.3/Chart.yaml b/stable/amule/7.7.3/Chart.yaml deleted file mode 100644 index 27f5a59b26e..00000000000 --- a/stable/amule/7.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: aMule is an eMule-like client for the eDonkey and Kademlia networks. -home: https://truecharts.org/charts/stable/amule -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png -keywords: - - amule - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: amule -sources: - - https://github.com/t-chab/dockerfiles - - https://github.com/truecharts/charts/tree/master/charts/stable/amule - - https://hub.docker.com/r/tchabaud/amule -type: application -version: 7.7.3 diff --git a/stable/amule/7.7.3/app-changelog.md b/stable/amule/7.7.3/app-changelog.md deleted file mode 100644 index 0f68386d46e..00000000000 --- a/stable/amule/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/amule/7.7.3/charts/common-20.2.4.tgz b/stable/amule/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/amule/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/android-8-0/5.7.3/.helmignore b/stable/amule/7.7.5/.helmignore similarity index 100% rename from stable/android-8-0/5.7.3/.helmignore rename to stable/amule/7.7.5/.helmignore diff --git a/stable/amule/7.7.5/CHANGELOG.md b/stable/amule/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d7feda1c74e --- /dev/null +++ b/stable/amule/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amule-7.7.5](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amule-7.7.4](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amule-7.7.4](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amule-7.7.4](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amule-7.7.4](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [amule-7.7.4](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/amule/7.7.5/Chart.yaml b/stable/amule/7.7.5/Chart.yaml new file mode 100644 index 00000000000..5d3e8f629d0 --- /dev/null +++ b/stable/amule/7.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aMule is an eMule-like client for the eDonkey and Kademlia networks. +home: https://truecharts.org/charts/stable/amule +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png +keywords: + - amule + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amule +sources: + - https://github.com/t-chab/dockerfiles + - https://github.com/truecharts/charts/tree/master/charts/stable/amule + - https://hub.docker.com/r/tchabaud/amule +type: application +version: 7.7.5 diff --git a/stable/amule/7.7.3/README.md b/stable/amule/7.7.5/README.md similarity index 100% rename from stable/amule/7.7.3/README.md rename to stable/amule/7.7.5/README.md diff --git a/stable/amule/7.7.5/app-changelog.md b/stable/amule/7.7.5/app-changelog.md new file mode 100644 index 00000000000..b599ea2de8b --- /dev/null +++ b/stable/amule/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [amule-7.7.5](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/amule/7.7.3/app-readme.md b/stable/amule/7.7.5/app-readme.md similarity index 100% rename from stable/amule/7.7.3/app-readme.md rename to stable/amule/7.7.5/app-readme.md diff --git a/stable/amule/7.7.5/charts/common-20.2.10.tgz b/stable/amule/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/amule/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/amule/7.7.3/ix_values.yaml b/stable/amule/7.7.5/ix_values.yaml similarity index 100% rename from stable/amule/7.7.3/ix_values.yaml rename to stable/amule/7.7.5/ix_values.yaml diff --git a/stable/amule/7.7.3/questions.yaml b/stable/amule/7.7.5/questions.yaml similarity index 100% rename from stable/amule/7.7.3/questions.yaml rename to stable/amule/7.7.5/questions.yaml diff --git a/stable/anki-sync-server/6.7.3/templates/NOTES.txt b/stable/amule/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/anki-sync-server/6.7.3/templates/NOTES.txt rename to stable/amule/7.7.5/templates/NOTES.txt diff --git a/stable/amule/7.7.3/templates/common.yaml b/stable/amule/7.7.5/templates/common.yaml similarity index 100% rename from stable/amule/7.7.3/templates/common.yaml rename to stable/amule/7.7.5/templates/common.yaml diff --git a/stable/android-8-0/5.7.3/values.yaml b/stable/amule/7.7.5/values.yaml similarity index 100% rename from stable/android-8-0/5.7.3/values.yaml rename to stable/amule/7.7.5/values.yaml diff --git a/stable/android-8-0/5.7.3/CHANGELOG.md b/stable/android-8-0/5.7.3/CHANGELOG.md deleted file mode 100644 index 443a27a769c..00000000000 --- a/stable/android-8-0/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/android-8-0/5.7.3/Chart.yaml b/stable/android-8-0/5.7.3/Chart.yaml deleted file mode 100644 index d7e21fc7c0c..00000000000 --- a/stable/android-8-0/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. -home: https://truecharts.org/charts/stable/android-8-0 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png -keywords: - - android-8-0 - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: android-8-0 -sources: - - https://registry.hub.docker.com/r/ulisses1478/docker-android - - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 - - https://hub.docker.com/r/ulisses1478/docker-android -type: application -version: 5.7.3 diff --git a/stable/android-8-0/5.7.3/app-changelog.md b/stable/android-8-0/5.7.3/app-changelog.md deleted file mode 100644 index 636572930ba..00000000000 --- a/stable/android-8-0/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz b/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/androiddebugbridge/5.7.3/.helmignore b/stable/android-8-0/5.7.5/.helmignore similarity index 100% rename from stable/androiddebugbridge/5.7.3/.helmignore rename to stable/android-8-0/5.7.5/.helmignore diff --git a/stable/android-8-0/5.7.5/CHANGELOG.md b/stable/android-8-0/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c7ebf9aa28d --- /dev/null +++ b/stable/android-8-0/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [android-8-0-5.7.5](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [android-8-0-5.7.4](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [android-8-0-5.7.4](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [android-8-0-5.7.4](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [android-8-0-5.7.4](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [android-8-0-5.7.4](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/android-8-0/5.7.5/Chart.yaml b/stable/android-8-0/5.7.5/Chart.yaml new file mode 100644 index 00000000000..11b4d4ad3e4 --- /dev/null +++ b/stable/android-8-0/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. +home: https://truecharts.org/charts/stable/android-8-0 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png +keywords: + - android-8-0 + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: android-8-0 +sources: + - https://registry.hub.docker.com/r/ulisses1478/docker-android + - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 + - https://hub.docker.com/r/ulisses1478/docker-android +type: application +version: 5.7.5 diff --git a/stable/android-8-0/5.7.3/README.md b/stable/android-8-0/5.7.5/README.md similarity index 100% rename from stable/android-8-0/5.7.3/README.md rename to stable/android-8-0/5.7.5/README.md diff --git a/stable/android-8-0/5.7.5/app-changelog.md b/stable/android-8-0/5.7.5/app-changelog.md new file mode 100644 index 00000000000..21577c722c1 --- /dev/null +++ b/stable/android-8-0/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [android-8-0-5.7.5](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/android-8-0/5.7.3/app-readme.md b/stable/android-8-0/5.7.5/app-readme.md similarity index 100% rename from stable/android-8-0/5.7.3/app-readme.md rename to stable/android-8-0/5.7.5/app-readme.md diff --git a/stable/android-8-0/5.7.5/charts/common-20.2.10.tgz b/stable/android-8-0/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/android-8-0/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/android-8-0/5.7.3/ix_values.yaml b/stable/android-8-0/5.7.5/ix_values.yaml similarity index 100% rename from stable/android-8-0/5.7.3/ix_values.yaml rename to stable/android-8-0/5.7.5/ix_values.yaml diff --git a/stable/android-8-0/5.7.3/questions.yaml b/stable/android-8-0/5.7.5/questions.yaml similarity index 100% rename from stable/android-8-0/5.7.3/questions.yaml rename to stable/android-8-0/5.7.5/questions.yaml diff --git a/stable/android-8-0/5.7.3/templates/common.yaml b/stable/android-8-0/5.7.5/templates/common.yaml similarity index 100% rename from stable/android-8-0/5.7.3/templates/common.yaml rename to stable/android-8-0/5.7.5/templates/common.yaml diff --git a/stable/androiddebugbridge/5.7.3/values.yaml b/stable/android-8-0/5.7.5/values.yaml similarity index 100% rename from stable/androiddebugbridge/5.7.3/values.yaml rename to stable/android-8-0/5.7.5/values.yaml diff --git a/stable/androiddebugbridge/5.7.3/CHANGELOG.md b/stable/androiddebugbridge/5.7.3/CHANGELOG.md deleted file mode 100644 index 9fd42e1e94f..00000000000 --- a/stable/androiddebugbridge/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/androiddebugbridge/5.7.3/Chart.yaml b/stable/androiddebugbridge/5.7.3/Chart.yaml deleted file mode 100644 index 54f6e6654e5..00000000000 --- a/stable/androiddebugbridge/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. -home: https://truecharts.org/charts/stable/androiddebugbridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png -keywords: - - androiddebugbridge - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: androiddebugbridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge - - https://hub.docker.com/r/barnybbb/adb-hass-androidtv -type: application -version: 5.7.3 diff --git a/stable/androiddebugbridge/5.7.3/app-changelog.md b/stable/androiddebugbridge/5.7.3/app-changelog.md deleted file mode 100644 index 4b28ab621dc..00000000000 --- a/stable/androiddebugbridge/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz b/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/anki-sync-server/6.7.3/.helmignore b/stable/androiddebugbridge/5.7.5/.helmignore similarity index 100% rename from stable/anki-sync-server/6.7.3/.helmignore rename to stable/androiddebugbridge/5.7.5/.helmignore diff --git a/stable/androiddebugbridge/5.7.5/CHANGELOG.md b/stable/androiddebugbridge/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..88d9c27c1a7 --- /dev/null +++ b/stable/androiddebugbridge/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [androiddebugbridge-5.7.5](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [androiddebugbridge-5.7.4](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [androiddebugbridge-5.7.4](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [androiddebugbridge-5.7.4](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [androiddebugbridge-5.7.4](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [androiddebugbridge-5.7.4](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/androiddebugbridge/5.7.5/Chart.yaml b/stable/androiddebugbridge/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4575afd4bda --- /dev/null +++ b/stable/androiddebugbridge/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. +home: https://truecharts.org/charts/stable/androiddebugbridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png +keywords: + - androiddebugbridge + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: androiddebugbridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge + - https://hub.docker.com/r/barnybbb/adb-hass-androidtv +type: application +version: 5.7.5 diff --git a/stable/androiddebugbridge/5.7.3/README.md b/stable/androiddebugbridge/5.7.5/README.md similarity index 100% rename from stable/androiddebugbridge/5.7.3/README.md rename to stable/androiddebugbridge/5.7.5/README.md diff --git a/stable/androiddebugbridge/5.7.5/app-changelog.md b/stable/androiddebugbridge/5.7.5/app-changelog.md new file mode 100644 index 00000000000..5cf9387dbea --- /dev/null +++ b/stable/androiddebugbridge/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [androiddebugbridge-5.7.5](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/androiddebugbridge/5.7.3/app-readme.md b/stable/androiddebugbridge/5.7.5/app-readme.md similarity index 100% rename from stable/androiddebugbridge/5.7.3/app-readme.md rename to stable/androiddebugbridge/5.7.5/app-readme.md diff --git a/stable/androiddebugbridge/5.7.5/charts/common-20.2.10.tgz b/stable/androiddebugbridge/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/androiddebugbridge/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/androiddebugbridge/5.7.3/ix_values.yaml b/stable/androiddebugbridge/5.7.5/ix_values.yaml similarity index 100% rename from stable/androiddebugbridge/5.7.3/ix_values.yaml rename to stable/androiddebugbridge/5.7.5/ix_values.yaml diff --git a/stable/androiddebugbridge/5.7.3/questions.yaml b/stable/androiddebugbridge/5.7.5/questions.yaml similarity index 100% rename from stable/androiddebugbridge/5.7.3/questions.yaml rename to stable/androiddebugbridge/5.7.5/questions.yaml diff --git a/stable/androiddebugbridge/5.7.3/templates/common.yaml b/stable/androiddebugbridge/5.7.5/templates/common.yaml similarity index 100% rename from stable/androiddebugbridge/5.7.3/templates/common.yaml rename to stable/androiddebugbridge/5.7.5/templates/common.yaml diff --git a/stable/anki-sync-server/6.7.3/values.yaml b/stable/androiddebugbridge/5.7.5/values.yaml similarity index 100% rename from stable/anki-sync-server/6.7.3/values.yaml rename to stable/androiddebugbridge/5.7.5/values.yaml diff --git a/stable/anki-sync-server/6.7.3/CHANGELOG.md b/stable/anki-sync-server/6.7.3/CHANGELOG.md deleted file mode 100644 index b577dd3e8d9..00000000000 --- a/stable/anki-sync-server/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/anki-sync-server/6.7.3/Chart.yaml b/stable/anki-sync-server/6.7.3/Chart.yaml deleted file mode 100644 index fce7f1bfe59..00000000000 --- a/stable/anki-sync-server/6.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.14 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A cross-platform Anki sync server. -home: https://truecharts.org/charts/stable/anki-sync-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png -keywords: - - anki-sync-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anki-sync-server -sources: - - https://github.com/ankicommunity/anki-devops-services - - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server - - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs -type: application -version: 6.7.3 diff --git a/stable/anki-sync-server/6.7.3/app-changelog.md b/stable/anki-sync-server/6.7.3/app-changelog.md deleted file mode 100644 index c4aa245ca9d..00000000000 --- a/stable/anki-sync-server/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz b/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/anonaddy/20.15.6/.helmignore b/stable/anki-sync-server/6.7.5/.helmignore similarity index 100% rename from stable/anonaddy/20.15.6/.helmignore rename to stable/anki-sync-server/6.7.5/.helmignore diff --git a/stable/anki-sync-server/6.7.5/CHANGELOG.md b/stable/anki-sync-server/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..963ed76c063 --- /dev/null +++ b/stable/anki-sync-server/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anki-sync-server-6.7.5](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anki-sync-server-6.7.4](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anki-sync-server-6.7.4](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anki-sync-server-6.7.4](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anki-sync-server-6.7.4](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anki-sync-server-6.7.4](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/anki-sync-server/6.7.5/Chart.yaml b/stable/anki-sync-server/6.7.5/Chart.yaml new file mode 100644 index 00000000000..33e5864a9fa --- /dev/null +++ b/stable/anki-sync-server/6.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.14 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform Anki sync server. +home: https://truecharts.org/charts/stable/anki-sync-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png +keywords: + - anki-sync-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anki-sync-server +sources: + - https://github.com/ankicommunity/anki-devops-services + - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server + - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs +type: application +version: 6.7.5 diff --git a/stable/anki-sync-server/6.7.3/README.md b/stable/anki-sync-server/6.7.5/README.md similarity index 100% rename from stable/anki-sync-server/6.7.3/README.md rename to stable/anki-sync-server/6.7.5/README.md diff --git a/stable/anki-sync-server/6.7.5/app-changelog.md b/stable/anki-sync-server/6.7.5/app-changelog.md new file mode 100644 index 00000000000..737aac06d73 --- /dev/null +++ b/stable/anki-sync-server/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [anki-sync-server-6.7.5](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/anki-sync-server/6.7.3/app-readme.md b/stable/anki-sync-server/6.7.5/app-readme.md similarity index 100% rename from stable/anki-sync-server/6.7.3/app-readme.md rename to stable/anki-sync-server/6.7.5/app-readme.md diff --git a/stable/anki-sync-server/6.7.5/charts/common-20.2.10.tgz b/stable/anki-sync-server/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/anki-sync-server/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/anki-sync-server/6.7.3/ix_values.yaml b/stable/anki-sync-server/6.7.5/ix_values.yaml similarity index 100% rename from stable/anki-sync-server/6.7.3/ix_values.yaml rename to stable/anki-sync-server/6.7.5/ix_values.yaml diff --git a/stable/anki-sync-server/6.7.3/questions.yaml b/stable/anki-sync-server/6.7.5/questions.yaml similarity index 100% rename from stable/anki-sync-server/6.7.3/questions.yaml rename to stable/anki-sync-server/6.7.5/questions.yaml diff --git a/stable/anonaddy/20.15.6/templates/NOTES.txt b/stable/anki-sync-server/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.15.6/templates/NOTES.txt rename to stable/anki-sync-server/6.7.5/templates/NOTES.txt diff --git a/stable/anki-sync-server/6.7.3/templates/common.yaml b/stable/anki-sync-server/6.7.5/templates/common.yaml similarity index 100% rename from stable/anki-sync-server/6.7.3/templates/common.yaml rename to stable/anki-sync-server/6.7.5/templates/common.yaml diff --git a/stable/anonaddy/20.15.6/values.yaml b/stable/anki-sync-server/6.7.5/values.yaml similarity index 100% rename from stable/anonaddy/20.15.6/values.yaml rename to stable/anki-sync-server/6.7.5/values.yaml diff --git a/stable/anonaddy/20.15.6/CHANGELOG.md b/stable/anonaddy/20.15.6/CHANGELOG.md deleted file mode 100644 index de4ee7b9212..00000000000 --- a/stable/anonaddy/20.15.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anonaddy-20.15.6](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.6) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [anonaddy-20.15.6](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.6) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [anonaddy-20.15.6](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.6) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) diff --git a/stable/anonaddy/20.15.6/Chart.yaml b/stable/anonaddy/20.15.6/Chart.yaml deleted file mode 100644 index d7a6a2b5b60..00000000000 --- a/stable/anonaddy/20.15.6/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: email - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.9 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.5 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Protect your email from spam using disposable addresses. -home: https://truecharts.org/charts/stable/anonaddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png -keywords: - - anonaddy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anonaddy -sources: - - https://github.com/anonaddy/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - - https://hub.docker.com/r/anonaddy/anonaddy -type: application -version: 20.15.6 diff --git a/stable/anonaddy/20.15.6/app-changelog.md b/stable/anonaddy/20.15.6/app-changelog.md deleted file mode 100644 index b238af6716d..00000000000 --- a/stable/anonaddy/20.15.6/app-changelog.md +++ /dev/null @@ -1,39 +0,0 @@ - - -## [anonaddy-20.15.6](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.6) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/anonaddy/20.15.6/charts/common-20.2.9.tgz b/stable/anonaddy/20.15.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/anonaddy/20.15.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/anonaddy/20.15.6/ix_values.yaml b/stable/anonaddy/20.15.6/ix_values.yaml deleted file mode 100644 index 3effc554116..00000000000 --- a/stable/anonaddy/20.15.6/ix_values.yaml +++ /dev/null @@ -1,94 +0,0 @@ -image: - repository: anonaddy/anonaddy - tag: 1.0.9@sha256:7acf7b3f3165e5eb5c0813d2a717ebc8df24a9e3fcc124b6d4da5b070663c441 - pullPolicy: IfNotPresent -strategy: - type: Recreate -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10110 - targetPort: 8000 - smtp: - enabled: true - ports: - smtp: - enabled: true - port: 25 - targetPort: 25 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - ANONADDY_DOMAIN: "chart-example.local" - APP_URL: "http://localhost:10110" - # The from name to be used for outgoing email notifications from AnonAddy - MAIL_FROM_NAME: Example - # The from address to be used for outgoing email notifications from AnonAddy - MAIL_FROM_ADDRESS: mailer@example.com - # just smtp is configurable - MAIL_DRIVER: smtp - MAIL_HOST: mail.example.com - MAIL_PORT: 25 - MAIL_ENCRYPTION: tls - MAIL_EHLO_DOMAIN: mail.example.com - MAIL_VERIFY_PEER: false - DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" - DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" - DB_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: plainhost - DB_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password - REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - APP_KEY: - secretKeyRef: - name: anonaddy-secrets - key: APP_KEY - ANONADDY_SECRET: - secretKeyRef: - name: anonaddy-secrets - key: ANONADDY_SECRET -persistence: - config: - enabled: true - mountPath: /config -redis: - enabled: true -mariadb: - enabled: true - mariadbUsername: anonaddy - mariadbDatabase: anonaddy -portal: - open: - enabled: true diff --git a/stable/anope/5.7.3/.helmignore b/stable/anonaddy/20.16.1/.helmignore similarity index 100% rename from stable/anope/5.7.3/.helmignore rename to stable/anonaddy/20.16.1/.helmignore diff --git a/stable/anonaddy/20.16.1/CHANGELOG.md b/stable/anonaddy/20.16.1/CHANGELOG.md new file mode 100644 index 00000000000..70126ab92f2 --- /dev/null +++ b/stable/anonaddy/20.16.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anonaddy-20.16.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.16.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image anonaddy/anonaddy to v1.1.0[@65f49a6](https://github.com/65f49a6) by renovate ([#19964](https://github.com/truecharts/charts/issues/19964)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [anonaddy-20.16.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.16.0) (2024-03-30) + +### Chore + + + +- update container image anonaddy/anonaddy to v1.1.0[@65f49a6](https://github.com/65f49a6) by renovate ([#19964](https://github.com/truecharts/charts/issues/19964)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [anonaddy-20.16.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.16.0) (2024-03-30) + +### Chore + + diff --git a/stable/anonaddy/20.16.1/Chart.yaml b/stable/anonaddy/20.16.1/Chart.yaml new file mode 100644 index 00000000000..6fe64d44f34 --- /dev/null +++ b/stable/anonaddy/20.16.1/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: email + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Protect your email from spam using disposable addresses. +home: https://truecharts.org/charts/stable/anonaddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png +keywords: + - anonaddy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anonaddy +sources: + - https://github.com/anonaddy/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy + - https://hub.docker.com/r/anonaddy/anonaddy +type: application +version: 20.16.1 diff --git a/stable/anonaddy/20.15.6/README.md b/stable/anonaddy/20.16.1/README.md similarity index 100% rename from stable/anonaddy/20.15.6/README.md rename to stable/anonaddy/20.16.1/README.md diff --git a/stable/anonaddy/20.16.1/app-changelog.md b/stable/anonaddy/20.16.1/app-changelog.md new file mode 100644 index 00000000000..8d13344e5d3 --- /dev/null +++ b/stable/anonaddy/20.16.1/app-changelog.md @@ -0,0 +1,43 @@ + + +## [anonaddy-20.16.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.16.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image anonaddy/anonaddy to v1.1.0[@65f49a6](https://github.com/65f49a6) by renovate ([#19964](https://github.com/truecharts/charts/issues/19964)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/anonaddy/20.15.6/app-readme.md b/stable/anonaddy/20.16.1/app-readme.md similarity index 100% rename from stable/anonaddy/20.15.6/app-readme.md rename to stable/anonaddy/20.16.1/app-readme.md diff --git a/stable/anonaddy/20.16.1/charts/common-20.2.10.tgz b/stable/anonaddy/20.16.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/anonaddy/20.16.1/charts/common-20.2.10.tgz differ diff --git a/stable/anonaddy/20.15.6/charts/mariadb-13.7.5.tgz b/stable/anonaddy/20.16.1/charts/mariadb-13.7.5.tgz similarity index 100% rename from stable/anonaddy/20.15.6/charts/mariadb-13.7.5.tgz rename to stable/anonaddy/20.16.1/charts/mariadb-13.7.5.tgz diff --git a/stable/anonaddy/20.15.6/charts/redis-13.2.2.tgz b/stable/anonaddy/20.16.1/charts/redis-13.2.2.tgz similarity index 100% rename from stable/anonaddy/20.15.6/charts/redis-13.2.2.tgz rename to stable/anonaddy/20.16.1/charts/redis-13.2.2.tgz diff --git a/stable/anonaddy/20.16.1/ix_values.yaml b/stable/anonaddy/20.16.1/ix_values.yaml new file mode 100644 index 00000000000..77a4559a0ff --- /dev/null +++ b/stable/anonaddy/20.16.1/ix_values.yaml @@ -0,0 +1,94 @@ +image: + repository: anonaddy/anonaddy + tag: 1.1.0@sha256:65f49a6be32f36ee74b34b6538946273ae0f3f3ea2acdfa07420a9e40dfebdfa + pullPolicy: IfNotPresent +strategy: + type: Recreate +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10110 + targetPort: 8000 + smtp: + enabled: true + ports: + smtp: + enabled: true + port: 25 + targetPort: 25 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + ANONADDY_DOMAIN: "chart-example.local" + APP_URL: "http://localhost:10110" + # The from name to be used for outgoing email notifications from AnonAddy + MAIL_FROM_NAME: Example + # The from address to be used for outgoing email notifications from AnonAddy + MAIL_FROM_ADDRESS: mailer@example.com + # just smtp is configurable + MAIL_DRIVER: smtp + MAIL_HOST: mail.example.com + MAIL_PORT: 25 + MAIL_ENCRYPTION: tls + MAIL_EHLO_DOMAIN: mail.example.com + MAIL_VERIFY_PEER: false + DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" + DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" + DB_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + DB_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + APP_KEY: + secretKeyRef: + name: anonaddy-secrets + key: APP_KEY + ANONADDY_SECRET: + secretKeyRef: + name: anonaddy-secrets + key: ANONADDY_SECRET +persistence: + config: + enabled: true + mountPath: /config +redis: + enabled: true +mariadb: + enabled: true + mariadbUsername: anonaddy + mariadbDatabase: anonaddy +portal: + open: + enabled: true diff --git a/stable/anonaddy/20.15.6/questions.yaml b/stable/anonaddy/20.16.1/questions.yaml similarity index 100% rename from stable/anonaddy/20.15.6/questions.yaml rename to stable/anonaddy/20.16.1/questions.yaml diff --git a/stable/answer/3.7.3/templates/NOTES.txt b/stable/anonaddy/20.16.1/templates/NOTES.txt similarity index 100% rename from stable/answer/3.7.3/templates/NOTES.txt rename to stable/anonaddy/20.16.1/templates/NOTES.txt diff --git a/stable/anonaddy/20.15.6/templates/_secrets.tpl b/stable/anonaddy/20.16.1/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.15.6/templates/_secrets.tpl rename to stable/anonaddy/20.16.1/templates/_secrets.tpl diff --git a/stable/anonaddy/20.15.6/templates/common.yaml b/stable/anonaddy/20.16.1/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.15.6/templates/common.yaml rename to stable/anonaddy/20.16.1/templates/common.yaml diff --git a/stable/anope/5.7.3/values.yaml b/stable/anonaddy/20.16.1/values.yaml similarity index 100% rename from stable/anope/5.7.3/values.yaml rename to stable/anonaddy/20.16.1/values.yaml diff --git a/stable/anope/5.7.3/CHANGELOG.md b/stable/anope/5.7.3/CHANGELOG.md deleted file mode 100644 index 07db65c54bd..00000000000 --- a/stable/anope/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/anope/5.7.3/Chart.yaml b/stable/anope/5.7.3/Chart.yaml deleted file mode 100644 index 03ad75f6697..00000000000 --- a/stable/anope/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Anope is a set of IRC Services designed for flexibility and ease of use. -home: https://truecharts.org/charts/stable/anope -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png -keywords: - - anope - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anope -sources: - - https://thelounge.chat/ - - https://github.com/truecharts/charts/tree/master/charts/stable/anope - - https://hub.docker.com/r/ich777/anope -type: application -version: 5.7.3 diff --git a/stable/anope/5.7.3/app-changelog.md b/stable/anope/5.7.3/app-changelog.md deleted file mode 100644 index 91172befb89..00000000000 --- a/stable/anope/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/anope/5.7.3/charts/common-20.2.4.tgz b/stable/anope/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/anope/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/answer/3.7.3/.helmignore b/stable/anope/5.7.5/.helmignore similarity index 100% rename from stable/answer/3.7.3/.helmignore rename to stable/anope/5.7.5/.helmignore diff --git a/stable/anope/5.7.5/CHANGELOG.md b/stable/anope/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..07983a9c311 --- /dev/null +++ b/stable/anope/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anope-5.7.5](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anope-5.7.4](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anope-5.7.4](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anope-5.7.4](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anope-5.7.4](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [anope-5.7.4](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/anope/5.7.5/Chart.yaml b/stable/anope/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f604c5e1bdf --- /dev/null +++ b/stable/anope/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anope is a set of IRC Services designed for flexibility and ease of use. +home: https://truecharts.org/charts/stable/anope +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png +keywords: + - anope + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anope +sources: + - https://thelounge.chat/ + - https://github.com/truecharts/charts/tree/master/charts/stable/anope + - https://hub.docker.com/r/ich777/anope +type: application +version: 5.7.5 diff --git a/stable/anope/5.7.3/README.md b/stable/anope/5.7.5/README.md similarity index 100% rename from stable/anope/5.7.3/README.md rename to stable/anope/5.7.5/README.md diff --git a/stable/anope/5.7.5/app-changelog.md b/stable/anope/5.7.5/app-changelog.md new file mode 100644 index 00000000000..86f2fd2e916 --- /dev/null +++ b/stable/anope/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [anope-5.7.5](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/anope/5.7.3/app-readme.md b/stable/anope/5.7.5/app-readme.md similarity index 100% rename from stable/anope/5.7.3/app-readme.md rename to stable/anope/5.7.5/app-readme.md diff --git a/stable/anope/5.7.5/charts/common-20.2.10.tgz b/stable/anope/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/anope/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/anope/5.7.3/ix_values.yaml b/stable/anope/5.7.5/ix_values.yaml similarity index 100% rename from stable/anope/5.7.3/ix_values.yaml rename to stable/anope/5.7.5/ix_values.yaml diff --git a/stable/anope/5.7.3/questions.yaml b/stable/anope/5.7.5/questions.yaml similarity index 100% rename from stable/anope/5.7.3/questions.yaml rename to stable/anope/5.7.5/questions.yaml diff --git a/stable/anope/5.7.3/templates/common.yaml b/stable/anope/5.7.5/templates/common.yaml similarity index 100% rename from stable/anope/5.7.3/templates/common.yaml rename to stable/anope/5.7.5/templates/common.yaml diff --git a/stable/answer/3.7.3/values.yaml b/stable/anope/5.7.5/values.yaml similarity index 100% rename from stable/answer/3.7.3/values.yaml rename to stable/anope/5.7.5/values.yaml diff --git a/stable/answer/3.7.3/CHANGELOG.md b/stable/answer/3.7.3/CHANGELOG.md deleted file mode 100644 index 66838bcf7a6..00000000000 --- a/stable/answer/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/answer/3.7.3/Chart.yaml b/stable/answer/3.7.3/Chart.yaml deleted file mode 100644 index a2c86bc0eec..00000000000 --- a/stable/answer/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: forum - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Q&A platform software for teams at any scales. -home: https://truecharts.org/charts/stable/answer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png -keywords: - - answer - - forum -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: answer -sources: - - https://github.com/answerdev/answer - - https://github.com/truecharts/charts/tree/master/charts/stable/answer - - https://hub.docker.com/r/answerdev/answer -type: application -version: 3.7.3 diff --git a/stable/answer/3.7.3/app-changelog.md b/stable/answer/3.7.3/app-changelog.md deleted file mode 100644 index 4004821f4d8..00000000000 --- a/stable/answer/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/answer/3.7.3/charts/common-20.2.4.tgz b/stable/answer/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/answer/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/anything-llm/1.4.13/.helmignore b/stable/answer/3.7.5/.helmignore similarity index 100% rename from stable/anything-llm/1.4.13/.helmignore rename to stable/answer/3.7.5/.helmignore diff --git a/stable/answer/3.7.5/CHANGELOG.md b/stable/answer/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..db2d4d864ee --- /dev/null +++ b/stable/answer/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [answer-3.7.5](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [answer-3.7.4](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [answer-3.7.4](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [answer-3.7.4](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [answer-3.7.4](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [answer-3.7.4](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/answer/3.7.5/Chart.yaml b/stable/answer/3.7.5/Chart.yaml new file mode 100644 index 00000000000..4752e9267cc --- /dev/null +++ b/stable/answer/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: forum + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Q&A platform software for teams at any scales. +home: https://truecharts.org/charts/stable/answer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png +keywords: + - answer + - forum +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: answer +sources: + - https://github.com/answerdev/answer + - https://github.com/truecharts/charts/tree/master/charts/stable/answer + - https://hub.docker.com/r/answerdev/answer +type: application +version: 3.7.5 diff --git a/stable/answer/3.7.3/README.md b/stable/answer/3.7.5/README.md similarity index 100% rename from stable/answer/3.7.3/README.md rename to stable/answer/3.7.5/README.md diff --git a/stable/answer/3.7.5/app-changelog.md b/stable/answer/3.7.5/app-changelog.md new file mode 100644 index 00000000000..f50c849f736 --- /dev/null +++ b/stable/answer/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [answer-3.7.5](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/answer/3.7.3/app-readme.md b/stable/answer/3.7.5/app-readme.md similarity index 100% rename from stable/answer/3.7.3/app-readme.md rename to stable/answer/3.7.5/app-readme.md diff --git a/stable/answer/3.7.5/charts/common-20.2.10.tgz b/stable/answer/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/answer/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/answer/3.7.3/ix_values.yaml b/stable/answer/3.7.5/ix_values.yaml similarity index 100% rename from stable/answer/3.7.3/ix_values.yaml rename to stable/answer/3.7.5/ix_values.yaml diff --git a/stable/answer/3.7.3/questions.yaml b/stable/answer/3.7.5/questions.yaml similarity index 100% rename from stable/answer/3.7.3/questions.yaml rename to stable/answer/3.7.5/questions.yaml diff --git a/stable/anything-llm/1.4.13/templates/NOTES.txt b/stable/answer/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/anything-llm/1.4.13/templates/NOTES.txt rename to stable/answer/3.7.5/templates/NOTES.txt diff --git a/stable/answer/3.7.3/templates/common.yaml b/stable/answer/3.7.5/templates/common.yaml similarity index 100% rename from stable/answer/3.7.3/templates/common.yaml rename to stable/answer/3.7.5/templates/common.yaml diff --git a/stable/anything-llm/1.4.13/values.yaml b/stable/answer/3.7.5/values.yaml similarity index 100% rename from stable/anything-llm/1.4.13/values.yaml rename to stable/answer/3.7.5/values.yaml diff --git a/stable/anything-llm/1.4.13/CHANGELOG.md b/stable/anything-llm/1.4.13/CHANGELOG.md deleted file mode 100644 index 719d1447d23..00000000000 --- a/stable/anything-llm/1.4.13/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anything-llm-1.4.13](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.13) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) - - -## [anything-llm-1.4.13](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.13) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) - - -## [anything-llm-1.4.13](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.13) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/anything-llm/1.4.13/Chart.yaml b/stable/anything-llm/1.4.13/Chart.yaml deleted file mode 100644 index 3919238c5f3..00000000000 --- a/stable/anything-llm/1.4.13/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. -home: https://truecharts.org/charts/stable/anything-llm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png -keywords: - - anything-llm - - ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anything-llm -sources: - - https://github.com/Mintplex-Labs/anything-llm - - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm - - https://ghcr.io/mintplex-labs/anything-llm -type: application -version: 1.4.13 diff --git a/stable/anything-llm/1.4.13/app-changelog.md b/stable/anything-llm/1.4.13/app-changelog.md deleted file mode 100644 index e39edd7b085..00000000000 --- a/stable/anything-llm/1.4.13/app-changelog.md +++ /dev/null @@ -1,39 +0,0 @@ - - -## [anything-llm-1.4.13](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.13) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) \ No newline at end of file diff --git a/stable/anything-llm/1.4.13/charts/common-20.2.9.tgz b/stable/anything-llm/1.4.13/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/anything-llm/1.4.13/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/anything-llm/1.4.13/ix_values.yaml b/stable/anything-llm/1.4.13/ix_values.yaml deleted file mode 100644 index a1fe2c80251..00000000000 --- a/stable/anything-llm/1.4.13/ix_values.yaml +++ /dev/null @@ -1,155 +0,0 @@ -image: - repository: ghcr.io/mintplex-labs/anything-llm - pullPolicy: IfNotPresent - tag: latest@sha256:1bc80b319a09aaeaf344356d61a1a80c588c1949c1151b21dc67af43794270db -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - SYS_ADMIN - -service: - main: - ports: - main: - protocol: http - port: 3001 - -workload: - main: - podSpec: - containers: - main: - env: - SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" - STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}" - # forces users to use ingress if https is needed. - # keep false. - ENABLE_HTTPS: false - JWT_SECRET: - secretKeyRef: - name: anythinglmm-secrets - key: JWT_SECRET - # LLM_PROVIDER='openai' - # OPEN_AI_KEY= - # OPEN_MODEL_PREF='gpt-3.5-turbo' - - # LLM_PROVIDER='gemini' - # GEMINI_API_KEY= - # GEMINI_LLM_MODEL_PREF='gemini-pro' - - # LLM_PROVIDER='azure' - # AZURE_OPENAI_KEY= - # AZURE_OPENAI_ENDPOINT= - # OPEN_MODEL_PREF='my-gpt35-deployment' # This is the "deployment" on Azure you want to use. Not the base model. - # EMBEDDING_MODEL_PREF='embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002 - - # LLM_PROVIDER='anthropic' - # ANTHROPIC_API_KEY=sk-ant-xxxx - # ANTHROPIC_MODEL_PREF='claude-2' - - # LLM_PROVIDER='lmstudio' - # LMSTUDIO_BASE_PATH='http://your-server:1234/v1' - # LMSTUDIO_MODEL_TOKEN_LIMIT=4096 - - # LLM_PROVIDER='localai' - # LOCAL_AI_BASE_PATH='http://host.docker.internal:8080/v1' - # LOCAL_AI_MODEL_PREF='luna-ai-llama2' - # LOCAL_AI_MODEL_TOKEN_LIMIT=4096 - # LOCAL_AI_API_KEY="sk-123abc" - - # LLM_PROVIDER='ollama' - # OLLAMA_BASE_PATH='http://host.docker.internal:11434' - # OLLAMA_MODEL_PREF='llama2' - # OLLAMA_MODEL_TOKEN_LIMIT=4096 - - # LLM_PROVIDER='togetherai' - # TOGETHER_AI_API_KEY='my-together-ai-key' - # TOGETHER_AI_MODEL_PREF='mistralai/Mixtral-8x7B-Instruct-v0.1' - - # LLM_PROVIDER='mistral' - # MISTRAL_API_KEY='example-mistral-ai-api-key' - # MISTRAL_MODEL_PREF='mistral-tiny' - - # LLM_PROVIDER='huggingface' - # HUGGING_FACE_LLM_ENDPOINT=https://uuid-here.us-east-1.aws.endpoints.huggingface.cloud - # HUGGING_FACE_LLM_API_KEY=hf_xxxxxx - # HUGGING_FACE_LLM_TOKEN_LIMIT=8000 - - # EMBEDDING_ENGINE='openai' - # OPEN_AI_KEY=sk-xxxx - # EMBEDDING_MODEL_PREF='text-embedding-ada-002' - - # EMBEDDING_ENGINE='azure' - # AZURE_OPENAI_ENDPOINT= - # AZURE_OPENAI_KEY= - # EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002 - - # EMBEDDING_ENGINE='localai' - # EMBEDDING_BASE_PATH='http://localhost:8080/v1' - # EMBEDDING_MODEL_PREF='text-embedding-ada-002' - # EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be - - # Enable all below if you are using vector database: Chroma. - # VECTOR_DB="chroma" - # CHROMA_ENDPOINT='http://host.docker.internal:8000' - # CHROMA_API_HEADER="X-Api-Key" - # CHROMA_API_KEY="sk-123abc" - - # VECTOR_DB="pinecone" - # PINECONE_API_KEY= - # PINECONE_INDEX= - - # VECTOR_DB="lancedb" - - # VECTOR_DB="weaviate" - # WEAVIATE_ENDPOINT="http://localhost:8080" - # WEAVIATE_API_KEY= - - # VECTOR_DB="qdrant" - # QDRANT_ENDPOINT="http://localhost:6333" - # QDRANT_API_KEY= - - # VECTOR_DB="milvus" - # MILVUS_ADDRESS="http://localhost:19530" - # MILVUS_USERNAME= - # MILVUS_PASSWORD= - - # VECTOR_DB="zilliz" - # ZILLIZ_ENDPOINT="https://sample.api.gcp-us-west1.zillizcloud.com" - # ZILLIZ_API_TOKEN=api-token-here - - # VECTOR_DB="astra" - # ASTRA_DB_APPLICATION_TOKEN= - # ASTRA_DB_ENDPOINT= - - # AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting. - # DISABLE_TELEMETRY="false" - - # Documentation on how to use https://github.com/kamronbatman/joi-password-complexity - # Default is only 8 char minimum - PASSWORDMINCHAR: 8 - PASSWORDMAXCHAR: 250 - PASSWORDLOWERCASE: 1 - PASSWORDUPPERCASE: 1 - PASSWORDNUMERIC: 1 - PASSWORDSYMBOL: 1 - PASSWORDREQUIREMENTS: 4 - -persistence: - storage: - enabled: true - mountPath: "/app/server/storage" - hotdir: - enabled: true - mountPath: "/app/collector/hotdir" - outputs: - enabled: true - mountPath: "/app/collector/outputs" - -portal: - open: - enabled: true diff --git a/stable/apache-musicindex/11.7.3/.helmignore b/stable/anything-llm/1.4.15/.helmignore similarity index 100% rename from stable/apache-musicindex/11.7.3/.helmignore rename to stable/anything-llm/1.4.15/.helmignore diff --git a/stable/anything-llm/1.4.15/CHANGELOG.md b/stable/anything-llm/1.4.15/CHANGELOG.md new file mode 100644 index 00000000000..3610c1f7da9 --- /dev/null +++ b/stable/anything-llm/1.4.15/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anything-llm-1.4.15](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@6aff987](https://github.com/6aff987) by renovate ([#19969](https://github.com/truecharts/charts/issues/19969)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) + + +## [anything-llm-1.4.14](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.14) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@6aff987](https://github.com/6aff987) by renovate ([#19969](https://github.com/truecharts/charts/issues/19969)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) + + +## [anything-llm-1.4.14](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.14) (2024-03-30) + +### Chore + + diff --git a/stable/anything-llm/1.4.15/Chart.yaml b/stable/anything-llm/1.4.15/Chart.yaml new file mode 100644 index 00000000000..80b30932e8a --- /dev/null +++ b/stable/anything-llm/1.4.15/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. +home: https://truecharts.org/charts/stable/anything-llm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png +keywords: + - anything-llm + - ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anything-llm +sources: + - https://github.com/Mintplex-Labs/anything-llm + - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm + - https://ghcr.io/mintplex-labs/anything-llm +type: application +version: 1.4.15 diff --git a/stable/anything-llm/1.4.13/README.md b/stable/anything-llm/1.4.15/README.md similarity index 100% rename from stable/anything-llm/1.4.13/README.md rename to stable/anything-llm/1.4.15/README.md diff --git a/stable/anything-llm/1.4.15/app-changelog.md b/stable/anything-llm/1.4.15/app-changelog.md new file mode 100644 index 00000000000..1ef8ac19c29 --- /dev/null +++ b/stable/anything-llm/1.4.15/app-changelog.md @@ -0,0 +1,43 @@ + + +## [anything-llm-1.4.15](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@6aff987](https://github.com/6aff987) by renovate ([#19969](https://github.com/truecharts/charts/issues/19969)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1bc80b3](https://github.com/1bc80b3) by renovate ([#19884](https://github.com/truecharts/charts/issues/19884)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0aef1a7](https://github.com/0aef1a7) by renovate ([#19874](https://github.com/truecharts/charts/issues/19874)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@cba07af](https://github.com/cba07af) by renovate ([#19858](https://github.com/truecharts/charts/issues/19858)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@38c2939](https://github.com/38c2939) by renovate ([#19845](https://github.com/truecharts/charts/issues/19845)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e3ba4b9](https://github.com/e3ba4b9) by renovate ([#19806](https://github.com/truecharts/charts/issues/19806)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252)) \ No newline at end of file diff --git a/stable/anything-llm/1.4.13/app-readme.md b/stable/anything-llm/1.4.15/app-readme.md similarity index 100% rename from stable/anything-llm/1.4.13/app-readme.md rename to stable/anything-llm/1.4.15/app-readme.md diff --git a/stable/anything-llm/1.4.15/charts/common-20.2.10.tgz b/stable/anything-llm/1.4.15/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/anything-llm/1.4.15/charts/common-20.2.10.tgz differ diff --git a/stable/anything-llm/1.4.15/ix_values.yaml b/stable/anything-llm/1.4.15/ix_values.yaml new file mode 100644 index 00000000000..34103346c6a --- /dev/null +++ b/stable/anything-llm/1.4.15/ix_values.yaml @@ -0,0 +1,155 @@ +image: + repository: ghcr.io/mintplex-labs/anything-llm + pullPolicy: IfNotPresent + tag: latest@sha256:6aff9875cac15d1c01347034e24fa044476a94bc4b30dcb4267c5f499cf2723e +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - SYS_ADMIN + +service: + main: + ports: + main: + protocol: http + port: 3001 + +workload: + main: + podSpec: + containers: + main: + env: + SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" + STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}" + # forces users to use ingress if https is needed. + # keep false. + ENABLE_HTTPS: false + JWT_SECRET: + secretKeyRef: + name: anythinglmm-secrets + key: JWT_SECRET + # LLM_PROVIDER='openai' + # OPEN_AI_KEY= + # OPEN_MODEL_PREF='gpt-3.5-turbo' + + # LLM_PROVIDER='gemini' + # GEMINI_API_KEY= + # GEMINI_LLM_MODEL_PREF='gemini-pro' + + # LLM_PROVIDER='azure' + # AZURE_OPENAI_KEY= + # AZURE_OPENAI_ENDPOINT= + # OPEN_MODEL_PREF='my-gpt35-deployment' # This is the "deployment" on Azure you want to use. Not the base model. + # EMBEDDING_MODEL_PREF='embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002 + + # LLM_PROVIDER='anthropic' + # ANTHROPIC_API_KEY=sk-ant-xxxx + # ANTHROPIC_MODEL_PREF='claude-2' + + # LLM_PROVIDER='lmstudio' + # LMSTUDIO_BASE_PATH='http://your-server:1234/v1' + # LMSTUDIO_MODEL_TOKEN_LIMIT=4096 + + # LLM_PROVIDER='localai' + # LOCAL_AI_BASE_PATH='http://host.docker.internal:8080/v1' + # LOCAL_AI_MODEL_PREF='luna-ai-llama2' + # LOCAL_AI_MODEL_TOKEN_LIMIT=4096 + # LOCAL_AI_API_KEY="sk-123abc" + + # LLM_PROVIDER='ollama' + # OLLAMA_BASE_PATH='http://host.docker.internal:11434' + # OLLAMA_MODEL_PREF='llama2' + # OLLAMA_MODEL_TOKEN_LIMIT=4096 + + # LLM_PROVIDER='togetherai' + # TOGETHER_AI_API_KEY='my-together-ai-key' + # TOGETHER_AI_MODEL_PREF='mistralai/Mixtral-8x7B-Instruct-v0.1' + + # LLM_PROVIDER='mistral' + # MISTRAL_API_KEY='example-mistral-ai-api-key' + # MISTRAL_MODEL_PREF='mistral-tiny' + + # LLM_PROVIDER='huggingface' + # HUGGING_FACE_LLM_ENDPOINT=https://uuid-here.us-east-1.aws.endpoints.huggingface.cloud + # HUGGING_FACE_LLM_API_KEY=hf_xxxxxx + # HUGGING_FACE_LLM_TOKEN_LIMIT=8000 + + # EMBEDDING_ENGINE='openai' + # OPEN_AI_KEY=sk-xxxx + # EMBEDDING_MODEL_PREF='text-embedding-ada-002' + + # EMBEDDING_ENGINE='azure' + # AZURE_OPENAI_ENDPOINT= + # AZURE_OPENAI_KEY= + # EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002 + + # EMBEDDING_ENGINE='localai' + # EMBEDDING_BASE_PATH='http://localhost:8080/v1' + # EMBEDDING_MODEL_PREF='text-embedding-ada-002' + # EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be + + # Enable all below if you are using vector database: Chroma. + # VECTOR_DB="chroma" + # CHROMA_ENDPOINT='http://host.docker.internal:8000' + # CHROMA_API_HEADER="X-Api-Key" + # CHROMA_API_KEY="sk-123abc" + + # VECTOR_DB="pinecone" + # PINECONE_API_KEY= + # PINECONE_INDEX= + + # VECTOR_DB="lancedb" + + # VECTOR_DB="weaviate" + # WEAVIATE_ENDPOINT="http://localhost:8080" + # WEAVIATE_API_KEY= + + # VECTOR_DB="qdrant" + # QDRANT_ENDPOINT="http://localhost:6333" + # QDRANT_API_KEY= + + # VECTOR_DB="milvus" + # MILVUS_ADDRESS="http://localhost:19530" + # MILVUS_USERNAME= + # MILVUS_PASSWORD= + + # VECTOR_DB="zilliz" + # ZILLIZ_ENDPOINT="https://sample.api.gcp-us-west1.zillizcloud.com" + # ZILLIZ_API_TOKEN=api-token-here + + # VECTOR_DB="astra" + # ASTRA_DB_APPLICATION_TOKEN= + # ASTRA_DB_ENDPOINT= + + # AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting. + # DISABLE_TELEMETRY="false" + + # Documentation on how to use https://github.com/kamronbatman/joi-password-complexity + # Default is only 8 char minimum + PASSWORDMINCHAR: 8 + PASSWORDMAXCHAR: 250 + PASSWORDLOWERCASE: 1 + PASSWORDUPPERCASE: 1 + PASSWORDNUMERIC: 1 + PASSWORDSYMBOL: 1 + PASSWORDREQUIREMENTS: 4 + +persistence: + storage: + enabled: true + mountPath: "/app/server/storage" + hotdir: + enabled: true + mountPath: "/app/collector/hotdir" + outputs: + enabled: true + mountPath: "/app/collector/outputs" + +portal: + open: + enabled: true diff --git a/stable/anything-llm/1.4.13/questions.yaml b/stable/anything-llm/1.4.15/questions.yaml similarity index 100% rename from stable/anything-llm/1.4.13/questions.yaml rename to stable/anything-llm/1.4.15/questions.yaml diff --git a/stable/apache-musicindex/11.7.3/templates/NOTES.txt b/stable/anything-llm/1.4.15/templates/NOTES.txt similarity index 100% rename from stable/apache-musicindex/11.7.3/templates/NOTES.txt rename to stable/anything-llm/1.4.15/templates/NOTES.txt diff --git a/stable/anything-llm/1.4.13/templates/_secrets.tpl b/stable/anything-llm/1.4.15/templates/_secrets.tpl similarity index 100% rename from stable/anything-llm/1.4.13/templates/_secrets.tpl rename to stable/anything-llm/1.4.15/templates/_secrets.tpl diff --git a/stable/anything-llm/1.4.13/templates/common.yaml b/stable/anything-llm/1.4.15/templates/common.yaml similarity index 100% rename from stable/anything-llm/1.4.13/templates/common.yaml rename to stable/anything-llm/1.4.15/templates/common.yaml diff --git a/stable/apache-musicindex/11.7.3/values.yaml b/stable/anything-llm/1.4.15/values.yaml similarity index 100% rename from stable/apache-musicindex/11.7.3/values.yaml rename to stable/anything-llm/1.4.15/values.yaml diff --git a/stable/apache-musicindex/11.7.3/CHANGELOG.md b/stable/apache-musicindex/11.7.3/CHANGELOG.md deleted file mode 100644 index 24681fa2a91..00000000000 --- a/stable/apache-musicindex/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/apache-musicindex/11.7.3/Chart.yaml b/stable/apache-musicindex/11.7.3/Chart.yaml deleted file mode 100644 index d2711227b33..00000000000 --- a/stable/apache-musicindex/11.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Index and stream music using apache-musicindex and m3u playlists -home: https://truecharts.org/charts/stable/apache-musicindex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png -keywords: - - apache-musicindex - - streaming - - m3u - - playlist -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apache-musicindex -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - - https://ghcr.io/k8s-at-home/apache-musicindex -type: application -version: 11.7.3 diff --git a/stable/apache-musicindex/11.7.3/app-changelog.md b/stable/apache-musicindex/11.7.3/app-changelog.md deleted file mode 100644 index 3126fec6b47..00000000000 --- a/stable/apache-musicindex/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz b/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/apache-webdav/5.7.3/.helmignore b/stable/apache-musicindex/11.7.5/.helmignore similarity index 100% rename from stable/apache-webdav/5.7.3/.helmignore rename to stable/apache-musicindex/11.7.5/.helmignore diff --git a/stable/apache-musicindex/11.7.5/CHANGELOG.md b/stable/apache-musicindex/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a00deaa173f --- /dev/null +++ b/stable/apache-musicindex/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-musicindex-11.7.5](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-musicindex-11.7.4](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-musicindex-11.7.4](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-musicindex-11.7.4](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-musicindex-11.7.4](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-musicindex-11.7.4](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/apache-musicindex/11.7.5/Chart.yaml b/stable/apache-musicindex/11.7.5/Chart.yaml new file mode 100644 index 00000000000..991b7c249f6 --- /dev/null +++ b/stable/apache-musicindex/11.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Index and stream music using apache-musicindex and m3u playlists +home: https://truecharts.org/charts/stable/apache-musicindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png +keywords: + - apache-musicindex + - streaming + - m3u + - playlist +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-musicindex +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex + - https://ghcr.io/k8s-at-home/apache-musicindex +type: application +version: 11.7.5 diff --git a/stable/apache-musicindex/11.7.3/README.md b/stable/apache-musicindex/11.7.5/README.md similarity index 100% rename from stable/apache-musicindex/11.7.3/README.md rename to stable/apache-musicindex/11.7.5/README.md diff --git a/stable/apache-musicindex/11.7.5/app-changelog.md b/stable/apache-musicindex/11.7.5/app-changelog.md new file mode 100644 index 00000000000..3fdd4467030 --- /dev/null +++ b/stable/apache-musicindex/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [apache-musicindex-11.7.5](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apache-musicindex/11.7.3/app-readme.md b/stable/apache-musicindex/11.7.5/app-readme.md similarity index 100% rename from stable/apache-musicindex/11.7.3/app-readme.md rename to stable/apache-musicindex/11.7.5/app-readme.md diff --git a/stable/apache-musicindex/11.7.5/charts/common-20.2.10.tgz b/stable/apache-musicindex/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/apache-musicindex/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/apache-musicindex/11.7.3/ix_values.yaml b/stable/apache-musicindex/11.7.5/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/11.7.3/ix_values.yaml rename to stable/apache-musicindex/11.7.5/ix_values.yaml diff --git a/stable/apache-musicindex/11.7.3/questions.yaml b/stable/apache-musicindex/11.7.5/questions.yaml similarity index 100% rename from stable/apache-musicindex/11.7.3/questions.yaml rename to stable/apache-musicindex/11.7.5/questions.yaml diff --git a/stable/appdaemon/16.7.3/templates/NOTES.txt b/stable/apache-musicindex/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/appdaemon/16.7.3/templates/NOTES.txt rename to stable/apache-musicindex/11.7.5/templates/NOTES.txt diff --git a/stable/apache-musicindex/11.7.3/templates/common.yaml b/stable/apache-musicindex/11.7.5/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/11.7.3/templates/common.yaml rename to stable/apache-musicindex/11.7.5/templates/common.yaml diff --git a/stable/apache-webdav/5.7.3/values.yaml b/stable/apache-musicindex/11.7.5/values.yaml similarity index 100% rename from stable/apache-webdav/5.7.3/values.yaml rename to stable/apache-musicindex/11.7.5/values.yaml diff --git a/stable/apache-webdav/5.7.3/CHANGELOG.md b/stable/apache-webdav/5.7.3/CHANGELOG.md deleted file mode 100644 index ee704bfcdc7..00000000000 --- a/stable/apache-webdav/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/apache-webdav/5.7.3/Chart.yaml b/stable/apache-webdav/5.7.3/Chart.yaml deleted file mode 100644 index 95e13f6ba42..00000000000 --- a/stable/apache-webdav/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. -home: https://truecharts.org/charts/stable/apache-webdav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png -keywords: - - apache-webdav - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apache-webdav -sources: - - https://github.com/mgutt/docker-apachewebdav - - https://httpd.apache.org/docs/2.4/mod/mod_dav.html - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav - - https://hub.docker.com/r/apachewebdav/apachewebdav -type: application -version: 5.7.3 diff --git a/stable/apache-webdav/5.7.3/app-changelog.md b/stable/apache-webdav/5.7.3/app-changelog.md deleted file mode 100644 index dac16fc97e1..00000000000 --- a/stable/apache-webdav/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz b/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/appdaemon/16.7.3/.helmignore b/stable/apache-webdav/5.7.5/.helmignore similarity index 100% rename from stable/appdaemon/16.7.3/.helmignore rename to stable/apache-webdav/5.7.5/.helmignore diff --git a/stable/apache-webdav/5.7.5/CHANGELOG.md b/stable/apache-webdav/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9abf41f6682 --- /dev/null +++ b/stable/apache-webdav/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-webdav-5.7.5](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-webdav-5.7.4](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-webdav-5.7.4](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-webdav-5.7.4](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-webdav-5.7.4](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apache-webdav-5.7.4](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/apache-webdav/5.7.5/Chart.yaml b/stable/apache-webdav/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4a6a62cbc85 --- /dev/null +++ b/stable/apache-webdav/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. +home: https://truecharts.org/charts/stable/apache-webdav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png +keywords: + - apache-webdav + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-webdav +sources: + - https://github.com/mgutt/docker-apachewebdav + - https://httpd.apache.org/docs/2.4/mod/mod_dav.html + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav + - https://hub.docker.com/r/apachewebdav/apachewebdav +type: application +version: 5.7.5 diff --git a/stable/apache-webdav/5.7.3/README.md b/stable/apache-webdav/5.7.5/README.md similarity index 100% rename from stable/apache-webdav/5.7.3/README.md rename to stable/apache-webdav/5.7.5/README.md diff --git a/stable/apache-webdav/5.7.5/app-changelog.md b/stable/apache-webdav/5.7.5/app-changelog.md new file mode 100644 index 00000000000..3317c94c59d --- /dev/null +++ b/stable/apache-webdav/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [apache-webdav-5.7.5](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apache-webdav/5.7.3/app-readme.md b/stable/apache-webdav/5.7.5/app-readme.md similarity index 100% rename from stable/apache-webdav/5.7.3/app-readme.md rename to stable/apache-webdav/5.7.5/app-readme.md diff --git a/stable/apache-webdav/5.7.5/charts/common-20.2.10.tgz b/stable/apache-webdav/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/apache-webdav/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/apache-webdav/5.7.3/ix_values.yaml b/stable/apache-webdav/5.7.5/ix_values.yaml similarity index 100% rename from stable/apache-webdav/5.7.3/ix_values.yaml rename to stable/apache-webdav/5.7.5/ix_values.yaml diff --git a/stable/apache-webdav/5.7.3/questions.yaml b/stable/apache-webdav/5.7.5/questions.yaml similarity index 100% rename from stable/apache-webdav/5.7.3/questions.yaml rename to stable/apache-webdav/5.7.5/questions.yaml diff --git a/stable/apache-webdav/5.7.3/templates/common.yaml b/stable/apache-webdav/5.7.5/templates/common.yaml similarity index 100% rename from stable/apache-webdav/5.7.3/templates/common.yaml rename to stable/apache-webdav/5.7.5/templates/common.yaml diff --git a/stable/appdaemon/16.7.3/values.yaml b/stable/apache-webdav/5.7.5/values.yaml similarity index 100% rename from stable/appdaemon/16.7.3/values.yaml rename to stable/apache-webdav/5.7.5/values.yaml diff --git a/stable/appdaemon/16.7.3/CHANGELOG.md b/stable/appdaemon/16.7.3/CHANGELOG.md deleted file mode 100644 index 09a8b52fa3b..00000000000 --- a/stable/appdaemon/16.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/appdaemon/16.7.3/Chart.yaml b/stable/appdaemon/16.7.3/Chart.yaml deleted file mode 100644 index 5628694fa4c..00000000000 --- a/stable/appdaemon/16.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. -home: https://truecharts.org/charts/stable/appdaemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png -keywords: - - appdaemon - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: appdaemon -sources: - - https://github.com/AppDaemon/appdaemon - - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - - https://hub.docker.com/r/acockburn/appdaemon -type: application -version: 16.7.3 diff --git a/stable/appdaemon/16.7.3/app-changelog.md b/stable/appdaemon/16.7.3/app-changelog.md deleted file mode 100644 index 7f0be09d4ba..00000000000 --- a/stable/appdaemon/16.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz b/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/8.7.3/.helmignore b/stable/appdaemon/16.7.5/.helmignore similarity index 100% rename from stable/apt-cacher-ng/8.7.3/.helmignore rename to stable/appdaemon/16.7.5/.helmignore diff --git a/stable/appdaemon/16.7.5/CHANGELOG.md b/stable/appdaemon/16.7.5/CHANGELOG.md new file mode 100644 index 00000000000..295a672939a --- /dev/null +++ b/stable/appdaemon/16.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [appdaemon-16.7.5](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [appdaemon-16.7.4](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [appdaemon-16.7.4](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [appdaemon-16.7.4](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [appdaemon-16.7.4](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [appdaemon-16.7.4](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/appdaemon/16.7.5/Chart.yaml b/stable/appdaemon/16.7.5/Chart.yaml new file mode 100644 index 00000000000..5d0666778d8 --- /dev/null +++ b/stable/appdaemon/16.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. +home: https://truecharts.org/charts/stable/appdaemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png +keywords: + - appdaemon + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: appdaemon +sources: + - https://github.com/AppDaemon/appdaemon + - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon + - https://hub.docker.com/r/acockburn/appdaemon +type: application +version: 16.7.5 diff --git a/stable/appdaemon/16.7.3/README.md b/stable/appdaemon/16.7.5/README.md similarity index 100% rename from stable/appdaemon/16.7.3/README.md rename to stable/appdaemon/16.7.5/README.md diff --git a/stable/appdaemon/16.7.5/app-changelog.md b/stable/appdaemon/16.7.5/app-changelog.md new file mode 100644 index 00000000000..05fe7858194 --- /dev/null +++ b/stable/appdaemon/16.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [appdaemon-16.7.5](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/appdaemon/16.7.3/app-readme.md b/stable/appdaemon/16.7.5/app-readme.md similarity index 100% rename from stable/appdaemon/16.7.3/app-readme.md rename to stable/appdaemon/16.7.5/app-readme.md diff --git a/stable/appdaemon/16.7.5/charts/common-20.2.10.tgz b/stable/appdaemon/16.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/appdaemon/16.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/appdaemon/16.7.3/ix_values.yaml b/stable/appdaemon/16.7.5/ix_values.yaml similarity index 100% rename from stable/appdaemon/16.7.3/ix_values.yaml rename to stable/appdaemon/16.7.5/ix_values.yaml diff --git a/stable/appdaemon/16.7.3/questions.yaml b/stable/appdaemon/16.7.5/questions.yaml similarity index 100% rename from stable/appdaemon/16.7.3/questions.yaml rename to stable/appdaemon/16.7.5/questions.yaml diff --git a/stable/apt-cacher-ng/8.7.3/templates/NOTES.txt b/stable/appdaemon/16.7.5/templates/NOTES.txt similarity index 100% rename from stable/apt-cacher-ng/8.7.3/templates/NOTES.txt rename to stable/appdaemon/16.7.5/templates/NOTES.txt diff --git a/stable/appdaemon/16.7.3/templates/common.yaml b/stable/appdaemon/16.7.5/templates/common.yaml similarity index 100% rename from stable/appdaemon/16.7.3/templates/common.yaml rename to stable/appdaemon/16.7.5/templates/common.yaml diff --git a/stable/apt-cacher-ng/8.7.3/values.yaml b/stable/appdaemon/16.7.5/values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.7.3/values.yaml rename to stable/appdaemon/16.7.5/values.yaml diff --git a/stable/apt-cacher-ng/8.7.3/CHANGELOG.md b/stable/apt-cacher-ng/8.7.3/CHANGELOG.md deleted file mode 100644 index f678e332117..00000000000 --- a/stable/apt-cacher-ng/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/apt-cacher-ng/8.7.3/Chart.yaml b/stable/apt-cacher-ng/8.7.3/Chart.yaml deleted file mode 100644 index 239e994d695..00000000000 --- a/stable/apt-cacher-ng/8.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. -home: https://truecharts.org/charts/stable/apt-cacher-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png -keywords: - - apt-cacher-ng - - Network-Proxy - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: apt-cacher-ng -sources: - - https://www.unix-ag.uni-kl.de/~bloch/acng/ - - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - - https://hub.docker.com/r/sameersbn/apt-cacher-ng -type: application -version: 8.7.3 diff --git a/stable/apt-cacher-ng/8.7.3/app-changelog.md b/stable/apt-cacher-ng/8.7.3/app-changelog.md deleted file mode 100644 index 91298391f9c..00000000000 --- a/stable/apt-cacher-ng/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz b/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/archiveteam-warrior/5.7.3/.helmignore b/stable/apt-cacher-ng/8.7.5/.helmignore similarity index 100% rename from stable/archiveteam-warrior/5.7.3/.helmignore rename to stable/apt-cacher-ng/8.7.5/.helmignore diff --git a/stable/apt-cacher-ng/8.7.5/CHANGELOG.md b/stable/apt-cacher-ng/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c44cf8be466 --- /dev/null +++ b/stable/apt-cacher-ng/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apt-cacher-ng-8.7.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apt-cacher-ng-8.7.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apt-cacher-ng-8.7.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apt-cacher-ng-8.7.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apt-cacher-ng-8.7.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [apt-cacher-ng-8.7.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.7.5/Chart.yaml b/stable/apt-cacher-ng/8.7.5/Chart.yaml new file mode 100644 index 00000000000..32b95be678c --- /dev/null +++ b/stable/apt-cacher-ng/8.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. +home: https://truecharts.org/charts/stable/apt-cacher-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png +keywords: + - apt-cacher-ng + - Network-Proxy + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apt-cacher-ng +sources: + - https://www.unix-ag.uni-kl.de/~bloch/acng/ + - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng + - https://hub.docker.com/r/sameersbn/apt-cacher-ng +type: application +version: 8.7.5 diff --git a/stable/apt-cacher-ng/8.7.3/README.md b/stable/apt-cacher-ng/8.7.5/README.md similarity index 100% rename from stable/apt-cacher-ng/8.7.3/README.md rename to stable/apt-cacher-ng/8.7.5/README.md diff --git a/stable/apt-cacher-ng/8.7.5/app-changelog.md b/stable/apt-cacher-ng/8.7.5/app-changelog.md new file mode 100644 index 00000000000..98114309f17 --- /dev/null +++ b/stable/apt-cacher-ng/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [apt-cacher-ng-8.7.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.7.3/app-readme.md b/stable/apt-cacher-ng/8.7.5/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/8.7.3/app-readme.md rename to stable/apt-cacher-ng/8.7.5/app-readme.md diff --git a/stable/apt-cacher-ng/8.7.5/charts/common-20.2.10.tgz b/stable/apt-cacher-ng/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/apt-cacher-ng/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/apt-cacher-ng/8.7.3/ix_values.yaml b/stable/apt-cacher-ng/8.7.5/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.7.3/ix_values.yaml rename to stable/apt-cacher-ng/8.7.5/ix_values.yaml diff --git a/stable/apt-cacher-ng/8.7.3/questions.yaml b/stable/apt-cacher-ng/8.7.5/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/8.7.3/questions.yaml rename to stable/apt-cacher-ng/8.7.5/questions.yaml diff --git a/stable/aria2/12.7.3/templates/NOTES.txt b/stable/apt-cacher-ng/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/aria2/12.7.3/templates/NOTES.txt rename to stable/apt-cacher-ng/8.7.5/templates/NOTES.txt diff --git a/stable/apt-cacher-ng/8.7.3/templates/common.yaml b/stable/apt-cacher-ng/8.7.5/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/8.7.3/templates/common.yaml rename to stable/apt-cacher-ng/8.7.5/templates/common.yaml diff --git a/stable/archiveteam-warrior/5.7.3/values.yaml b/stable/apt-cacher-ng/8.7.5/values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.7.3/values.yaml rename to stable/apt-cacher-ng/8.7.5/values.yaml diff --git a/stable/archiveteam-warrior/5.7.3/CHANGELOG.md b/stable/archiveteam-warrior/5.7.3/CHANGELOG.md deleted file mode 100644 index 78a3dd45222..00000000000 --- a/stable/archiveteam-warrior/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/archiveteam-warrior/5.7.3/Chart.yaml b/stable/archiveteam-warrior/5.7.3/Chart.yaml deleted file mode 100644 index 217f4dd6f75..00000000000 --- a/stable/archiveteam-warrior/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! -home: https://truecharts.org/charts/stable/archiveteam-warrior -icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png -keywords: - - archiveteam-warrior - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: archiveteam-warrior -sources: - - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior -type: application -version: 5.7.3 diff --git a/stable/archiveteam-warrior/5.7.3/app-changelog.md b/stable/archiveteam-warrior/5.7.3/app-changelog.md deleted file mode 100644 index 0ec04f6dc7f..00000000000 --- a/stable/archiveteam-warrior/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz b/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/aria2/12.7.3/.helmignore b/stable/archiveteam-warrior/5.7.5/.helmignore similarity index 100% rename from stable/aria2/12.7.3/.helmignore rename to stable/archiveteam-warrior/5.7.5/.helmignore diff --git a/stable/archiveteam-warrior/5.7.5/CHANGELOG.md b/stable/archiveteam-warrior/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d5c8508998e --- /dev/null +++ b/stable/archiveteam-warrior/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [archiveteam-warrior-5.7.5](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [archiveteam-warrior-5.7.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [archiveteam-warrior-5.7.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [archiveteam-warrior-5.7.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [archiveteam-warrior-5.7.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [archiveteam-warrior-5.7.4](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.7.5/Chart.yaml b/stable/archiveteam-warrior/5.7.5/Chart.yaml new file mode 100644 index 00000000000..86e44ef765e --- /dev/null +++ b/stable/archiveteam-warrior/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! +home: https://truecharts.org/charts/stable/archiveteam-warrior +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png +keywords: + - archiveteam-warrior + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: archiveteam-warrior +sources: + - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior + - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior +type: application +version: 5.7.5 diff --git a/stable/archiveteam-warrior/5.7.3/README.md b/stable/archiveteam-warrior/5.7.5/README.md similarity index 100% rename from stable/archiveteam-warrior/5.7.3/README.md rename to stable/archiveteam-warrior/5.7.5/README.md diff --git a/stable/archiveteam-warrior/5.7.5/app-changelog.md b/stable/archiveteam-warrior/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f3dd98052b8 --- /dev/null +++ b/stable/archiveteam-warrior/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [archiveteam-warrior-5.7.5](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.7.3/app-readme.md b/stable/archiveteam-warrior/5.7.5/app-readme.md similarity index 100% rename from stable/archiveteam-warrior/5.7.3/app-readme.md rename to stable/archiveteam-warrior/5.7.5/app-readme.md diff --git a/stable/archiveteam-warrior/5.7.5/charts/common-20.2.10.tgz b/stable/archiveteam-warrior/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/archiveteam-warrior/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/archiveteam-warrior/5.7.3/ix_values.yaml b/stable/archiveteam-warrior/5.7.5/ix_values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.7.3/ix_values.yaml rename to stable/archiveteam-warrior/5.7.5/ix_values.yaml diff --git a/stable/archiveteam-warrior/5.7.3/questions.yaml b/stable/archiveteam-warrior/5.7.5/questions.yaml similarity index 100% rename from stable/archiveteam-warrior/5.7.3/questions.yaml rename to stable/archiveteam-warrior/5.7.5/questions.yaml diff --git a/stable/archiveteam-warrior/5.7.3/templates/common.yaml b/stable/archiveteam-warrior/5.7.5/templates/common.yaml similarity index 100% rename from stable/archiveteam-warrior/5.7.3/templates/common.yaml rename to stable/archiveteam-warrior/5.7.5/templates/common.yaml diff --git a/stable/aria2/12.7.3/values.yaml b/stable/archiveteam-warrior/5.7.5/values.yaml similarity index 100% rename from stable/aria2/12.7.3/values.yaml rename to stable/archiveteam-warrior/5.7.5/values.yaml diff --git a/stable/aria2/12.7.3/CHANGELOG.md b/stable/aria2/12.7.3/CHANGELOG.md deleted file mode 100644 index fed44d1d93e..00000000000 --- a/stable/aria2/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/aria2/12.7.3/Chart.yaml b/stable/aria2/12.7.3/Chart.yaml deleted file mode 100644 index 8bdab7461e4..00000000000 --- a/stable/aria2/12.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: aria server for downloading web content -home: https://truecharts.org/charts/stable/aria2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png -keywords: - - aria2 -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: aria2 -sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - - https://hub.docker.com/r/p3terx/aria2-pro -type: application -version: 12.7.3 diff --git a/stable/aria2/12.7.3/app-changelog.md b/stable/aria2/12.7.3/app-changelog.md deleted file mode 100644 index ce14d7fc9f5..00000000000 --- a/stable/aria2/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/aria2/12.7.3/charts/common-20.2.4.tgz b/stable/aria2/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/aria2/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ariang/8.7.3/.helmignore b/stable/aria2/12.7.5/.helmignore similarity index 100% rename from stable/ariang/8.7.3/.helmignore rename to stable/aria2/12.7.5/.helmignore diff --git a/stable/aria2/12.7.5/CHANGELOG.md b/stable/aria2/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b98127507cb --- /dev/null +++ b/stable/aria2/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aria2-12.7.5](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aria2-12.7.4](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aria2-12.7.4](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aria2-12.7.4](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aria2-12.7.4](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aria2-12.7.4](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/aria2/12.7.5/Chart.yaml b/stable/aria2/12.7.5/Chart.yaml new file mode 100644 index 00000000000..c41f154a221 --- /dev/null +++ b/stable/aria2/12.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aria server for downloading web content +home: https://truecharts.org/charts/stable/aria2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png +keywords: + - aria2 +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aria2 +sources: + - https://github.com/P3TERX/Aria2-Pro-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 12.7.5 diff --git a/stable/aria2/12.7.3/README.md b/stable/aria2/12.7.5/README.md similarity index 100% rename from stable/aria2/12.7.3/README.md rename to stable/aria2/12.7.5/README.md diff --git a/stable/aria2/12.7.5/app-changelog.md b/stable/aria2/12.7.5/app-changelog.md new file mode 100644 index 00000000000..5bd9e2a7115 --- /dev/null +++ b/stable/aria2/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [aria2-12.7.5](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/aria2/12.7.3/app-readme.md b/stable/aria2/12.7.5/app-readme.md similarity index 100% rename from stable/aria2/12.7.3/app-readme.md rename to stable/aria2/12.7.5/app-readme.md diff --git a/stable/aria2/12.7.5/charts/common-20.2.10.tgz b/stable/aria2/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/aria2/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/aria2/12.7.3/ix_values.yaml b/stable/aria2/12.7.5/ix_values.yaml similarity index 100% rename from stable/aria2/12.7.3/ix_values.yaml rename to stable/aria2/12.7.5/ix_values.yaml diff --git a/stable/aria2/12.7.3/questions.yaml b/stable/aria2/12.7.5/questions.yaml similarity index 100% rename from stable/aria2/12.7.3/questions.yaml rename to stable/aria2/12.7.5/questions.yaml diff --git a/stable/ariang/8.7.3/templates/NOTES.txt b/stable/aria2/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/ariang/8.7.3/templates/NOTES.txt rename to stable/aria2/12.7.5/templates/NOTES.txt diff --git a/stable/aria2/12.7.3/templates/common.yaml b/stable/aria2/12.7.5/templates/common.yaml similarity index 100% rename from stable/aria2/12.7.3/templates/common.yaml rename to stable/aria2/12.7.5/templates/common.yaml diff --git a/stable/ariang/8.7.3/values.yaml b/stable/aria2/12.7.5/values.yaml similarity index 100% rename from stable/ariang/8.7.3/values.yaml rename to stable/aria2/12.7.5/values.yaml diff --git a/stable/ariang/8.7.3/CHANGELOG.md b/stable/ariang/8.7.3/CHANGELOG.md deleted file mode 100644 index b7ef3500047..00000000000 --- a/stable/ariang/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ariang/8.7.3/Chart.yaml b/stable/ariang/8.7.3/Chart.yaml deleted file mode 100644 index 3fc05e68f71..00000000000 --- a/stable/ariang/8.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A modern web frontend making aria2 easier to use | Aria2 WebUI. -home: https://truecharts.org/charts/stable/ariang -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png -keywords: - - ariang -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ariang -sources: - - https://github.com/leonismoe/docker-images - - https://github.com/truecharts/charts/tree/master/charts/stable/ariang - - https://hub.docker.com/r/leonismoe/ariang -type: application -version: 8.7.3 diff --git a/stable/ariang/8.7.3/app-changelog.md b/stable/ariang/8.7.3/app-changelog.md deleted file mode 100644 index 4fcde9ab3d6..00000000000 --- a/stable/ariang/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ariang/8.7.3/charts/common-20.2.4.tgz b/stable/ariang/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ariang/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/arksurvivalevolved/7.7.3/.helmignore b/stable/ariang/8.7.5/.helmignore similarity index 100% rename from stable/arksurvivalevolved/7.7.3/.helmignore rename to stable/ariang/8.7.5/.helmignore diff --git a/stable/ariang/8.7.5/CHANGELOG.md b/stable/ariang/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ce4da61dbea --- /dev/null +++ b/stable/ariang/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ariang-8.7.5](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ariang-8.7.4](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ariang-8.7.4](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ariang-8.7.4](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ariang-8.7.4](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ariang-8.7.4](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ariang/8.7.5/Chart.yaml b/stable/ariang/8.7.5/Chart.yaml new file mode 100644 index 00000000000..2f654a53f16 --- /dev/null +++ b/stable/ariang/8.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A modern web frontend making aria2 easier to use | Aria2 WebUI. +home: https://truecharts.org/charts/stable/ariang +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png +keywords: + - ariang +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ariang +sources: + - https://github.com/leonismoe/docker-images + - https://github.com/truecharts/charts/tree/master/charts/stable/ariang + - https://hub.docker.com/r/leonismoe/ariang +type: application +version: 8.7.5 diff --git a/stable/ariang/8.7.3/README.md b/stable/ariang/8.7.5/README.md similarity index 100% rename from stable/ariang/8.7.3/README.md rename to stable/ariang/8.7.5/README.md diff --git a/stable/ariang/8.7.5/app-changelog.md b/stable/ariang/8.7.5/app-changelog.md new file mode 100644 index 00000000000..55771ef1ce5 --- /dev/null +++ b/stable/ariang/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ariang-8.7.5](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ariang/8.7.3/app-readme.md b/stable/ariang/8.7.5/app-readme.md similarity index 100% rename from stable/ariang/8.7.3/app-readme.md rename to stable/ariang/8.7.5/app-readme.md diff --git a/stable/ariang/8.7.5/charts/common-20.2.10.tgz b/stable/ariang/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ariang/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ariang/8.7.3/ix_values.yaml b/stable/ariang/8.7.5/ix_values.yaml similarity index 100% rename from stable/ariang/8.7.3/ix_values.yaml rename to stable/ariang/8.7.5/ix_values.yaml diff --git a/stable/ariang/8.7.3/questions.yaml b/stable/ariang/8.7.5/questions.yaml similarity index 100% rename from stable/ariang/8.7.3/questions.yaml rename to stable/ariang/8.7.5/questions.yaml diff --git a/stable/arksurvivalevolved/7.7.3/templates/NOTES.txt b/stable/ariang/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/arksurvivalevolved/7.7.3/templates/NOTES.txt rename to stable/ariang/8.7.5/templates/NOTES.txt diff --git a/stable/ariang/8.7.3/templates/common.yaml b/stable/ariang/8.7.5/templates/common.yaml similarity index 100% rename from stable/ariang/8.7.3/templates/common.yaml rename to stable/ariang/8.7.5/templates/common.yaml diff --git a/stable/arksurvivalevolved/7.7.3/values.yaml b/stable/ariang/8.7.5/values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.7.3/values.yaml rename to stable/ariang/8.7.5/values.yaml diff --git a/stable/arksurvivalevolved/7.7.3/CHANGELOG.md b/stable/arksurvivalevolved/7.7.3/CHANGELOG.md deleted file mode 100644 index 4cc5aba805e..00000000000 --- a/stable/arksurvivalevolved/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/arksurvivalevolved/7.7.3/Chart.yaml b/stable/arksurvivalevolved/7.7.3/Chart.yaml deleted file mode 100644 index f5698d593fd..00000000000 --- a/stable/arksurvivalevolved/7.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arkse -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs ArkSE. -home: https://truecharts.org/charts/stable/arksurvivalevolved -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png -keywords: - - arksurvivalevolved - - arkse - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arksurvivalevolved -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/arkse - - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 7.7.3 diff --git a/stable/arksurvivalevolved/7.7.3/app-changelog.md b/stable/arksurvivalevolved/7.7.3/app-changelog.md deleted file mode 100644 index 1cf7a138189..00000000000 --- a/stable/arksurvivalevolved/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz b/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/arma3/5.7.3/.helmignore b/stable/arksurvivalevolved/7.7.5/.helmignore similarity index 100% rename from stable/arma3/5.7.3/.helmignore rename to stable/arksurvivalevolved/7.7.5/.helmignore diff --git a/stable/arksurvivalevolved/7.7.5/CHANGELOG.md b/stable/arksurvivalevolved/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c87671476ec --- /dev/null +++ b/stable/arksurvivalevolved/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arksurvivalevolved-7.7.5](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arksurvivalevolved-7.7.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arksurvivalevolved-7.7.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arksurvivalevolved-7.7.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arksurvivalevolved-7.7.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arksurvivalevolved-7.7.4](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.7.5/Chart.yaml b/stable/arksurvivalevolved/7.7.5/Chart.yaml new file mode 100644 index 00000000000..563ce21cb2d --- /dev/null +++ b/stable/arksurvivalevolved/7.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arkse +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs ArkSE. +home: https://truecharts.org/charts/stable/arksurvivalevolved +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png +keywords: + - arksurvivalevolved + - arkse + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arksurvivalevolved +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/arkse + - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 7.7.5 diff --git a/stable/arksurvivalevolved/7.7.3/README.md b/stable/arksurvivalevolved/7.7.5/README.md similarity index 100% rename from stable/arksurvivalevolved/7.7.3/README.md rename to stable/arksurvivalevolved/7.7.5/README.md diff --git a/stable/arksurvivalevolved/7.7.5/app-changelog.md b/stable/arksurvivalevolved/7.7.5/app-changelog.md new file mode 100644 index 00000000000..d735d887e9c --- /dev/null +++ b/stable/arksurvivalevolved/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [arksurvivalevolved-7.7.5](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.7.3/app-readme.md b/stable/arksurvivalevolved/7.7.5/app-readme.md similarity index 100% rename from stable/arksurvivalevolved/7.7.3/app-readme.md rename to stable/arksurvivalevolved/7.7.5/app-readme.md diff --git a/stable/arksurvivalevolved/7.7.5/charts/common-20.2.10.tgz b/stable/arksurvivalevolved/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/arksurvivalevolved/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/arksurvivalevolved/7.7.3/ix_values.yaml b/stable/arksurvivalevolved/7.7.5/ix_values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.7.3/ix_values.yaml rename to stable/arksurvivalevolved/7.7.5/ix_values.yaml diff --git a/stable/arksurvivalevolved/7.7.3/questions.yaml b/stable/arksurvivalevolved/7.7.5/questions.yaml similarity index 100% rename from stable/arksurvivalevolved/7.7.3/questions.yaml rename to stable/arksurvivalevolved/7.7.5/questions.yaml diff --git a/stable/audacity/12.7.3/templates/NOTES.txt b/stable/arksurvivalevolved/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/audacity/12.7.3/templates/NOTES.txt rename to stable/arksurvivalevolved/7.7.5/templates/NOTES.txt diff --git a/stable/arksurvivalevolved/7.7.3/templates/_secrets.tpl b/stable/arksurvivalevolved/7.7.5/templates/_secrets.tpl similarity index 100% rename from stable/arksurvivalevolved/7.7.3/templates/_secrets.tpl rename to stable/arksurvivalevolved/7.7.5/templates/_secrets.tpl diff --git a/stable/arksurvivalevolved/7.7.3/templates/common.yaml b/stable/arksurvivalevolved/7.7.5/templates/common.yaml similarity index 100% rename from stable/arksurvivalevolved/7.7.3/templates/common.yaml rename to stable/arksurvivalevolved/7.7.5/templates/common.yaml diff --git a/stable/arma3/5.7.3/values.yaml b/stable/arksurvivalevolved/7.7.5/values.yaml similarity index 100% rename from stable/arma3/5.7.3/values.yaml rename to stable/arksurvivalevolved/7.7.5/values.yaml diff --git a/stable/arma3/5.7.3/CHANGELOG.md b/stable/arma3/5.7.3/CHANGELOG.md deleted file mode 100644 index 7d3d1163b76..00000000000 --- a/stable/arma3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/arma3/5.7.3/Chart.yaml b/stable/arma3/5.7.3/Chart.yaml deleted file mode 100644 index 3e4e1f9b1b6..00000000000 --- a/stable/arma3/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. -home: https://truecharts.org/charts/stable/arma3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png -keywords: - - arma3 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arma3 -sources: - - https://arma3.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/arma3/5.7.3/app-changelog.md b/stable/arma3/5.7.3/app-changelog.md deleted file mode 100644 index 89f900bd18a..00000000000 --- a/stable/arma3/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arma3/5.7.3/charts/common-20.2.4.tgz b/stable/arma3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/arma3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/arma3exilemod/5.7.3/.helmignore b/stable/arma3/5.7.5/.helmignore similarity index 100% rename from stable/arma3exilemod/5.7.3/.helmignore rename to stable/arma3/5.7.5/.helmignore diff --git a/stable/arma3/5.7.5/CHANGELOG.md b/stable/arma3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..98271b4356f --- /dev/null +++ b/stable/arma3/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3-5.7.5](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3-5.7.4](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3-5.7.4](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3-5.7.4](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3-5.7.4](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3-5.7.4](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/arma3/5.7.5/Chart.yaml b/stable/arma3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1ea857622db --- /dev/null +++ b/stable/arma3/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. +home: https://truecharts.org/charts/stable/arma3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png +keywords: + - arma3 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3 +sources: + - https://arma3.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/arma3/5.7.3/README.md b/stable/arma3/5.7.5/README.md similarity index 100% rename from stable/arma3/5.7.3/README.md rename to stable/arma3/5.7.5/README.md diff --git a/stable/arma3/5.7.5/app-changelog.md b/stable/arma3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..bdac3fd643b --- /dev/null +++ b/stable/arma3/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [arma3-5.7.5](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arma3/5.7.3/app-readme.md b/stable/arma3/5.7.5/app-readme.md similarity index 100% rename from stable/arma3/5.7.3/app-readme.md rename to stable/arma3/5.7.5/app-readme.md diff --git a/stable/arma3/5.7.5/charts/common-20.2.10.tgz b/stable/arma3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/arma3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/arma3/5.7.3/ix_values.yaml b/stable/arma3/5.7.5/ix_values.yaml similarity index 100% rename from stable/arma3/5.7.3/ix_values.yaml rename to stable/arma3/5.7.5/ix_values.yaml diff --git a/stable/arma3/5.7.3/questions.yaml b/stable/arma3/5.7.5/questions.yaml similarity index 100% rename from stable/arma3/5.7.3/questions.yaml rename to stable/arma3/5.7.5/questions.yaml diff --git a/stable/arma3/5.7.3/templates/common.yaml b/stable/arma3/5.7.5/templates/common.yaml similarity index 100% rename from stable/arma3/5.7.3/templates/common.yaml rename to stable/arma3/5.7.5/templates/common.yaml diff --git a/stable/arma3exilemod/5.7.3/values.yaml b/stable/arma3/5.7.5/values.yaml similarity index 100% rename from stable/arma3exilemod/5.7.3/values.yaml rename to stable/arma3/5.7.5/values.yaml diff --git a/stable/arma3exilemod/5.7.3/CHANGELOG.md b/stable/arma3exilemod/5.7.3/CHANGELOG.md deleted file mode 100644 index a967ea5c86f..00000000000 --- a/stable/arma3exilemod/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/arma3exilemod/5.7.3/Chart.yaml b/stable/arma3exilemod/5.7.3/Chart.yaml deleted file mode 100644 index b02b96c8b0d..00000000000 --- a/stable/arma3exilemod/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3exilemod -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. -home: https://truecharts.org/charts/stable/arma3exilemod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png -keywords: - - arma3exilemod - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: arma3exilemod -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/arma3exilemod/5.7.3/app-changelog.md b/stable/arma3exilemod/5.7.3/app-changelog.md deleted file mode 100644 index ddefab95177..00000000000 --- a/stable/arma3exilemod/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz b/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/assettocorsa/5.7.3/.helmignore b/stable/arma3exilemod/5.7.5/.helmignore similarity index 100% rename from stable/assettocorsa/5.7.3/.helmignore rename to stable/arma3exilemod/5.7.5/.helmignore diff --git a/stable/arma3exilemod/5.7.5/CHANGELOG.md b/stable/arma3exilemod/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bf4123bad91 --- /dev/null +++ b/stable/arma3exilemod/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3exilemod-5.7.5](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3exilemod-5.7.4](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3exilemod-5.7.4](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3exilemod-5.7.4](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3exilemod-5.7.4](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [arma3exilemod-5.7.4](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/arma3exilemod/5.7.5/Chart.yaml b/stable/arma3exilemod/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4322e32f4a3 --- /dev/null +++ b/stable/arma3exilemod/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3exilemod +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. +home: https://truecharts.org/charts/stable/arma3exilemod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png +keywords: + - arma3exilemod + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3exilemod +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/arma3exilemod/5.7.3/README.md b/stable/arma3exilemod/5.7.5/README.md similarity index 100% rename from stable/arma3exilemod/5.7.3/README.md rename to stable/arma3exilemod/5.7.5/README.md diff --git a/stable/arma3exilemod/5.7.5/app-changelog.md b/stable/arma3exilemod/5.7.5/app-changelog.md new file mode 100644 index 00000000000..6f0046f5e9b --- /dev/null +++ b/stable/arma3exilemod/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [arma3exilemod-5.7.5](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/arma3exilemod/5.7.3/app-readme.md b/stable/arma3exilemod/5.7.5/app-readme.md similarity index 100% rename from stable/arma3exilemod/5.7.3/app-readme.md rename to stable/arma3exilemod/5.7.5/app-readme.md diff --git a/stable/arma3exilemod/5.7.5/charts/common-20.2.10.tgz b/stable/arma3exilemod/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/arma3exilemod/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/arma3exilemod/5.7.3/ix_values.yaml b/stable/arma3exilemod/5.7.5/ix_values.yaml similarity index 100% rename from stable/arma3exilemod/5.7.3/ix_values.yaml rename to stable/arma3exilemod/5.7.5/ix_values.yaml diff --git a/stable/arma3exilemod/5.7.3/questions.yaml b/stable/arma3exilemod/5.7.5/questions.yaml similarity index 100% rename from stable/arma3exilemod/5.7.3/questions.yaml rename to stable/arma3exilemod/5.7.5/questions.yaml diff --git a/stable/arma3exilemod/5.7.3/templates/common.yaml b/stable/arma3exilemod/5.7.5/templates/common.yaml similarity index 100% rename from stable/arma3exilemod/5.7.3/templates/common.yaml rename to stable/arma3exilemod/5.7.5/templates/common.yaml diff --git a/stable/assettocorsa/5.7.3/values.yaml b/stable/arma3exilemod/5.7.5/values.yaml similarity index 100% rename from stable/assettocorsa/5.7.3/values.yaml rename to stable/arma3exilemod/5.7.5/values.yaml diff --git a/stable/assettocorsa/5.7.3/CHANGELOG.md b/stable/assettocorsa/5.7.3/CHANGELOG.md deleted file mode 100644 index 1f8b28c351f..00000000000 --- a/stable/assettocorsa/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/assettocorsa/5.7.3/Chart.yaml b/stable/assettocorsa/5.7.3/Chart.yaml deleted file mode 100644 index e503f9138ba..00000000000 --- a/stable/assettocorsa/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: assettocorsa -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. -home: https://truecharts.org/charts/stable/assettocorsa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png -keywords: - - assettocorsa - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: assettocorsa -sources: - - https://www.assettocorsa.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/assettocorsa/5.7.3/app-changelog.md b/stable/assettocorsa/5.7.3/app-changelog.md deleted file mode 100644 index 834b8fb8412..00000000000 --- a/stable/assettocorsa/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz b/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/audacity/12.7.3/.helmignore b/stable/assettocorsa/5.7.5/.helmignore similarity index 100% rename from stable/audacity/12.7.3/.helmignore rename to stable/assettocorsa/5.7.5/.helmignore diff --git a/stable/assettocorsa/5.7.5/CHANGELOG.md b/stable/assettocorsa/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..06702b53228 --- /dev/null +++ b/stable/assettocorsa/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [assettocorsa-5.7.5](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [assettocorsa-5.7.4](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [assettocorsa-5.7.4](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [assettocorsa-5.7.4](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [assettocorsa-5.7.4](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [assettocorsa-5.7.4](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/assettocorsa/5.7.5/Chart.yaml b/stable/assettocorsa/5.7.5/Chart.yaml new file mode 100644 index 00000000000..dce3dcfd610 --- /dev/null +++ b/stable/assettocorsa/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: assettocorsa +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. +home: https://truecharts.org/charts/stable/assettocorsa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png +keywords: + - assettocorsa + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: assettocorsa +sources: + - https://www.assettocorsa.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/assettocorsa/5.7.3/README.md b/stable/assettocorsa/5.7.5/README.md similarity index 100% rename from stable/assettocorsa/5.7.3/README.md rename to stable/assettocorsa/5.7.5/README.md diff --git a/stable/assettocorsa/5.7.5/app-changelog.md b/stable/assettocorsa/5.7.5/app-changelog.md new file mode 100644 index 00000000000..b13f4007a1e --- /dev/null +++ b/stable/assettocorsa/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [assettocorsa-5.7.5](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/assettocorsa/5.7.3/app-readme.md b/stable/assettocorsa/5.7.5/app-readme.md similarity index 100% rename from stable/assettocorsa/5.7.3/app-readme.md rename to stable/assettocorsa/5.7.5/app-readme.md diff --git a/stable/assettocorsa/5.7.5/charts/common-20.2.10.tgz b/stable/assettocorsa/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/assettocorsa/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/assettocorsa/5.7.3/ix_values.yaml b/stable/assettocorsa/5.7.5/ix_values.yaml similarity index 100% rename from stable/assettocorsa/5.7.3/ix_values.yaml rename to stable/assettocorsa/5.7.5/ix_values.yaml diff --git a/stable/assettocorsa/5.7.3/questions.yaml b/stable/assettocorsa/5.7.5/questions.yaml similarity index 100% rename from stable/assettocorsa/5.7.3/questions.yaml rename to stable/assettocorsa/5.7.5/questions.yaml diff --git a/stable/assettocorsa/5.7.3/templates/common.yaml b/stable/assettocorsa/5.7.5/templates/common.yaml similarity index 100% rename from stable/assettocorsa/5.7.3/templates/common.yaml rename to stable/assettocorsa/5.7.5/templates/common.yaml diff --git a/stable/audacity/12.7.3/values.yaml b/stable/assettocorsa/5.7.5/values.yaml similarity index 100% rename from stable/audacity/12.7.3/values.yaml rename to stable/assettocorsa/5.7.5/values.yaml diff --git a/stable/audacity/12.7.3/CHANGELOG.md b/stable/audacity/12.7.3/CHANGELOG.md deleted file mode 100644 index 54f8b24582a..00000000000 --- a/stable/audacity/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/audacity/12.7.3/Chart.yaml b/stable/audacity/12.7.3/Chart.yaml deleted file mode 100644 index 0a53f396edd..00000000000 --- a/stable/audacity/12.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An easy-to-use, multi-track audio editor and recorder -home: https://truecharts.org/charts/stable/audacity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png -keywords: - - audacity - - music - - recorder - - editor - - audio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: audacity -sources: - - https://www.audacityteam.org/ - - https://github.com/linuxserver/docker-audacity - - https://github.com/truecharts/charts/tree/master/charts/stable/audacity - - https://ghcr.io/linuxserver/audacity -type: application -version: 12.7.3 diff --git a/stable/audacity/12.7.3/app-changelog.md b/stable/audacity/12.7.3/app-changelog.md deleted file mode 100644 index 7a360b43b0f..00000000000 --- a/stable/audacity/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/audacity/12.7.3/charts/common-20.2.4.tgz b/stable/audacity/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/audacity/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.7.4/.helmignore b/stable/audacity/12.7.5/.helmignore similarity index 100% rename from stable/audiobookshelf/9.7.4/.helmignore rename to stable/audacity/12.7.5/.helmignore diff --git a/stable/audacity/12.7.5/CHANGELOG.md b/stable/audacity/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6e82f800b9c --- /dev/null +++ b/stable/audacity/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audacity-12.7.5](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audacity-12.7.4](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audacity-12.7.4](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audacity-12.7.4](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audacity-12.7.4](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audacity-12.7.4](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/audacity/12.7.5/Chart.yaml b/stable/audacity/12.7.5/Chart.yaml new file mode 100644 index 00000000000..6d307b16aef --- /dev/null +++ b/stable/audacity/12.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An easy-to-use, multi-track audio editor and recorder +home: https://truecharts.org/charts/stable/audacity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png +keywords: + - audacity + - music + - recorder + - editor + - audio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audacity +sources: + - https://www.audacityteam.org/ + - https://github.com/linuxserver/docker-audacity + - https://github.com/truecharts/charts/tree/master/charts/stable/audacity + - https://ghcr.io/linuxserver/audacity +type: application +version: 12.7.5 diff --git a/stable/audacity/12.7.3/README.md b/stable/audacity/12.7.5/README.md similarity index 100% rename from stable/audacity/12.7.3/README.md rename to stable/audacity/12.7.5/README.md diff --git a/stable/audacity/12.7.5/app-changelog.md b/stable/audacity/12.7.5/app-changelog.md new file mode 100644 index 00000000000..211c5125e3b --- /dev/null +++ b/stable/audacity/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [audacity-12.7.5](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/audacity/12.7.3/app-readme.md b/stable/audacity/12.7.5/app-readme.md similarity index 100% rename from stable/audacity/12.7.3/app-readme.md rename to stable/audacity/12.7.5/app-readme.md diff --git a/stable/audacity/12.7.5/charts/common-20.2.10.tgz b/stable/audacity/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/audacity/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/audacity/12.7.3/ix_values.yaml b/stable/audacity/12.7.5/ix_values.yaml similarity index 100% rename from stable/audacity/12.7.3/ix_values.yaml rename to stable/audacity/12.7.5/ix_values.yaml diff --git a/stable/audacity/12.7.3/questions.yaml b/stable/audacity/12.7.5/questions.yaml similarity index 100% rename from stable/audacity/12.7.3/questions.yaml rename to stable/audacity/12.7.5/questions.yaml diff --git a/stable/audiobookshelf/9.7.4/templates/NOTES.txt b/stable/audacity/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/9.7.4/templates/NOTES.txt rename to stable/audacity/12.7.5/templates/NOTES.txt diff --git a/stable/audacity/12.7.3/templates/common.yaml b/stable/audacity/12.7.5/templates/common.yaml similarity index 100% rename from stable/audacity/12.7.3/templates/common.yaml rename to stable/audacity/12.7.5/templates/common.yaml diff --git a/stable/audiobookshelf/9.7.4/values.yaml b/stable/audacity/12.7.5/values.yaml similarity index 100% rename from stable/audiobookshelf/9.7.4/values.yaml rename to stable/audacity/12.7.5/values.yaml diff --git a/stable/audiobookshelf/9.7.4/CHANGELOG.md b/stable/audiobookshelf/9.7.4/CHANGELOG.md deleted file mode 100644 index 22842e0d678..00000000000 --- a/stable/audiobookshelf/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/audiobookshelf/9.7.4/Chart.yaml b/stable/audiobookshelf/9.7.4/Chart.yaml deleted file mode 100644 index 69a897bffda..00000000000 --- a/stable/audiobookshelf/9.7.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. -home: https://truecharts.org/charts/stable/audiobookshelf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png -keywords: - - audiobookshelf -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: audiobookshelf -sources: - - https://github.com/advplyr/audiobookshelf - - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - - https://hub.docker.com/r/advplyr/audiobookshelf -type: application -version: 9.7.4 diff --git a/stable/audiobookshelf/9.7.4/app-changelog.md b/stable/audiobookshelf/9.7.4/app-changelog.md deleted file mode 100644 index ba4f2f3e4f2..00000000000 --- a/stable/audiobookshelf/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz b/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/aurora-files/5.7.3/.helmignore b/stable/audiobookshelf/9.7.6/.helmignore similarity index 100% rename from stable/aurora-files/5.7.3/.helmignore rename to stable/audiobookshelf/9.7.6/.helmignore diff --git a/stable/audiobookshelf/9.7.6/CHANGELOG.md b/stable/audiobookshelf/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..20564cb40cb --- /dev/null +++ b/stable/audiobookshelf/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audiobookshelf-9.7.6](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audiobookshelf-9.7.5](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audiobookshelf-9.7.5](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audiobookshelf-9.7.5](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [audiobookshelf-9.7.5](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/audiobookshelf/9.7.6/Chart.yaml b/stable/audiobookshelf/9.7.6/Chart.yaml new file mode 100644 index 00000000000..34357542784 --- /dev/null +++ b/stable/audiobookshelf/9.7.6/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. +home: https://truecharts.org/charts/stable/audiobookshelf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png +keywords: + - audiobookshelf +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audiobookshelf +sources: + - https://github.com/advplyr/audiobookshelf + - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf + - https://hub.docker.com/r/advplyr/audiobookshelf +type: application +version: 9.7.6 diff --git a/stable/audiobookshelf/9.7.4/README.md b/stable/audiobookshelf/9.7.6/README.md similarity index 100% rename from stable/audiobookshelf/9.7.4/README.md rename to stable/audiobookshelf/9.7.6/README.md diff --git a/stable/audiobookshelf/9.7.6/app-changelog.md b/stable/audiobookshelf/9.7.6/app-changelog.md new file mode 100644 index 00000000000..6de4677da3a --- /dev/null +++ b/stable/audiobookshelf/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [audiobookshelf-9.7.6](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/audiobookshelf/9.7.4/app-readme.md b/stable/audiobookshelf/9.7.6/app-readme.md similarity index 100% rename from stable/audiobookshelf/9.7.4/app-readme.md rename to stable/audiobookshelf/9.7.6/app-readme.md diff --git a/stable/audiobookshelf/9.7.6/charts/common-20.2.10.tgz b/stable/audiobookshelf/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/audiobookshelf/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/audiobookshelf/9.7.4/ix_values.yaml b/stable/audiobookshelf/9.7.6/ix_values.yaml similarity index 100% rename from stable/audiobookshelf/9.7.4/ix_values.yaml rename to stable/audiobookshelf/9.7.6/ix_values.yaml diff --git a/stable/audiobookshelf/9.7.4/questions.yaml b/stable/audiobookshelf/9.7.6/questions.yaml similarity index 100% rename from stable/audiobookshelf/9.7.4/questions.yaml rename to stable/audiobookshelf/9.7.6/questions.yaml diff --git a/stable/authentik/24.8.2/templates/NOTES.txt b/stable/audiobookshelf/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.8.2/templates/NOTES.txt rename to stable/audiobookshelf/9.7.6/templates/NOTES.txt diff --git a/stable/audiobookshelf/9.7.4/templates/_secrets.tpl b/stable/audiobookshelf/9.7.6/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/9.7.4/templates/_secrets.tpl rename to stable/audiobookshelf/9.7.6/templates/_secrets.tpl diff --git a/stable/audiobookshelf/9.7.4/templates/common.yaml b/stable/audiobookshelf/9.7.6/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/9.7.4/templates/common.yaml rename to stable/audiobookshelf/9.7.6/templates/common.yaml diff --git a/stable/aurora-files/5.7.3/values.yaml b/stable/audiobookshelf/9.7.6/values.yaml similarity index 100% rename from stable/aurora-files/5.7.3/values.yaml rename to stable/audiobookshelf/9.7.6/values.yaml diff --git a/stable/aurora-files/5.7.3/CHANGELOG.md b/stable/aurora-files/5.7.3/CHANGELOG.md deleted file mode 100644 index d95a8f75c7b..00000000000 --- a/stable/aurora-files/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/aurora-files/5.7.3/Chart.yaml b/stable/aurora-files/5.7.3/Chart.yaml deleted file mode 100644 index 263aae40511..00000000000 --- a/stable/aurora-files/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. -home: https://truecharts.org/charts/stable/aurora-files -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png -keywords: - - aurora-files - - Cloud - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: aurora-files -sources: - - https://github.com/afterlogic/docker-aurora-files - - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files - - https://hub.docker.com/r/afterlogic/docker-aurora-files -type: application -version: 5.7.3 diff --git a/stable/aurora-files/5.7.3/app-changelog.md b/stable/aurora-files/5.7.3/app-changelog.md deleted file mode 100644 index 240b52402c1..00000000000 --- a/stable/aurora-files/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz b/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/authentik/24.8.2/.helmignore b/stable/aurora-files/5.7.5/.helmignore similarity index 100% rename from stable/authentik/24.8.2/.helmignore rename to stable/aurora-files/5.7.5/.helmignore diff --git a/stable/aurora-files/5.7.5/CHANGELOG.md b/stable/aurora-files/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ca56d7caf6e --- /dev/null +++ b/stable/aurora-files/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aurora-files-5.7.5](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aurora-files-5.7.4](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aurora-files-5.7.4](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aurora-files-5.7.4](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aurora-files-5.7.4](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [aurora-files-5.7.4](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/aurora-files/5.7.5/Chart.yaml b/stable/aurora-files/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3f5046f1c5b --- /dev/null +++ b/stable/aurora-files/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. +home: https://truecharts.org/charts/stable/aurora-files +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png +keywords: + - aurora-files + - Cloud + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aurora-files +sources: + - https://github.com/afterlogic/docker-aurora-files + - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files + - https://hub.docker.com/r/afterlogic/docker-aurora-files +type: application +version: 5.7.5 diff --git a/stable/aurora-files/5.7.3/README.md b/stable/aurora-files/5.7.5/README.md similarity index 100% rename from stable/aurora-files/5.7.3/README.md rename to stable/aurora-files/5.7.5/README.md diff --git a/stable/aurora-files/5.7.5/app-changelog.md b/stable/aurora-files/5.7.5/app-changelog.md new file mode 100644 index 00000000000..748686d3d2c --- /dev/null +++ b/stable/aurora-files/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [aurora-files-5.7.5](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/aurora-files/5.7.3/app-readme.md b/stable/aurora-files/5.7.5/app-readme.md similarity index 100% rename from stable/aurora-files/5.7.3/app-readme.md rename to stable/aurora-files/5.7.5/app-readme.md diff --git a/stable/aurora-files/5.7.5/charts/common-20.2.10.tgz b/stable/aurora-files/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/aurora-files/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/aurora-files/5.7.3/ix_values.yaml b/stable/aurora-files/5.7.5/ix_values.yaml similarity index 100% rename from stable/aurora-files/5.7.3/ix_values.yaml rename to stable/aurora-files/5.7.5/ix_values.yaml diff --git a/stable/aurora-files/5.7.3/questions.yaml b/stable/aurora-files/5.7.5/questions.yaml similarity index 100% rename from stable/aurora-files/5.7.3/questions.yaml rename to stable/aurora-files/5.7.5/questions.yaml diff --git a/stable/aurora-files/5.7.3/templates/common.yaml b/stable/aurora-files/5.7.5/templates/common.yaml similarity index 100% rename from stable/aurora-files/5.7.3/templates/common.yaml rename to stable/aurora-files/5.7.5/templates/common.yaml diff --git a/stable/authentik/24.8.2/values.yaml b/stable/aurora-files/5.7.5/values.yaml similarity index 100% rename from stable/authentik/24.8.2/values.yaml rename to stable/aurora-files/5.7.5/values.yaml diff --git a/stable/authentik/24.8.2/CHANGELOG.md b/stable/authentik/24.8.2/CHANGELOG.md deleted file mode 100644 index 2d6171240a8..00000000000 --- a/stable/authentik/24.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/authentik/24.8.2/Chart.yaml b/stable/authentik/24.8.2/Chart.yaml deleted file mode 100644 index ec98c2f8c75..00000000000 --- a/stable/authentik/24.8.2/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: authentication - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://truecharts.org/charts/stable/authentik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png -keywords: - - authentik -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: authentik -sources: - - https://goauthentik.io/docs/ - - https://github.com/goauthentik/authentik - - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/goauthentik/radius - - https://ghcr.io/maxmind/geoipupdate - - https://ghcr.io/goauthentik/server - - https://ghcr.io/goauthentik/proxy -type: application -version: 24.8.2 diff --git a/stable/authentik/24.8.2/app-changelog.md b/stable/authentik/24.8.2/app-changelog.md deleted file mode 100644 index 9bb86921232..00000000000 --- a/stable/authentik/24.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/authentik/24.8.2/charts/common-20.2.4.tgz b/stable/authentik/24.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/authentik/24.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/auto-yt-dl/5.7.3/.helmignore b/stable/authentik/24.8.4/.helmignore similarity index 100% rename from stable/auto-yt-dl/5.7.3/.helmignore rename to stable/authentik/24.8.4/.helmignore diff --git a/stable/authentik/24.8.4/CHANGELOG.md b/stable/authentik/24.8.4/CHANGELOG.md new file mode 100644 index 00000000000..cdd2a420031 --- /dev/null +++ b/stable/authentik/24.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authentik-24.8.4](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [authentik-24.8.3](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [authentik-24.8.3](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [authentik-24.8.3](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [authentik-24.8.3](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.3) (2024-03-30) + +### Chore diff --git a/stable/authentik/24.8.4/Chart.yaml b/stable/authentik/24.8.4/Chart.yaml new file mode 100644 index 00000000000..f992c305f63 --- /dev/null +++ b/stable/authentik/24.8.4/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: authentication + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authentik is an open-source Identity Provider focused on flexibility and versatility. +home: https://truecharts.org/charts/stable/authentik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png +keywords: + - authentik +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authentik +sources: + - https://goauthentik.io/docs/ + - https://github.com/goauthentik/authentik + - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/ldap + - https://ghcr.io/goauthentik/server +type: application +version: 24.8.4 diff --git a/stable/authentik/24.8.2/README.md b/stable/authentik/24.8.4/README.md similarity index 100% rename from stable/authentik/24.8.2/README.md rename to stable/authentik/24.8.4/README.md diff --git a/stable/authentik/24.8.4/app-changelog.md b/stable/authentik/24.8.4/app-changelog.md new file mode 100644 index 00000000000..bdac7d0f1d9 --- /dev/null +++ b/stable/authentik/24.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [authentik-24.8.4](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/authentik/24.8.2/app-readme.md b/stable/authentik/24.8.4/app-readme.md similarity index 100% rename from stable/authentik/24.8.2/app-readme.md rename to stable/authentik/24.8.4/app-readme.md diff --git a/stable/authentik/24.8.4/charts/common-20.2.10.tgz b/stable/authentik/24.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/authentik/24.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/authentik/24.8.2/charts/redis-13.2.2.tgz b/stable/authentik/24.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/authentik/24.8.2/charts/redis-13.2.2.tgz rename to stable/authentik/24.8.4/charts/redis-13.2.2.tgz diff --git a/stable/authentik/24.8.2/ix_values.yaml b/stable/authentik/24.8.4/ix_values.yaml similarity index 100% rename from stable/authentik/24.8.2/ix_values.yaml rename to stable/authentik/24.8.4/ix_values.yaml diff --git a/stable/authentik/24.8.2/questions.yaml b/stable/authentik/24.8.4/questions.yaml similarity index 100% rename from stable/authentik/24.8.2/questions.yaml rename to stable/authentik/24.8.4/questions.yaml diff --git a/stable/autobrr/8.9.0/templates/NOTES.txt b/stable/authentik/24.8.4/templates/NOTES.txt similarity index 100% rename from stable/autobrr/8.9.0/templates/NOTES.txt rename to stable/authentik/24.8.4/templates/NOTES.txt diff --git a/stable/authentik/24.8.2/templates/_config.tpl b/stable/authentik/24.8.4/templates/_config.tpl similarity index 100% rename from stable/authentik/24.8.2/templates/_config.tpl rename to stable/authentik/24.8.4/templates/_config.tpl diff --git a/stable/authentik/24.8.2/templates/_secret.tpl b/stable/authentik/24.8.4/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.8.2/templates/_secret.tpl rename to stable/authentik/24.8.4/templates/_secret.tpl diff --git a/stable/authentik/24.8.2/templates/_validation.tpl b/stable/authentik/24.8.4/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.8.2/templates/_validation.tpl rename to stable/authentik/24.8.4/templates/_validation.tpl diff --git a/stable/authentik/24.8.2/templates/_waitAuthentik.tpl b/stable/authentik/24.8.4/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.8.2/templates/_waitAuthentik.tpl rename to stable/authentik/24.8.4/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.8.2/templates/common.yaml b/stable/authentik/24.8.4/templates/common.yaml similarity index 100% rename from stable/authentik/24.8.2/templates/common.yaml rename to stable/authentik/24.8.4/templates/common.yaml diff --git a/stable/auto-yt-dl/5.7.3/values.yaml b/stable/authentik/24.8.4/values.yaml similarity index 100% rename from stable/auto-yt-dl/5.7.3/values.yaml rename to stable/authentik/24.8.4/values.yaml diff --git a/stable/auto-yt-dl/5.7.3/CHANGELOG.md b/stable/auto-yt-dl/5.7.3/CHANGELOG.md deleted file mode 100644 index daf46c1ecfa..00000000000 --- a/stable/auto-yt-dl/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/auto-yt-dl/5.7.3/Chart.yaml b/stable/auto-yt-dl/5.7.3/Chart.yaml deleted file mode 100644 index a071119a702..00000000000 --- a/stable/auto-yt-dl/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. -home: https://truecharts.org/charts/stable/auto-yt-dl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png -keywords: - - auto-yt-dl - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: auto-yt-dl -sources: - - https://github.com/xXGuhuXx/auto-yt-dl - - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl - - https://hub.docker.com/r/guhu007/auto-yt-dl -type: application -version: 5.7.3 diff --git a/stable/auto-yt-dl/5.7.3/app-changelog.md b/stable/auto-yt-dl/5.7.3/app-changelog.md deleted file mode 100644 index ad75dd82cef..00000000000 --- a/stable/auto-yt-dl/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz b/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/autobrr/8.9.0/.helmignore b/stable/auto-yt-dl/5.7.5/.helmignore similarity index 100% rename from stable/autobrr/8.9.0/.helmignore rename to stable/auto-yt-dl/5.7.5/.helmignore diff --git a/stable/auto-yt-dl/5.7.5/CHANGELOG.md b/stable/auto-yt-dl/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..68c087e54e7 --- /dev/null +++ b/stable/auto-yt-dl/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [auto-yt-dl-5.7.5](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [auto-yt-dl-5.7.4](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [auto-yt-dl-5.7.4](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [auto-yt-dl-5.7.4](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [auto-yt-dl-5.7.4](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [auto-yt-dl-5.7.4](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/auto-yt-dl/5.7.5/Chart.yaml b/stable/auto-yt-dl/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b83fd40037c --- /dev/null +++ b/stable/auto-yt-dl/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://truecharts.org/charts/stable/auto-yt-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png +keywords: + - auto-yt-dl + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: auto-yt-dl +sources: + - https://github.com/xXGuhuXx/auto-yt-dl + - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl + - https://hub.docker.com/r/guhu007/auto-yt-dl +type: application +version: 5.7.5 diff --git a/stable/auto-yt-dl/5.7.3/README.md b/stable/auto-yt-dl/5.7.5/README.md similarity index 100% rename from stable/auto-yt-dl/5.7.3/README.md rename to stable/auto-yt-dl/5.7.5/README.md diff --git a/stable/auto-yt-dl/5.7.5/app-changelog.md b/stable/auto-yt-dl/5.7.5/app-changelog.md new file mode 100644 index 00000000000..bbe34ff0785 --- /dev/null +++ b/stable/auto-yt-dl/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [auto-yt-dl-5.7.5](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/auto-yt-dl/5.7.3/app-readme.md b/stable/auto-yt-dl/5.7.5/app-readme.md similarity index 100% rename from stable/auto-yt-dl/5.7.3/app-readme.md rename to stable/auto-yt-dl/5.7.5/app-readme.md diff --git a/stable/auto-yt-dl/5.7.5/charts/common-20.2.10.tgz b/stable/auto-yt-dl/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/auto-yt-dl/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/auto-yt-dl/5.7.3/ix_values.yaml b/stable/auto-yt-dl/5.7.5/ix_values.yaml similarity index 100% rename from stable/auto-yt-dl/5.7.3/ix_values.yaml rename to stable/auto-yt-dl/5.7.5/ix_values.yaml diff --git a/stable/auto-yt-dl/5.7.3/questions.yaml b/stable/auto-yt-dl/5.7.5/questions.yaml similarity index 100% rename from stable/auto-yt-dl/5.7.3/questions.yaml rename to stable/auto-yt-dl/5.7.5/questions.yaml diff --git a/stable/auto-yt-dl/5.7.3/templates/common.yaml b/stable/auto-yt-dl/5.7.5/templates/common.yaml similarity index 100% rename from stable/auto-yt-dl/5.7.3/templates/common.yaml rename to stable/auto-yt-dl/5.7.5/templates/common.yaml diff --git a/stable/autobrr/8.9.0/values.yaml b/stable/auto-yt-dl/5.7.5/values.yaml similarity index 100% rename from stable/autobrr/8.9.0/values.yaml rename to stable/auto-yt-dl/5.7.5/values.yaml diff --git a/stable/autobrr/8.9.0/CHANGELOG.md b/stable/autobrr/8.9.0/CHANGELOG.md deleted file mode 100644 index 9bd6d0e1b78..00000000000 --- a/stable/autobrr/8.9.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - diff --git a/stable/autobrr/8.9.0/Chart.yaml b/stable/autobrr/8.9.0/Chart.yaml deleted file mode 100644 index 131124fb049..00000000000 --- a/stable/autobrr/8.9.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.40.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The modern download automation tool for torrents. -home: https://truecharts.org/charts/stable/autobrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png -keywords: - - autobrr - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: autobrr -sources: - - https://github.com/autobrr/autobrr - - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr - - https://ghcr.io/autobrr/autobrr -type: application -version: 8.9.0 diff --git a/stable/autobrr/8.9.0/app-changelog.md b/stable/autobrr/8.9.0/app-changelog.md deleted file mode 100644 index 35c4025dcb2..00000000000 --- a/stable/autobrr/8.9.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [autobrr-8.9.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/autobrr/8.9.0/charts/common-20.2.4.tgz b/stable/autobrr/8.9.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/autobrr/8.9.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/automatic-music-downloader/9.7.3/.helmignore b/stable/autobrr/8.9.2/.helmignore similarity index 100% rename from stable/automatic-music-downloader/9.7.3/.helmignore rename to stable/autobrr/8.9.2/.helmignore diff --git a/stable/autobrr/8.9.2/CHANGELOG.md b/stable/autobrr/8.9.2/CHANGELOG.md new file mode 100644 index 00000000000..eb74eaab770 --- /dev/null +++ b/stable/autobrr/8.9.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autobrr-8.9.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autobrr-8.9.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autobrr-8.9.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autobrr-8.9.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autobrr-8.9.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/autobrr/8.9.2/Chart.yaml b/stable/autobrr/8.9.2/Chart.yaml new file mode 100644 index 00000000000..6a2f2c3c1b2 --- /dev/null +++ b/stable/autobrr/8.9.2/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.40.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The modern download automation tool for torrents. +home: https://truecharts.org/charts/stable/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png +keywords: + - autobrr + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autobrr +sources: + - https://github.com/autobrr/autobrr + - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr + - https://ghcr.io/autobrr/autobrr +type: application +version: 8.9.2 diff --git a/stable/autobrr/8.9.0/README.md b/stable/autobrr/8.9.2/README.md similarity index 100% rename from stable/autobrr/8.9.0/README.md rename to stable/autobrr/8.9.2/README.md diff --git a/stable/autobrr/8.9.2/app-changelog.md b/stable/autobrr/8.9.2/app-changelog.md new file mode 100644 index 00000000000..3e8376a4069 --- /dev/null +++ b/stable/autobrr/8.9.2/app-changelog.md @@ -0,0 +1,21 @@ + + +## [autobrr-8.9.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.9.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/autobrr/autobrr to v1.40.1[@56b9b9d](https://github.com/56b9b9d) by renovate ([#19774](https://github.com/truecharts/charts/issues/19774)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/autobrr/8.9.0/app-readme.md b/stable/autobrr/8.9.2/app-readme.md similarity index 100% rename from stable/autobrr/8.9.0/app-readme.md rename to stable/autobrr/8.9.2/app-readme.md diff --git a/stable/autobrr/8.9.2/charts/common-20.2.10.tgz b/stable/autobrr/8.9.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/autobrr/8.9.2/charts/common-20.2.10.tgz differ diff --git a/stable/autobrr/8.9.0/ix_values.yaml b/stable/autobrr/8.9.2/ix_values.yaml similarity index 100% rename from stable/autobrr/8.9.0/ix_values.yaml rename to stable/autobrr/8.9.2/ix_values.yaml diff --git a/stable/autobrr/8.9.0/questions.yaml b/stable/autobrr/8.9.2/questions.yaml similarity index 100% rename from stable/autobrr/8.9.0/questions.yaml rename to stable/autobrr/8.9.2/questions.yaml diff --git a/stable/automatic-music-downloader/9.7.3/templates/NOTES.txt b/stable/autobrr/8.9.2/templates/NOTES.txt similarity index 100% rename from stable/automatic-music-downloader/9.7.3/templates/NOTES.txt rename to stable/autobrr/8.9.2/templates/NOTES.txt diff --git a/stable/autobrr/8.9.0/templates/_configmap.tpl b/stable/autobrr/8.9.2/templates/_configmap.tpl similarity index 100% rename from stable/autobrr/8.9.0/templates/_configmap.tpl rename to stable/autobrr/8.9.2/templates/_configmap.tpl diff --git a/stable/autobrr/8.9.0/templates/common.yaml b/stable/autobrr/8.9.2/templates/common.yaml similarity index 100% rename from stable/autobrr/8.9.0/templates/common.yaml rename to stable/autobrr/8.9.2/templates/common.yaml diff --git a/stable/automatic-music-downloader/9.7.3/values.yaml b/stable/autobrr/8.9.2/values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.7.3/values.yaml rename to stable/autobrr/8.9.2/values.yaml diff --git a/stable/automatic-music-downloader/9.7.3/CHANGELOG.md b/stable/automatic-music-downloader/9.7.3/CHANGELOG.md deleted file mode 100644 index e50cdad5ced..00000000000 --- a/stable/automatic-music-downloader/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/automatic-music-downloader/9.7.3/Chart.yaml b/stable/automatic-music-downloader/9.7.3/Chart.yaml deleted file mode 100644 index f84058e090f..00000000000 --- a/stable/automatic-music-downloader/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Lidarr companion script to automatically download music for Lidarr. -home: https://truecharts.org/charts/stable/automatic-music-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png -keywords: - - automatic - - music - - downloader - - deemix -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: automatic-music-downloader -sources: - - https://github.com/RandomNinjaAtk/docker-amd - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - - https://hub.docker.com/r/randomninjaatk/amd -type: application -version: 9.7.3 diff --git a/stable/automatic-music-downloader/9.7.3/app-changelog.md b/stable/automatic-music-downloader/9.7.3/app-changelog.md deleted file mode 100644 index bd5b97fc089..00000000000 --- a/stable/automatic-music-downloader/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz b/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/automatic-ripping-machine/3.7.3/.helmignore b/stable/automatic-music-downloader/9.7.5/.helmignore similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/.helmignore rename to stable/automatic-music-downloader/9.7.5/.helmignore diff --git a/stable/automatic-music-downloader/9.7.5/CHANGELOG.md b/stable/automatic-music-downloader/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a54e567380f --- /dev/null +++ b/stable/automatic-music-downloader/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-music-downloader-9.7.5](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-music-downloader-9.7.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-music-downloader-9.7.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-music-downloader-9.7.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-music-downloader-9.7.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-music-downloader-9.7.4](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.7.5/Chart.yaml b/stable/automatic-music-downloader/9.7.5/Chart.yaml new file mode 100644 index 00000000000..e9233b3176d --- /dev/null +++ b/stable/automatic-music-downloader/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Lidarr companion script to automatically download music for Lidarr. +home: https://truecharts.org/charts/stable/automatic-music-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png +keywords: + - automatic + - music + - downloader + - deemix +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: automatic-music-downloader +sources: + - https://github.com/RandomNinjaAtk/docker-amd + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader + - https://hub.docker.com/r/randomninjaatk/amd +type: application +version: 9.7.5 diff --git a/stable/automatic-music-downloader/9.7.3/README.md b/stable/automatic-music-downloader/9.7.5/README.md similarity index 100% rename from stable/automatic-music-downloader/9.7.3/README.md rename to stable/automatic-music-downloader/9.7.5/README.md diff --git a/stable/automatic-music-downloader/9.7.5/app-changelog.md b/stable/automatic-music-downloader/9.7.5/app-changelog.md new file mode 100644 index 00000000000..ac8df804721 --- /dev/null +++ b/stable/automatic-music-downloader/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [automatic-music-downloader-9.7.5](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.7.3/app-readme.md b/stable/automatic-music-downloader/9.7.5/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/9.7.3/app-readme.md rename to stable/automatic-music-downloader/9.7.5/app-readme.md diff --git a/stable/automatic-music-downloader/9.7.5/charts/common-20.2.10.tgz b/stable/automatic-music-downloader/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/automatic-music-downloader/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/automatic-music-downloader/9.7.3/ix_values.yaml b/stable/automatic-music-downloader/9.7.5/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.7.3/ix_values.yaml rename to stable/automatic-music-downloader/9.7.5/ix_values.yaml diff --git a/stable/automatic-music-downloader/9.7.3/questions.yaml b/stable/automatic-music-downloader/9.7.5/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/9.7.3/questions.yaml rename to stable/automatic-music-downloader/9.7.5/questions.yaml diff --git a/stable/automatic-ripping-machine/3.7.3/templates/NOTES.txt b/stable/automatic-music-downloader/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/templates/NOTES.txt rename to stable/automatic-music-downloader/9.7.5/templates/NOTES.txt diff --git a/stable/automatic-music-downloader/9.7.3/templates/common.yaml b/stable/automatic-music-downloader/9.7.5/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/9.7.3/templates/common.yaml rename to stable/automatic-music-downloader/9.7.5/templates/common.yaml diff --git a/stable/automatic-ripping-machine/3.7.3/values.yaml b/stable/automatic-music-downloader/9.7.5/values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/values.yaml rename to stable/automatic-music-downloader/9.7.5/values.yaml diff --git a/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md b/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md deleted file mode 100644 index 39c204b3ebb..00000000000 --- a/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/automatic-ripping-machine/3.7.3/Chart.yaml b/stable/automatic-ripping-machine/3.7.3/Chart.yaml deleted file mode 100644 index 37f2eb51296..00000000000 --- a/stable/automatic-ripping-machine/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.70 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatic Ripping Machine (ARM) Scripts. -home: https://truecharts.org/charts/stable/automatic-ripping-machine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png -keywords: - - automatic-ripping-machine - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: automatic-ripping-machine -sources: - - https://github.com/automatic-ripping-machine/automatic-ripping-machine - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine - - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine -type: application -version: 3.7.3 diff --git a/stable/automatic-ripping-machine/3.7.3/app-changelog.md b/stable/automatic-ripping-machine/3.7.3/app-changelog.md deleted file mode 100644 index 622874a1851..00000000000 --- a/stable/automatic-ripping-machine/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz b/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/autoscan/8.7.4/.helmignore b/stable/automatic-ripping-machine/3.7.5/.helmignore similarity index 100% rename from stable/autoscan/8.7.4/.helmignore rename to stable/automatic-ripping-machine/3.7.5/.helmignore diff --git a/stable/automatic-ripping-machine/3.7.5/CHANGELOG.md b/stable/automatic-ripping-machine/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6de4bcd4a58 --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-ripping-machine-3.7.5](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-ripping-machine-3.7.4](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-ripping-machine-3.7.4](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-ripping-machine-3.7.4](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-ripping-machine-3.7.4](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [automatic-ripping-machine-3.7.4](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.7.5/Chart.yaml b/stable/automatic-ripping-machine/3.7.5/Chart.yaml new file mode 100644 index 00000000000..51b66063a26 --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.70 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatic Ripping Machine (ARM) Scripts. +home: https://truecharts.org/charts/stable/automatic-ripping-machine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png +keywords: + - automatic-ripping-machine + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: automatic-ripping-machine +sources: + - https://github.com/automatic-ripping-machine/automatic-ripping-machine + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine + - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine +type: application +version: 3.7.5 diff --git a/stable/automatic-ripping-machine/3.7.3/README.md b/stable/automatic-ripping-machine/3.7.5/README.md similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/README.md rename to stable/automatic-ripping-machine/3.7.5/README.md diff --git a/stable/automatic-ripping-machine/3.7.5/app-changelog.md b/stable/automatic-ripping-machine/3.7.5/app-changelog.md new file mode 100644 index 00000000000..60bd22103a4 --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [automatic-ripping-machine-3.7.5](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.7.3/app-readme.md b/stable/automatic-ripping-machine/3.7.5/app-readme.md similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/app-readme.md rename to stable/automatic-ripping-machine/3.7.5/app-readme.md diff --git a/stable/automatic-ripping-machine/3.7.5/charts/common-20.2.10.tgz b/stable/automatic-ripping-machine/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/automatic-ripping-machine/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/automatic-ripping-machine/3.7.3/ix_values.yaml b/stable/automatic-ripping-machine/3.7.5/ix_values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/ix_values.yaml rename to stable/automatic-ripping-machine/3.7.5/ix_values.yaml diff --git a/stable/automatic-ripping-machine/3.7.3/questions.yaml b/stable/automatic-ripping-machine/3.7.5/questions.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/questions.yaml rename to stable/automatic-ripping-machine/3.7.5/questions.yaml diff --git a/stable/autoscan/8.7.4/templates/NOTES.txt b/stable/automatic-ripping-machine/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/autoscan/8.7.4/templates/NOTES.txt rename to stable/automatic-ripping-machine/3.7.5/templates/NOTES.txt diff --git a/stable/automatic-ripping-machine/3.7.3/templates/common.yaml b/stable/automatic-ripping-machine/3.7.5/templates/common.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.7.3/templates/common.yaml rename to stable/automatic-ripping-machine/3.7.5/templates/common.yaml diff --git a/stable/autoscan/8.7.4/values.yaml b/stable/automatic-ripping-machine/3.7.5/values.yaml similarity index 100% rename from stable/autoscan/8.7.4/values.yaml rename to stable/automatic-ripping-machine/3.7.5/values.yaml diff --git a/stable/autoscan/8.7.4/CHANGELOG.md b/stable/autoscan/8.7.4/CHANGELOG.md deleted file mode 100644 index b1f12035988..00000000000 --- a/stable/autoscan/8.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - diff --git a/stable/autoscan/8.7.4/Chart.yaml b/stable/autoscan/8.7.4/Chart.yaml deleted file mode 100644 index 1ade9b27e27..00000000000 --- a/stable/autoscan/8.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. -home: https://truecharts.org/charts/stable/autoscan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png -keywords: - - autoscan - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: autoscan -sources: - - https://hotio.dev/containers/autoscan - - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan - - https://ghcr.io/hotio/autoscan -type: application -version: 8.7.4 diff --git a/stable/autoscan/8.7.4/app-changelog.md b/stable/autoscan/8.7.4/app-changelog.md deleted file mode 100644 index 15eba72344f..00000000000 --- a/stable/autoscan/8.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/autoscan/8.7.4/charts/common-20.2.4.tgz b/stable/autoscan/8.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/autoscan/8.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/avidemux/9.7.3/.helmignore b/stable/autoscan/8.7.6/.helmignore similarity index 100% rename from stable/avidemux/9.7.3/.helmignore rename to stable/autoscan/8.7.6/.helmignore diff --git a/stable/autoscan/8.7.6/CHANGELOG.md b/stable/autoscan/8.7.6/CHANGELOG.md new file mode 100644 index 00000000000..3daf771c4e2 --- /dev/null +++ b/stable/autoscan/8.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autoscan-8.7.6](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autoscan-8.7.5](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autoscan-8.7.5](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autoscan-8.7.5](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [autoscan-8.7.5](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) diff --git a/stable/autoscan/8.7.6/Chart.yaml b/stable/autoscan/8.7.6/Chart.yaml new file mode 100644 index 00000000000..52c5ce1c47b --- /dev/null +++ b/stable/autoscan/8.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. +home: https://truecharts.org/charts/stable/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png +keywords: + - autoscan + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autoscan +sources: + - https://hotio.dev/containers/autoscan + - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://ghcr.io/hotio/autoscan +type: application +version: 8.7.6 diff --git a/stable/autoscan/8.7.4/README.md b/stable/autoscan/8.7.6/README.md similarity index 100% rename from stable/autoscan/8.7.4/README.md rename to stable/autoscan/8.7.6/README.md diff --git a/stable/autoscan/8.7.6/app-changelog.md b/stable/autoscan/8.7.6/app-changelog.md new file mode 100644 index 00000000000..35a798f9ea1 --- /dev/null +++ b/stable/autoscan/8.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [autoscan-8.7.6](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/autoscan/8.7.4/app-readme.md b/stable/autoscan/8.7.6/app-readme.md similarity index 100% rename from stable/autoscan/8.7.4/app-readme.md rename to stable/autoscan/8.7.6/app-readme.md diff --git a/stable/autoscan/8.7.6/charts/common-20.2.10.tgz b/stable/autoscan/8.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/autoscan/8.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/autoscan/8.7.4/ix_values.yaml b/stable/autoscan/8.7.6/ix_values.yaml similarity index 100% rename from stable/autoscan/8.7.4/ix_values.yaml rename to stable/autoscan/8.7.6/ix_values.yaml diff --git a/stable/autoscan/8.7.4/questions.yaml b/stable/autoscan/8.7.6/questions.yaml similarity index 100% rename from stable/autoscan/8.7.4/questions.yaml rename to stable/autoscan/8.7.6/questions.yaml diff --git a/stable/avidemux/9.7.3/templates/NOTES.txt b/stable/autoscan/8.7.6/templates/NOTES.txt similarity index 100% rename from stable/avidemux/9.7.3/templates/NOTES.txt rename to stable/autoscan/8.7.6/templates/NOTES.txt diff --git a/stable/autoscan/8.7.4/templates/common.yaml b/stable/autoscan/8.7.6/templates/common.yaml similarity index 100% rename from stable/autoscan/8.7.4/templates/common.yaml rename to stable/autoscan/8.7.6/templates/common.yaml diff --git a/stable/avidemux/9.7.3/values.yaml b/stable/autoscan/8.7.6/values.yaml similarity index 100% rename from stable/avidemux/9.7.3/values.yaml rename to stable/autoscan/8.7.6/values.yaml diff --git a/stable/avidemux/9.7.3/CHANGELOG.md b/stable/avidemux/9.7.3/CHANGELOG.md deleted file mode 100644 index 89713fba262..00000000000 --- a/stable/avidemux/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/avidemux/9.7.3/Chart.yaml b/stable/avidemux/9.7.3/Chart.yaml deleted file mode 100644 index 12eacc3e116..00000000000 --- a/stable/avidemux/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. -home: https://truecharts.org/charts/stable/avidemux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png -keywords: - - media - - avidemux -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: avidemux -sources: - - https://github.com/jlesage/docker-avidemux - - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - - https://hub.docker.com/r/jlesage/avidemux -type: application -version: 9.7.3 diff --git a/stable/avidemux/9.7.3/app-changelog.md b/stable/avidemux/9.7.3/app-changelog.md deleted file mode 100644 index 3706495a449..00000000000 --- a/stable/avidemux/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/avidemux/9.7.3/charts/common-20.2.4.tgz b/stable/avidemux/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/avidemux/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/avorion/5.7.3/.helmignore b/stable/avidemux/9.7.5/.helmignore similarity index 100% rename from stable/avorion/5.7.3/.helmignore rename to stable/avidemux/9.7.5/.helmignore diff --git a/stable/avidemux/9.7.5/CHANGELOG.md b/stable/avidemux/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7ef3fff805f --- /dev/null +++ b/stable/avidemux/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avidemux-9.7.5](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avidemux-9.7.4](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avidemux-9.7.4](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avidemux-9.7.4](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avidemux-9.7.4](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avidemux-9.7.4](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/avidemux/9.7.5/Chart.yaml b/stable/avidemux/9.7.5/Chart.yaml new file mode 100644 index 00000000000..54c1719a0f5 --- /dev/null +++ b/stable/avidemux/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. +home: https://truecharts.org/charts/stable/avidemux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png +keywords: + - media + - avidemux +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avidemux +sources: + - https://github.com/jlesage/docker-avidemux + - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux + - https://hub.docker.com/r/jlesage/avidemux +type: application +version: 9.7.5 diff --git a/stable/avidemux/9.7.3/README.md b/stable/avidemux/9.7.5/README.md similarity index 100% rename from stable/avidemux/9.7.3/README.md rename to stable/avidemux/9.7.5/README.md diff --git a/stable/avidemux/9.7.5/app-changelog.md b/stable/avidemux/9.7.5/app-changelog.md new file mode 100644 index 00000000000..cfdc6447030 --- /dev/null +++ b/stable/avidemux/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [avidemux-9.7.5](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/avidemux/9.7.3/app-readme.md b/stable/avidemux/9.7.5/app-readme.md similarity index 100% rename from stable/avidemux/9.7.3/app-readme.md rename to stable/avidemux/9.7.5/app-readme.md diff --git a/stable/avidemux/9.7.5/charts/common-20.2.10.tgz b/stable/avidemux/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/avidemux/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/avidemux/9.7.3/ix_values.yaml b/stable/avidemux/9.7.5/ix_values.yaml similarity index 100% rename from stable/avidemux/9.7.3/ix_values.yaml rename to stable/avidemux/9.7.5/ix_values.yaml diff --git a/stable/avidemux/9.7.3/questions.yaml b/stable/avidemux/9.7.5/questions.yaml similarity index 100% rename from stable/avidemux/9.7.3/questions.yaml rename to stable/avidemux/9.7.5/questions.yaml diff --git a/stable/babybuddy/16.7.4/templates/NOTES.txt b/stable/avidemux/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/babybuddy/16.7.4/templates/NOTES.txt rename to stable/avidemux/9.7.5/templates/NOTES.txt diff --git a/stable/avidemux/9.7.3/templates/common.yaml b/stable/avidemux/9.7.5/templates/common.yaml similarity index 100% rename from stable/avidemux/9.7.3/templates/common.yaml rename to stable/avidemux/9.7.5/templates/common.yaml diff --git a/stable/avorion/5.7.3/values.yaml b/stable/avidemux/9.7.5/values.yaml similarity index 100% rename from stable/avorion/5.7.3/values.yaml rename to stable/avidemux/9.7.5/values.yaml diff --git a/stable/avorion/5.7.3/CHANGELOG.md b/stable/avorion/5.7.3/CHANGELOG.md deleted file mode 100644 index c0c35130e54..00000000000 --- a/stable/avorion/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/avorion/5.7.3/Chart.yaml b/stable/avorion/5.7.3/Chart.yaml deleted file mode 100644 index f0f5de25113..00000000000 --- a/stable/avorion/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aorion -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Avorion and run it. -home: https://truecharts.org/charts/stable/avorion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png -keywords: - - avorion - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: avorion -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/avorion - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/avorion/5.7.3/app-changelog.md b/stable/avorion/5.7.3/app-changelog.md deleted file mode 100644 index 2bc45b57da0..00000000000 --- a/stable/avorion/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/avorion/5.7.3/charts/common-20.2.4.tgz b/stable/avorion/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/avorion/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/babybuddy/16.7.4/.helmignore b/stable/avorion/5.7.5/.helmignore similarity index 100% rename from stable/babybuddy/16.7.4/.helmignore rename to stable/avorion/5.7.5/.helmignore diff --git a/stable/avorion/5.7.5/CHANGELOG.md b/stable/avorion/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..999aec4926b --- /dev/null +++ b/stable/avorion/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avorion-5.7.5](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avorion-5.7.4](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avorion-5.7.4](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avorion-5.7.4](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avorion-5.7.4](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [avorion-5.7.4](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/avorion/5.7.5/Chart.yaml b/stable/avorion/5.7.5/Chart.yaml new file mode 100644 index 00000000000..711b8637918 --- /dev/null +++ b/stable/avorion/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aorion +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Avorion and run it. +home: https://truecharts.org/charts/stable/avorion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png +keywords: + - avorion + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avorion +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/avorion + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/avorion/5.7.3/README.md b/stable/avorion/5.7.5/README.md similarity index 100% rename from stable/avorion/5.7.3/README.md rename to stable/avorion/5.7.5/README.md diff --git a/stable/avorion/5.7.5/app-changelog.md b/stable/avorion/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f0b46c0ba39 --- /dev/null +++ b/stable/avorion/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [avorion-5.7.5](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/avorion/5.7.3/app-readme.md b/stable/avorion/5.7.5/app-readme.md similarity index 100% rename from stable/avorion/5.7.3/app-readme.md rename to stable/avorion/5.7.5/app-readme.md diff --git a/stable/avorion/5.7.5/charts/common-20.2.10.tgz b/stable/avorion/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/avorion/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/avorion/5.7.3/ix_values.yaml b/stable/avorion/5.7.5/ix_values.yaml similarity index 100% rename from stable/avorion/5.7.3/ix_values.yaml rename to stable/avorion/5.7.5/ix_values.yaml diff --git a/stable/avorion/5.7.3/questions.yaml b/stable/avorion/5.7.5/questions.yaml similarity index 100% rename from stable/avorion/5.7.3/questions.yaml rename to stable/avorion/5.7.5/questions.yaml diff --git a/stable/avorion/5.7.3/templates/common.yaml b/stable/avorion/5.7.5/templates/common.yaml similarity index 100% rename from stable/avorion/5.7.3/templates/common.yaml rename to stable/avorion/5.7.5/templates/common.yaml diff --git a/stable/babybuddy/16.7.4/values.yaml b/stable/avorion/5.7.5/values.yaml similarity index 100% rename from stable/babybuddy/16.7.4/values.yaml rename to stable/avorion/5.7.5/values.yaml diff --git a/stable/babybuddy/16.7.4/CHANGELOG.md b/stable/babybuddy/16.7.4/CHANGELOG.md deleted file mode 100644 index 704df2c235e..00000000000 --- a/stable/babybuddy/16.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) diff --git a/stable/babybuddy/16.7.4/Chart.yaml b/stable/babybuddy/16.7.4/Chart.yaml deleted file mode 100644 index 3face840fbe..00000000000 --- a/stable/babybuddy/16.7.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. -home: https://truecharts.org/charts/stable/babybuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png -keywords: - - baby - - buddy - - tracker - - parents - - parenting -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: babybuddy -sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - - https://ghcr.io/linuxserver/babybuddy -type: application -version: 16.7.4 diff --git a/stable/babybuddy/16.7.4/app-changelog.md b/stable/babybuddy/16.7.4/app-changelog.md deleted file mode 100644 index da013676cd4..00000000000 --- a/stable/babybuddy/16.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz b/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/backuppc/6.7.3/.helmignore b/stable/babybuddy/16.7.6/.helmignore similarity index 100% rename from stable/backuppc/6.7.3/.helmignore rename to stable/babybuddy/16.7.6/.helmignore diff --git a/stable/babybuddy/16.7.6/CHANGELOG.md b/stable/babybuddy/16.7.6/CHANGELOG.md new file mode 100644 index 00000000000..c4c427f6766 --- /dev/null +++ b/stable/babybuddy/16.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [babybuddy-16.7.6](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [babybuddy-16.7.5](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [babybuddy-16.7.5](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [babybuddy-16.7.5](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [babybuddy-16.7.5](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.5) (2024-03-27) + +### Chore diff --git a/stable/babybuddy/16.7.6/Chart.yaml b/stable/babybuddy/16.7.6/Chart.yaml new file mode 100644 index 00000000000..929e1963224 --- /dev/null +++ b/stable/babybuddy/16.7.6/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. +home: https://truecharts.org/charts/stable/babybuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png +keywords: + - baby + - buddy + - tracker + - parents + - parenting +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: babybuddy +sources: + - https://github.com/babybuddy/babybuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy + - https://ghcr.io/linuxserver/babybuddy +type: application +version: 16.7.6 diff --git a/stable/babybuddy/16.7.4/README.md b/stable/babybuddy/16.7.6/README.md similarity index 100% rename from stable/babybuddy/16.7.4/README.md rename to stable/babybuddy/16.7.6/README.md diff --git a/stable/babybuddy/16.7.6/app-changelog.md b/stable/babybuddy/16.7.6/app-changelog.md new file mode 100644 index 00000000000..817457e51b8 --- /dev/null +++ b/stable/babybuddy/16.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [babybuddy-16.7.6](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/babybuddy/16.7.4/app-readme.md b/stable/babybuddy/16.7.6/app-readme.md similarity index 100% rename from stable/babybuddy/16.7.4/app-readme.md rename to stable/babybuddy/16.7.6/app-readme.md diff --git a/stable/babybuddy/16.7.6/charts/common-20.2.10.tgz b/stable/babybuddy/16.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/babybuddy/16.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/babybuddy/16.7.4/ix_values.yaml b/stable/babybuddy/16.7.6/ix_values.yaml similarity index 100% rename from stable/babybuddy/16.7.4/ix_values.yaml rename to stable/babybuddy/16.7.6/ix_values.yaml diff --git a/stable/babybuddy/16.7.4/questions.yaml b/stable/babybuddy/16.7.6/questions.yaml similarity index 100% rename from stable/babybuddy/16.7.4/questions.yaml rename to stable/babybuddy/16.7.6/questions.yaml diff --git a/stable/backuppc/6.7.3/templates/NOTES.txt b/stable/babybuddy/16.7.6/templates/NOTES.txt similarity index 100% rename from stable/backuppc/6.7.3/templates/NOTES.txt rename to stable/babybuddy/16.7.6/templates/NOTES.txt diff --git a/stable/babybuddy/16.7.4/templates/common.yaml b/stable/babybuddy/16.7.6/templates/common.yaml similarity index 100% rename from stable/babybuddy/16.7.4/templates/common.yaml rename to stable/babybuddy/16.7.6/templates/common.yaml diff --git a/stable/backuppc/6.7.3/values.yaml b/stable/babybuddy/16.7.6/values.yaml similarity index 100% rename from stable/backuppc/6.7.3/values.yaml rename to stable/babybuddy/16.7.6/values.yaml diff --git a/stable/backuppc/6.7.3/CHANGELOG.md b/stable/backuppc/6.7.3/CHANGELOG.md deleted file mode 100644 index 9f3292405c3..00000000000 --- a/stable/backuppc/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/backuppc/6.7.3/Chart.yaml b/stable/backuppc/6.7.3/Chart.yaml deleted file mode 100644 index 6a303021c6f..00000000000 --- a/stable/backuppc/6.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. -home: https://truecharts.org/charts/stable/backuppc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png -keywords: - - backuppc - - Backup - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: backuppc -sources: - - https://backuppc.github.io/backuppc/index.html - - https://github.com/tiredofit/docker-backuppc - - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc - - https://hub.docker.com/r/tiredofit/backuppc -type: application -version: 6.7.3 diff --git a/stable/backuppc/6.7.3/app-changelog.md b/stable/backuppc/6.7.3/app-changelog.md deleted file mode 100644 index 9cf4f1a8afa..00000000000 --- a/stable/backuppc/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/backuppc/6.7.3/charts/common-20.2.4.tgz b/stable/backuppc/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/backuppc/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/baikal/5.7.3/.helmignore b/stable/backuppc/6.7.5/.helmignore similarity index 100% rename from stable/baikal/5.7.3/.helmignore rename to stable/backuppc/6.7.5/.helmignore diff --git a/stable/backuppc/6.7.5/CHANGELOG.md b/stable/backuppc/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..eccedf4a4a8 --- /dev/null +++ b/stable/backuppc/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [backuppc-6.7.5](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [backuppc-6.7.4](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [backuppc-6.7.4](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [backuppc-6.7.4](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [backuppc-6.7.4](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [backuppc-6.7.4](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/backuppc/6.7.5/Chart.yaml b/stable/backuppc/6.7.5/Chart.yaml new file mode 100644 index 00000000000..93bfd189bf0 --- /dev/null +++ b/stable/backuppc/6.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/charts/stable/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png +keywords: + - backuppc + - Backup + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: backuppc +sources: + - https://backuppc.github.io/backuppc/index.html + - https://github.com/tiredofit/docker-backuppc + - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc + - https://hub.docker.com/r/tiredofit/backuppc +type: application +version: 6.7.5 diff --git a/stable/backuppc/6.7.3/README.md b/stable/backuppc/6.7.5/README.md similarity index 100% rename from stable/backuppc/6.7.3/README.md rename to stable/backuppc/6.7.5/README.md diff --git a/stable/backuppc/6.7.5/app-changelog.md b/stable/backuppc/6.7.5/app-changelog.md new file mode 100644 index 00000000000..22a59118470 --- /dev/null +++ b/stable/backuppc/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [backuppc-6.7.5](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/backuppc/6.7.3/app-readme.md b/stable/backuppc/6.7.5/app-readme.md similarity index 100% rename from stable/backuppc/6.7.3/app-readme.md rename to stable/backuppc/6.7.5/app-readme.md diff --git a/stable/backuppc/6.7.5/charts/common-20.2.10.tgz b/stable/backuppc/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/backuppc/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/backuppc/6.7.3/ix_values.yaml b/stable/backuppc/6.7.5/ix_values.yaml similarity index 100% rename from stable/backuppc/6.7.3/ix_values.yaml rename to stable/backuppc/6.7.5/ix_values.yaml diff --git a/stable/backuppc/6.7.3/questions.yaml b/stable/backuppc/6.7.5/questions.yaml similarity index 100% rename from stable/backuppc/6.7.3/questions.yaml rename to stable/backuppc/6.7.5/questions.yaml diff --git a/stable/baserow/12.9.2/templates/NOTES.txt b/stable/backuppc/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.9.2/templates/NOTES.txt rename to stable/backuppc/6.7.5/templates/NOTES.txt diff --git a/stable/backuppc/6.7.3/templates/common.yaml b/stable/backuppc/6.7.5/templates/common.yaml similarity index 100% rename from stable/backuppc/6.7.3/templates/common.yaml rename to stable/backuppc/6.7.5/templates/common.yaml diff --git a/stable/baikal/5.7.3/values.yaml b/stable/backuppc/6.7.5/values.yaml similarity index 100% rename from stable/baikal/5.7.3/values.yaml rename to stable/backuppc/6.7.5/values.yaml diff --git a/stable/baikal/5.7.3/CHANGELOG.md b/stable/baikal/5.7.3/CHANGELOG.md deleted file mode 100644 index 1b61ccc105d..00000000000 --- a/stable/baikal/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/baikal/5.7.3/Chart.yaml b/stable/baikal/5.7.3/Chart.yaml deleted file mode 100644 index 27069f886df..00000000000 --- a/stable/baikal/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Baikal is a lightweight CalDAV+CardDAV server -home: https://truecharts.org/charts/stable/baikal -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png -keywords: - - baikal -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: baikal -sources: - - https://github.com/ckulka/baikal-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/baikal - - https://hub.docker.com/r/ckulka/baikal -type: application -version: 5.7.3 diff --git a/stable/baikal/5.7.3/app-changelog.md b/stable/baikal/5.7.3/app-changelog.md deleted file mode 100644 index 01ff18c04f5..00000000000 --- a/stable/baikal/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/baikal/5.7.3/charts/common-20.2.4.tgz b/stable/baikal/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/baikal/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/barcodebuddy/5.7.3/.helmignore b/stable/baikal/5.7.5/.helmignore similarity index 100% rename from stable/barcodebuddy/5.7.3/.helmignore rename to stable/baikal/5.7.5/.helmignore diff --git a/stable/baikal/5.7.5/CHANGELOG.md b/stable/baikal/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d9967649d9a --- /dev/null +++ b/stable/baikal/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baikal-5.7.5](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [baikal-5.7.4](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [baikal-5.7.4](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [baikal-5.7.4](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [baikal-5.7.4](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [baikal-5.7.4](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/baikal/5.7.5/Chart.yaml b/stable/baikal/5.7.5/Chart.yaml new file mode 100644 index 00000000000..05810b32f6b --- /dev/null +++ b/stable/baikal/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baikal is a lightweight CalDAV+CardDAV server +home: https://truecharts.org/charts/stable/baikal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png +keywords: + - baikal +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baikal +sources: + - https://github.com/ckulka/baikal-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/baikal + - https://hub.docker.com/r/ckulka/baikal +type: application +version: 5.7.5 diff --git a/stable/baikal/5.7.3/README.md b/stable/baikal/5.7.5/README.md similarity index 100% rename from stable/baikal/5.7.3/README.md rename to stable/baikal/5.7.5/README.md diff --git a/stable/baikal/5.7.5/app-changelog.md b/stable/baikal/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2b137f6f57a --- /dev/null +++ b/stable/baikal/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [baikal-5.7.5](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/baikal/5.7.3/app-readme.md b/stable/baikal/5.7.5/app-readme.md similarity index 100% rename from stable/baikal/5.7.3/app-readme.md rename to stable/baikal/5.7.5/app-readme.md diff --git a/stable/baikal/5.7.5/charts/common-20.2.10.tgz b/stable/baikal/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/baikal/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/baikal/5.7.3/ix_values.yaml b/stable/baikal/5.7.5/ix_values.yaml similarity index 100% rename from stable/baikal/5.7.3/ix_values.yaml rename to stable/baikal/5.7.5/ix_values.yaml diff --git a/stable/baikal/5.7.3/questions.yaml b/stable/baikal/5.7.5/questions.yaml similarity index 100% rename from stable/baikal/5.7.3/questions.yaml rename to stable/baikal/5.7.5/questions.yaml diff --git a/stable/baikal/5.7.3/templates/common.yaml b/stable/baikal/5.7.5/templates/common.yaml similarity index 100% rename from stable/baikal/5.7.3/templates/common.yaml rename to stable/baikal/5.7.5/templates/common.yaml diff --git a/stable/barcodebuddy/5.7.3/values.yaml b/stable/baikal/5.7.5/values.yaml similarity index 100% rename from stable/barcodebuddy/5.7.3/values.yaml rename to stable/baikal/5.7.5/values.yaml diff --git a/stable/barcodebuddy/5.7.3/CHANGELOG.md b/stable/barcodebuddy/5.7.3/CHANGELOG.md deleted file mode 100644 index 1f8661a52bb..00000000000 --- a/stable/barcodebuddy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/barcodebuddy/5.7.3/Chart.yaml b/stable/barcodebuddy/5.7.3/Chart.yaml deleted file mode 100644 index b2f373208fd..00000000000 --- a/stable/barcodebuddy/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" -home: https://truecharts.org/charts/stable/barcodebuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png -keywords: - - barcodebuddy - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: barcodebuddy -sources: - - https://github.com/Forceu/barcodebuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy - - https://hub.docker.com/r/f0rc3/barcodebuddy-docker -type: application -version: 5.7.3 diff --git a/stable/barcodebuddy/5.7.3/app-changelog.md b/stable/barcodebuddy/5.7.3/app-changelog.md deleted file mode 100644 index 941e5119e9c..00000000000 --- a/stable/barcodebuddy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz b/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/barotrauma/5.7.3/.helmignore b/stable/barcodebuddy/5.7.5/.helmignore similarity index 100% rename from stable/barotrauma/5.7.3/.helmignore rename to stable/barcodebuddy/5.7.5/.helmignore diff --git a/stable/barcodebuddy/5.7.5/CHANGELOG.md b/stable/barcodebuddy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4241086eb65 --- /dev/null +++ b/stable/barcodebuddy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barcodebuddy-5.7.5](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barcodebuddy-5.7.4](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barcodebuddy-5.7.4](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barcodebuddy-5.7.4](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barcodebuddy-5.7.4](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barcodebuddy-5.7.4](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/barcodebuddy/5.7.5/Chart.yaml b/stable/barcodebuddy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..37e07486efc --- /dev/null +++ b/stable/barcodebuddy/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" +home: https://truecharts.org/charts/stable/barcodebuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png +keywords: + - barcodebuddy + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barcodebuddy +sources: + - https://github.com/Forceu/barcodebuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy + - https://hub.docker.com/r/f0rc3/barcodebuddy-docker +type: application +version: 5.7.5 diff --git a/stable/barcodebuddy/5.7.3/README.md b/stable/barcodebuddy/5.7.5/README.md similarity index 100% rename from stable/barcodebuddy/5.7.3/README.md rename to stable/barcodebuddy/5.7.5/README.md diff --git a/stable/barcodebuddy/5.7.5/app-changelog.md b/stable/barcodebuddy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..16746f02e27 --- /dev/null +++ b/stable/barcodebuddy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [barcodebuddy-5.7.5](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/barcodebuddy/5.7.3/app-readme.md b/stable/barcodebuddy/5.7.5/app-readme.md similarity index 100% rename from stable/barcodebuddy/5.7.3/app-readme.md rename to stable/barcodebuddy/5.7.5/app-readme.md diff --git a/stable/barcodebuddy/5.7.5/charts/common-20.2.10.tgz b/stable/barcodebuddy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/barcodebuddy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/barcodebuddy/5.7.3/ix_values.yaml b/stable/barcodebuddy/5.7.5/ix_values.yaml similarity index 100% rename from stable/barcodebuddy/5.7.3/ix_values.yaml rename to stable/barcodebuddy/5.7.5/ix_values.yaml diff --git a/stable/barcodebuddy/5.7.3/questions.yaml b/stable/barcodebuddy/5.7.5/questions.yaml similarity index 100% rename from stable/barcodebuddy/5.7.3/questions.yaml rename to stable/barcodebuddy/5.7.5/questions.yaml diff --git a/stable/barcodebuddy/5.7.3/templates/common.yaml b/stable/barcodebuddy/5.7.5/templates/common.yaml similarity index 100% rename from stable/barcodebuddy/5.7.3/templates/common.yaml rename to stable/barcodebuddy/5.7.5/templates/common.yaml diff --git a/stable/barotrauma/5.7.3/values.yaml b/stable/barcodebuddy/5.7.5/values.yaml similarity index 100% rename from stable/barotrauma/5.7.3/values.yaml rename to stable/barcodebuddy/5.7.5/values.yaml diff --git a/stable/barotrauma/5.7.3/CHANGELOG.md b/stable/barotrauma/5.7.3/CHANGELOG.md deleted file mode 100644 index e272657ae0d..00000000000 --- a/stable/barotrauma/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/barotrauma/5.7.3/Chart.yaml b/stable/barotrauma/5.7.3/Chart.yaml deleted file mode 100644 index 7efd0642a02..00000000000 --- a/stable/barotrauma/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: barotrauma -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. -home: https://truecharts.org/charts/stable/barotrauma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png -keywords: - - barotrauma - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: barotrauma -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/barotrauma/5.7.3/app-changelog.md b/stable/barotrauma/5.7.3/app-changelog.md deleted file mode 100644 index 6fe80d687e1..00000000000 --- a/stable/barotrauma/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz b/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/baserow/12.9.2/.helmignore b/stable/barotrauma/5.7.5/.helmignore similarity index 100% rename from stable/baserow/12.9.2/.helmignore rename to stable/barotrauma/5.7.5/.helmignore diff --git a/stable/barotrauma/5.7.5/CHANGELOG.md b/stable/barotrauma/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8b4ac218876 --- /dev/null +++ b/stable/barotrauma/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barotrauma-5.7.5](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barotrauma-5.7.4](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barotrauma-5.7.4](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barotrauma-5.7.4](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barotrauma-5.7.4](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [barotrauma-5.7.4](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/barotrauma/5.7.5/Chart.yaml b/stable/barotrauma/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1cb54a2d6db --- /dev/null +++ b/stable/barotrauma/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: barotrauma +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. +home: https://truecharts.org/charts/stable/barotrauma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png +keywords: + - barotrauma + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barotrauma +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/barotrauma/5.7.3/README.md b/stable/barotrauma/5.7.5/README.md similarity index 100% rename from stable/barotrauma/5.7.3/README.md rename to stable/barotrauma/5.7.5/README.md diff --git a/stable/barotrauma/5.7.5/app-changelog.md b/stable/barotrauma/5.7.5/app-changelog.md new file mode 100644 index 00000000000..819332362d5 --- /dev/null +++ b/stable/barotrauma/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [barotrauma-5.7.5](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/barotrauma/5.7.3/app-readme.md b/stable/barotrauma/5.7.5/app-readme.md similarity index 100% rename from stable/barotrauma/5.7.3/app-readme.md rename to stable/barotrauma/5.7.5/app-readme.md diff --git a/stable/barotrauma/5.7.5/charts/common-20.2.10.tgz b/stable/barotrauma/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/barotrauma/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/barotrauma/5.7.3/ix_values.yaml b/stable/barotrauma/5.7.5/ix_values.yaml similarity index 100% rename from stable/barotrauma/5.7.3/ix_values.yaml rename to stable/barotrauma/5.7.5/ix_values.yaml diff --git a/stable/barotrauma/5.7.3/questions.yaml b/stable/barotrauma/5.7.5/questions.yaml similarity index 100% rename from stable/barotrauma/5.7.3/questions.yaml rename to stable/barotrauma/5.7.5/questions.yaml diff --git a/stable/barotrauma/5.7.3/templates/common.yaml b/stable/barotrauma/5.7.5/templates/common.yaml similarity index 100% rename from stable/barotrauma/5.7.3/templates/common.yaml rename to stable/barotrauma/5.7.5/templates/common.yaml diff --git a/stable/baserow/12.9.2/values.yaml b/stable/barotrauma/5.7.5/values.yaml similarity index 100% rename from stable/baserow/12.9.2/values.yaml rename to stable/barotrauma/5.7.5/values.yaml diff --git a/stable/baserow/12.9.2/CHANGELOG.md b/stable/baserow/12.9.2/CHANGELOG.md deleted file mode 100644 index 8e7e158f61d..00000000000 --- a/stable/baserow/12.9.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/baserow/12.9.2/Chart.yaml b/stable/baserow/12.9.2/Chart.yaml deleted file mode 100644 index 8f9a4f7dfb6..00000000000 --- a/stable/baserow/12.9.2/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Baserow is an open source no-code database tool and Airtable alternative. -home: https://truecharts.org/charts/stable/baserow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png -keywords: - - baserow -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: baserow -sources: - - https://gitlab.com/bramw/baserow/ - - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - - https://hub.docker.com/r/baserow/baserow -type: application -version: 12.9.2 diff --git a/stable/baserow/12.9.2/app-changelog.md b/stable/baserow/12.9.2/app-changelog.md deleted file mode 100644 index 7551748f69a..00000000000 --- a/stable/baserow/12.9.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/baserow/12.9.2/charts/common-20.2.4.tgz b/stable/baserow/12.9.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/baserow/12.9.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/batnoter/5.7.3/.helmignore b/stable/baserow/12.9.4/.helmignore similarity index 100% rename from stable/batnoter/5.7.3/.helmignore rename to stable/baserow/12.9.4/.helmignore diff --git a/stable/baserow/12.9.4/CHANGELOG.md b/stable/baserow/12.9.4/CHANGELOG.md new file mode 100644 index 00000000000..bc0213eca4d --- /dev/null +++ b/stable/baserow/12.9.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baserow-12.9.4](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [baserow-12.9.3](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [baserow-12.9.3](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [baserow-12.9.3](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [baserow-12.9.3](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.3) (2024-03-27) + +### Chore diff --git a/stable/baserow/12.9.4/Chart.yaml b/stable/baserow/12.9.4/Chart.yaml new file mode 100644 index 00000000000..5d42c0cb2ae --- /dev/null +++ b/stable/baserow/12.9.4/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baserow is an open source no-code database tool and Airtable alternative. +home: https://truecharts.org/charts/stable/baserow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png +keywords: + - baserow +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baserow +sources: + - https://gitlab.com/bramw/baserow/ + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://hub.docker.com/r/baserow/baserow +type: application +version: 12.9.4 diff --git a/stable/baserow/12.9.2/README.md b/stable/baserow/12.9.4/README.md similarity index 100% rename from stable/baserow/12.9.2/README.md rename to stable/baserow/12.9.4/README.md diff --git a/stable/baserow/12.9.4/app-changelog.md b/stable/baserow/12.9.4/app-changelog.md new file mode 100644 index 00000000000..19f3d106ba0 --- /dev/null +++ b/stable/baserow/12.9.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [baserow-12.9.4](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/baserow/12.9.2/app-readme.md b/stable/baserow/12.9.4/app-readme.md similarity index 100% rename from stable/baserow/12.9.2/app-readme.md rename to stable/baserow/12.9.4/app-readme.md diff --git a/stable/baserow/12.9.4/charts/common-20.2.10.tgz b/stable/baserow/12.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/baserow/12.9.4/charts/common-20.2.10.tgz differ diff --git a/stable/baserow/12.9.2/charts/redis-13.2.2.tgz b/stable/baserow/12.9.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/baserow/12.9.2/charts/redis-13.2.2.tgz rename to stable/baserow/12.9.4/charts/redis-13.2.2.tgz diff --git a/stable/baserow/12.9.2/ix_values.yaml b/stable/baserow/12.9.4/ix_values.yaml similarity index 100% rename from stable/baserow/12.9.2/ix_values.yaml rename to stable/baserow/12.9.4/ix_values.yaml diff --git a/stable/baserow/12.9.2/questions.yaml b/stable/baserow/12.9.4/questions.yaml similarity index 100% rename from stable/baserow/12.9.2/questions.yaml rename to stable/baserow/12.9.4/questions.yaml diff --git a/stable/bazarr/19.5.4/templates/NOTES.txt b/stable/baserow/12.9.4/templates/NOTES.txt similarity index 100% rename from stable/bazarr/19.5.4/templates/NOTES.txt rename to stable/baserow/12.9.4/templates/NOTES.txt diff --git a/stable/baserow/12.9.2/templates/_secrets.tpl b/stable/baserow/12.9.4/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.9.2/templates/_secrets.tpl rename to stable/baserow/12.9.4/templates/_secrets.tpl diff --git a/stable/baserow/12.9.2/templates/common.yaml b/stable/baserow/12.9.4/templates/common.yaml similarity index 100% rename from stable/baserow/12.9.2/templates/common.yaml rename to stable/baserow/12.9.4/templates/common.yaml diff --git a/stable/batnoter/5.7.3/values.yaml b/stable/baserow/12.9.4/values.yaml similarity index 100% rename from stable/batnoter/5.7.3/values.yaml rename to stable/baserow/12.9.4/values.yaml diff --git a/stable/batnoter/5.7.3/CHANGELOG.md b/stable/batnoter/5.7.3/CHANGELOG.md deleted file mode 100644 index f11c4384c8a..00000000000 --- a/stable/batnoter/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/batnoter/5.7.3/Chart.yaml b/stable/batnoter/5.7.3/Chart.yaml deleted file mode 100644 index a564b651f2c..00000000000 --- a/stable/batnoter/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: notes - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: BatNoter is a web application that allows users to store notes in their git repository. -home: https://truecharts.org/charts/stable/batnoter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png -keywords: - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: batnoter -sources: - - https://github.com/batnoter/batnoter - - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter - - https://ghcr.io/batnoter/batnoter/batnoter-ui -type: application -version: 5.7.3 diff --git a/stable/batnoter/5.7.3/app-changelog.md b/stable/batnoter/5.7.3/app-changelog.md deleted file mode 100644 index dd49dd32015..00000000000 --- a/stable/batnoter/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/batnoter/5.7.3/charts/common-20.2.4.tgz b/stable/batnoter/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/batnoter/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bazarr/19.5.4/.helmignore b/stable/batnoter/5.7.5/.helmignore similarity index 100% rename from stable/bazarr/19.5.4/.helmignore rename to stable/batnoter/5.7.5/.helmignore diff --git a/stable/batnoter/5.7.5/CHANGELOG.md b/stable/batnoter/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1af76ed37d3 --- /dev/null +++ b/stable/batnoter/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [batnoter-5.7.5](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [batnoter-5.7.4](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [batnoter-5.7.4](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [batnoter-5.7.4](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [batnoter-5.7.4](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [batnoter-5.7.4](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/batnoter/5.7.5/Chart.yaml b/stable/batnoter/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e8a9950c482 --- /dev/null +++ b/stable/batnoter/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: notes + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BatNoter is a web application that allows users to store notes in their git repository. +home: https://truecharts.org/charts/stable/batnoter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png +keywords: + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: batnoter +sources: + - https://github.com/batnoter/batnoter + - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter + - https://ghcr.io/batnoter/batnoter/batnoter-ui +type: application +version: 5.7.5 diff --git a/stable/batnoter/5.7.3/README.md b/stable/batnoter/5.7.5/README.md similarity index 100% rename from stable/batnoter/5.7.3/README.md rename to stable/batnoter/5.7.5/README.md diff --git a/stable/batnoter/5.7.5/app-changelog.md b/stable/batnoter/5.7.5/app-changelog.md new file mode 100644 index 00000000000..96850650df9 --- /dev/null +++ b/stable/batnoter/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [batnoter-5.7.5](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/batnoter/5.7.3/app-readme.md b/stable/batnoter/5.7.5/app-readme.md similarity index 100% rename from stable/batnoter/5.7.3/app-readme.md rename to stable/batnoter/5.7.5/app-readme.md diff --git a/stable/batnoter/5.7.5/charts/common-20.2.10.tgz b/stable/batnoter/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/batnoter/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/batnoter/5.7.3/ix_values.yaml b/stable/batnoter/5.7.5/ix_values.yaml similarity index 100% rename from stable/batnoter/5.7.3/ix_values.yaml rename to stable/batnoter/5.7.5/ix_values.yaml diff --git a/stable/batnoter/5.7.3/questions.yaml b/stable/batnoter/5.7.5/questions.yaml similarity index 100% rename from stable/batnoter/5.7.3/questions.yaml rename to stable/batnoter/5.7.5/questions.yaml diff --git a/stable/batnoter/5.7.3/templates/common.yaml b/stable/batnoter/5.7.5/templates/common.yaml similarity index 100% rename from stable/batnoter/5.7.3/templates/common.yaml rename to stable/batnoter/5.7.5/templates/common.yaml diff --git a/stable/bazarr/19.5.4/values.yaml b/stable/batnoter/5.7.5/values.yaml similarity index 100% rename from stable/bazarr/19.5.4/values.yaml rename to stable/batnoter/5.7.5/values.yaml diff --git a/stable/bazarr/19.5.4/CHANGELOG.md b/stable/bazarr/19.5.4/CHANGELOG.md deleted file mode 100644 index f50c410924e..00000000000 --- a/stable/bazarr/19.5.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) diff --git a/stable/bazarr/19.5.4/Chart.yaml b/stable/bazarr/19.5.4/Chart.yaml deleted file mode 100644 index b2cc5ea4eba..00000000000 --- a/stable/bazarr/19.5.4/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements -home: https://truecharts.org/charts/stable/bazarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png -keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bazarr -sources: - - https://github.com/morpheus65535/bazarr - - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - - https://ghcr.io/onedr0p/exportarr - - https://ghcr.io/onedr0p/bazarr -type: application -version: 19.5.4 diff --git a/stable/bazarr/19.5.4/app-changelog.md b/stable/bazarr/19.5.4/app-changelog.md deleted file mode 100644 index fccedc02297..00000000000 --- a/stable/bazarr/19.5.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) \ No newline at end of file diff --git a/stable/bazarr/19.5.4/charts/common-20.2.4.tgz b/stable/bazarr/19.5.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bazarr/19.5.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/beets/11.7.4/.helmignore b/stable/bazarr/19.5.6/.helmignore similarity index 100% rename from stable/beets/11.7.4/.helmignore rename to stable/bazarr/19.5.6/.helmignore diff --git a/stable/bazarr/19.5.6/CHANGELOG.md b/stable/bazarr/19.5.6/CHANGELOG.md new file mode 100644 index 00000000000..7c2f1948f8d --- /dev/null +++ b/stable/bazarr/19.5.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bazarr-19.5.6](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) + + +## [bazarr-19.5.5](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) + + +## [bazarr-19.5.5](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) + + +## [bazarr-19.5.5](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) + + +## [bazarr-19.5.5](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.5) (2024-03-28) + +### Chore diff --git a/stable/bazarr/19.5.6/Chart.yaml b/stable/bazarr/19.5.6/Chart.yaml new file mode 100644 index 00000000000..9d61e3be16f --- /dev/null +++ b/stable/bazarr/19.5.6/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements +home: https://truecharts.org/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png +keywords: + - bazarr + - radarr + - sonarr + - subtitles + - usenet + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bazarr +sources: + - https://github.com/morpheus65535/bazarr + - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr + - https://ghcr.io/onedr0p/bazarr + - https://ghcr.io/onedr0p/exportarr +type: application +version: 19.5.6 diff --git a/stable/bazarr/19.5.4/README.md b/stable/bazarr/19.5.6/README.md similarity index 100% rename from stable/bazarr/19.5.4/README.md rename to stable/bazarr/19.5.6/README.md diff --git a/stable/bazarr/19.5.6/app-changelog.md b/stable/bazarr/19.5.6/app-changelog.md new file mode 100644 index 00000000000..1a54893b9ca --- /dev/null +++ b/stable/bazarr/19.5.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [bazarr-19.5.6](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253)) \ No newline at end of file diff --git a/stable/bazarr/19.5.4/app-readme.md b/stable/bazarr/19.5.6/app-readme.md similarity index 100% rename from stable/bazarr/19.5.4/app-readme.md rename to stable/bazarr/19.5.6/app-readme.md diff --git a/stable/bazarr/19.5.6/charts/common-20.2.10.tgz b/stable/bazarr/19.5.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bazarr/19.5.6/charts/common-20.2.10.tgz differ diff --git a/stable/bazarr/19.5.4/ix_values.yaml b/stable/bazarr/19.5.6/ix_values.yaml similarity index 100% rename from stable/bazarr/19.5.4/ix_values.yaml rename to stable/bazarr/19.5.6/ix_values.yaml diff --git a/stable/bazarr/19.5.4/questions.yaml b/stable/bazarr/19.5.6/questions.yaml similarity index 100% rename from stable/bazarr/19.5.4/questions.yaml rename to stable/bazarr/19.5.6/questions.yaml diff --git a/stable/beets/11.7.4/templates/NOTES.txt b/stable/bazarr/19.5.6/templates/NOTES.txt similarity index 100% rename from stable/beets/11.7.4/templates/NOTES.txt rename to stable/bazarr/19.5.6/templates/NOTES.txt diff --git a/stable/bazarr/19.5.4/templates/common.yaml b/stable/bazarr/19.5.6/templates/common.yaml similarity index 100% rename from stable/bazarr/19.5.4/templates/common.yaml rename to stable/bazarr/19.5.6/templates/common.yaml diff --git a/stable/beets/11.7.4/values.yaml b/stable/bazarr/19.5.6/values.yaml similarity index 100% rename from stable/beets/11.7.4/values.yaml rename to stable/bazarr/19.5.6/values.yaml diff --git a/stable/beets/11.7.4/CHANGELOG.md b/stable/beets/11.7.4/CHANGELOG.md deleted file mode 100644 index b08c17db232..00000000000 --- a/stable/beets/11.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/beets/11.7.4/Chart.yaml b/stable/beets/11.7.4/Chart.yaml deleted file mode 100644 index 6b14d67ea7b..00000000000 --- a/stable/beets/11.7.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A music library manager and not, for the most part, a music player. -home: https://truecharts.org/charts/stable/beets -icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png -keywords: - - music - - library - - manager - - player - - beets -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: beets -sources: - - https://beets.io/ - - https://github.com/linuxserver/docker-beets - - https://github.com/truecharts/charts/tree/master/charts/stable/beets - - https://ghcr.io/linuxserver/beets -type: application -version: 11.7.4 diff --git a/stable/beets/11.7.4/app-changelog.md b/stable/beets/11.7.4/app-changelog.md deleted file mode 100644 index 809899cf127..00000000000 --- a/stable/beets/11.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [beets-11.7.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) \ No newline at end of file diff --git a/stable/beets/11.7.4/charts/common-20.2.9.tgz b/stable/beets/11.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/beets/11.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/beets/11.7.4/ix_values.yaml b/stable/beets/11.7.4/ix_values.yaml deleted file mode 100644 index d91b7eea625..00000000000 --- a/stable/beets/11.7.4/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/beets - pullPolicy: IfNotPresent - tag: version-1.6.0@sha256:2bd52927c2bd413144b4ee3de61fd562e0c2ac6899aa51901e1dc737c46ecd18 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8337 - protocol: http - targetPort: 8337 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/bender/5.7.3/.helmignore b/stable/beets/11.7.6/.helmignore similarity index 100% rename from stable/bender/5.7.3/.helmignore rename to stable/beets/11.7.6/.helmignore diff --git a/stable/beets/11.7.6/CHANGELOG.md b/stable/beets/11.7.6/CHANGELOG.md new file mode 100644 index 00000000000..2c21d268e64 --- /dev/null +++ b/stable/beets/11.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [beets-11.7.6](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2a3ea09](https://github.com/2a3ea09) by renovate ([#19967](https://github.com/truecharts/charts/issues/19967)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) + + +## [beets-11.7.5](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.5) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2a3ea09](https://github.com/2a3ea09) by renovate ([#19967](https://github.com/truecharts/charts/issues/19967)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) + + +## [beets-11.7.5](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.5) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2a3ea09](https://github.com/2a3ea09) by renovate ([#19967](https://github.com/truecharts/charts/issues/19967)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) + + +## [beets-11.7.5](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.5) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2a3ea09](https://github.com/2a3ea09) by renovate ([#19967](https://github.com/truecharts/charts/issues/19967)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) + + +## [beets-11.7.5](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.5) (2024-03-30) + +### Chore diff --git a/stable/beets/11.7.6/Chart.yaml b/stable/beets/11.7.6/Chart.yaml new file mode 100644 index 00000000000..45a84fa3ece --- /dev/null +++ b/stable/beets/11.7.6/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A music library manager and not, for the most part, a music player. +home: https://truecharts.org/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png +keywords: + - music + - library + - manager + - player + - beets +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: beets +sources: + - https://beets.io/ + - https://github.com/linuxserver/docker-beets + - https://github.com/truecharts/charts/tree/master/charts/stable/beets + - https://ghcr.io/linuxserver/beets +type: application +version: 11.7.6 diff --git a/stable/beets/11.7.4/README.md b/stable/beets/11.7.6/README.md similarity index 100% rename from stable/beets/11.7.4/README.md rename to stable/beets/11.7.6/README.md diff --git a/stable/beets/11.7.6/app-changelog.md b/stable/beets/11.7.6/app-changelog.md new file mode 100644 index 00000000000..1c114e2c1ca --- /dev/null +++ b/stable/beets/11.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [beets-11.7.6](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2a3ea09](https://github.com/2a3ea09) by renovate ([#19967](https://github.com/truecharts/charts/issues/19967)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228)) \ No newline at end of file diff --git a/stable/beets/11.7.4/app-readme.md b/stable/beets/11.7.6/app-readme.md similarity index 100% rename from stable/beets/11.7.4/app-readme.md rename to stable/beets/11.7.6/app-readme.md diff --git a/stable/beets/11.7.6/charts/common-20.2.10.tgz b/stable/beets/11.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/beets/11.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/beets/11.7.6/ix_values.yaml b/stable/beets/11.7.6/ix_values.yaml new file mode 100644 index 00000000000..3b52153a303 --- /dev/null +++ b/stable/beets/11.7.6/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/beets + pullPolicy: IfNotPresent + tag: version-1.6.0@sha256:2a3ea095847dff8ae3293e71b34e42bddc22dadabe529f8dae5110d42fc1cc10 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8337 + protocol: http + targetPort: 8337 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/beets/11.7.4/questions.yaml b/stable/beets/11.7.6/questions.yaml similarity index 100% rename from stable/beets/11.7.4/questions.yaml rename to stable/beets/11.7.6/questions.yaml diff --git a/stable/bitmagnet/1.8.3/templates/NOTES.txt b/stable/beets/11.7.6/templates/NOTES.txt similarity index 100% rename from stable/bitmagnet/1.8.3/templates/NOTES.txt rename to stable/beets/11.7.6/templates/NOTES.txt diff --git a/stable/beets/11.7.4/templates/common.yaml b/stable/beets/11.7.6/templates/common.yaml similarity index 100% rename from stable/beets/11.7.4/templates/common.yaml rename to stable/beets/11.7.6/templates/common.yaml diff --git a/stable/bender/5.7.3/values.yaml b/stable/beets/11.7.6/values.yaml similarity index 100% rename from stable/bender/5.7.3/values.yaml rename to stable/beets/11.7.6/values.yaml diff --git a/stable/bender/5.7.3/CHANGELOG.md b/stable/bender/5.7.3/CHANGELOG.md deleted file mode 100644 index 0b6f82b222f..00000000000 --- a/stable/bender/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bender/5.7.3/Chart.yaml b/stable/bender/5.7.3/Chart.yaml deleted file mode 100644 index f542fdc4178..00000000000 --- a/stable/bender/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A link dashboard that can be managed without any code. -home: https://truecharts.org/charts/stable/bender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png -keywords: - - bender - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bender -sources: - - https://github.com/jez500/bender - - https://github.com/truecharts/charts/tree/master/charts/stable/bender - - https://hub.docker.com/r/jez500/bender -type: application -version: 5.7.3 diff --git a/stable/bender/5.7.3/app-changelog.md b/stable/bender/5.7.3/app-changelog.md deleted file mode 100644 index d77b7328987..00000000000 --- a/stable/bender/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bender/5.7.3/charts/common-20.2.4.tgz b/stable/bender/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bender/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bitcoin-node/5.7.3/.helmignore b/stable/bender/5.7.5/.helmignore similarity index 100% rename from stable/bitcoin-node/5.7.3/.helmignore rename to stable/bender/5.7.5/.helmignore diff --git a/stable/bender/5.7.5/CHANGELOG.md b/stable/bender/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..686301f7b03 --- /dev/null +++ b/stable/bender/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bender-5.7.5](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bender-5.7.4](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bender-5.7.4](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bender-5.7.4](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bender-5.7.4](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bender-5.7.4](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bender/5.7.5/Chart.yaml b/stable/bender/5.7.5/Chart.yaml new file mode 100644 index 00000000000..baad52c7c2b --- /dev/null +++ b/stable/bender/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A link dashboard that can be managed without any code. +home: https://truecharts.org/charts/stable/bender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png +keywords: + - bender + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bender +sources: + - https://github.com/jez500/bender + - https://github.com/truecharts/charts/tree/master/charts/stable/bender + - https://hub.docker.com/r/jez500/bender +type: application +version: 5.7.5 diff --git a/stable/bender/5.7.3/README.md b/stable/bender/5.7.5/README.md similarity index 100% rename from stable/bender/5.7.3/README.md rename to stable/bender/5.7.5/README.md diff --git a/stable/bender/5.7.5/app-changelog.md b/stable/bender/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0b5d72227fe --- /dev/null +++ b/stable/bender/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bender-5.7.5](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bender/5.7.3/app-readme.md b/stable/bender/5.7.5/app-readme.md similarity index 100% rename from stable/bender/5.7.3/app-readme.md rename to stable/bender/5.7.5/app-readme.md diff --git a/stable/bender/5.7.5/charts/common-20.2.10.tgz b/stable/bender/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bender/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bender/5.7.3/ix_values.yaml b/stable/bender/5.7.5/ix_values.yaml similarity index 100% rename from stable/bender/5.7.3/ix_values.yaml rename to stable/bender/5.7.5/ix_values.yaml diff --git a/stable/bender/5.7.3/questions.yaml b/stable/bender/5.7.5/questions.yaml similarity index 100% rename from stable/bender/5.7.3/questions.yaml rename to stable/bender/5.7.5/questions.yaml diff --git a/stable/bender/5.7.3/templates/common.yaml b/stable/bender/5.7.5/templates/common.yaml similarity index 100% rename from stable/bender/5.7.3/templates/common.yaml rename to stable/bender/5.7.5/templates/common.yaml diff --git a/stable/bitcoin-node/5.7.3/values.yaml b/stable/bender/5.7.5/values.yaml similarity index 100% rename from stable/bitcoin-node/5.7.3/values.yaml rename to stable/bender/5.7.5/values.yaml diff --git a/stable/bitcoin-node/5.7.3/CHANGELOG.md b/stable/bitcoin-node/5.7.3/CHANGELOG.md deleted file mode 100644 index 8424c281543..00000000000 --- a/stable/bitcoin-node/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bitcoin-node/5.7.3/Chart.yaml b/stable/bitcoin-node/5.7.3/Chart.yaml deleted file mode 100644 index 880cf3655f1..00000000000 --- a/stable/bitcoin-node/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. -home: https://truecharts.org/charts/stable/bitcoin-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png -keywords: - - bitcoin-node - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoin-node -sources: - - https://github.com/kylemanna/docker-bitcoind - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node - - https://hub.docker.com/r/kylemanna/bitcoind -type: application -version: 5.7.3 diff --git a/stable/bitcoin-node/5.7.3/app-changelog.md b/stable/bitcoin-node/5.7.3/app-changelog.md deleted file mode 100644 index d4c05a222bc..00000000000 --- a/stable/bitcoin-node/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bitcoind/5.7.3/.helmignore b/stable/bitcoin-node/5.7.5/.helmignore similarity index 100% rename from stable/bitcoind/5.7.3/.helmignore rename to stable/bitcoin-node/5.7.5/.helmignore diff --git a/stable/bitcoin-node/5.7.5/CHANGELOG.md b/stable/bitcoin-node/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8311970dd10 --- /dev/null +++ b/stable/bitcoin-node/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoin-node-5.7.5](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoin-node-5.7.4](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoin-node-5.7.4](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoin-node-5.7.4](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoin-node-5.7.4](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoin-node-5.7.4](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bitcoin-node/5.7.5/Chart.yaml b/stable/bitcoin-node/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2bf0c0c5d2c --- /dev/null +++ b/stable/bitcoin-node/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. +home: https://truecharts.org/charts/stable/bitcoin-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png +keywords: + - bitcoin-node + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoin-node +sources: + - https://github.com/kylemanna/docker-bitcoind + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node + - https://hub.docker.com/r/kylemanna/bitcoind +type: application +version: 5.7.5 diff --git a/stable/bitcoin-node/5.7.3/README.md b/stable/bitcoin-node/5.7.5/README.md similarity index 100% rename from stable/bitcoin-node/5.7.3/README.md rename to stable/bitcoin-node/5.7.5/README.md diff --git a/stable/bitcoin-node/5.7.5/app-changelog.md b/stable/bitcoin-node/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e072e413e45 --- /dev/null +++ b/stable/bitcoin-node/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bitcoin-node-5.7.5](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoin-node/5.7.3/app-readme.md b/stable/bitcoin-node/5.7.5/app-readme.md similarity index 100% rename from stable/bitcoin-node/5.7.3/app-readme.md rename to stable/bitcoin-node/5.7.5/app-readme.md diff --git a/stable/bitcoin-node/5.7.5/charts/common-20.2.10.tgz b/stable/bitcoin-node/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bitcoin-node/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bitcoin-node/5.7.3/ix_values.yaml b/stable/bitcoin-node/5.7.5/ix_values.yaml similarity index 100% rename from stable/bitcoin-node/5.7.3/ix_values.yaml rename to stable/bitcoin-node/5.7.5/ix_values.yaml diff --git a/stable/bitcoin-node/5.7.3/questions.yaml b/stable/bitcoin-node/5.7.5/questions.yaml similarity index 100% rename from stable/bitcoin-node/5.7.3/questions.yaml rename to stable/bitcoin-node/5.7.5/questions.yaml diff --git a/stable/bitcoin-node/5.7.3/templates/common.yaml b/stable/bitcoin-node/5.7.5/templates/common.yaml similarity index 100% rename from stable/bitcoin-node/5.7.3/templates/common.yaml rename to stable/bitcoin-node/5.7.5/templates/common.yaml diff --git a/stable/bitcoind/5.7.3/values.yaml b/stable/bitcoin-node/5.7.5/values.yaml similarity index 100% rename from stable/bitcoind/5.7.3/values.yaml rename to stable/bitcoin-node/5.7.5/values.yaml diff --git a/stable/bitcoind/5.7.3/CHANGELOG.md b/stable/bitcoind/5.7.3/CHANGELOG.md deleted file mode 100644 index 7ef03351cd2..00000000000 --- a/stable/bitcoind/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bitcoind/5.7.3/Chart.yaml b/stable/bitcoind/5.7.3/Chart.yaml deleted file mode 100644 index d4dc536f82c..00000000000 --- a/stable/bitcoind/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. -home: https://truecharts.org/charts/stable/bitcoind -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png -keywords: - - bitcoind - - Tools-Utilities - - Network-Other - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoind -sources: - - https://bitcoin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind - - https://hub.docker.com/r/ofawx/bitcoind -type: application -version: 5.7.3 diff --git a/stable/bitcoind/5.7.3/app-changelog.md b/stable/bitcoind/5.7.3/app-changelog.md deleted file mode 100644 index 56070d603c6..00000000000 --- a/stable/bitcoind/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bitcoinunlimited/5.7.3/.helmignore b/stable/bitcoind/5.7.5/.helmignore similarity index 100% rename from stable/bitcoinunlimited/5.7.3/.helmignore rename to stable/bitcoind/5.7.5/.helmignore diff --git a/stable/bitcoind/5.7.5/CHANGELOG.md b/stable/bitcoind/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5b8aba6f90f --- /dev/null +++ b/stable/bitcoind/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoind-5.7.5](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoind-5.7.4](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoind-5.7.4](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoind-5.7.4](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoind-5.7.4](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoind-5.7.4](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bitcoind/5.7.5/Chart.yaml b/stable/bitcoind/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bb5f63de3dc --- /dev/null +++ b/stable/bitcoind/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. +home: https://truecharts.org/charts/stable/bitcoind +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png +keywords: + - bitcoind + - Tools-Utilities + - Network-Other + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoind +sources: + - https://bitcoin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind + - https://hub.docker.com/r/ofawx/bitcoind +type: application +version: 5.7.5 diff --git a/stable/bitcoind/5.7.3/README.md b/stable/bitcoind/5.7.5/README.md similarity index 100% rename from stable/bitcoind/5.7.3/README.md rename to stable/bitcoind/5.7.5/README.md diff --git a/stable/bitcoind/5.7.5/app-changelog.md b/stable/bitcoind/5.7.5/app-changelog.md new file mode 100644 index 00000000000..437fc891a0a --- /dev/null +++ b/stable/bitcoind/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bitcoind-5.7.5](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoind/5.7.3/app-readme.md b/stable/bitcoind/5.7.5/app-readme.md similarity index 100% rename from stable/bitcoind/5.7.3/app-readme.md rename to stable/bitcoind/5.7.5/app-readme.md diff --git a/stable/bitcoind/5.7.5/charts/common-20.2.10.tgz b/stable/bitcoind/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bitcoind/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bitcoind/5.7.3/ix_values.yaml b/stable/bitcoind/5.7.5/ix_values.yaml similarity index 100% rename from stable/bitcoind/5.7.3/ix_values.yaml rename to stable/bitcoind/5.7.5/ix_values.yaml diff --git a/stable/bitcoind/5.7.3/questions.yaml b/stable/bitcoind/5.7.5/questions.yaml similarity index 100% rename from stable/bitcoind/5.7.3/questions.yaml rename to stable/bitcoind/5.7.5/questions.yaml diff --git a/stable/bitcoind/5.7.3/templates/common.yaml b/stable/bitcoind/5.7.5/templates/common.yaml similarity index 100% rename from stable/bitcoind/5.7.3/templates/common.yaml rename to stable/bitcoind/5.7.5/templates/common.yaml diff --git a/stable/bitcoinunlimited/5.7.3/values.yaml b/stable/bitcoind/5.7.5/values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.7.3/values.yaml rename to stable/bitcoind/5.7.5/values.yaml diff --git a/stable/bitcoinunlimited/5.7.3/CHANGELOG.md b/stable/bitcoinunlimited/5.7.3/CHANGELOG.md deleted file mode 100644 index 34fb535e6c4..00000000000 --- a/stable/bitcoinunlimited/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bitcoinunlimited/5.7.3/Chart.yaml b/stable/bitcoinunlimited/5.7.3/Chart.yaml deleted file mode 100644 index 8ff91cd703a..00000000000 --- a/stable/bitcoinunlimited/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. -home: https://truecharts.org/charts/stable/bitcoinunlimited -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png -keywords: - - bitcoinunlimited - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoinunlimited -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited - - https://hub.docker.com/r/amacneil/bitcoinunlimited -type: application -version: 5.7.3 diff --git a/stable/bitcoinunlimited/5.7.3/app-changelog.md b/stable/bitcoinunlimited/5.7.3/app-changelog.md deleted file mode 100644 index 5c2a0578202..00000000000 --- a/stable/bitcoinunlimited/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bitcoinwalletgui/5.7.3/.helmignore b/stable/bitcoinunlimited/5.7.5/.helmignore similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/.helmignore rename to stable/bitcoinunlimited/5.7.5/.helmignore diff --git a/stable/bitcoinunlimited/5.7.5/CHANGELOG.md b/stable/bitcoinunlimited/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ab7fcb87c8c --- /dev/null +++ b/stable/bitcoinunlimited/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinunlimited-5.7.5](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinunlimited-5.7.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinunlimited-5.7.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinunlimited-5.7.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinunlimited-5.7.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinunlimited-5.7.4](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.7.5/Chart.yaml b/stable/bitcoinunlimited/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bc807f28fe7 --- /dev/null +++ b/stable/bitcoinunlimited/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. +home: https://truecharts.org/charts/stable/bitcoinunlimited +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png +keywords: + - bitcoinunlimited + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinunlimited +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited + - https://hub.docker.com/r/amacneil/bitcoinunlimited +type: application +version: 5.7.5 diff --git a/stable/bitcoinunlimited/5.7.3/README.md b/stable/bitcoinunlimited/5.7.5/README.md similarity index 100% rename from stable/bitcoinunlimited/5.7.3/README.md rename to stable/bitcoinunlimited/5.7.5/README.md diff --git a/stable/bitcoinunlimited/5.7.5/app-changelog.md b/stable/bitcoinunlimited/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c1b867975cd --- /dev/null +++ b/stable/bitcoinunlimited/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bitcoinunlimited-5.7.5](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.7.3/app-readme.md b/stable/bitcoinunlimited/5.7.5/app-readme.md similarity index 100% rename from stable/bitcoinunlimited/5.7.3/app-readme.md rename to stable/bitcoinunlimited/5.7.5/app-readme.md diff --git a/stable/bitcoinunlimited/5.7.5/charts/common-20.2.10.tgz b/stable/bitcoinunlimited/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bitcoinunlimited/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bitcoinunlimited/5.7.3/ix_values.yaml b/stable/bitcoinunlimited/5.7.5/ix_values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.7.3/ix_values.yaml rename to stable/bitcoinunlimited/5.7.5/ix_values.yaml diff --git a/stable/bitcoinunlimited/5.7.3/questions.yaml b/stable/bitcoinunlimited/5.7.5/questions.yaml similarity index 100% rename from stable/bitcoinunlimited/5.7.3/questions.yaml rename to stable/bitcoinunlimited/5.7.5/questions.yaml diff --git a/stable/bitcoinunlimited/5.7.3/templates/common.yaml b/stable/bitcoinunlimited/5.7.5/templates/common.yaml similarity index 100% rename from stable/bitcoinunlimited/5.7.3/templates/common.yaml rename to stable/bitcoinunlimited/5.7.5/templates/common.yaml diff --git a/stable/bitcoinwalletgui/5.7.3/values.yaml b/stable/bitcoinunlimited/5.7.5/values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/values.yaml rename to stable/bitcoinunlimited/5.7.5/values.yaml diff --git a/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md b/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md deleted file mode 100644 index cb7c1ebccf5..00000000000 --- a/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bitcoinwalletgui/5.7.3/Chart.yaml b/stable/bitcoinwalletgui/5.7.3/Chart.yaml deleted file mode 100644 index 56e803c14aa..00000000000 --- a/stable/bitcoinwalletgui/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Bitcoin wallet with GUI over VNC and NoVNC. -home: https://truecharts.org/charts/stable/bitcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png -keywords: - - bitcoinwalletgui - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitcoinwalletgui -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui - - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui -type: application -version: 5.7.3 diff --git a/stable/bitcoinwalletgui/5.7.3/app-changelog.md b/stable/bitcoinwalletgui/5.7.3/app-changelog.md deleted file mode 100644 index 756fe88cd9d..00000000000 --- a/stable/bitcoinwalletgui/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.8.3/.helmignore b/stable/bitcoinwalletgui/5.7.5/.helmignore similarity index 100% rename from stable/bitmagnet/1.8.3/.helmignore rename to stable/bitcoinwalletgui/5.7.5/.helmignore diff --git a/stable/bitcoinwalletgui/5.7.5/CHANGELOG.md b/stable/bitcoinwalletgui/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..31cd4848862 --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinwalletgui-5.7.5](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.7.5/Chart.yaml b/stable/bitcoinwalletgui/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cc8c8f43c5e --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Bitcoin wallet with GUI over VNC and NoVNC. +home: https://truecharts.org/charts/stable/bitcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png +keywords: + - bitcoinwalletgui + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui + - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui +type: application +version: 5.7.5 diff --git a/stable/bitcoinwalletgui/5.7.3/README.md b/stable/bitcoinwalletgui/5.7.5/README.md similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/README.md rename to stable/bitcoinwalletgui/5.7.5/README.md diff --git a/stable/bitcoinwalletgui/5.7.5/app-changelog.md b/stable/bitcoinwalletgui/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e2095d51d06 --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bitcoinwalletgui-5.7.5](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.7.3/app-readme.md b/stable/bitcoinwalletgui/5.7.5/app-readme.md similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/app-readme.md rename to stable/bitcoinwalletgui/5.7.5/app-readme.md diff --git a/stable/bitcoinwalletgui/5.7.5/charts/common-20.2.10.tgz b/stable/bitcoinwalletgui/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bitcoinwalletgui/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bitcoinwalletgui/5.7.3/ix_values.yaml b/stable/bitcoinwalletgui/5.7.5/ix_values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/ix_values.yaml rename to stable/bitcoinwalletgui/5.7.5/ix_values.yaml diff --git a/stable/bitcoinwalletgui/5.7.3/questions.yaml b/stable/bitcoinwalletgui/5.7.5/questions.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/questions.yaml rename to stable/bitcoinwalletgui/5.7.5/questions.yaml diff --git a/stable/bitcoinwalletgui/5.7.3/templates/common.yaml b/stable/bitcoinwalletgui/5.7.5/templates/common.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.7.3/templates/common.yaml rename to stable/bitcoinwalletgui/5.7.5/templates/common.yaml diff --git a/stable/bitmagnet/1.8.3/values.yaml b/stable/bitcoinwalletgui/5.7.5/values.yaml similarity index 100% rename from stable/bitmagnet/1.8.3/values.yaml rename to stable/bitcoinwalletgui/5.7.5/values.yaml diff --git a/stable/bitmagnet/1.8.3/CHANGELOG.md b/stable/bitmagnet/1.8.3/CHANGELOG.md deleted file mode 100644 index 8467d6b5c51..00000000000 --- a/stable/bitmagnet/1.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bitmagnet/1.8.3/Chart.yaml b/stable/bitmagnet/1.8.3/Chart.yaml deleted file mode 100644 index 3bec3f3989a..00000000000 --- a/stable/bitmagnet/1.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.14 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. -home: https://truecharts.org/charts/stable/bitmagnet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png -keywords: - - torrent - - bitmagnet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bitmagnet -sources: - - https://bitmagnet.io - - https://github.com/bitmagnet-io/bitmagnet - - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - - https://ghcr.io/bitmagnet-io/bitmagnet -type: application -version: 1.8.3 diff --git a/stable/bitmagnet/1.8.3/app-changelog.md b/stable/bitmagnet/1.8.3/app-changelog.md deleted file mode 100644 index 02c4020dd22..00000000000 --- a/stable/bitmagnet/1.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz b/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.7.3/.helmignore b/stable/bitmagnet/1.8.5/.helmignore similarity index 100% rename from stable/blender-desktop-g3/5.7.3/.helmignore rename to stable/bitmagnet/1.8.5/.helmignore diff --git a/stable/bitmagnet/1.8.5/CHANGELOG.md b/stable/bitmagnet/1.8.5/CHANGELOG.md new file mode 100644 index 00000000000..e985ebdf99d --- /dev/null +++ b/stable/bitmagnet/1.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitmagnet-1.8.5](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitmagnet-1.8.4](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitmagnet-1.8.4](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitmagnet-1.8.4](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitmagnet-1.8.4](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bitmagnet-1.8.4](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bitmagnet/1.8.5/Chart.yaml b/stable/bitmagnet/1.8.5/Chart.yaml new file mode 100644 index 00000000000..89a541b4728 --- /dev/null +++ b/stable/bitmagnet/1.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.14 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. +home: https://truecharts.org/charts/stable/bitmagnet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png +keywords: + - torrent + - bitmagnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitmagnet +sources: + - https://bitmagnet.io + - https://github.com/bitmagnet-io/bitmagnet + - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet + - https://ghcr.io/bitmagnet-io/bitmagnet +type: application +version: 1.8.5 diff --git a/stable/bitmagnet/1.8.3/README.md b/stable/bitmagnet/1.8.5/README.md similarity index 100% rename from stable/bitmagnet/1.8.3/README.md rename to stable/bitmagnet/1.8.5/README.md diff --git a/stable/bitmagnet/1.8.5/app-changelog.md b/stable/bitmagnet/1.8.5/app-changelog.md new file mode 100644 index 00000000000..e25188050b1 --- /dev/null +++ b/stable/bitmagnet/1.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bitmagnet-1.8.5](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bitmagnet/1.8.3/app-readme.md b/stable/bitmagnet/1.8.5/app-readme.md similarity index 100% rename from stable/bitmagnet/1.8.3/app-readme.md rename to stable/bitmagnet/1.8.5/app-readme.md diff --git a/stable/bitmagnet/1.8.5/charts/common-20.2.10.tgz b/stable/bitmagnet/1.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bitmagnet/1.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/bitmagnet/1.8.3/dashboard.json b/stable/bitmagnet/1.8.5/dashboard.json similarity index 100% rename from stable/bitmagnet/1.8.3/dashboard.json rename to stable/bitmagnet/1.8.5/dashboard.json diff --git a/stable/bitmagnet/1.8.3/ix_values.yaml b/stable/bitmagnet/1.8.5/ix_values.yaml similarity index 100% rename from stable/bitmagnet/1.8.3/ix_values.yaml rename to stable/bitmagnet/1.8.5/ix_values.yaml diff --git a/stable/bitmagnet/1.8.3/questions.yaml b/stable/bitmagnet/1.8.5/questions.yaml similarity index 100% rename from stable/bitmagnet/1.8.3/questions.yaml rename to stable/bitmagnet/1.8.5/questions.yaml diff --git a/stable/blog/11.7.3/templates/NOTES.txt b/stable/bitmagnet/1.8.5/templates/NOTES.txt similarity index 100% rename from stable/blog/11.7.3/templates/NOTES.txt rename to stable/bitmagnet/1.8.5/templates/NOTES.txt diff --git a/stable/bitmagnet/1.8.3/templates/common.yaml b/stable/bitmagnet/1.8.5/templates/common.yaml similarity index 100% rename from stable/bitmagnet/1.8.3/templates/common.yaml rename to stable/bitmagnet/1.8.5/templates/common.yaml diff --git a/stable/blender-desktop-g3/5.7.3/values.yaml b/stable/bitmagnet/1.8.5/values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.7.3/values.yaml rename to stable/bitmagnet/1.8.5/values.yaml diff --git a/stable/blender-desktop-g3/5.7.3/CHANGELOG.md b/stable/blender-desktop-g3/5.7.3/CHANGELOG.md deleted file mode 100644 index ef12fa55c33..00000000000 --- a/stable/blender-desktop-g3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/blender-desktop-g3/5.7.3/Chart.yaml b/stable/blender-desktop-g3/5.7.3/Chart.yaml deleted file mode 100644 index 8bdce20ed07..00000000000 --- a/stable/blender-desktop-g3/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/blender-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png -keywords: - - blender-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blender-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 -type: application -version: 5.7.3 diff --git a/stable/blender-desktop-g3/5.7.3/app-changelog.md b/stable/blender-desktop-g3/5.7.3/app-changelog.md deleted file mode 100644 index a0a149fbd4d..00000000000 --- a/stable/blender-desktop-g3/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/blender/5.7.4/.helmignore b/stable/blender-desktop-g3/5.7.5/.helmignore similarity index 100% rename from stable/blender/5.7.4/.helmignore rename to stable/blender-desktop-g3/5.7.5/.helmignore diff --git a/stable/blender-desktop-g3/5.7.5/CHANGELOG.md b/stable/blender-desktop-g3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2b293779ba2 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) + + +## [blender-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) + + +## [blender-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) + + +## [blender-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) + + +## [blender-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/blender-desktop-g3/5.7.5/Chart.yaml b/stable/blender-desktop-g3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d9a1ad72703 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png +keywords: + - blender-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 5.7.5 diff --git a/stable/blender-desktop-g3/5.7.3/README.md b/stable/blender-desktop-g3/5.7.5/README.md similarity index 100% rename from stable/blender-desktop-g3/5.7.3/README.md rename to stable/blender-desktop-g3/5.7.5/README.md diff --git a/stable/blender-desktop-g3/5.7.5/app-changelog.md b/stable/blender-desktop-g3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d73ddb38bb7 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [blender-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212)) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.7.3/app-readme.md b/stable/blender-desktop-g3/5.7.5/app-readme.md similarity index 100% rename from stable/blender-desktop-g3/5.7.3/app-readme.md rename to stable/blender-desktop-g3/5.7.5/app-readme.md diff --git a/stable/blender-desktop-g3/5.7.5/charts/common-20.2.10.tgz b/stable/blender-desktop-g3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/blender-desktop-g3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/blender-desktop-g3/5.7.3/ix_values.yaml b/stable/blender-desktop-g3/5.7.5/ix_values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.7.3/ix_values.yaml rename to stable/blender-desktop-g3/5.7.5/ix_values.yaml diff --git a/stable/blender-desktop-g3/5.7.3/questions.yaml b/stable/blender-desktop-g3/5.7.5/questions.yaml similarity index 100% rename from stable/blender-desktop-g3/5.7.3/questions.yaml rename to stable/blender-desktop-g3/5.7.5/questions.yaml diff --git a/stable/blender-desktop-g3/5.7.3/templates/common.yaml b/stable/blender-desktop-g3/5.7.5/templates/common.yaml similarity index 100% rename from stable/blender-desktop-g3/5.7.3/templates/common.yaml rename to stable/blender-desktop-g3/5.7.5/templates/common.yaml diff --git a/stable/blender/5.7.4/values.yaml b/stable/blender-desktop-g3/5.7.5/values.yaml similarity index 100% rename from stable/blender/5.7.4/values.yaml rename to stable/blender-desktop-g3/5.7.5/values.yaml diff --git a/stable/blender/5.7.4/CHANGELOG.md b/stable/blender/5.7.4/CHANGELOG.md deleted file mode 100644 index 61552c373ee..00000000000 --- a/stable/blender/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/blender/5.7.4/Chart.yaml b/stable/blender/5.7.4/Chart.yaml deleted file mode 100644 index b0fab8ed592..00000000000 --- a/stable/blender/5.7.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** -home: https://truecharts.org/charts/stable/blender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png -keywords: - - blender - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blender -sources: - - https://github.com/linuxserver/docker-blender#readme - - https://www.blender.org/ - - https://github.com/orgs/linuxserver/packages/container/package/blender - - https://github.com/truecharts/charts/tree/master/charts/stable/blender - - https://fleet.linuxserver.io/image?name=linuxserver/blender -type: application -version: 5.7.4 diff --git a/stable/blender/5.7.4/app-changelog.md b/stable/blender/5.7.4/app-changelog.md deleted file mode 100644 index aea2e37aa19..00000000000 --- a/stable/blender/5.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) \ No newline at end of file diff --git a/stable/blender/5.7.4/charts/common-20.2.4.tgz b/stable/blender/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/blender/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/blender/5.7.4/ix_values.yaml b/stable/blender/5.7.4/ix_values.yaml deleted file mode 100644 index 8d89536a396..00000000000 --- a/stable/blender/5.7.4/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/blender - tag: latest@sha256:22995501a69358b98275f630be7e6084e527ba305f19cb1ac472fa591b89eea1 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - KEYBOARD: "" - SUBFOLDER: "" diff --git a/stable/blog/11.7.3/.helmignore b/stable/blender/5.7.6/.helmignore similarity index 100% rename from stable/blog/11.7.3/.helmignore rename to stable/blender/5.7.6/.helmignore diff --git a/stable/blender/5.7.6/CHANGELOG.md b/stable/blender/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..0c9d931f82a --- /dev/null +++ b/stable/blender/5.7.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-5.7.6](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/blender to latest[@9177c0d](https://github.com/9177c0d) by renovate ([#19859](https://github.com/truecharts/charts/issues/19859)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) + + +## [blender-5.7.5](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/blender to latest[@9177c0d](https://github.com/9177c0d) by renovate ([#19859](https://github.com/truecharts/charts/issues/19859)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) + + +## [blender-5.7.5](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/blender to latest[@9177c0d](https://github.com/9177c0d) by renovate ([#19859](https://github.com/truecharts/charts/issues/19859)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) + + +## [blender-5.7.5](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/blender to latest[@9177c0d](https://github.com/9177c0d) by renovate ([#19859](https://github.com/truecharts/charts/issues/19859)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/blender/5.7.6/Chart.yaml b/stable/blender/5.7.6/Chart.yaml new file mode 100644 index 00000000000..217623fbea8 --- /dev/null +++ b/stable/blender/5.7.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** +home: https://truecharts.org/charts/stable/blender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png +keywords: + - blender + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender +sources: + - https://github.com/linuxserver/docker-blender#readme + - https://www.blender.org/ + - https://github.com/orgs/linuxserver/packages/container/package/blender + - https://github.com/truecharts/charts/tree/master/charts/stable/blender + - https://fleet.linuxserver.io/image?name=linuxserver/blender +type: application +version: 5.7.6 diff --git a/stable/blender/5.7.4/README.md b/stable/blender/5.7.6/README.md similarity index 100% rename from stable/blender/5.7.4/README.md rename to stable/blender/5.7.6/README.md diff --git a/stable/blender/5.7.6/app-changelog.md b/stable/blender/5.7.6/app-changelog.md new file mode 100644 index 00000000000..d74fdf2069d --- /dev/null +++ b/stable/blender/5.7.6/app-changelog.md @@ -0,0 +1,25 @@ + + +## [blender-5.7.6](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/blender to latest[@9177c0d](https://github.com/9177c0d) by renovate ([#19859](https://github.com/truecharts/charts/issues/19859)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) \ No newline at end of file diff --git a/stable/blender/5.7.4/app-readme.md b/stable/blender/5.7.6/app-readme.md similarity index 100% rename from stable/blender/5.7.4/app-readme.md rename to stable/blender/5.7.6/app-readme.md diff --git a/stable/blender/5.7.6/charts/common-20.2.10.tgz b/stable/blender/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/blender/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/blender/5.7.6/ix_values.yaml b/stable/blender/5.7.6/ix_values.yaml new file mode 100644 index 00000000000..5055b6228fc --- /dev/null +++ b/stable/blender/5.7.6/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/blender + tag: latest@sha256:9177c0d7609cf8c1bf504fbf40472a833f48d731dfb2e2494ea8a3a58c0434ce +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + KEYBOARD: "" + SUBFOLDER: "" diff --git a/stable/blender/5.7.4/questions.yaml b/stable/blender/5.7.6/questions.yaml similarity index 100% rename from stable/blender/5.7.4/questions.yaml rename to stable/blender/5.7.6/questions.yaml diff --git a/stable/blender/5.7.4/templates/common.yaml b/stable/blender/5.7.6/templates/common.yaml similarity index 100% rename from stable/blender/5.7.4/templates/common.yaml rename to stable/blender/5.7.6/templates/common.yaml diff --git a/stable/blog/11.7.3/values.yaml b/stable/blender/5.7.6/values.yaml similarity index 100% rename from stable/blog/11.7.3/values.yaml rename to stable/blender/5.7.6/values.yaml diff --git a/stable/blog/11.7.3/CHANGELOG.md b/stable/blog/11.7.3/CHANGELOG.md deleted file mode 100644 index 7b2cfef9fc4..00000000000 --- a/stable/blog/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/blog/11.7.3/Chart.yaml b/stable/blog/11.7.3/Chart.yaml deleted file mode 100644 index 65313e49195..00000000000 --- a/stable/blog/11.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight self-hosted facebook-styled PHP blog. -home: https://truecharts.org/charts/stable/blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png -keywords: - - blog - - php - - self - - hosted - - facebook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: blog -sources: - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog - - https://github.com/truecharts/charts/tree/master/charts/stable/blog - - https://hub.docker.com/r/m1k1o/blog -type: application -version: 11.7.3 diff --git a/stable/blog/11.7.3/app-changelog.md b/stable/blog/11.7.3/app-changelog.md deleted file mode 100644 index 29ef55be9ed..00000000000 --- a/stable/blog/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/blog/11.7.3/charts/common-20.2.4.tgz b/stable/blog/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/blog/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/boinc/9.7.5/.helmignore b/stable/blog/11.7.5/.helmignore similarity index 100% rename from stable/boinc/9.7.5/.helmignore rename to stable/blog/11.7.5/.helmignore diff --git a/stable/blog/11.7.5/CHANGELOG.md b/stable/blog/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e782b01b959 --- /dev/null +++ b/stable/blog/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blog-11.7.5](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [blog-11.7.4](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [blog-11.7.4](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [blog-11.7.4](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [blog-11.7.4](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [blog-11.7.4](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/blog/11.7.5/Chart.yaml b/stable/blog/11.7.5/Chart.yaml new file mode 100644 index 00000000000..ec279b87d21 --- /dev/null +++ b/stable/blog/11.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight self-hosted facebook-styled PHP blog. +home: https://truecharts.org/charts/stable/blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png +keywords: + - blog + - php + - self + - hosted + - facebook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blog +sources: + - https://github.com/m1k1o/blog + - https://github.com/nicholaswilde/docker-blog + - https://github.com/truecharts/charts/tree/master/charts/stable/blog + - https://hub.docker.com/r/m1k1o/blog +type: application +version: 11.7.5 diff --git a/stable/blog/11.7.3/README.md b/stable/blog/11.7.5/README.md similarity index 100% rename from stable/blog/11.7.3/README.md rename to stable/blog/11.7.5/README.md diff --git a/stable/blog/11.7.5/app-changelog.md b/stable/blog/11.7.5/app-changelog.md new file mode 100644 index 00000000000..8b10a547096 --- /dev/null +++ b/stable/blog/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [blog-11.7.5](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/blog/11.7.3/app-readme.md b/stable/blog/11.7.5/app-readme.md similarity index 100% rename from stable/blog/11.7.3/app-readme.md rename to stable/blog/11.7.5/app-readme.md diff --git a/stable/blog/11.7.5/charts/common-20.2.10.tgz b/stable/blog/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/blog/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/blog/11.7.3/ix_values.yaml b/stable/blog/11.7.5/ix_values.yaml similarity index 100% rename from stable/blog/11.7.3/ix_values.yaml rename to stable/blog/11.7.5/ix_values.yaml diff --git a/stable/blog/11.7.3/questions.yaml b/stable/blog/11.7.5/questions.yaml similarity index 100% rename from stable/blog/11.7.3/questions.yaml rename to stable/blog/11.7.5/questions.yaml diff --git a/stable/boinc/9.7.5/templates/NOTES.txt b/stable/blog/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/boinc/9.7.5/templates/NOTES.txt rename to stable/blog/11.7.5/templates/NOTES.txt diff --git a/stable/blog/11.7.3/templates/common.yaml b/stable/blog/11.7.5/templates/common.yaml similarity index 100% rename from stable/blog/11.7.3/templates/common.yaml rename to stable/blog/11.7.5/templates/common.yaml diff --git a/stable/boinc/9.7.5/values.yaml b/stable/blog/11.7.5/values.yaml similarity index 100% rename from stable/boinc/9.7.5/values.yaml rename to stable/blog/11.7.5/values.yaml diff --git a/stable/boinc/9.7.5/CHANGELOG.md b/stable/boinc/9.7.5/CHANGELOG.md deleted file mode 100644 index 81fa5b540ea..00000000000 --- a/stable/boinc/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/boinc/9.7.5/Chart.yaml b/stable/boinc/9.7.5/Chart.yaml deleted file mode 100644 index 2e841b0fee1..00000000000 --- a/stable/boinc/9.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). -home: https://truecharts.org/charts/stable/boinc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png -keywords: - - boinc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: boinc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - - https://ghcr.io/linuxserver/boinc -type: application -version: 9.7.5 diff --git a/stable/boinc/9.7.5/app-changelog.md b/stable/boinc/9.7.5/app-changelog.md deleted file mode 100644 index bcb40331d16..00000000000 --- a/stable/boinc/9.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [boinc-9.7.5](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) \ No newline at end of file diff --git a/stable/boinc/9.7.5/charts/common-20.2.4.tgz b/stable/boinc/9.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/boinc/9.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.7.6/.helmignore b/stable/boinc/9.7.7/.helmignore similarity index 100% rename from stable/booksonic-air/13.7.6/.helmignore rename to stable/boinc/9.7.7/.helmignore diff --git a/stable/boinc/9.7.7/CHANGELOG.md b/stable/boinc/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..a86c68e4eb7 --- /dev/null +++ b/stable/boinc/9.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [boinc-9.7.7](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) + + +## [boinc-9.7.6](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) + + +## [boinc-9.7.6](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) + + +## [boinc-9.7.6](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/boinc/9.7.7/Chart.yaml b/stable/boinc/9.7.7/Chart.yaml new file mode 100644 index 00000000000..4ac8b0c8237 --- /dev/null +++ b/stable/boinc/9.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). +home: https://truecharts.org/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png +keywords: + - boinc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: boinc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc + - https://ghcr.io/linuxserver/boinc +type: application +version: 9.7.7 diff --git a/stable/boinc/9.7.5/README.md b/stable/boinc/9.7.7/README.md similarity index 100% rename from stable/boinc/9.7.5/README.md rename to stable/boinc/9.7.7/README.md diff --git a/stable/boinc/9.7.7/app-changelog.md b/stable/boinc/9.7.7/app-changelog.md new file mode 100644 index 00000000000..cdda43856ff --- /dev/null +++ b/stable/boinc/9.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [boinc-9.7.7](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/boinc to latest[@e053015](https://github.com/e053015) by renovate ([#19829](https://github.com/truecharts/charts/issues/19829)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229)) \ No newline at end of file diff --git a/stable/boinc/9.7.5/app-readme.md b/stable/boinc/9.7.7/app-readme.md similarity index 100% rename from stable/boinc/9.7.5/app-readme.md rename to stable/boinc/9.7.7/app-readme.md diff --git a/stable/boinc/9.7.7/charts/common-20.2.10.tgz b/stable/boinc/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/boinc/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/boinc/9.7.5/ix_values.yaml b/stable/boinc/9.7.7/ix_values.yaml similarity index 100% rename from stable/boinc/9.7.5/ix_values.yaml rename to stable/boinc/9.7.7/ix_values.yaml diff --git a/stable/boinc/9.7.5/questions.yaml b/stable/boinc/9.7.7/questions.yaml similarity index 100% rename from stable/boinc/9.7.5/questions.yaml rename to stable/boinc/9.7.7/questions.yaml diff --git a/stable/booksonic-air/13.7.6/templates/NOTES.txt b/stable/boinc/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/booksonic-air/13.7.6/templates/NOTES.txt rename to stable/boinc/9.7.7/templates/NOTES.txt diff --git a/stable/boinc/9.7.5/templates/common.yaml b/stable/boinc/9.7.7/templates/common.yaml similarity index 100% rename from stable/boinc/9.7.5/templates/common.yaml rename to stable/boinc/9.7.7/templates/common.yaml diff --git a/stable/booksonic-air/13.7.6/values.yaml b/stable/boinc/9.7.7/values.yaml similarity index 100% rename from stable/booksonic-air/13.7.6/values.yaml rename to stable/boinc/9.7.7/values.yaml diff --git a/stable/booksonic-air/13.7.6/CHANGELOG.md b/stable/booksonic-air/13.7.6/CHANGELOG.md deleted file mode 100644 index fb8fdef298b..00000000000 --- a/stable/booksonic-air/13.7.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [booksonic-air-13.7.6](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) - - -## [booksonic-air-13.7.6](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) - - -## [booksonic-air-13.7.6](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) - - -## [booksonic-air-13.7.6](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) \ No newline at end of file diff --git a/stable/booksonic-air/13.7.6/Chart.yaml b/stable/booksonic-air/13.7.6/Chart.yaml deleted file mode 100644 index 0c30e34d108..00000000000 --- a/stable/booksonic-air/13.7.6/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2201.1.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Booksonic is a platform for accessing the audibooks you own wherever you are -home: https://truecharts.org/charts/stable/booksonic-air -icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png -keywords: - - booksonic - - audiobook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: booksonic-air -sources: - - https://github.com/popeen/Booksonic-Air - - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - - https://ghcr.io/linuxserver/booksonic-air -type: application -version: 13.7.6 diff --git a/stable/booksonic-air/13.7.6/app-changelog.md b/stable/booksonic-air/13.7.6/app-changelog.md deleted file mode 100644 index c4cdd675c4c..00000000000 --- a/stable/booksonic-air/13.7.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [booksonic-air-13.7.6](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) \ No newline at end of file diff --git a/stable/booksonic-air/13.7.6/charts/common-20.2.9.tgz b/stable/booksonic-air/13.7.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/booksonic-air/13.7.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.7.6/ix_values.yaml b/stable/booksonic-air/13.7.6/ix_values.yaml deleted file mode 100644 index b4d3445a26f..00000000000 --- a/stable/booksonic-air/13.7.6/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/booksonic-air - pullPolicy: IfNotPresent - tag: 2201.1.0@sha256:406167be9235c2dca14f35e4512a2e1c548503597da1938815ad3339d404a13d -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10048 - protocol: http - targetPort: 4040 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/bookstack/13.8.8/.helmignore b/stable/booksonic-air/13.7.8/.helmignore similarity index 100% rename from stable/bookstack/13.8.8/.helmignore rename to stable/booksonic-air/13.7.8/.helmignore diff --git a/stable/booksonic-air/13.7.8/CHANGELOG.md b/stable/booksonic-air/13.7.8/CHANGELOG.md new file mode 100644 index 00000000000..c7aad0ca88f --- /dev/null +++ b/stable/booksonic-air/13.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [booksonic-air-13.7.8](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@91e39d9](https://github.com/91e39d9) by renovate ([#19872](https://github.com/truecharts/charts/issues/19872)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) + + +## [booksonic-air-13.7.7](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.7) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@91e39d9](https://github.com/91e39d9) by renovate ([#19872](https://github.com/truecharts/charts/issues/19872)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) + + +## [booksonic-air-13.7.7](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.7) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@91e39d9](https://github.com/91e39d9) by renovate ([#19872](https://github.com/truecharts/charts/issues/19872)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) + + +## [booksonic-air-13.7.7](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.7) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@91e39d9](https://github.com/91e39d9) by renovate ([#19872](https://github.com/truecharts/charts/issues/19872)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/booksonic-air/13.7.8/Chart.yaml b/stable/booksonic-air/13.7.8/Chart.yaml new file mode 100644 index 00000000000..bba100765ac --- /dev/null +++ b/stable/booksonic-air/13.7.8/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2201.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png +keywords: + - booksonic + - audiobook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: booksonic-air +sources: + - https://github.com/popeen/Booksonic-Air + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air + - https://ghcr.io/linuxserver/booksonic-air +type: application +version: 13.7.8 diff --git a/stable/booksonic-air/13.7.6/README.md b/stable/booksonic-air/13.7.8/README.md similarity index 100% rename from stable/booksonic-air/13.7.6/README.md rename to stable/booksonic-air/13.7.8/README.md diff --git a/stable/booksonic-air/13.7.8/app-changelog.md b/stable/booksonic-air/13.7.8/app-changelog.md new file mode 100644 index 00000000000..5823c654a66 --- /dev/null +++ b/stable/booksonic-air/13.7.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [booksonic-air-13.7.8](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@91e39d9](https://github.com/91e39d9) by renovate ([#19872](https://github.com/truecharts/charts/issues/19872)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230)) \ No newline at end of file diff --git a/stable/booksonic-air/13.7.6/app-readme.md b/stable/booksonic-air/13.7.8/app-readme.md similarity index 100% rename from stable/booksonic-air/13.7.6/app-readme.md rename to stable/booksonic-air/13.7.8/app-readme.md diff --git a/stable/booksonic-air/13.7.8/charts/common-20.2.10.tgz b/stable/booksonic-air/13.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/booksonic-air/13.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/booksonic-air/13.7.8/ix_values.yaml b/stable/booksonic-air/13.7.8/ix_values.yaml new file mode 100644 index 00000000000..22a86d39c71 --- /dev/null +++ b/stable/booksonic-air/13.7.8/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/booksonic-air + pullPolicy: IfNotPresent + tag: 2201.1.0@sha256:91e39d9bf8ac13f711cb362e78d87eefa11dbd706987cf72acc008aa24b70fef +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10048 + protocol: http + targetPort: 4040 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/booksonic-air/13.7.6/questions.yaml b/stable/booksonic-air/13.7.8/questions.yaml similarity index 100% rename from stable/booksonic-air/13.7.6/questions.yaml rename to stable/booksonic-air/13.7.8/questions.yaml diff --git a/stable/bookstack/13.8.8/templates/NOTES.txt b/stable/booksonic-air/13.7.8/templates/NOTES.txt similarity index 100% rename from stable/bookstack/13.8.8/templates/NOTES.txt rename to stable/booksonic-air/13.7.8/templates/NOTES.txt diff --git a/stable/booksonic-air/13.7.6/templates/common.yaml b/stable/booksonic-air/13.7.8/templates/common.yaml similarity index 100% rename from stable/booksonic-air/13.7.6/templates/common.yaml rename to stable/booksonic-air/13.7.8/templates/common.yaml diff --git a/stable/bookstack/13.8.8/values.yaml b/stable/booksonic-air/13.7.8/values.yaml similarity index 100% rename from stable/bookstack/13.8.8/values.yaml rename to stable/booksonic-air/13.7.8/values.yaml diff --git a/stable/borg-server/4.7.3/.helmignore b/stable/bookstack/13.8.10/.helmignore similarity index 100% rename from stable/borg-server/4.7.3/.helmignore rename to stable/bookstack/13.8.10/.helmignore diff --git a/stable/bookstack/13.8.10/CHANGELOG.md b/stable/bookstack/13.8.10/CHANGELOG.md new file mode 100644 index 00000000000..0bb4b7c711c --- /dev/null +++ b/stable/bookstack/13.8.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bookstack-13.8.10](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [bookstack-13.8.9](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [bookstack-13.8.9](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/bookstack/13.8.10/Chart.yaml b/stable/bookstack/13.8.10/Chart.yaml new file mode 100644 index 00000000000..122e3aeb1ce --- /dev/null +++ b/stable/bookstack/13.8.10/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.20240304 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, easy-to-use platform for organising and storing information. +home: https://truecharts.org/charts/stable/bookstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png +keywords: + - bookstack + - book + - stack + - organizer + - server + - hosted +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bookstack +sources: + - https://www.bookstackapp.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack + - https://ghcr.io/linuxserver/bookstack +type: application +version: 13.8.10 diff --git a/stable/bookstack/13.8.8/README.md b/stable/bookstack/13.8.10/README.md similarity index 100% rename from stable/bookstack/13.8.8/README.md rename to stable/bookstack/13.8.10/README.md diff --git a/stable/bookstack/13.8.10/app-changelog.md b/stable/bookstack/13.8.10/app-changelog.md new file mode 100644 index 00000000000..4f0a10fd227 --- /dev/null +++ b/stable/bookstack/13.8.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [bookstack-13.8.10](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/bookstack/13.8.8/app-readme.md b/stable/bookstack/13.8.10/app-readme.md similarity index 100% rename from stable/bookstack/13.8.8/app-readme.md rename to stable/bookstack/13.8.10/app-readme.md diff --git a/stable/bookstack/13.8.10/charts/common-20.2.10.tgz b/stable/bookstack/13.8.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bookstack/13.8.10/charts/common-20.2.10.tgz differ diff --git a/stable/fleet/12.12.10/charts/mariadb-13.7.5.tgz b/stable/bookstack/13.8.10/charts/mariadb-13.7.5.tgz similarity index 100% rename from stable/fleet/12.12.10/charts/mariadb-13.7.5.tgz rename to stable/bookstack/13.8.10/charts/mariadb-13.7.5.tgz diff --git a/stable/bookstack/13.8.8/ix_values.yaml b/stable/bookstack/13.8.10/ix_values.yaml similarity index 100% rename from stable/bookstack/13.8.8/ix_values.yaml rename to stable/bookstack/13.8.10/ix_values.yaml diff --git a/stable/bookstack/13.8.8/questions.yaml b/stable/bookstack/13.8.10/questions.yaml similarity index 100% rename from stable/bookstack/13.8.8/questions.yaml rename to stable/bookstack/13.8.10/questions.yaml diff --git a/stable/borg-server/4.7.3/templates/NOTES.txt b/stable/bookstack/13.8.10/templates/NOTES.txt similarity index 100% rename from stable/borg-server/4.7.3/templates/NOTES.txt rename to stable/bookstack/13.8.10/templates/NOTES.txt diff --git a/stable/bookstack/13.8.8/templates/_secrets.tpl b/stable/bookstack/13.8.10/templates/_secrets.tpl similarity index 100% rename from stable/bookstack/13.8.8/templates/_secrets.tpl rename to stable/bookstack/13.8.10/templates/_secrets.tpl diff --git a/stable/bookstack/13.8.8/templates/common.yaml b/stable/bookstack/13.8.10/templates/common.yaml similarity index 100% rename from stable/bookstack/13.8.8/templates/common.yaml rename to stable/bookstack/13.8.10/templates/common.yaml diff --git a/stable/borg-server/4.7.3/values.yaml b/stable/bookstack/13.8.10/values.yaml similarity index 100% rename from stable/borg-server/4.7.3/values.yaml rename to stable/bookstack/13.8.10/values.yaml diff --git a/stable/bookstack/13.8.8/CHANGELOG.md b/stable/bookstack/13.8.8/CHANGELOG.md deleted file mode 100644 index a99b8a23f19..00000000000 --- a/stable/bookstack/13.8.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bookstack-13.8.8](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [bookstack-13.8.8](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [bookstack-13.8.7](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/bookstack/13.8.8/Chart.yaml b/stable/bookstack/13.8.8/Chart.yaml deleted file mode 100644 index d977607234a..00000000000 --- a/stable/bookstack/13.8.8/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.20240304 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple, self-hosted, easy-to-use platform for organising and storing information. -home: https://truecharts.org/charts/stable/bookstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png -keywords: - - bookstack - - book - - stack - - organizer - - server - - hosted -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bookstack -sources: - - https://www.bookstackapp.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - - https://ghcr.io/linuxserver/bookstack -type: application -version: 13.8.8 diff --git a/stable/bookstack/13.8.8/app-changelog.md b/stable/bookstack/13.8.8/app-changelog.md deleted file mode 100644 index 71bfb437368..00000000000 --- a/stable/bookstack/13.8.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [bookstack-13.8.8](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/bookstack/13.8.8/charts/common-20.2.9.tgz b/stable/bookstack/13.8.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/bookstack/13.8.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/bookstack/13.8.8/charts/mariadb-13.7.4.tgz b/stable/bookstack/13.8.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/bookstack/13.8.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/borg-server/4.7.3/CHANGELOG.md b/stable/borg-server/4.7.3/CHANGELOG.md deleted file mode 100644 index e73211ee3ad..00000000000 --- a/stable/borg-server/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/borg-server/4.7.3/Chart.yaml b/stable/borg-server/4.7.3/Chart.yaml deleted file mode 100644 index fcf906c452d..00000000000 --- a/stable/borg-server/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.5 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A borg Backup server -home: https://truecharts.org/charts/stable/borg-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png -keywords: - - borg-server - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: borg-server -sources: - - https://github.com/AnotherStranger/docker-borg-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server - - https://ghcr.io/anotherstranger/borg-server -type: application -version: 4.7.3 diff --git a/stable/borg-server/4.7.3/app-changelog.md b/stable/borg-server/4.7.3/app-changelog.md deleted file mode 100644 index 8759cc8eb95..00000000000 --- a/stable/borg-server/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/borg-server/4.7.3/charts/common-20.2.4.tgz b/stable/borg-server/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/borg-server/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/breitbandmessung-de/5.7.3/.helmignore b/stable/borg-server/4.7.5/.helmignore similarity index 100% rename from stable/breitbandmessung-de/5.7.3/.helmignore rename to stable/borg-server/4.7.5/.helmignore diff --git a/stable/borg-server/4.7.5/CHANGELOG.md b/stable/borg-server/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..743ece85448 --- /dev/null +++ b/stable/borg-server/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [borg-server-4.7.5](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [borg-server-4.7.4](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [borg-server-4.7.4](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [borg-server-4.7.4](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [borg-server-4.7.4](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [borg-server-4.7.4](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/borg-server/4.7.5/Chart.yaml b/stable/borg-server/4.7.5/Chart.yaml new file mode 100644 index 00000000000..5316e0f37e0 --- /dev/null +++ b/stable/borg-server/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A borg Backup server +home: https://truecharts.org/charts/stable/borg-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png +keywords: + - borg-server + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: borg-server +sources: + - https://github.com/AnotherStranger/docker-borg-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server + - https://ghcr.io/anotherstranger/borg-server +type: application +version: 4.7.5 diff --git a/stable/borg-server/4.7.3/README.md b/stable/borg-server/4.7.5/README.md similarity index 100% rename from stable/borg-server/4.7.3/README.md rename to stable/borg-server/4.7.5/README.md diff --git a/stable/borg-server/4.7.5/app-changelog.md b/stable/borg-server/4.7.5/app-changelog.md new file mode 100644 index 00000000000..77aac6a7148 --- /dev/null +++ b/stable/borg-server/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [borg-server-4.7.5](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/borg-server/4.7.3/app-readme.md b/stable/borg-server/4.7.5/app-readme.md similarity index 100% rename from stable/borg-server/4.7.3/app-readme.md rename to stable/borg-server/4.7.5/app-readme.md diff --git a/stable/borg-server/4.7.5/charts/common-20.2.10.tgz b/stable/borg-server/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/borg-server/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/borg-server/4.7.3/ix_values.yaml b/stable/borg-server/4.7.5/ix_values.yaml similarity index 100% rename from stable/borg-server/4.7.3/ix_values.yaml rename to stable/borg-server/4.7.5/ix_values.yaml diff --git a/stable/borg-server/4.7.3/questions.yaml b/stable/borg-server/4.7.5/questions.yaml similarity index 100% rename from stable/borg-server/4.7.3/questions.yaml rename to stable/borg-server/4.7.5/questions.yaml diff --git a/stable/browserless-chrome/9.7.3/templates/NOTES.txt b/stable/borg-server/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/browserless-chrome/9.7.3/templates/NOTES.txt rename to stable/borg-server/4.7.5/templates/NOTES.txt diff --git a/stable/borg-server/4.7.3/templates/common.yaml b/stable/borg-server/4.7.5/templates/common.yaml similarity index 100% rename from stable/borg-server/4.7.3/templates/common.yaml rename to stable/borg-server/4.7.5/templates/common.yaml diff --git a/stable/breitbandmessung-de/5.7.3/values.yaml b/stable/borg-server/4.7.5/values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.7.3/values.yaml rename to stable/borg-server/4.7.5/values.yaml diff --git a/stable/breitbandmessung-de/5.7.3/CHANGELOG.md b/stable/breitbandmessung-de/5.7.3/CHANGELOG.md deleted file mode 100644 index 8f7e183d7e1..00000000000 --- a/stable/breitbandmessung-de/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/breitbandmessung-de/5.7.3/Chart.yaml b/stable/breitbandmessung-de/5.7.3/Chart.yaml deleted file mode 100644 index 82408cc244f..00000000000 --- a/stable/breitbandmessung-de/5.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. -home: https://truecharts.org/charts/stable/breitbandmessung-de -icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png -keywords: - - breitbandmessung-de - - home-automation - - Productivity - - Tools-Utilities - - Other - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: breitbandmessung-de -sources: - - https://github.com/shneezin/breitbandmessung-node - - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de - - https://hub.docker.com/r/shneezin/breitbandmessung-node -type: application -version: 5.7.3 diff --git a/stable/breitbandmessung-de/5.7.3/app-changelog.md b/stable/breitbandmessung-de/5.7.3/app-changelog.md deleted file mode 100644 index 4dba137aa2b..00000000000 --- a/stable/breitbandmessung-de/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz b/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/browserless-chrome/9.7.3/.helmignore b/stable/breitbandmessung-de/5.7.5/.helmignore similarity index 100% rename from stable/browserless-chrome/9.7.3/.helmignore rename to stable/breitbandmessung-de/5.7.5/.helmignore diff --git a/stable/breitbandmessung-de/5.7.5/CHANGELOG.md b/stable/breitbandmessung-de/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..432515964fa --- /dev/null +++ b/stable/breitbandmessung-de/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [breitbandmessung-de-5.7.5](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [breitbandmessung-de-5.7.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [breitbandmessung-de-5.7.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [breitbandmessung-de-5.7.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [breitbandmessung-de-5.7.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [breitbandmessung-de-5.7.4](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.7.5/Chart.yaml b/stable/breitbandmessung-de/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bb2ecdde71c --- /dev/null +++ b/stable/breitbandmessung-de/5.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. +home: https://truecharts.org/charts/stable/breitbandmessung-de +icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png +keywords: + - breitbandmessung-de + - home-automation + - Productivity + - Tools-Utilities + - Other + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: breitbandmessung-de +sources: + - https://github.com/shneezin/breitbandmessung-node + - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de + - https://hub.docker.com/r/shneezin/breitbandmessung-node +type: application +version: 5.7.5 diff --git a/stable/breitbandmessung-de/5.7.3/README.md b/stable/breitbandmessung-de/5.7.5/README.md similarity index 100% rename from stable/breitbandmessung-de/5.7.3/README.md rename to stable/breitbandmessung-de/5.7.5/README.md diff --git a/stable/breitbandmessung-de/5.7.5/app-changelog.md b/stable/breitbandmessung-de/5.7.5/app-changelog.md new file mode 100644 index 00000000000..fbcda4e5afa --- /dev/null +++ b/stable/breitbandmessung-de/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [breitbandmessung-de-5.7.5](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.7.3/app-readme.md b/stable/breitbandmessung-de/5.7.5/app-readme.md similarity index 100% rename from stable/breitbandmessung-de/5.7.3/app-readme.md rename to stable/breitbandmessung-de/5.7.5/app-readme.md diff --git a/stable/breitbandmessung-de/5.7.5/charts/common-20.2.10.tgz b/stable/breitbandmessung-de/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/breitbandmessung-de/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/breitbandmessung-de/5.7.3/ix_values.yaml b/stable/breitbandmessung-de/5.7.5/ix_values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.7.3/ix_values.yaml rename to stable/breitbandmessung-de/5.7.5/ix_values.yaml diff --git a/stable/breitbandmessung-de/5.7.3/questions.yaml b/stable/breitbandmessung-de/5.7.5/questions.yaml similarity index 100% rename from stable/breitbandmessung-de/5.7.3/questions.yaml rename to stable/breitbandmessung-de/5.7.5/questions.yaml diff --git a/stable/breitbandmessung-de/5.7.3/templates/common.yaml b/stable/breitbandmessung-de/5.7.5/templates/common.yaml similarity index 100% rename from stable/breitbandmessung-de/5.7.3/templates/common.yaml rename to stable/breitbandmessung-de/5.7.5/templates/common.yaml diff --git a/stable/browserless-chrome/9.7.3/values.yaml b/stable/breitbandmessung-de/5.7.5/values.yaml similarity index 100% rename from stable/browserless-chrome/9.7.3/values.yaml rename to stable/breitbandmessung-de/5.7.5/values.yaml diff --git a/stable/browserless-chrome/9.7.3/CHANGELOG.md b/stable/browserless-chrome/9.7.3/CHANGELOG.md deleted file mode 100644 index 42a2870c49e..00000000000 --- a/stable/browserless-chrome/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/browserless-chrome/9.7.3/Chart.yaml b/stable/browserless-chrome/9.7.3/Chart.yaml deleted file mode 100644 index 440d0641a03..00000000000 --- a/stable/browserless-chrome/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work -home: https://truecharts.org/charts/stable/browserless-chrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png -keywords: - - browserless - - chrome - - puppeteer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: browserless-chrome -sources: - - https://docs.browserless.io/docs/docker.html - - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - - https://hub.docker.com/r/browserless/chrome -type: application -version: 9.7.3 diff --git a/stable/browserless-chrome/9.7.3/app-changelog.md b/stable/browserless-chrome/9.7.3/app-changelog.md deleted file mode 100644 index 378a423c17a..00000000000 --- a/stable/browserless-chrome/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz b/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/budge/9.7.5/.helmignore b/stable/browserless-chrome/9.7.5/.helmignore similarity index 100% rename from stable/budge/9.7.5/.helmignore rename to stable/browserless-chrome/9.7.5/.helmignore diff --git a/stable/browserless-chrome/9.7.5/CHANGELOG.md b/stable/browserless-chrome/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4fa67c620ab --- /dev/null +++ b/stable/browserless-chrome/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [browserless-chrome-9.7.5](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [browserless-chrome-9.7.4](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [browserless-chrome-9.7.4](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [browserless-chrome-9.7.4](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [browserless-chrome-9.7.4](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [browserless-chrome-9.7.4](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/browserless-chrome/9.7.5/Chart.yaml b/stable/browserless-chrome/9.7.5/Chart.yaml new file mode 100644 index 00000000000..431f4d12667 --- /dev/null +++ b/stable/browserless-chrome/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work +home: https://truecharts.org/charts/stable/browserless-chrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png +keywords: + - browserless + - chrome + - puppeteer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: browserless-chrome +sources: + - https://docs.browserless.io/docs/docker.html + - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome + - https://hub.docker.com/r/browserless/chrome +type: application +version: 9.7.5 diff --git a/stable/browserless-chrome/9.7.3/README.md b/stable/browserless-chrome/9.7.5/README.md similarity index 100% rename from stable/browserless-chrome/9.7.3/README.md rename to stable/browserless-chrome/9.7.5/README.md diff --git a/stable/browserless-chrome/9.7.5/app-changelog.md b/stable/browserless-chrome/9.7.5/app-changelog.md new file mode 100644 index 00000000000..49aa8a9cb1f --- /dev/null +++ b/stable/browserless-chrome/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [browserless-chrome-9.7.5](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/browserless-chrome/9.7.3/app-readme.md b/stable/browserless-chrome/9.7.5/app-readme.md similarity index 100% rename from stable/browserless-chrome/9.7.3/app-readme.md rename to stable/browserless-chrome/9.7.5/app-readme.md diff --git a/stable/browserless-chrome/9.7.5/charts/common-20.2.10.tgz b/stable/browserless-chrome/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/browserless-chrome/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/browserless-chrome/9.7.3/ix_values.yaml b/stable/browserless-chrome/9.7.5/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/9.7.3/ix_values.yaml rename to stable/browserless-chrome/9.7.5/ix_values.yaml diff --git a/stable/browserless-chrome/9.7.3/questions.yaml b/stable/browserless-chrome/9.7.5/questions.yaml similarity index 100% rename from stable/browserless-chrome/9.7.3/questions.yaml rename to stable/browserless-chrome/9.7.5/questions.yaml diff --git a/stable/budge/9.7.5/templates/NOTES.txt b/stable/browserless-chrome/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/budge/9.7.5/templates/NOTES.txt rename to stable/browserless-chrome/9.7.5/templates/NOTES.txt diff --git a/stable/browserless-chrome/9.7.3/templates/common.yaml b/stable/browserless-chrome/9.7.5/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/9.7.3/templates/common.yaml rename to stable/browserless-chrome/9.7.5/templates/common.yaml diff --git a/stable/budge/9.7.5/values.yaml b/stable/browserless-chrome/9.7.5/values.yaml similarity index 100% rename from stable/budge/9.7.5/values.yaml rename to stable/browserless-chrome/9.7.5/values.yaml diff --git a/stable/budge/9.7.5/CHANGELOG.md b/stable/budge/9.7.5/CHANGELOG.md deleted file mode 100644 index 20b12205f6b..00000000000 --- a/stable/budge/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/budge/9.7.5/Chart.yaml b/stable/budge/9.7.5/Chart.yaml deleted file mode 100644 index d3ab4bcb583..00000000000 --- a/stable/budge/9.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Budge is an open source 'budgeting with envelopes' personal finance app. -home: https://truecharts.org/charts/stable/budge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png -keywords: - - finance - - budge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: budge -sources: - - https://github.com/linuxserver/budge - - https://github.com/linuxserver/docker-BudgE - - https://github.com/truecharts/charts/tree/master/charts/stable/budge - - https://ghcr.io/linuxserver/budge -type: application -version: 9.7.5 diff --git a/stable/budge/9.7.5/app-changelog.md b/stable/budge/9.7.5/app-changelog.md deleted file mode 100644 index ddbd5270c54..00000000000 --- a/stable/budge/9.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/budge/9.7.5/charts/common-20.2.4.tgz b/stable/budge/9.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/budge/9.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/bwapp/5.7.3/.helmignore b/stable/budge/9.7.7/.helmignore similarity index 100% rename from stable/bwapp/5.7.3/.helmignore rename to stable/budge/9.7.7/.helmignore diff --git a/stable/budge/9.7.7/CHANGELOG.md b/stable/budge/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..95566341457 --- /dev/null +++ b/stable/budge/9.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [budge-9.7.7](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [budge-9.7.6](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [budge-9.7.6](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [budge-9.7.6](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [budge-9.7.6](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.6) (2024-03-27) + +### Chore diff --git a/stable/budge/9.7.7/Chart.yaml b/stable/budge/9.7.7/Chart.yaml new file mode 100644 index 00000000000..4d616b346a4 --- /dev/null +++ b/stable/budge/9.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Budge is an open source 'budgeting with envelopes' personal finance app. +home: https://truecharts.org/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png +keywords: + - finance + - budge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: budge +sources: + - https://github.com/linuxserver/budge + - https://github.com/linuxserver/docker-BudgE + - https://github.com/truecharts/charts/tree/master/charts/stable/budge + - https://ghcr.io/linuxserver/budge +type: application +version: 9.7.7 diff --git a/stable/budge/9.7.5/README.md b/stable/budge/9.7.7/README.md similarity index 100% rename from stable/budge/9.7.5/README.md rename to stable/budge/9.7.7/README.md diff --git a/stable/budge/9.7.7/app-changelog.md b/stable/budge/9.7.7/app-changelog.md new file mode 100644 index 00000000000..a8c582cf847 --- /dev/null +++ b/stable/budge/9.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [budge-9.7.7](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/budge/9.7.5/app-readme.md b/stable/budge/9.7.7/app-readme.md similarity index 100% rename from stable/budge/9.7.5/app-readme.md rename to stable/budge/9.7.7/app-readme.md diff --git a/stable/budge/9.7.7/charts/common-20.2.10.tgz b/stable/budge/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/budge/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/budge/9.7.5/ix_values.yaml b/stable/budge/9.7.7/ix_values.yaml similarity index 100% rename from stable/budge/9.7.5/ix_values.yaml rename to stable/budge/9.7.7/ix_values.yaml diff --git a/stable/budge/9.7.5/questions.yaml b/stable/budge/9.7.7/questions.yaml similarity index 100% rename from stable/budge/9.7.5/questions.yaml rename to stable/budge/9.7.7/questions.yaml diff --git a/stable/calibre-web/18.7.5/templates/NOTES.txt b/stable/budge/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/calibre-web/18.7.5/templates/NOTES.txt rename to stable/budge/9.7.7/templates/NOTES.txt diff --git a/stable/budge/9.7.5/templates/common.yaml b/stable/budge/9.7.7/templates/common.yaml similarity index 100% rename from stable/budge/9.7.5/templates/common.yaml rename to stable/budge/9.7.7/templates/common.yaml diff --git a/stable/bwapp/5.7.3/values.yaml b/stable/budge/9.7.7/values.yaml similarity index 100% rename from stable/bwapp/5.7.3/values.yaml rename to stable/budge/9.7.7/values.yaml diff --git a/stable/bwapp/5.7.3/CHANGELOG.md b/stable/bwapp/5.7.3/CHANGELOG.md deleted file mode 100644 index 3967a216093..00000000000 --- a/stable/bwapp/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/bwapp/5.7.3/Chart.yaml b/stable/bwapp/5.7.3/Chart.yaml deleted file mode 100644 index 6ec395b7438..00000000000 --- a/stable/bwapp/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. -home: https://truecharts.org/charts/stable/bwapp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png -keywords: - - bwapp - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: bwapp -sources: - - https://sourceforge.net/projects/bwapp/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp - - https://hub.docker.com/r/raesene/bwapp -type: application -version: 5.7.3 diff --git a/stable/bwapp/5.7.3/app-changelog.md b/stable/bwapp/5.7.3/app-changelog.md deleted file mode 100644 index d2aabb18a0b..00000000000 --- a/stable/bwapp/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bwapp/5.7.3/charts/common-20.2.4.tgz b/stable/bwapp/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/bwapp/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cadquery-server/5.7.3/.helmignore b/stable/bwapp/5.7.5/.helmignore similarity index 100% rename from stable/cadquery-server/5.7.3/.helmignore rename to stable/bwapp/5.7.5/.helmignore diff --git a/stable/bwapp/5.7.5/CHANGELOG.md b/stable/bwapp/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c2ec8199430 --- /dev/null +++ b/stable/bwapp/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bwapp-5.7.5](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bwapp-5.7.4](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bwapp-5.7.4](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bwapp-5.7.4](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bwapp-5.7.4](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [bwapp-5.7.4](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/bwapp/5.7.5/Chart.yaml b/stable/bwapp/5.7.5/Chart.yaml new file mode 100644 index 00000000000..931816e6533 --- /dev/null +++ b/stable/bwapp/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. +home: https://truecharts.org/charts/stable/bwapp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png +keywords: + - bwapp + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bwapp +sources: + - https://sourceforge.net/projects/bwapp/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp + - https://hub.docker.com/r/raesene/bwapp +type: application +version: 5.7.5 diff --git a/stable/bwapp/5.7.3/README.md b/stable/bwapp/5.7.5/README.md similarity index 100% rename from stable/bwapp/5.7.3/README.md rename to stable/bwapp/5.7.5/README.md diff --git a/stable/bwapp/5.7.5/app-changelog.md b/stable/bwapp/5.7.5/app-changelog.md new file mode 100644 index 00000000000..4a529bfcbc2 --- /dev/null +++ b/stable/bwapp/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bwapp-5.7.5](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/bwapp/5.7.3/app-readme.md b/stable/bwapp/5.7.5/app-readme.md similarity index 100% rename from stable/bwapp/5.7.3/app-readme.md rename to stable/bwapp/5.7.5/app-readme.md diff --git a/stable/bwapp/5.7.5/charts/common-20.2.10.tgz b/stable/bwapp/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/bwapp/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/bwapp/5.7.3/ix_values.yaml b/stable/bwapp/5.7.5/ix_values.yaml similarity index 100% rename from stable/bwapp/5.7.3/ix_values.yaml rename to stable/bwapp/5.7.5/ix_values.yaml diff --git a/stable/bwapp/5.7.3/questions.yaml b/stable/bwapp/5.7.5/questions.yaml similarity index 100% rename from stable/bwapp/5.7.3/questions.yaml rename to stable/bwapp/5.7.5/questions.yaml diff --git a/stable/bwapp/5.7.3/templates/common.yaml b/stable/bwapp/5.7.5/templates/common.yaml similarity index 100% rename from stable/bwapp/5.7.3/templates/common.yaml rename to stable/bwapp/5.7.5/templates/common.yaml diff --git a/stable/cadquery-server/5.7.3/values.yaml b/stable/bwapp/5.7.5/values.yaml similarity index 100% rename from stable/cadquery-server/5.7.3/values.yaml rename to stable/bwapp/5.7.5/values.yaml diff --git a/stable/cadquery-server/5.7.3/CHANGELOG.md b/stable/cadquery-server/5.7.3/CHANGELOG.md deleted file mode 100644 index c429278e699..00000000000 --- a/stable/cadquery-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cadquery-server/5.7.3/Chart.yaml b/stable/cadquery-server/5.7.3/Chart.yaml deleted file mode 100644 index 4e56900631b..00000000000 --- a/stable/cadquery-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. -home: https://truecharts.org/charts/stable/cadquery-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png -keywords: - - cadquery-server - - Productivity - - Tools-Utilities - - Other - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cadquery-server -sources: - - https://github.com/roipoussiere/cadquery - - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server - - https://hub.docker.com/r/cadquery/cadquery-server -type: application -version: 5.7.3 diff --git a/stable/cadquery-server/5.7.3/app-changelog.md b/stable/cadquery-server/5.7.3/app-changelog.md deleted file mode 100644 index e13b1556085..00000000000 --- a/stable/cadquery-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz b/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/calibre-web/18.7.5/.helmignore b/stable/cadquery-server/5.7.5/.helmignore similarity index 100% rename from stable/calibre-web/18.7.5/.helmignore rename to stable/cadquery-server/5.7.5/.helmignore diff --git a/stable/cadquery-server/5.7.5/CHANGELOG.md b/stable/cadquery-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8e25765ea82 --- /dev/null +++ b/stable/cadquery-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cadquery-server-5.7.5](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cadquery-server-5.7.4](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cadquery-server-5.7.4](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cadquery-server-5.7.4](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cadquery-server-5.7.4](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cadquery-server-5.7.4](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cadquery-server/5.7.5/Chart.yaml b/stable/cadquery-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..aff0b021d72 --- /dev/null +++ b/stable/cadquery-server/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. +home: https://truecharts.org/charts/stable/cadquery-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png +keywords: + - cadquery-server + - Productivity + - Tools-Utilities + - Other + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cadquery-server +sources: + - https://github.com/roipoussiere/cadquery + - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server + - https://hub.docker.com/r/cadquery/cadquery-server +type: application +version: 5.7.5 diff --git a/stable/cadquery-server/5.7.3/README.md b/stable/cadquery-server/5.7.5/README.md similarity index 100% rename from stable/cadquery-server/5.7.3/README.md rename to stable/cadquery-server/5.7.5/README.md diff --git a/stable/cadquery-server/5.7.5/app-changelog.md b/stable/cadquery-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..89b69169576 --- /dev/null +++ b/stable/cadquery-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cadquery-server-5.7.5](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cadquery-server/5.7.3/app-readme.md b/stable/cadquery-server/5.7.5/app-readme.md similarity index 100% rename from stable/cadquery-server/5.7.3/app-readme.md rename to stable/cadquery-server/5.7.5/app-readme.md diff --git a/stable/cadquery-server/5.7.5/charts/common-20.2.10.tgz b/stable/cadquery-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cadquery-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cadquery-server/5.7.3/ix_values.yaml b/stable/cadquery-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/cadquery-server/5.7.3/ix_values.yaml rename to stable/cadquery-server/5.7.5/ix_values.yaml diff --git a/stable/cadquery-server/5.7.3/questions.yaml b/stable/cadquery-server/5.7.5/questions.yaml similarity index 100% rename from stable/cadquery-server/5.7.3/questions.yaml rename to stable/cadquery-server/5.7.5/questions.yaml diff --git a/stable/cadquery-server/5.7.3/templates/common.yaml b/stable/cadquery-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/cadquery-server/5.7.3/templates/common.yaml rename to stable/cadquery-server/5.7.5/templates/common.yaml diff --git a/stable/calibre-web/18.7.5/values.yaml b/stable/cadquery-server/5.7.5/values.yaml similarity index 100% rename from stable/calibre-web/18.7.5/values.yaml rename to stable/cadquery-server/5.7.5/values.yaml diff --git a/stable/calibre-web/18.7.5/CHANGELOG.md b/stable/calibre-web/18.7.5/CHANGELOG.md deleted file mode 100644 index 2572b2f5734..00000000000 --- a/stable/calibre-web/18.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/calibre-web/18.7.5/Chart.yaml b/stable/calibre-web/18.7.5/Chart.yaml deleted file mode 100644 index 2530e624766..00000000000 --- a/stable/calibre-web/18.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.21 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. -home: https://truecharts.org/charts/stable/calibre-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png -keywords: - - calibre-web - - calibre - - ebook -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: calibre-web -sources: - - https://github.com/janeczku/calibre-web - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - - https://hub.docker.com/r/linuxserver/calibre-web -type: application -version: 18.7.5 diff --git a/stable/calibre-web/18.7.5/app-changelog.md b/stable/calibre-web/18.7.5/app-changelog.md deleted file mode 100644 index b536923986c..00000000000 --- a/stable/calibre-web/18.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz b/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/calibre/14.8.3/.helmignore b/stable/calibre-web/18.7.7/.helmignore similarity index 100% rename from stable/calibre/14.8.3/.helmignore rename to stable/calibre-web/18.7.7/.helmignore diff --git a/stable/calibre-web/18.7.7/CHANGELOG.md b/stable/calibre-web/18.7.7/CHANGELOG.md new file mode 100644 index 00000000000..b6f133e8481 --- /dev/null +++ b/stable/calibre-web/18.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-web-18.7.7](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-web-18.7.6](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-web-18.7.6](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-web-18.7.6](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-web-18.7.6](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.6) (2024-03-27) + +### Chore diff --git a/stable/calibre-web/18.7.7/Chart.yaml b/stable/calibre-web/18.7.7/Chart.yaml new file mode 100644 index 00000000000..e5ef4ff9706 --- /dev/null +++ b/stable/calibre-web/18.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.21 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre-web +sources: + - https://github.com/janeczku/calibre-web + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://hub.docker.com/r/linuxserver/calibre-web +type: application +version: 18.7.7 diff --git a/stable/calibre-web/18.7.5/README.md b/stable/calibre-web/18.7.7/README.md similarity index 100% rename from stable/calibre-web/18.7.5/README.md rename to stable/calibre-web/18.7.7/README.md diff --git a/stable/calibre-web/18.7.7/app-changelog.md b/stable/calibre-web/18.7.7/app-changelog.md new file mode 100644 index 00000000000..236061b4389 --- /dev/null +++ b/stable/calibre-web/18.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [calibre-web-18.7.7](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/calibre-web/18.7.5/app-readme.md b/stable/calibre-web/18.7.7/app-readme.md similarity index 100% rename from stable/calibre-web/18.7.5/app-readme.md rename to stable/calibre-web/18.7.7/app-readme.md diff --git a/stable/calibre-web/18.7.7/charts/common-20.2.10.tgz b/stable/calibre-web/18.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/calibre-web/18.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/calibre-web/18.7.5/ix_values.yaml b/stable/calibre-web/18.7.7/ix_values.yaml similarity index 100% rename from stable/calibre-web/18.7.5/ix_values.yaml rename to stable/calibre-web/18.7.7/ix_values.yaml diff --git a/stable/calibre-web/18.7.5/questions.yaml b/stable/calibre-web/18.7.7/questions.yaml similarity index 100% rename from stable/calibre-web/18.7.5/questions.yaml rename to stable/calibre-web/18.7.7/questions.yaml diff --git a/stable/calibre/14.8.3/templates/NOTES.txt b/stable/calibre-web/18.7.7/templates/NOTES.txt similarity index 100% rename from stable/calibre/14.8.3/templates/NOTES.txt rename to stable/calibre-web/18.7.7/templates/NOTES.txt diff --git a/stable/calibre-web/18.7.5/templates/common.yaml b/stable/calibre-web/18.7.7/templates/common.yaml similarity index 100% rename from stable/calibre-web/18.7.5/templates/common.yaml rename to stable/calibre-web/18.7.7/templates/common.yaml diff --git a/stable/calibre/14.8.3/values.yaml b/stable/calibre-web/18.7.7/values.yaml similarity index 100% rename from stable/calibre/14.8.3/values.yaml rename to stable/calibre-web/18.7.7/values.yaml diff --git a/stable/calibre/14.8.3/CHANGELOG.md b/stable/calibre/14.8.3/CHANGELOG.md deleted file mode 100644 index d159bf74f65..00000000000 --- a/stable/calibre/14.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/calibre/14.8.3/Chart.yaml b/stable/calibre/14.8.3/Chart.yaml deleted file mode 100644 index bcb4884927c..00000000000 --- a/stable/calibre/14.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.6.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Calibre is a powerful and easy to use e-book manager. -home: https://truecharts.org/charts/stable/calibre -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png -keywords: - - calibre -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: calibre -sources: - - https://github.com/kovidgoyal/calibre/ - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - - https://ghcr.io/linuxserver/calibre -type: application -version: 14.8.3 diff --git a/stable/calibre/14.8.3/app-changelog.md b/stable/calibre/14.8.3/app-changelog.md deleted file mode 100644 index 938cfa20a5f..00000000000 --- a/stable/calibre/14.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/calibre/14.8.3/charts/common-20.2.4.tgz b/stable/calibre/14.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/calibre/14.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/changedetection-io/2.7.3/.helmignore b/stable/calibre/14.8.5/.helmignore similarity index 100% rename from stable/changedetection-io/2.7.3/.helmignore rename to stable/calibre/14.8.5/.helmignore diff --git a/stable/calibre/14.8.5/CHANGELOG.md b/stable/calibre/14.8.5/CHANGELOG.md new file mode 100644 index 00000000000..73a883dec72 --- /dev/null +++ b/stable/calibre/14.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-14.8.5](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-14.8.4](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-14.8.4](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-14.8.4](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-14.8.4](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [calibre-14.8.4](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/calibre/14.8.5/Chart.yaml b/stable/calibre/14.8.5/Chart.yaml new file mode 100644 index 00000000000..d1c34093115 --- /dev/null +++ b/stable/calibre/14.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre is a powerful and easy to use e-book manager. +home: https://truecharts.org/charts/stable/calibre +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png +keywords: + - calibre +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre +sources: + - https://github.com/kovidgoyal/calibre/ + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre + - https://ghcr.io/linuxserver/calibre +type: application +version: 14.8.5 diff --git a/stable/calibre/14.8.3/README.md b/stable/calibre/14.8.5/README.md similarity index 100% rename from stable/calibre/14.8.3/README.md rename to stable/calibre/14.8.5/README.md diff --git a/stable/calibre/14.8.5/app-changelog.md b/stable/calibre/14.8.5/app-changelog.md new file mode 100644 index 00000000000..4044ababc03 --- /dev/null +++ b/stable/calibre/14.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [calibre-14.8.5](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/calibre/14.8.3/app-readme.md b/stable/calibre/14.8.5/app-readme.md similarity index 100% rename from stable/calibre/14.8.3/app-readme.md rename to stable/calibre/14.8.5/app-readme.md diff --git a/stable/calibre/14.8.5/charts/common-20.2.10.tgz b/stable/calibre/14.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/calibre/14.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/calibre/14.8.3/ix_values.yaml b/stable/calibre/14.8.5/ix_values.yaml similarity index 100% rename from stable/calibre/14.8.3/ix_values.yaml rename to stable/calibre/14.8.5/ix_values.yaml diff --git a/stable/calibre/14.8.3/questions.yaml b/stable/calibre/14.8.5/questions.yaml similarity index 100% rename from stable/calibre/14.8.3/questions.yaml rename to stable/calibre/14.8.5/questions.yaml diff --git a/stable/changedetection-io/2.7.3/templates/NOTES.txt b/stable/calibre/14.8.5/templates/NOTES.txt similarity index 100% rename from stable/changedetection-io/2.7.3/templates/NOTES.txt rename to stable/calibre/14.8.5/templates/NOTES.txt diff --git a/stable/calibre/14.8.3/templates/common.yaml b/stable/calibre/14.8.5/templates/common.yaml similarity index 100% rename from stable/calibre/14.8.3/templates/common.yaml rename to stable/calibre/14.8.5/templates/common.yaml diff --git a/stable/changedetection-io/2.7.3/values.yaml b/stable/calibre/14.8.5/values.yaml similarity index 100% rename from stable/changedetection-io/2.7.3/values.yaml rename to stable/calibre/14.8.5/values.yaml diff --git a/stable/changedetection-io/2.7.3/CHANGELOG.md b/stable/changedetection-io/2.7.3/CHANGELOG.md deleted file mode 100644 index 14591a5c1fd..00000000000 --- a/stable/changedetection-io/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/changedetection-io/2.7.3/Chart.yaml b/stable/changedetection-io/2.7.3/Chart.yaml deleted file mode 100644 index 2753c7c6cc0..00000000000 --- a/stable/changedetection-io/2.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.45.16 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service -home: https://truecharts.org/charts/stable/changedetection-io -icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png -keywords: - - monitoring - - changedection - - website watcher -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: changedetection-io -sources: - - https://github.com/dgtlmoon/changedetection.io/tree/master - - https://changedetection.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - - https://ghcr.io/dgtlmoon/changedetection.io -type: application -version: 2.7.3 diff --git a/stable/changedetection-io/2.7.3/app-changelog.md b/stable/changedetection-io/2.7.3/app-changelog.md deleted file mode 100644 index 73449f184ce..00000000000 --- a/stable/changedetection-io/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz b/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/channels-dvr/6.7.3/.helmignore b/stable/changedetection-io/2.7.5/.helmignore similarity index 100% rename from stable/channels-dvr/6.7.3/.helmignore rename to stable/changedetection-io/2.7.5/.helmignore diff --git a/stable/changedetection-io/2.7.5/CHANGELOG.md b/stable/changedetection-io/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2a1fedd19d8 --- /dev/null +++ b/stable/changedetection-io/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [changedetection-io-2.7.5](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [changedetection-io-2.7.4](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [changedetection-io-2.7.4](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [changedetection-io-2.7.4](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [changedetection-io-2.7.4](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [changedetection-io-2.7.4](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/changedetection-io/2.7.5/Chart.yaml b/stable/changedetection-io/2.7.5/Chart.yaml new file mode 100644 index 00000000000..669b70da4c4 --- /dev/null +++ b/stable/changedetection-io/2.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.45.16 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service +home: https://truecharts.org/charts/stable/changedetection-io +icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png +keywords: + - monitoring + - changedection + - website watcher +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: changedetection-io +sources: + - https://github.com/dgtlmoon/changedetection.io/tree/master + - https://changedetection.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io + - https://ghcr.io/dgtlmoon/changedetection.io +type: application +version: 2.7.5 diff --git a/stable/changedetection-io/2.7.3/README.md b/stable/changedetection-io/2.7.5/README.md similarity index 100% rename from stable/changedetection-io/2.7.3/README.md rename to stable/changedetection-io/2.7.5/README.md diff --git a/stable/changedetection-io/2.7.5/app-changelog.md b/stable/changedetection-io/2.7.5/app-changelog.md new file mode 100644 index 00000000000..2e4fef9cbfb --- /dev/null +++ b/stable/changedetection-io/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [changedetection-io-2.7.5](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/changedetection-io/2.7.3/app-readme.md b/stable/changedetection-io/2.7.5/app-readme.md similarity index 100% rename from stable/changedetection-io/2.7.3/app-readme.md rename to stable/changedetection-io/2.7.5/app-readme.md diff --git a/stable/changedetection-io/2.7.5/charts/common-20.2.10.tgz b/stable/changedetection-io/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/changedetection-io/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/changedetection-io/2.7.3/ix_values.yaml b/stable/changedetection-io/2.7.5/ix_values.yaml similarity index 100% rename from stable/changedetection-io/2.7.3/ix_values.yaml rename to stable/changedetection-io/2.7.5/ix_values.yaml diff --git a/stable/changedetection-io/2.7.3/questions.yaml b/stable/changedetection-io/2.7.5/questions.yaml similarity index 100% rename from stable/changedetection-io/2.7.3/questions.yaml rename to stable/changedetection-io/2.7.5/questions.yaml diff --git a/stable/channels-dvr/6.7.3/templates/NOTES.txt b/stable/changedetection-io/2.7.5/templates/NOTES.txt similarity index 100% rename from stable/channels-dvr/6.7.3/templates/NOTES.txt rename to stable/changedetection-io/2.7.5/templates/NOTES.txt diff --git a/stable/changedetection-io/2.7.3/templates/common.yaml b/stable/changedetection-io/2.7.5/templates/common.yaml similarity index 100% rename from stable/changedetection-io/2.7.3/templates/common.yaml rename to stable/changedetection-io/2.7.5/templates/common.yaml diff --git a/stable/channels-dvr/6.7.3/values.yaml b/stable/changedetection-io/2.7.5/values.yaml similarity index 100% rename from stable/channels-dvr/6.7.3/values.yaml rename to stable/changedetection-io/2.7.5/values.yaml diff --git a/stable/channels-dvr/6.7.3/CHANGELOG.md b/stable/channels-dvr/6.7.3/CHANGELOG.md deleted file mode 100644 index 50f848d55cb..00000000000 --- a/stable/channels-dvr/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/channels-dvr/6.7.3/Chart.yaml b/stable/channels-dvr/6.7.3/Chart.yaml deleted file mode 100644 index 3b903265506..00000000000 --- a/stable/channels-dvr/6.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Channels DVR Server -home: https://truecharts.org/charts/stable/channels-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png -keywords: - - channels-dvr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: channels-dvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr - - https://hub.docker.com/r/fancybits/channels-dvr -type: application -version: 6.7.3 diff --git a/stable/channels-dvr/6.7.3/app-changelog.md b/stable/channels-dvr/6.7.3/app-changelog.md deleted file mode 100644 index 55df8c01c41..00000000000 --- a/stable/channels-dvr/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz b/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chevereto/12.12.8/.helmignore b/stable/channels-dvr/6.7.5/.helmignore similarity index 100% rename from stable/chevereto/12.12.8/.helmignore rename to stable/channels-dvr/6.7.5/.helmignore diff --git a/stable/channels-dvr/6.7.5/CHANGELOG.md b/stable/channels-dvr/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9e3372fa9a2 --- /dev/null +++ b/stable/channels-dvr/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [channels-dvr-6.7.5](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [channels-dvr-6.7.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [channels-dvr-6.7.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [channels-dvr-6.7.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [channels-dvr-6.7.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [channels-dvr-6.7.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/channels-dvr/6.7.5/Chart.yaml b/stable/channels-dvr/6.7.5/Chart.yaml new file mode 100644 index 00000000000..eb211e2115d --- /dev/null +++ b/stable/channels-dvr/6.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Channels DVR Server +home: https://truecharts.org/charts/stable/channels-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png +keywords: + - channels-dvr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: channels-dvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr + - https://hub.docker.com/r/fancybits/channels-dvr +type: application +version: 6.7.5 diff --git a/stable/channels-dvr/6.7.3/README.md b/stable/channels-dvr/6.7.5/README.md similarity index 100% rename from stable/channels-dvr/6.7.3/README.md rename to stable/channels-dvr/6.7.5/README.md diff --git a/stable/channels-dvr/6.7.5/app-changelog.md b/stable/channels-dvr/6.7.5/app-changelog.md new file mode 100644 index 00000000000..6fc14c08b44 --- /dev/null +++ b/stable/channels-dvr/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [channels-dvr-6.7.5](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/channels-dvr/6.7.3/app-readme.md b/stable/channels-dvr/6.7.5/app-readme.md similarity index 100% rename from stable/channels-dvr/6.7.3/app-readme.md rename to stable/channels-dvr/6.7.5/app-readme.md diff --git a/stable/channels-dvr/6.7.5/charts/common-20.2.10.tgz b/stable/channels-dvr/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/channels-dvr/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/channels-dvr/6.7.3/ix_values.yaml b/stable/channels-dvr/6.7.5/ix_values.yaml similarity index 100% rename from stable/channels-dvr/6.7.3/ix_values.yaml rename to stable/channels-dvr/6.7.5/ix_values.yaml diff --git a/stable/channels-dvr/6.7.3/questions.yaml b/stable/channels-dvr/6.7.5/questions.yaml similarity index 100% rename from stable/channels-dvr/6.7.3/questions.yaml rename to stable/channels-dvr/6.7.5/questions.yaml diff --git a/stable/chevereto/12.12.8/templates/NOTES.txt b/stable/channels-dvr/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/chevereto/12.12.8/templates/NOTES.txt rename to stable/channels-dvr/6.7.5/templates/NOTES.txt diff --git a/stable/channels-dvr/6.7.3/templates/common.yaml b/stable/channels-dvr/6.7.5/templates/common.yaml similarity index 100% rename from stable/channels-dvr/6.7.3/templates/common.yaml rename to stable/channels-dvr/6.7.5/templates/common.yaml diff --git a/stable/chevereto/12.12.8/values.yaml b/stable/channels-dvr/6.7.5/values.yaml similarity index 100% rename from stable/chevereto/12.12.8/values.yaml rename to stable/channels-dvr/6.7.5/values.yaml diff --git a/stable/chivalry-medievalwarfare/5.7.3/.helmignore b/stable/chevereto/12.12.10/.helmignore similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/.helmignore rename to stable/chevereto/12.12.10/.helmignore diff --git a/stable/chevereto/12.12.10/CHANGELOG.md b/stable/chevereto/12.12.10/CHANGELOG.md new file mode 100644 index 00000000000..3a7f49c4bf5 --- /dev/null +++ b/stable/chevereto/12.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chevereto-12.12.10](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [chevereto-12.12.9](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [chevereto-12.12.9](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/chevereto/12.12.10/Chart.yaml b/stable/chevereto/12.12.10/Chart.yaml new file mode 100644 index 00000000000..12bbbf53d9a --- /dev/null +++ b/stable/chevereto/12.12.10/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. +home: https://truecharts.org/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png +keywords: + - chevereto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chevereto +sources: + - https://github.com/rodber/chevereto-free + - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto + - https://ghcr.io/rodber/chevereto-free +type: application +version: 12.12.10 diff --git a/stable/chevereto/12.12.8/README.md b/stable/chevereto/12.12.10/README.md similarity index 100% rename from stable/chevereto/12.12.8/README.md rename to stable/chevereto/12.12.10/README.md diff --git a/stable/chevereto/12.12.10/app-changelog.md b/stable/chevereto/12.12.10/app-changelog.md new file mode 100644 index 00000000000..1475ee6af68 --- /dev/null +++ b/stable/chevereto/12.12.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [chevereto-12.12.10](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/chevereto/12.12.8/app-readme.md b/stable/chevereto/12.12.10/app-readme.md similarity index 100% rename from stable/chevereto/12.12.8/app-readme.md rename to stable/chevereto/12.12.10/app-readme.md diff --git a/stable/chevereto/12.12.10/charts/common-20.2.10.tgz b/stable/chevereto/12.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chevereto/12.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/wordpress/7.12.15/charts/mariadb-13.7.5.tgz b/stable/chevereto/12.12.10/charts/mariadb-13.7.5.tgz similarity index 100% rename from stable/wordpress/7.12.15/charts/mariadb-13.7.5.tgz rename to stable/chevereto/12.12.10/charts/mariadb-13.7.5.tgz diff --git a/stable/chevereto/12.12.8/ix_values.yaml b/stable/chevereto/12.12.10/ix_values.yaml similarity index 100% rename from stable/chevereto/12.12.8/ix_values.yaml rename to stable/chevereto/12.12.10/ix_values.yaml diff --git a/stable/chevereto/12.12.8/questions.yaml b/stable/chevereto/12.12.10/questions.yaml similarity index 100% rename from stable/chevereto/12.12.8/questions.yaml rename to stable/chevereto/12.12.10/questions.yaml diff --git a/stable/chroma/2.7.3/templates/NOTES.txt b/stable/chevereto/12.12.10/templates/NOTES.txt similarity index 100% rename from stable/chroma/2.7.3/templates/NOTES.txt rename to stable/chevereto/12.12.10/templates/NOTES.txt diff --git a/stable/chevereto/12.12.8/templates/common.yaml b/stable/chevereto/12.12.10/templates/common.yaml similarity index 100% rename from stable/chevereto/12.12.8/templates/common.yaml rename to stable/chevereto/12.12.10/templates/common.yaml diff --git a/stable/chivalry-medievalwarfare/5.7.3/values.yaml b/stable/chevereto/12.12.10/values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/values.yaml rename to stable/chevereto/12.12.10/values.yaml diff --git a/stable/chevereto/12.12.8/CHANGELOG.md b/stable/chevereto/12.12.8/CHANGELOG.md deleted file mode 100644 index 7e39893401f..00000000000 --- a/stable/chevereto/12.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chevereto-12.12.8](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [chevereto-12.12.8](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [chevereto-12.12.7](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/chevereto/12.12.8/Chart.yaml b/stable/chevereto/12.12.8/Chart.yaml deleted file mode 100644 index f8d6ee55385..00000000000 --- a/stable/chevereto/12.12.8/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. -home: https://truecharts.org/charts/stable/chevereto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png -keywords: - - chevereto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chevereto -sources: - - https://github.com/rodber/chevereto-free - - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - - https://ghcr.io/rodber/chevereto-free -type: application -version: 12.12.8 diff --git a/stable/chevereto/12.12.8/app-changelog.md b/stable/chevereto/12.12.8/app-changelog.md deleted file mode 100644 index 630040440e7..00000000000 --- a/stable/chevereto/12.12.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [chevereto-12.12.8](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/chevereto/12.12.8/charts/common-20.2.9.tgz b/stable/chevereto/12.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/chevereto/12.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/chevereto/12.12.8/charts/mariadb-13.7.4.tgz b/stable/chevereto/12.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/chevereto/12.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md deleted file mode 100644 index 2641db00373..00000000000 --- a/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml b/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml deleted file mode 100644 index aa254aa14a8..00000000000 --- a/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: chialrymw -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." -home: https://truecharts.org/charts/stable/chivalry-medievalwarfare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png -keywords: - - chivalry-medievalwarfare - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chivalry-medievalwarfare -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md b/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md deleted file mode 100644 index 36c445235f9..00000000000 --- a/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz b/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chowdown/5.7.3/.helmignore b/stable/chivalry-medievalwarfare/5.7.5/.helmignore similarity index 100% rename from stable/chowdown/5.7.3/.helmignore rename to stable/chivalry-medievalwarfare/5.7.5/.helmignore diff --git a/stable/chivalry-medievalwarfare/5.7.5/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5ce8a06c4e9 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chivalry-medievalwarfare-5.7.5](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chivalry-medievalwarfare-5.7.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chivalry-medievalwarfare-5.7.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chivalry-medievalwarfare-5.7.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chivalry-medievalwarfare-5.7.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chivalry-medievalwarfare-5.7.4](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.7.5/Chart.yaml b/stable/chivalry-medievalwarfare/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0c3094509c6 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: chialrymw +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." +home: https://truecharts.org/charts/stable/chivalry-medievalwarfare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png +keywords: + - chivalry-medievalwarfare + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chivalry-medievalwarfare +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/chivalry-medievalwarfare/5.7.3/README.md b/stable/chivalry-medievalwarfare/5.7.5/README.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/README.md rename to stable/chivalry-medievalwarfare/5.7.5/README.md diff --git a/stable/chivalry-medievalwarfare/5.7.5/app-changelog.md b/stable/chivalry-medievalwarfare/5.7.5/app-changelog.md new file mode 100644 index 00000000000..5786f37564d --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chivalry-medievalwarfare-5.7.5](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.7.3/app-readme.md b/stable/chivalry-medievalwarfare/5.7.5/app-readme.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/app-readme.md rename to stable/chivalry-medievalwarfare/5.7.5/app-readme.md diff --git a/stable/chivalry-medievalwarfare/5.7.5/charts/common-20.2.10.tgz b/stable/chivalry-medievalwarfare/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chivalry-medievalwarfare/5.7.3/ix_values.yaml b/stable/chivalry-medievalwarfare/5.7.5/ix_values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/ix_values.yaml rename to stable/chivalry-medievalwarfare/5.7.5/ix_values.yaml diff --git a/stable/chivalry-medievalwarfare/5.7.3/questions.yaml b/stable/chivalry-medievalwarfare/5.7.5/questions.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/questions.yaml rename to stable/chivalry-medievalwarfare/5.7.5/questions.yaml diff --git a/stable/chivalry-medievalwarfare/5.7.3/templates/common.yaml b/stable/chivalry-medievalwarfare/5.7.5/templates/common.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.7.3/templates/common.yaml rename to stable/chivalry-medievalwarfare/5.7.5/templates/common.yaml diff --git a/stable/chowdown/5.7.3/values.yaml b/stable/chivalry-medievalwarfare/5.7.5/values.yaml similarity index 100% rename from stable/chowdown/5.7.3/values.yaml rename to stable/chivalry-medievalwarfare/5.7.5/values.yaml diff --git a/stable/chowdown/5.7.3/CHANGELOG.md b/stable/chowdown/5.7.3/CHANGELOG.md deleted file mode 100644 index 9b31f63c25d..00000000000 --- a/stable/chowdown/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chowdown/5.7.3/Chart.yaml b/stable/chowdown/5.7.3/Chart.yaml deleted file mode 100644 index c7f79faf477..00000000000 --- a/stable/chowdown/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple recipes in Markdown format. -home: https://truecharts.org/charts/stable/chowdown -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png -keywords: - - chowdown - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chowdown -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown - - https://hub.docker.com/r/gregyankovoy/chowdown -type: application -version: 5.7.3 diff --git a/stable/chowdown/5.7.3/app-changelog.md b/stable/chowdown/5.7.3/app-changelog.md deleted file mode 100644 index d73226f1094..00000000000 --- a/stable/chowdown/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chowdown/5.7.3/charts/common-20.2.4.tgz b/stable/chowdown/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chowdown/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chroma/2.7.3/.helmignore b/stable/chowdown/5.7.5/.helmignore similarity index 100% rename from stable/chroma/2.7.3/.helmignore rename to stable/chowdown/5.7.5/.helmignore diff --git a/stable/chowdown/5.7.5/CHANGELOG.md b/stable/chowdown/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..41732ed03a1 --- /dev/null +++ b/stable/chowdown/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chowdown-5.7.5](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chowdown-5.7.4](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chowdown-5.7.4](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chowdown-5.7.4](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chowdown-5.7.4](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chowdown-5.7.4](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chowdown/5.7.5/Chart.yaml b/stable/chowdown/5.7.5/Chart.yaml new file mode 100644 index 00000000000..fee18dbd41c --- /dev/null +++ b/stable/chowdown/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple recipes in Markdown format. +home: https://truecharts.org/charts/stable/chowdown +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png +keywords: + - chowdown + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chowdown +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown + - https://hub.docker.com/r/gregyankovoy/chowdown +type: application +version: 5.7.5 diff --git a/stable/chowdown/5.7.3/README.md b/stable/chowdown/5.7.5/README.md similarity index 100% rename from stable/chowdown/5.7.3/README.md rename to stable/chowdown/5.7.5/README.md diff --git a/stable/chowdown/5.7.5/app-changelog.md b/stable/chowdown/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7afc8657ba7 --- /dev/null +++ b/stable/chowdown/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chowdown-5.7.5](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chowdown/5.7.3/app-readme.md b/stable/chowdown/5.7.5/app-readme.md similarity index 100% rename from stable/chowdown/5.7.3/app-readme.md rename to stable/chowdown/5.7.5/app-readme.md diff --git a/stable/chowdown/5.7.5/charts/common-20.2.10.tgz b/stable/chowdown/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chowdown/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chowdown/5.7.3/ix_values.yaml b/stable/chowdown/5.7.5/ix_values.yaml similarity index 100% rename from stable/chowdown/5.7.3/ix_values.yaml rename to stable/chowdown/5.7.5/ix_values.yaml diff --git a/stable/chowdown/5.7.3/questions.yaml b/stable/chowdown/5.7.5/questions.yaml similarity index 100% rename from stable/chowdown/5.7.3/questions.yaml rename to stable/chowdown/5.7.5/questions.yaml diff --git a/stable/chowdown/5.7.3/templates/common.yaml b/stable/chowdown/5.7.5/templates/common.yaml similarity index 100% rename from stable/chowdown/5.7.3/templates/common.yaml rename to stable/chowdown/5.7.5/templates/common.yaml diff --git a/stable/chroma/2.7.3/values.yaml b/stable/chowdown/5.7.5/values.yaml similarity index 100% rename from stable/chroma/2.7.3/values.yaml rename to stable/chowdown/5.7.5/values.yaml diff --git a/stable/chroma/2.7.3/CHANGELOG.md b/stable/chroma/2.7.3/CHANGELOG.md deleted file mode 100644 index e53b0e1a72b..00000000000 --- a/stable/chroma/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chroma/2.7.3/Chart.yaml b/stable/chroma/2.7.3/Chart.yaml deleted file mode 100644 index 10334a697c8..00000000000 --- a/stable/chroma/2.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.24 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the AI-native open-source embedding database. -home: https://truecharts.org/charts/stable/chroma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png -keywords: - - chroma - - embedding - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chroma -sources: - - https://github.com/chroma-core/chroma - - https://github.com/truecharts/charts/tree/master/charts/stable/chroma - - https://ghcr.io/chroma-core/chroma -type: application -version: 2.7.3 diff --git a/stable/chroma/2.7.3/app-changelog.md b/stable/chroma/2.7.3/app-changelog.md deleted file mode 100644 index 1e98e941f3b..00000000000 --- a/stable/chroma/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chroma/2.7.3/charts/common-20.2.4.tgz b/stable/chroma/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chroma/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chromium-desktop-g3/5.7.3/.helmignore b/stable/chroma/2.7.5/.helmignore similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/.helmignore rename to stable/chroma/2.7.5/.helmignore diff --git a/stable/chroma/2.7.5/CHANGELOG.md b/stable/chroma/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2cf92f55779 --- /dev/null +++ b/stable/chroma/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chroma-2.7.5](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chroma-2.7.4](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chroma-2.7.4](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chroma-2.7.4](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chroma-2.7.4](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chroma-2.7.4](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chroma/2.7.5/Chart.yaml b/stable/chroma/2.7.5/Chart.yaml new file mode 100644 index 00000000000..de198d5dfb2 --- /dev/null +++ b/stable/chroma/2.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.24 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the AI-native open-source embedding database. +home: https://truecharts.org/charts/stable/chroma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png +keywords: + - chroma + - embedding + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chroma +sources: + - https://github.com/chroma-core/chroma + - https://github.com/truecharts/charts/tree/master/charts/stable/chroma + - https://ghcr.io/chroma-core/chroma +type: application +version: 2.7.5 diff --git a/stable/chroma/2.7.3/README.md b/stable/chroma/2.7.5/README.md similarity index 100% rename from stable/chroma/2.7.3/README.md rename to stable/chroma/2.7.5/README.md diff --git a/stable/chroma/2.7.5/app-changelog.md b/stable/chroma/2.7.5/app-changelog.md new file mode 100644 index 00000000000..371e829292b --- /dev/null +++ b/stable/chroma/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chroma-2.7.5](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chroma/2.7.3/app-readme.md b/stable/chroma/2.7.5/app-readme.md similarity index 100% rename from stable/chroma/2.7.3/app-readme.md rename to stable/chroma/2.7.5/app-readme.md diff --git a/stable/chroma/2.7.5/charts/common-20.2.10.tgz b/stable/chroma/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chroma/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chroma/2.7.3/ix_values.yaml b/stable/chroma/2.7.5/ix_values.yaml similarity index 100% rename from stable/chroma/2.7.3/ix_values.yaml rename to stable/chroma/2.7.5/ix_values.yaml diff --git a/stable/chroma/2.7.3/questions.yaml b/stable/chroma/2.7.5/questions.yaml similarity index 100% rename from stable/chroma/2.7.3/questions.yaml rename to stable/chroma/2.7.5/questions.yaml diff --git a/stable/chronos/8.7.3/templates/NOTES.txt b/stable/chroma/2.7.5/templates/NOTES.txt similarity index 100% rename from stable/chronos/8.7.3/templates/NOTES.txt rename to stable/chroma/2.7.5/templates/NOTES.txt diff --git a/stable/chroma/2.7.3/templates/common.yaml b/stable/chroma/2.7.5/templates/common.yaml similarity index 100% rename from stable/chroma/2.7.3/templates/common.yaml rename to stable/chroma/2.7.5/templates/common.yaml diff --git a/stable/chromium-desktop-g3/5.7.3/values.yaml b/stable/chroma/2.7.5/values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/values.yaml rename to stable/chroma/2.7.5/values.yaml diff --git a/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md b/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md deleted file mode 100644 index 3e5ad4739a2..00000000000 --- a/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chromium-desktop-g3/5.7.3/Chart.yaml b/stable/chromium-desktop-g3/5.7.3/Chart.yaml deleted file mode 100644 index 57785e5d626..00000000000 --- a/stable/chromium-desktop-g3/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/chromium-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png -keywords: - - chromium-desktop-g3 - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chromium-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 -type: application -version: 5.7.3 diff --git a/stable/chromium-desktop-g3/5.7.3/app-changelog.md b/stable/chromium-desktop-g3/5.7.3/app-changelog.md deleted file mode 100644 index 97f2ab3d114..00000000000 --- a/stable/chromium-desktop-g3/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chromium/5.7.3/.helmignore b/stable/chromium-desktop-g3/5.7.5/.helmignore similarity index 100% rename from stable/chromium/5.7.3/.helmignore rename to stable/chromium-desktop-g3/5.7.5/.helmignore diff --git a/stable/chromium-desktop-g3/5.7.5/CHANGELOG.md b/stable/chromium-desktop-g3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b37a2614ecc --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.7.5/Chart.yaml b/stable/chromium-desktop-g3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..80e4e0d4514 --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/chromium-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png +keywords: + - chromium-desktop-g3 + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 +type: application +version: 5.7.5 diff --git a/stable/chromium-desktop-g3/5.7.3/README.md b/stable/chromium-desktop-g3/5.7.5/README.md similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/README.md rename to stable/chromium-desktop-g3/5.7.5/README.md diff --git a/stable/chromium-desktop-g3/5.7.5/app-changelog.md b/stable/chromium-desktop-g3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7348ee1a391 --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chromium-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.7.3/app-readme.md b/stable/chromium-desktop-g3/5.7.5/app-readme.md similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/app-readme.md rename to stable/chromium-desktop-g3/5.7.5/app-readme.md diff --git a/stable/chromium-desktop-g3/5.7.5/charts/common-20.2.10.tgz b/stable/chromium-desktop-g3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chromium-desktop-g3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chromium-desktop-g3/5.7.3/ix_values.yaml b/stable/chromium-desktop-g3/5.7.5/ix_values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/ix_values.yaml rename to stable/chromium-desktop-g3/5.7.5/ix_values.yaml diff --git a/stable/chromium-desktop-g3/5.7.3/questions.yaml b/stable/chromium-desktop-g3/5.7.5/questions.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/questions.yaml rename to stable/chromium-desktop-g3/5.7.5/questions.yaml diff --git a/stable/chromium-desktop-g3/5.7.3/templates/common.yaml b/stable/chromium-desktop-g3/5.7.5/templates/common.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.7.3/templates/common.yaml rename to stable/chromium-desktop-g3/5.7.5/templates/common.yaml diff --git a/stable/chromium/5.7.3/values.yaml b/stable/chromium-desktop-g3/5.7.5/values.yaml similarity index 100% rename from stable/chromium/5.7.3/values.yaml rename to stable/chromium-desktop-g3/5.7.5/values.yaml diff --git a/stable/chromium/5.7.3/CHANGELOG.md b/stable/chromium/5.7.3/CHANGELOG.md deleted file mode 100644 index e3e92f8550a..00000000000 --- a/stable/chromium/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chromium/5.7.3/Chart.yaml b/stable/chromium/5.7.3/Chart.yaml deleted file mode 100644 index 5018d52efb8..00000000000 --- a/stable/chromium/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. -home: https://truecharts.org/charts/stable/chromium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png -keywords: - - chromium - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chromium -sources: - - https://www.google.com/chrome/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium - - https://hub.docker.com/r/ich777/chrome -type: application -version: 5.7.3 diff --git a/stable/chromium/5.7.3/app-changelog.md b/stable/chromium/5.7.3/app-changelog.md deleted file mode 100644 index 1f283b2eb9d..00000000000 --- a/stable/chromium/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chromium/5.7.3/charts/common-20.2.4.tgz b/stable/chromium/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chromium/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chronograf/5.7.3/.helmignore b/stable/chromium/5.7.5/.helmignore similarity index 100% rename from stable/chronograf/5.7.3/.helmignore rename to stable/chromium/5.7.5/.helmignore diff --git a/stable/chromium/5.7.5/CHANGELOG.md b/stable/chromium/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3890b72ac4d --- /dev/null +++ b/stable/chromium/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-5.7.5](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-5.7.4](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-5.7.4](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-5.7.4](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-5.7.4](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chromium-5.7.4](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chromium/5.7.5/Chart.yaml b/stable/chromium/5.7.5/Chart.yaml new file mode 100644 index 00000000000..36dabc1fd80 --- /dev/null +++ b/stable/chromium/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. +home: https://truecharts.org/charts/stable/chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png +keywords: + - chromium + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium +sources: + - https://www.google.com/chrome/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium + - https://hub.docker.com/r/ich777/chrome +type: application +version: 5.7.5 diff --git a/stable/chromium/5.7.3/README.md b/stable/chromium/5.7.5/README.md similarity index 100% rename from stable/chromium/5.7.3/README.md rename to stable/chromium/5.7.5/README.md diff --git a/stable/chromium/5.7.5/app-changelog.md b/stable/chromium/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e3a7665edf7 --- /dev/null +++ b/stable/chromium/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chromium-5.7.5](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chromium/5.7.3/app-readme.md b/stable/chromium/5.7.5/app-readme.md similarity index 100% rename from stable/chromium/5.7.3/app-readme.md rename to stable/chromium/5.7.5/app-readme.md diff --git a/stable/chromium/5.7.5/charts/common-20.2.10.tgz b/stable/chromium/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chromium/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chromium/5.7.3/ix_values.yaml b/stable/chromium/5.7.5/ix_values.yaml similarity index 100% rename from stable/chromium/5.7.3/ix_values.yaml rename to stable/chromium/5.7.5/ix_values.yaml diff --git a/stable/chromium/5.7.3/questions.yaml b/stable/chromium/5.7.5/questions.yaml similarity index 100% rename from stable/chromium/5.7.3/questions.yaml rename to stable/chromium/5.7.5/questions.yaml diff --git a/stable/chromium/5.7.3/templates/common.yaml b/stable/chromium/5.7.5/templates/common.yaml similarity index 100% rename from stable/chromium/5.7.3/templates/common.yaml rename to stable/chromium/5.7.5/templates/common.yaml diff --git a/stable/chronograf/5.7.3/values.yaml b/stable/chromium/5.7.5/values.yaml similarity index 100% rename from stable/chronograf/5.7.3/values.yaml rename to stable/chromium/5.7.5/values.yaml diff --git a/stable/chronograf/5.7.3/CHANGELOG.md b/stable/chronograf/5.7.3/CHANGELOG.md deleted file mode 100644 index f9d9ed7ec9f..00000000000 --- a/stable/chronograf/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/chronograf/5.7.3/Chart.yaml b/stable/chronograf/5.7.3/Chart.yaml deleted file mode 100644 index d9028d38e0b..00000000000 --- a/stable/chronograf/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-System - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. -home: https://truecharts.org/charts/stable/chronograf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png -keywords: - - chronograf - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chronograf -sources: - - https://www.influxdata.com/time-series-platform/chronograf/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf - - https://hub.docker.com/_/chronograf -type: application -version: 5.7.3 diff --git a/stable/chronograf/5.7.3/app-changelog.md b/stable/chronograf/5.7.3/app-changelog.md deleted file mode 100644 index 5cfe1dcf939..00000000000 --- a/stable/chronograf/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) \ No newline at end of file diff --git a/stable/chronograf/5.7.3/charts/common-20.2.4.tgz b/stable/chronograf/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chronograf/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/chronos/8.7.3/.helmignore b/stable/chronograf/5.7.5/.helmignore similarity index 100% rename from stable/chronos/8.7.3/.helmignore rename to stable/chronograf/5.7.5/.helmignore diff --git a/stable/chronograf/5.7.5/CHANGELOG.md b/stable/chronograf/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c92120370ae --- /dev/null +++ b/stable/chronograf/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronograf-5.7.5](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) + + +## [chronograf-5.7.4](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) + + +## [chronograf-5.7.4](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) + + +## [chronograf-5.7.4](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) + + +## [chronograf-5.7.4](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/chronograf/5.7.5/Chart.yaml b/stable/chronograf/5.7.5/Chart.yaml new file mode 100644 index 00000000000..780dc272049 --- /dev/null +++ b/stable/chronograf/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-System + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. +home: https://truecharts.org/charts/stable/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png +keywords: + - chronograf + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronograf +sources: + - https://www.influxdata.com/time-series-platform/chronograf/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf + - https://hub.docker.com/_/chronograf +type: application +version: 5.7.5 diff --git a/stable/chronograf/5.7.3/README.md b/stable/chronograf/5.7.5/README.md similarity index 100% rename from stable/chronograf/5.7.3/README.md rename to stable/chronograf/5.7.5/README.md diff --git a/stable/chronograf/5.7.5/app-changelog.md b/stable/chronograf/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c0bc2afe489 --- /dev/null +++ b/stable/chronograf/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [chronograf-5.7.5](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218)) \ No newline at end of file diff --git a/stable/chronograf/5.7.3/app-readme.md b/stable/chronograf/5.7.5/app-readme.md similarity index 100% rename from stable/chronograf/5.7.3/app-readme.md rename to stable/chronograf/5.7.5/app-readme.md diff --git a/stable/chronograf/5.7.5/charts/common-20.2.10.tgz b/stable/chronograf/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chronograf/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chronograf/5.7.3/ix_values.yaml b/stable/chronograf/5.7.5/ix_values.yaml similarity index 100% rename from stable/chronograf/5.7.3/ix_values.yaml rename to stable/chronograf/5.7.5/ix_values.yaml diff --git a/stable/chronograf/5.7.3/questions.yaml b/stable/chronograf/5.7.5/questions.yaml similarity index 100% rename from stable/chronograf/5.7.3/questions.yaml rename to stable/chronograf/5.7.5/questions.yaml diff --git a/stable/chronograf/5.7.3/templates/common.yaml b/stable/chronograf/5.7.5/templates/common.yaml similarity index 100% rename from stable/chronograf/5.7.3/templates/common.yaml rename to stable/chronograf/5.7.5/templates/common.yaml diff --git a/stable/chronos/8.7.3/values.yaml b/stable/chronograf/5.7.5/values.yaml similarity index 100% rename from stable/chronos/8.7.3/values.yaml rename to stable/chronograf/5.7.5/values.yaml diff --git a/stable/chronos/8.7.3/CHANGELOG.md b/stable/chronos/8.7.3/CHANGELOG.md deleted file mode 100644 index d45230a0418..00000000000 --- a/stable/chronos/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/chronos/8.7.3/Chart.yaml b/stable/chronos/8.7.3/Chart.yaml deleted file mode 100644 index 5fbc6fccc54..00000000000 --- a/stable/chronos/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. -home: https://truecharts.org/charts/stable/chronos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png -keywords: - - chronos - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: chronos -sources: - - https://github.com/simse/chronos - - https://github.com/truecharts/charts/tree/master/charts/stable/chronos - - https://hub.docker.com/r/simsemand/chronos -type: application -version: 8.7.3 diff --git a/stable/chronos/8.7.3/app-changelog.md b/stable/chronos/8.7.3/app-changelog.md deleted file mode 100644 index 47695ba083e..00000000000 --- a/stable/chronos/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chronos/8.7.3/charts/common-20.2.4.tgz b/stable/chronos/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/chronos/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ciao/5.7.3/.helmignore b/stable/chronos/8.7.5/.helmignore similarity index 100% rename from stable/ciao/5.7.3/.helmignore rename to stable/chronos/8.7.5/.helmignore diff --git a/stable/chronos/8.7.5/CHANGELOG.md b/stable/chronos/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..375a5449624 --- /dev/null +++ b/stable/chronos/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronos-8.7.5](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chronos-8.7.4](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chronos-8.7.4](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chronos-8.7.4](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chronos-8.7.4](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [chronos-8.7.4](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/chronos/8.7.5/Chart.yaml b/stable/chronos/8.7.5/Chart.yaml new file mode 100644 index 00000000000..6898fd0785f --- /dev/null +++ b/stable/chronos/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. +home: https://truecharts.org/charts/stable/chronos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png +keywords: + - chronos + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronos +sources: + - https://github.com/simse/chronos + - https://github.com/truecharts/charts/tree/master/charts/stable/chronos + - https://hub.docker.com/r/simsemand/chronos +type: application +version: 8.7.5 diff --git a/stable/chronos/8.7.3/README.md b/stable/chronos/8.7.5/README.md similarity index 100% rename from stable/chronos/8.7.3/README.md rename to stable/chronos/8.7.5/README.md diff --git a/stable/chronos/8.7.5/app-changelog.md b/stable/chronos/8.7.5/app-changelog.md new file mode 100644 index 00000000000..e6a6ad363b6 --- /dev/null +++ b/stable/chronos/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chronos-8.7.5](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/chronos/8.7.3/app-readme.md b/stable/chronos/8.7.5/app-readme.md similarity index 100% rename from stable/chronos/8.7.3/app-readme.md rename to stable/chronos/8.7.5/app-readme.md diff --git a/stable/chronos/8.7.5/charts/common-20.2.10.tgz b/stable/chronos/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/chronos/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/chronos/8.7.3/ix_values.yaml b/stable/chronos/8.7.5/ix_values.yaml similarity index 100% rename from stable/chronos/8.7.3/ix_values.yaml rename to stable/chronos/8.7.5/ix_values.yaml diff --git a/stable/chronos/8.7.3/questions.yaml b/stable/chronos/8.7.5/questions.yaml similarity index 100% rename from stable/chronos/8.7.3/questions.yaml rename to stable/chronos/8.7.5/questions.yaml diff --git a/stable/clamav/10.7.5/templates/NOTES.txt b/stable/chronos/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/clamav/10.7.5/templates/NOTES.txt rename to stable/chronos/8.7.5/templates/NOTES.txt diff --git a/stable/chronos/8.7.3/templates/common.yaml b/stable/chronos/8.7.5/templates/common.yaml similarity index 100% rename from stable/chronos/8.7.3/templates/common.yaml rename to stable/chronos/8.7.5/templates/common.yaml diff --git a/stable/ciao/5.7.3/values.yaml b/stable/chronos/8.7.5/values.yaml similarity index 100% rename from stable/ciao/5.7.3/values.yaml rename to stable/chronos/8.7.5/values.yaml diff --git a/stable/ciao/5.7.3/CHANGELOG.md b/stable/ciao/5.7.3/CHANGELOG.md deleted file mode 100644 index e7b79b2994e..00000000000 --- a/stable/ciao/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ciao/5.7.3/Chart.yaml b/stable/ciao/5.7.3/Chart.yaml deleted file mode 100644 index aada1481ed8..00000000000 --- a/stable/ciao/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. -home: https://truecharts.org/charts/stable/ciao -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png -keywords: - - ciao - - Network-Other - - Productivity - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ciao -sources: - - https://brotandgames.com/ciao/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ciao - - https://hub.docker.com/r/brotandgames/ciao -type: application -version: 5.7.3 diff --git a/stable/ciao/5.7.3/app-changelog.md b/stable/ciao/5.7.3/app-changelog.md deleted file mode 100644 index 265a26233cc..00000000000 --- a/stable/ciao/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ciao/5.7.3/charts/common-20.2.4.tgz b/stable/ciao/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ciao/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/citadel-forgedwithfire/5.7.3/.helmignore b/stable/ciao/5.7.5/.helmignore similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/.helmignore rename to stable/ciao/5.7.5/.helmignore diff --git a/stable/ciao/5.7.5/CHANGELOG.md b/stable/ciao/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..185d00623dc --- /dev/null +++ b/stable/ciao/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ciao-5.7.5](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ciao-5.7.4](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ciao-5.7.4](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ciao-5.7.4](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ciao-5.7.4](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ciao-5.7.4](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ciao/5.7.5/Chart.yaml b/stable/ciao/5.7.5/Chart.yaml new file mode 100644 index 00000000000..44858d5d7f7 --- /dev/null +++ b/stable/ciao/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. +home: https://truecharts.org/charts/stable/ciao +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png +keywords: + - ciao + - Network-Other + - Productivity + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ciao +sources: + - https://brotandgames.com/ciao/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ciao + - https://hub.docker.com/r/brotandgames/ciao +type: application +version: 5.7.5 diff --git a/stable/ciao/5.7.3/README.md b/stable/ciao/5.7.5/README.md similarity index 100% rename from stable/ciao/5.7.3/README.md rename to stable/ciao/5.7.5/README.md diff --git a/stable/ciao/5.7.5/app-changelog.md b/stable/ciao/5.7.5/app-changelog.md new file mode 100644 index 00000000000..bed10fc45b2 --- /dev/null +++ b/stable/ciao/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ciao-5.7.5](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ciao/5.7.3/app-readme.md b/stable/ciao/5.7.5/app-readme.md similarity index 100% rename from stable/ciao/5.7.3/app-readme.md rename to stable/ciao/5.7.5/app-readme.md diff --git a/stable/ciao/5.7.5/charts/common-20.2.10.tgz b/stable/ciao/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ciao/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ciao/5.7.3/ix_values.yaml b/stable/ciao/5.7.5/ix_values.yaml similarity index 100% rename from stable/ciao/5.7.3/ix_values.yaml rename to stable/ciao/5.7.5/ix_values.yaml diff --git a/stable/ciao/5.7.3/questions.yaml b/stable/ciao/5.7.5/questions.yaml similarity index 100% rename from stable/ciao/5.7.3/questions.yaml rename to stable/ciao/5.7.5/questions.yaml diff --git a/stable/ciao/5.7.3/templates/common.yaml b/stable/ciao/5.7.5/templates/common.yaml similarity index 100% rename from stable/ciao/5.7.3/templates/common.yaml rename to stable/ciao/5.7.5/templates/common.yaml diff --git a/stable/citadel-forgedwithfire/5.7.3/values.yaml b/stable/ciao/5.7.5/values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/values.yaml rename to stable/ciao/5.7.5/values.yaml diff --git a/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md b/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md deleted file mode 100644 index fa9b0017fee..00000000000 --- a/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/citadel-forgedwithfire/5.7.3/Chart.yaml b/stable/citadel-forgedwithfire/5.7.3/Chart.yaml deleted file mode 100644 index 717b4899d8e..00000000000 --- a/stable/citadel-forgedwithfire/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: citadelfwf -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. -home: https://truecharts.org/charts/stable/citadel-forgedwithfire -icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png -keywords: - - citadel-forgedwithfire - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: citadel-forgedwithfire -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/citadel-forgedwithfire/5.7.3/app-changelog.md b/stable/citadel-forgedwithfire/5.7.3/app-changelog.md deleted file mode 100644 index 512914b0ab3..00000000000 --- a/stable/citadel-forgedwithfire/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz b/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/clamav/10.7.5/.helmignore b/stable/citadel-forgedwithfire/5.7.5/.helmignore similarity index 100% rename from stable/clamav/10.7.5/.helmignore rename to stable/citadel-forgedwithfire/5.7.5/.helmignore diff --git a/stable/citadel-forgedwithfire/5.7.5/CHANGELOG.md b/stable/citadel-forgedwithfire/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c8c358fde7b --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [citadel-forgedwithfire-5.7.5](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [citadel-forgedwithfire-5.7.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [citadel-forgedwithfire-5.7.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [citadel-forgedwithfire-5.7.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [citadel-forgedwithfire-5.7.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [citadel-forgedwithfire-5.7.4](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.7.5/Chart.yaml b/stable/citadel-forgedwithfire/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0b60be18eb6 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: citadelfwf +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. +home: https://truecharts.org/charts/stable/citadel-forgedwithfire +icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png +keywords: + - citadel-forgedwithfire + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: citadel-forgedwithfire +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/citadel-forgedwithfire/5.7.3/README.md b/stable/citadel-forgedwithfire/5.7.5/README.md similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/README.md rename to stable/citadel-forgedwithfire/5.7.5/README.md diff --git a/stable/citadel-forgedwithfire/5.7.5/app-changelog.md b/stable/citadel-forgedwithfire/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c1207454dd7 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [citadel-forgedwithfire-5.7.5](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.7.3/app-readme.md b/stable/citadel-forgedwithfire/5.7.5/app-readme.md similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/app-readme.md rename to stable/citadel-forgedwithfire/5.7.5/app-readme.md diff --git a/stable/citadel-forgedwithfire/5.7.5/charts/common-20.2.10.tgz b/stable/citadel-forgedwithfire/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/citadel-forgedwithfire/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/citadel-forgedwithfire/5.7.3/ix_values.yaml b/stable/citadel-forgedwithfire/5.7.5/ix_values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/ix_values.yaml rename to stable/citadel-forgedwithfire/5.7.5/ix_values.yaml diff --git a/stable/citadel-forgedwithfire/5.7.3/questions.yaml b/stable/citadel-forgedwithfire/5.7.5/questions.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/questions.yaml rename to stable/citadel-forgedwithfire/5.7.5/questions.yaml diff --git a/stable/citadel-forgedwithfire/5.7.3/templates/common.yaml b/stable/citadel-forgedwithfire/5.7.5/templates/common.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.7.3/templates/common.yaml rename to stable/citadel-forgedwithfire/5.7.5/templates/common.yaml diff --git a/stable/clamav/10.7.5/values.yaml b/stable/citadel-forgedwithfire/5.7.5/values.yaml similarity index 100% rename from stable/clamav/10.7.5/values.yaml rename to stable/citadel-forgedwithfire/5.7.5/values.yaml diff --git a/stable/clamav/10.7.5/CHANGELOG.md b/stable/clamav/10.7.5/CHANGELOG.md deleted file mode 100644 index 7e5153e6169..00000000000 --- a/stable/clamav/10.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) diff --git a/stable/clamav/10.7.5/Chart.yaml b/stable/clamav/10.7.5/Chart.yaml deleted file mode 100644 index bf070e730c4..00000000000 --- a/stable/clamav/10.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -home: https://truecharts.org/charts/stable/clamav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png -keywords: - - clamav - - antivirus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clamav -sources: - - https://github.com/Cisco-Talos/clamav - - https://docs.clamav.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - - https://hub.docker.com/r/clamav/clamav -type: application -version: 10.7.5 diff --git a/stable/clamav/10.7.5/app-changelog.md b/stable/clamav/10.7.5/app-changelog.md deleted file mode 100644 index d89a79413bb..00000000000 --- a/stable/clamav/10.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [clamav-10.7.5](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.5) (2024-03-27) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/clamav/10.7.5/charts/common-20.2.4.tgz b/stable/clamav/10.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/clamav/10.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/clarkson/12.12.8/.helmignore b/stable/clamav/10.7.7/.helmignore similarity index 100% rename from stable/clarkson/12.12.8/.helmignore rename to stable/clamav/10.7.7/.helmignore diff --git a/stable/clamav/10.7.7/CHANGELOG.md b/stable/clamav/10.7.7/CHANGELOG.md new file mode 100644 index 00000000000..223620145f1 --- /dev/null +++ b/stable/clamav/10.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clamav-10.7.7](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clamav-10.7.6](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clamav-10.7.6](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clamav-10.7.6](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clamav-10.7.6](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.6) (2024-03-27) + +### Chore diff --git a/stable/clamav/10.7.7/Chart.yaml b/stable/clamav/10.7.7/Chart.yaml new file mode 100644 index 00000000000..60d45814401 --- /dev/null +++ b/stable/clamav/10.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +home: https://truecharts.org/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png +keywords: + - clamav + - antivirus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clamav +sources: + - https://github.com/Cisco-Talos/clamav + - https://docs.clamav.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav + - https://hub.docker.com/r/clamav/clamav +type: application +version: 10.7.7 diff --git a/stable/clamav/10.7.5/README.md b/stable/clamav/10.7.7/README.md similarity index 100% rename from stable/clamav/10.7.5/README.md rename to stable/clamav/10.7.7/README.md diff --git a/stable/clamav/10.7.7/app-changelog.md b/stable/clamav/10.7.7/app-changelog.md new file mode 100644 index 00000000000..f00ce9d92cb --- /dev/null +++ b/stable/clamav/10.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [clamav-10.7.7](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image clamav/clamav to 1.3.0[@f3b5312](https://github.com/f3b5312) by renovate ([#19756](https://github.com/truecharts/charts/issues/19756)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/clamav/10.7.5/app-readme.md b/stable/clamav/10.7.7/app-readme.md similarity index 100% rename from stable/clamav/10.7.5/app-readme.md rename to stable/clamav/10.7.7/app-readme.md diff --git a/stable/clamav/10.7.7/charts/common-20.2.10.tgz b/stable/clamav/10.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/clamav/10.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/clamav/10.7.5/ix_values.yaml b/stable/clamav/10.7.7/ix_values.yaml similarity index 100% rename from stable/clamav/10.7.5/ix_values.yaml rename to stable/clamav/10.7.7/ix_values.yaml diff --git a/stable/clamav/10.7.5/questions.yaml b/stable/clamav/10.7.7/questions.yaml similarity index 100% rename from stable/clamav/10.7.5/questions.yaml rename to stable/clamav/10.7.7/questions.yaml diff --git a/stable/clarkson/12.12.8/templates/NOTES.txt b/stable/clamav/10.7.7/templates/NOTES.txt similarity index 100% rename from stable/clarkson/12.12.8/templates/NOTES.txt rename to stable/clamav/10.7.7/templates/NOTES.txt diff --git a/stable/clamav/10.7.5/templates/_cronjob.tpl b/stable/clamav/10.7.7/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/10.7.5/templates/_cronjob.tpl rename to stable/clamav/10.7.7/templates/_cronjob.tpl diff --git a/stable/clamav/10.7.5/templates/common.yaml b/stable/clamav/10.7.7/templates/common.yaml similarity index 100% rename from stable/clamav/10.7.5/templates/common.yaml rename to stable/clamav/10.7.7/templates/common.yaml diff --git a/stable/clarkson/12.12.8/values.yaml b/stable/clamav/10.7.7/values.yaml similarity index 100% rename from stable/clarkson/12.12.8/values.yaml rename to stable/clamav/10.7.7/values.yaml diff --git a/stable/clickhouse/12.8.4/.helmignore b/stable/clarkson/12.12.10/.helmignore similarity index 100% rename from stable/clickhouse/12.8.4/.helmignore rename to stable/clarkson/12.12.10/.helmignore diff --git a/stable/clarkson/12.12.10/CHANGELOG.md b/stable/clarkson/12.12.10/CHANGELOG.md new file mode 100644 index 00000000000..e86993f47af --- /dev/null +++ b/stable/clarkson/12.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clarkson-12.12.10](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [clarkson-12.12.9](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [clarkson-12.12.9](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/clarkson/12.12.10/Chart.yaml b/stable/clarkson/12.12.10/Chart.yaml new file mode 100644 index 00000000000..3a21d082b31 --- /dev/null +++ b/stable/clarkson/12.12.10/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vehicle + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. +home: https://truecharts.org/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png +keywords: + - fuel + - car + - log + - fill-up + - vehicle +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clarkson +sources: + - https://github.com/linuxserver/Clarkson + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson + - https://ghcr.io/linuxserver/clarkson +type: application +version: 12.12.10 diff --git a/stable/clarkson/12.12.8/README.md b/stable/clarkson/12.12.10/README.md similarity index 100% rename from stable/clarkson/12.12.8/README.md rename to stable/clarkson/12.12.10/README.md diff --git a/stable/clarkson/12.12.10/app-changelog.md b/stable/clarkson/12.12.10/app-changelog.md new file mode 100644 index 00000000000..c1275e7d67a --- /dev/null +++ b/stable/clarkson/12.12.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [clarkson-12.12.10](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/clarkson/12.12.8/app-readme.md b/stable/clarkson/12.12.10/app-readme.md similarity index 100% rename from stable/clarkson/12.12.8/app-readme.md rename to stable/clarkson/12.12.10/app-readme.md diff --git a/stable/clarkson/12.12.10/charts/common-20.2.10.tgz b/stable/clarkson/12.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/clarkson/12.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/clarkson/12.12.10/charts/mariadb-13.7.5.tgz b/stable/clarkson/12.12.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/clarkson/12.12.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/clarkson/12.12.8/ix_values.yaml b/stable/clarkson/12.12.10/ix_values.yaml similarity index 100% rename from stable/clarkson/12.12.8/ix_values.yaml rename to stable/clarkson/12.12.10/ix_values.yaml diff --git a/stable/clarkson/12.12.8/questions.yaml b/stable/clarkson/12.12.10/questions.yaml similarity index 100% rename from stable/clarkson/12.12.8/questions.yaml rename to stable/clarkson/12.12.10/questions.yaml diff --git a/stable/clickhouse/12.8.4/templates/NOTES.txt b/stable/clarkson/12.12.10/templates/NOTES.txt similarity index 100% rename from stable/clickhouse/12.8.4/templates/NOTES.txt rename to stable/clarkson/12.12.10/templates/NOTES.txt diff --git a/stable/clarkson/12.12.8/templates/common.yaml b/stable/clarkson/12.12.10/templates/common.yaml similarity index 100% rename from stable/clarkson/12.12.8/templates/common.yaml rename to stable/clarkson/12.12.10/templates/common.yaml diff --git a/stable/clickhouse/12.8.4/values.yaml b/stable/clarkson/12.12.10/values.yaml similarity index 100% rename from stable/clickhouse/12.8.4/values.yaml rename to stable/clarkson/12.12.10/values.yaml diff --git a/stable/clarkson/12.12.8/CHANGELOG.md b/stable/clarkson/12.12.8/CHANGELOG.md deleted file mode 100644 index fce4e8cacec..00000000000 --- a/stable/clarkson/12.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clarkson-12.12.8](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [clarkson-12.12.8](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [clarkson-12.12.7](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/clarkson/12.12.8/Chart.yaml b/stable/clarkson/12.12.8/Chart.yaml deleted file mode 100644 index 516f6e7b3a7..00000000000 --- a/stable/clarkson/12.12.8/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: vehicle - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. -home: https://truecharts.org/charts/stable/clarkson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png -keywords: - - fuel - - car - - log - - fill-up - - vehicle -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clarkson -sources: - - https://github.com/linuxserver/Clarkson - - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - - https://ghcr.io/linuxserver/clarkson -type: application -version: 12.12.8 diff --git a/stable/clarkson/12.12.8/app-changelog.md b/stable/clarkson/12.12.8/app-changelog.md deleted file mode 100644 index a059bd976f6..00000000000 --- a/stable/clarkson/12.12.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [clarkson-12.12.8](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/clarkson/12.12.8/charts/common-20.2.9.tgz b/stable/clarkson/12.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/clarkson/12.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/clarkson/12.12.8/charts/mariadb-13.7.4.tgz b/stable/clarkson/12.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/clarkson/12.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/clickhouse/12.8.4/CHANGELOG.md b/stable/clickhouse/12.8.4/CHANGELOG.md deleted file mode 100644 index a0900c56b71..00000000000 --- a/stable/clickhouse/12.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/clickhouse/12.8.4/Chart.yaml b/stable/clickhouse/12.8.4/Chart.yaml deleted file mode 100644 index 36be58c90c2..00000000000 --- a/stable/clickhouse/12.8.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.2.2.71 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). -home: https://truecharts.org/charts/stable/clickhouse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png -keywords: - - database - - clickhouse - - sql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clickhouse -sources: - - https://clickhouse.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse - - https://hub.docker.com/r/clickhouse/clickhouse-server -type: application -version: 12.8.4 diff --git a/stable/clickhouse/12.8.4/app-changelog.md b/stable/clickhouse/12.8.4/app-changelog.md deleted file mode 100644 index 15d07e21ca8..00000000000 --- a/stable/clickhouse/12.8.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [clickhouse-12.8.4](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) \ No newline at end of file diff --git a/stable/clickhouse/12.8.4/charts/common-20.2.9.tgz b/stable/clickhouse/12.8.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/clickhouse/12.8.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/clickhouse/12.8.4/ix_values.yaml b/stable/clickhouse/12.8.4/ix_values.yaml deleted file mode 100644 index 272083a1909..00000000000 --- a/stable/clickhouse/12.8.4/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: clickhouse/clickhouse-server - pullPolicy: IfNotPresent - tag: 24.2.2.71@sha256:fc9b0ace6208dbabcc30b199ba1cc39172f47ca48fe459c9a88ce7675da5d080 - -includeCommon: true -workload: - main: - replicas: 1 - podSpec: - containers: - main: - env: - CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}" - CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}" - CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}" - CLICKHOUSE_PASSWORD: - secretKeyRef: - expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}" - name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}' - key: "clickhouse-password" - probes: - liveness: - type: http - path: /ping - readiness: - type: http - path: /ping - startup: - type: http - path: /ping -securityContext: - container: - readOnlyRootFilesystem: false - # Optional capabilities advanced ClickHouse features. See also: - # https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities - # https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/ - # https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804 - # capabilities: - # add: - # - IPC_LOCK - # - NET_ADMIN - # - SYS_NICE -service: - main: - ports: - main: - port: 8123 - protocol: http - targetPort: 8123 -persistence: - data: - enabled: true - mountPath: /var/lib/clickhouse -clickhouseDatabase: "test" -clickhouseUsername: "test" -clickhouseDefaultAccessManagement: 0 -# -- Secret or password -# One of these options is required, unless used as a dependency for another TrueCharts chart. -clickhousePassword: "" -existingSecret: "" -secret: - credentials: - enabled: true - data: - clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}' -portal: - open: - enabled: false -manifestManager: - enabled: false diff --git a/stable/clipplex/3.7.3/.helmignore b/stable/clickhouse/12.9.1/.helmignore similarity index 100% rename from stable/clipplex/3.7.3/.helmignore rename to stable/clickhouse/12.9.1/.helmignore diff --git a/stable/clickhouse/12.9.1/CHANGELOG.md b/stable/clickhouse/12.9.1/CHANGELOG.md new file mode 100644 index 00000000000..5fbcd54a46a --- /dev/null +++ b/stable/clickhouse/12.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clickhouse-12.9.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image clickhouse/clickhouse-server to v24.3.1.2672[@c92d2e1](https://github.com/c92d2e1) by renovate ([#19879](https://github.com/truecharts/charts/issues/19879)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) + + +## [clickhouse-12.9.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.0) (2024-03-28) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v24.3.1.2672[@c92d2e1](https://github.com/c92d2e1) by renovate ([#19879](https://github.com/truecharts/charts/issues/19879)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) + + +## [clickhouse-12.9.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.0) (2024-03-28) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v24.3.1.2672[@c92d2e1](https://github.com/c92d2e1) by renovate ([#19879](https://github.com/truecharts/charts/issues/19879)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) + + +## [clickhouse-12.9.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.0) (2024-03-28) + +### Chore + + + +- update container image clickhouse/clickhouse-server to v24.3.1.2672[@c92d2e1](https://github.com/c92d2e1) by renovate ([#19879](https://github.com/truecharts/charts/issues/19879)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) + + +## [clickhouse-12.9.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.0) (2024-03-28) + +### Chore diff --git a/stable/clickhouse/12.9.1/Chart.yaml b/stable/clickhouse/12.9.1/Chart.yaml new file mode 100644 index 00000000000..d87eb680ed2 --- /dev/null +++ b/stable/clickhouse/12.9.1/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.3.1.2672 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). +home: https://truecharts.org/charts/stable/clickhouse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png +keywords: + - database + - clickhouse + - sql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clickhouse +sources: + - https://clickhouse.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse + - https://hub.docker.com/r/clickhouse/clickhouse-server +type: application +version: 12.9.1 diff --git a/stable/clickhouse/12.8.4/README.md b/stable/clickhouse/12.9.1/README.md similarity index 100% rename from stable/clickhouse/12.8.4/README.md rename to stable/clickhouse/12.9.1/README.md diff --git a/stable/clickhouse/12.9.1/app-changelog.md b/stable/clickhouse/12.9.1/app-changelog.md new file mode 100644 index 00000000000..003505892ea --- /dev/null +++ b/stable/clickhouse/12.9.1/app-changelog.md @@ -0,0 +1,23 @@ + + +## [clickhouse-12.9.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.9.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image clickhouse/clickhouse-server to v24.3.1.2672[@c92d2e1](https://github.com/c92d2e1) by renovate ([#19879](https://github.com/truecharts/charts/issues/19879)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299)) \ No newline at end of file diff --git a/stable/clickhouse/12.8.4/app-readme.md b/stable/clickhouse/12.9.1/app-readme.md similarity index 100% rename from stable/clickhouse/12.8.4/app-readme.md rename to stable/clickhouse/12.9.1/app-readme.md diff --git a/stable/clickhouse/12.9.1/charts/common-20.2.10.tgz b/stable/clickhouse/12.9.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/clickhouse/12.9.1/charts/common-20.2.10.tgz differ diff --git a/stable/clickhouse/12.9.1/ix_values.yaml b/stable/clickhouse/12.9.1/ix_values.yaml new file mode 100644 index 00000000000..1c3f3d87c06 --- /dev/null +++ b/stable/clickhouse/12.9.1/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: clickhouse/clickhouse-server + pullPolicy: IfNotPresent + tag: 24.3.1.2672@sha256:c92d2e1d0fb1e7331ed730db03eae75caf2ad2ac4dc8917c26a86d4267cd0b2c + +includeCommon: true +workload: + main: + replicas: 1 + podSpec: + containers: + main: + env: + CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}" + CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}" + CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}" + CLICKHOUSE_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}' + key: "clickhouse-password" + probes: + liveness: + type: http + path: /ping + readiness: + type: http + path: /ping + startup: + type: http + path: /ping +securityContext: + container: + readOnlyRootFilesystem: false + # Optional capabilities advanced ClickHouse features. See also: + # https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities + # https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/ + # https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804 + # capabilities: + # add: + # - IPC_LOCK + # - NET_ADMIN + # - SYS_NICE +service: + main: + ports: + main: + port: 8123 + protocol: http + targetPort: 8123 +persistence: + data: + enabled: true + mountPath: /var/lib/clickhouse +clickhouseDatabase: "test" +clickhouseUsername: "test" +clickhouseDefaultAccessManagement: 0 +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +clickhousePassword: "" +existingSecret: "" +secret: + credentials: + enabled: true + data: + clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}' +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/stable/clickhouse/12.8.4/questions.yaml b/stable/clickhouse/12.9.1/questions.yaml similarity index 100% rename from stable/clickhouse/12.8.4/questions.yaml rename to stable/clickhouse/12.9.1/questions.yaml diff --git a/stable/cloud9/11.7.3/templates/NOTES.txt b/stable/clickhouse/12.9.1/templates/NOTES.txt similarity index 100% rename from stable/cloud9/11.7.3/templates/NOTES.txt rename to stable/clickhouse/12.9.1/templates/NOTES.txt diff --git a/stable/clickhouse/12.8.4/templates/common.yaml b/stable/clickhouse/12.9.1/templates/common.yaml similarity index 100% rename from stable/clickhouse/12.8.4/templates/common.yaml rename to stable/clickhouse/12.9.1/templates/common.yaml diff --git a/stable/clipplex/3.7.3/values.yaml b/stable/clickhouse/12.9.1/values.yaml similarity index 100% rename from stable/clipplex/3.7.3/values.yaml rename to stable/clickhouse/12.9.1/values.yaml diff --git a/stable/clipplex/3.7.3/CHANGELOG.md b/stable/clipplex/3.7.3/CHANGELOG.md deleted file mode 100644 index 39cd7ec25f2..00000000000 --- a/stable/clipplex/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/clipplex/3.7.3/Chart.yaml b/stable/clipplex/3.7.3/Chart.yaml deleted file mode 100644 index 40f4eb920bc..00000000000 --- a/stable/clipplex/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Clip your plex media to share. -home: https://truecharts.org/charts/stable/clipplex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png -keywords: - - clipplex - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: clipplex -sources: - - https://github.com/jo-nike/clipplex - - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex - - https://hub.docker.com/r/jonnike/clipplex -type: application -version: 3.7.3 diff --git a/stable/clipplex/3.7.3/app-changelog.md b/stable/clipplex/3.7.3/app-changelog.md deleted file mode 100644 index 623f0cd772c..00000000000 --- a/stable/clipplex/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/clipplex/3.7.3/charts/common-20.2.4.tgz b/stable/clipplex/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/clipplex/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cloud9/11.7.3/.helmignore b/stable/clipplex/3.7.5/.helmignore similarity index 100% rename from stable/cloud9/11.7.3/.helmignore rename to stable/clipplex/3.7.5/.helmignore diff --git a/stable/clipplex/3.7.5/CHANGELOG.md b/stable/clipplex/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..00b800ed089 --- /dev/null +++ b/stable/clipplex/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clipplex-3.7.5](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clipplex-3.7.4](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clipplex-3.7.4](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clipplex-3.7.4](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clipplex-3.7.4](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [clipplex-3.7.4](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/clipplex/3.7.5/Chart.yaml b/stable/clipplex/3.7.5/Chart.yaml new file mode 100644 index 00000000000..2d39b8acacd --- /dev/null +++ b/stable/clipplex/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Clip your plex media to share. +home: https://truecharts.org/charts/stable/clipplex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png +keywords: + - clipplex + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clipplex +sources: + - https://github.com/jo-nike/clipplex + - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex + - https://hub.docker.com/r/jonnike/clipplex +type: application +version: 3.7.5 diff --git a/stable/clipplex/3.7.3/README.md b/stable/clipplex/3.7.5/README.md similarity index 100% rename from stable/clipplex/3.7.3/README.md rename to stable/clipplex/3.7.5/README.md diff --git a/stable/clipplex/3.7.5/app-changelog.md b/stable/clipplex/3.7.5/app-changelog.md new file mode 100644 index 00000000000..935ebcee587 --- /dev/null +++ b/stable/clipplex/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [clipplex-3.7.5](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/clipplex/3.7.3/app-readme.md b/stable/clipplex/3.7.5/app-readme.md similarity index 100% rename from stable/clipplex/3.7.3/app-readme.md rename to stable/clipplex/3.7.5/app-readme.md diff --git a/stable/clipplex/3.7.5/charts/common-20.2.10.tgz b/stable/clipplex/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/clipplex/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/clipplex/3.7.3/ix_values.yaml b/stable/clipplex/3.7.5/ix_values.yaml similarity index 100% rename from stable/clipplex/3.7.3/ix_values.yaml rename to stable/clipplex/3.7.5/ix_values.yaml diff --git a/stable/clipplex/3.7.3/questions.yaml b/stable/clipplex/3.7.5/questions.yaml similarity index 100% rename from stable/clipplex/3.7.3/questions.yaml rename to stable/clipplex/3.7.5/questions.yaml diff --git a/stable/clipplex/3.7.3/templates/common.yaml b/stable/clipplex/3.7.5/templates/common.yaml similarity index 100% rename from stable/clipplex/3.7.3/templates/common.yaml rename to stable/clipplex/3.7.5/templates/common.yaml diff --git a/stable/cloud9/11.7.3/values.yaml b/stable/clipplex/3.7.5/values.yaml similarity index 100% rename from stable/cloud9/11.7.3/values.yaml rename to stable/clipplex/3.7.5/values.yaml diff --git a/stable/cloud9/11.7.3/CHANGELOG.md b/stable/cloud9/11.7.3/CHANGELOG.md deleted file mode 100644 index 589c4762b4f..00000000000 --- a/stable/cloud9/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cloud9/11.7.3/Chart.yaml b/stable/cloud9/11.7.3/Chart.yaml deleted file mode 100644 index ea844074fba..00000000000 --- a/stable/cloud9/11.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.29.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A complete web based IDE with terminal access -home: https://truecharts.org/charts/stable/cloud9 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png -keywords: - - cloud9 - - ide - - terminal - - web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloud9 -sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 - - https://ghcr.io/linuxserver/cloud9 -type: application -version: 11.7.3 diff --git a/stable/cloud9/11.7.3/app-changelog.md b/stable/cloud9/11.7.3/app-changelog.md deleted file mode 100644 index 2eb94d2b549..00000000000 --- a/stable/cloud9/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloud9/11.7.3/charts/common-20.2.4.tgz b/stable/cloud9/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cloud9/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.7.11/.helmignore b/stable/cloud9/11.7.5/.helmignore similarity index 100% rename from stable/cloudcommander/5.7.11/.helmignore rename to stable/cloud9/11.7.5/.helmignore diff --git a/stable/cloud9/11.7.5/CHANGELOG.md b/stable/cloud9/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2468d292b9c --- /dev/null +++ b/stable/cloud9/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloud9-11.7.5](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloud9-11.7.4](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloud9-11.7.4](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloud9-11.7.4](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloud9-11.7.4](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloud9-11.7.4](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cloud9/11.7.5/Chart.yaml b/stable/cloud9/11.7.5/Chart.yaml new file mode 100644 index 00000000000..92a172656b6 --- /dev/null +++ b/stable/cloud9/11.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.29.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A complete web based IDE with terminal access +home: https://truecharts.org/charts/stable/cloud9 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png +keywords: + - cloud9 + - ide + - terminal + - web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloud9 +sources: + - https://aws.amazon.com/cloud9/ + - https://github.com/c9/core + - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 + - https://ghcr.io/linuxserver/cloud9 +type: application +version: 11.7.5 diff --git a/stable/cloud9/11.7.3/README.md b/stable/cloud9/11.7.5/README.md similarity index 100% rename from stable/cloud9/11.7.3/README.md rename to stable/cloud9/11.7.5/README.md diff --git a/stable/cloud9/11.7.5/app-changelog.md b/stable/cloud9/11.7.5/app-changelog.md new file mode 100644 index 00000000000..c01e1fe2a67 --- /dev/null +++ b/stable/cloud9/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cloud9-11.7.5](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloud9/11.7.3/app-readme.md b/stable/cloud9/11.7.5/app-readme.md similarity index 100% rename from stable/cloud9/11.7.3/app-readme.md rename to stable/cloud9/11.7.5/app-readme.md diff --git a/stable/cloud9/11.7.5/charts/common-20.2.10.tgz b/stable/cloud9/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cloud9/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cloud9/11.7.3/ix_values.yaml b/stable/cloud9/11.7.5/ix_values.yaml similarity index 100% rename from stable/cloud9/11.7.3/ix_values.yaml rename to stable/cloud9/11.7.5/ix_values.yaml diff --git a/stable/cloud9/11.7.3/questions.yaml b/stable/cloud9/11.7.5/questions.yaml similarity index 100% rename from stable/cloud9/11.7.3/questions.yaml rename to stable/cloud9/11.7.5/questions.yaml diff --git a/stable/cloudflareddns/9.7.4/templates/NOTES.txt b/stable/cloud9/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/9.7.4/templates/NOTES.txt rename to stable/cloud9/11.7.5/templates/NOTES.txt diff --git a/stable/cloud9/11.7.3/templates/common.yaml b/stable/cloud9/11.7.5/templates/common.yaml similarity index 100% rename from stable/cloud9/11.7.3/templates/common.yaml rename to stable/cloud9/11.7.5/templates/common.yaml diff --git a/stable/cloudcommander/5.7.11/values.yaml b/stable/cloud9/11.7.5/values.yaml similarity index 100% rename from stable/cloudcommander/5.7.11/values.yaml rename to stable/cloud9/11.7.5/values.yaml diff --git a/stable/cloudcommander/5.7.11/CHANGELOG.md b/stable/cloudcommander/5.7.11/CHANGELOG.md deleted file mode 100644 index a4327ff73ca..00000000000 --- a/stable/cloudcommander/5.7.11/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudcommander-5.7.11](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.11) (2024-03-29) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) - -- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) - -- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) - -- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) - -- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.7.11](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.11) (2024-03-29) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) - -- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) - -- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) - -- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) - -- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.7.11](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.11) (2024-03-29) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) - -- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) - -- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) diff --git a/stable/cloudcommander/5.7.11/Chart.yaml b/stable/cloudcommander/5.7.11/Chart.yaml deleted file mode 100644 index cbb3da75281..00000000000 --- a/stable/cloudcommander/5.7.11/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] -home: https://truecharts.org/charts/stable/cloudcommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png -keywords: - - cloudcommander - - Tools-Utilities -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudcommander -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander - - https://hub.docker.com/r/coderaiser/cloudcmd -type: application -version: 5.7.11 diff --git a/stable/cloudcommander/5.7.11/app-changelog.md b/stable/cloudcommander/5.7.11/app-changelog.md deleted file mode 100644 index e9c9041ce64..00000000000 --- a/stable/cloudcommander/5.7.11/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [cloudcommander-5.7.11](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.11) (2024-03-29) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) - -- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) - -- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) - -- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) - -- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) \ No newline at end of file diff --git a/stable/cloudcommander/5.7.11/charts/common-20.2.9.tgz b/stable/cloudcommander/5.7.11/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/cloudcommander/5.7.11/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.7.11/ix_values.yaml b/stable/cloudcommander/5.7.11/ix_values.yaml deleted file mode 100644 index 8f5cc894427..00000000000 --- a/stable/cloudcommander/5.7.11/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: coderaiser/cloudcmd - tag: latest@sha256:70fea30b360ff49e122b0eefea924dc0c2e076c6092e1326776c3bee953c0eac -persistence: - appdata: - enabled: true - mountPath: /root - mountpath: - enabled: true - mountPath: /UNRAID -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8765 - protocol: tcp - targetPort: 8000 -workload: - main: - podSpec: - containers: - main: - env: - HOME: /root diff --git a/stable/cloudflared/10.8.2/.helmignore b/stable/cloudcommander/5.7.13/.helmignore similarity index 100% rename from stable/cloudflared/10.8.2/.helmignore rename to stable/cloudcommander/5.7.13/.helmignore diff --git a/stable/cloudcommander/5.7.13/CHANGELOG.md b/stable/cloudcommander/5.7.13/CHANGELOG.md new file mode 100644 index 00000000000..0ac4d8a0e56 --- /dev/null +++ b/stable/cloudcommander/5.7.13/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudcommander-5.7.13](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.13) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image coderaiser/cloudcmd to latest[@faf36ba](https://github.com/faf36ba) by renovate ([#19958](https://github.com/truecharts/charts/issues/19958)) + +- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) + +- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) + +- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) + +- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) + +- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) + +- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) + + +## [cloudcommander-5.7.12](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.12) (2024-03-30) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@faf36ba](https://github.com/faf36ba) by renovate ([#19958](https://github.com/truecharts/charts/issues/19958)) + +- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) + +- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) + +- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) + +- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) + +- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) + +- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) + + +## [cloudcommander-5.7.12](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.12) (2024-03-30) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@faf36ba](https://github.com/faf36ba) by renovate ([#19958](https://github.com/truecharts/charts/issues/19958)) + +- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/cloudcommander/5.7.13/Chart.yaml b/stable/cloudcommander/5.7.13/Chart.yaml new file mode 100644 index 00000000000..f4f59499e21 --- /dev/null +++ b/stable/cloudcommander/5.7.13/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] +home: https://truecharts.org/charts/stable/cloudcommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png +keywords: + - cloudcommander + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudcommander +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander + - https://hub.docker.com/r/coderaiser/cloudcmd +type: application +version: 5.7.13 diff --git a/stable/cloudcommander/5.7.11/README.md b/stable/cloudcommander/5.7.13/README.md similarity index 100% rename from stable/cloudcommander/5.7.11/README.md rename to stable/cloudcommander/5.7.13/README.md diff --git a/stable/cloudcommander/5.7.13/app-changelog.md b/stable/cloudcommander/5.7.13/app-changelog.md new file mode 100644 index 00000000000..84fa9881c0b --- /dev/null +++ b/stable/cloudcommander/5.7.13/app-changelog.md @@ -0,0 +1,39 @@ + + +## [cloudcommander-5.7.13](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.13) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image coderaiser/cloudcmd to latest[@faf36ba](https://github.com/faf36ba) by renovate ([#19958](https://github.com/truecharts/charts/issues/19958)) + +- update container image coderaiser/cloudcmd to latest[@70fea30](https://github.com/70fea30) by renovate ([#19949](https://github.com/truecharts/charts/issues/19949)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647)) + +- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584)) + +- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542)) + +- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461)) + +- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350)) + +- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) \ No newline at end of file diff --git a/stable/cloudcommander/5.7.11/app-readme.md b/stable/cloudcommander/5.7.13/app-readme.md similarity index 100% rename from stable/cloudcommander/5.7.11/app-readme.md rename to stable/cloudcommander/5.7.13/app-readme.md diff --git a/stable/cloudcommander/5.7.13/charts/common-20.2.10.tgz b/stable/cloudcommander/5.7.13/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cloudcommander/5.7.13/charts/common-20.2.10.tgz differ diff --git a/stable/cloudcommander/5.7.13/ix_values.yaml b/stable/cloudcommander/5.7.13/ix_values.yaml new file mode 100644 index 00000000000..17c3db4d35d --- /dev/null +++ b/stable/cloudcommander/5.7.13/ix_values.yaml @@ -0,0 +1,33 @@ +image: + pullPolicy: IfNotPresent + repository: coderaiser/cloudcmd + tag: latest@sha256:faf36ba8a6265048426339b2ed6ee6f8043986e46d4d20ee344fa5a689789fb7 +persistence: + appdata: + enabled: true + mountPath: /root + mountpath: + enabled: true + mountPath: /UNRAID +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8765 + protocol: tcp + targetPort: 8000 +workload: + main: + podSpec: + containers: + main: + env: + HOME: /root diff --git a/stable/cloudcommander/5.7.11/questions.yaml b/stable/cloudcommander/5.7.13/questions.yaml similarity index 100% rename from stable/cloudcommander/5.7.11/questions.yaml rename to stable/cloudcommander/5.7.13/questions.yaml diff --git a/stable/cloudcommander/5.7.11/templates/common.yaml b/stable/cloudcommander/5.7.13/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.7.11/templates/common.yaml rename to stable/cloudcommander/5.7.13/templates/common.yaml diff --git a/stable/cloudflared/10.8.2/values.yaml b/stable/cloudcommander/5.7.13/values.yaml similarity index 100% rename from stable/cloudflared/10.8.2/values.yaml rename to stable/cloudcommander/5.7.13/values.yaml diff --git a/stable/cloudflared/10.8.2/CHANGELOG.md b/stable/cloudflared/10.8.2/CHANGELOG.md deleted file mode 100644 index 19a629efc6f..00000000000 --- a/stable/cloudflared/10.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - diff --git a/stable/cloudflared/10.8.2/Chart.yaml b/stable/cloudflared/10.8.2/Chart.yaml deleted file mode 100644 index eb76682eb94..00000000000 --- a/stable/cloudflared/10.8.2/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. -home: https://truecharts.org/charts/stable/cloudflared -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png -keywords: - - cloudflared - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudflared -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - - https://hub.docker.com/r/cloudflare/cloudflared -type: application -version: 10.8.2 diff --git a/stable/cloudflared/10.8.2/app-changelog.md b/stable/cloudflared/10.8.2/app-changelog.md deleted file mode 100644 index 5b16ef1bd4f..00000000000 --- a/stable/cloudflared/10.8.2/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz b/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.7.4/.helmignore b/stable/cloudflared/10.8.4/.helmignore similarity index 100% rename from stable/cloudflareddns/9.7.4/.helmignore rename to stable/cloudflared/10.8.4/.helmignore diff --git a/stable/cloudflared/10.8.4/CHANGELOG.md b/stable/cloudflared/10.8.4/CHANGELOG.md new file mode 100644 index 00000000000..07f17054382 --- /dev/null +++ b/stable/cloudflared/10.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflared-10.8.4](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflared-10.8.3](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflared-10.8.3](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflared-10.8.3](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflared-10.8.3](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/cloudflared/10.8.4/Chart.yaml b/stable/cloudflared/10.8.4/Chart.yaml new file mode 100644 index 00000000000..37498e4c6c5 --- /dev/null +++ b/stable/cloudflared/10.8.4/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. +home: https://truecharts.org/charts/stable/cloudflared +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png +keywords: + - cloudflared + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflared +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared + - https://hub.docker.com/r/cloudflare/cloudflared +type: application +version: 10.8.4 diff --git a/stable/cloudflared/10.8.2/README.md b/stable/cloudflared/10.8.4/README.md similarity index 100% rename from stable/cloudflared/10.8.2/README.md rename to stable/cloudflared/10.8.4/README.md diff --git a/stable/cloudflared/10.8.4/app-changelog.md b/stable/cloudflared/10.8.4/app-changelog.md new file mode 100644 index 00000000000..c3c8e1cfede --- /dev/null +++ b/stable/cloudflared/10.8.4/app-changelog.md @@ -0,0 +1,21 @@ + + +## [cloudflared-10.8.4](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudflared/10.8.2/app-readme.md b/stable/cloudflared/10.8.4/app-readme.md similarity index 100% rename from stable/cloudflared/10.8.2/app-readme.md rename to stable/cloudflared/10.8.4/app-readme.md diff --git a/stable/cloudflared/10.8.4/charts/common-20.2.10.tgz b/stable/cloudflared/10.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cloudflared/10.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/cloudflared/10.8.2/ix_values.yaml b/stable/cloudflared/10.8.4/ix_values.yaml similarity index 100% rename from stable/cloudflared/10.8.2/ix_values.yaml rename to stable/cloudflared/10.8.4/ix_values.yaml diff --git a/stable/cloudflared/10.8.2/questions.yaml b/stable/cloudflared/10.8.4/questions.yaml similarity index 100% rename from stable/cloudflared/10.8.2/questions.yaml rename to stable/cloudflared/10.8.4/questions.yaml diff --git a/stable/cloudflared/10.8.2/templates/common.yaml b/stable/cloudflared/10.8.4/templates/common.yaml similarity index 100% rename from stable/cloudflared/10.8.2/templates/common.yaml rename to stable/cloudflared/10.8.4/templates/common.yaml diff --git a/stable/cloudflareddns/9.7.4/values.yaml b/stable/cloudflared/10.8.4/values.yaml similarity index 100% rename from stable/cloudflareddns/9.7.4/values.yaml rename to stable/cloudflared/10.8.4/values.yaml diff --git a/stable/cloudflareddns/9.7.4/CHANGELOG.md b/stable/cloudflareddns/9.7.4/CHANGELOG.md deleted file mode 100644 index a92d4b6deb5..00000000000 --- a/stable/cloudflareddns/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/cloudflareddns/9.7.4/Chart.yaml b/stable/cloudflareddns/9.7.4/Chart.yaml deleted file mode 100644 index 46e39b9a408..00000000000 --- a/stable/cloudflareddns/9.7.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automate Cloudflare DNS records for those with a dynamic IP. -home: https://truecharts.org/charts/stable/cloudflareddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png -keywords: - - cloudflareddns - - ddns - - cloudflare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudflareddns -sources: - - https://hotio.dev/containers/cloudflareddns/ - - https://github.com/hotio/cloudflareddns - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - - https://ghcr.io/hotio/cloudflareddns -type: application -version: 9.7.4 diff --git a/stable/cloudflareddns/9.7.4/app-changelog.md b/stable/cloudflareddns/9.7.4/app-changelog.md deleted file mode 100644 index fc4f4c377ca..00000000000 --- a/stable/cloudflareddns/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz b/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cloudreve/6.7.3/.helmignore b/stable/cloudflareddns/9.7.6/.helmignore similarity index 100% rename from stable/cloudreve/6.7.3/.helmignore rename to stable/cloudflareddns/9.7.6/.helmignore diff --git a/stable/cloudflareddns/9.7.6/CHANGELOG.md b/stable/cloudflareddns/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..3439ae6b81b --- /dev/null +++ b/stable/cloudflareddns/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflareddns-9.7.6](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflareddns-9.7.5](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflareddns-9.7.5](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflareddns-9.7.5](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudflareddns-9.7.5](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) diff --git a/stable/cloudflareddns/9.7.6/Chart.yaml b/stable/cloudflareddns/9.7.6/Chart.yaml new file mode 100644 index 00000000000..ce8eb7bd721 --- /dev/null +++ b/stable/cloudflareddns/9.7.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automate Cloudflare DNS records for those with a dynamic IP. +home: https://truecharts.org/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png +keywords: + - cloudflareddns + - ddns + - cloudflare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflareddns +sources: + - https://hotio.dev/containers/cloudflareddns/ + - https://github.com/hotio/cloudflareddns + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns + - https://ghcr.io/hotio/cloudflareddns +type: application +version: 9.7.6 diff --git a/stable/cloudflareddns/9.7.4/README.md b/stable/cloudflareddns/9.7.6/README.md similarity index 100% rename from stable/cloudflareddns/9.7.4/README.md rename to stable/cloudflareddns/9.7.6/README.md diff --git a/stable/cloudflareddns/9.7.6/app-changelog.md b/stable/cloudflareddns/9.7.6/app-changelog.md new file mode 100644 index 00000000000..b2d978e8bb9 --- /dev/null +++ b/stable/cloudflareddns/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [cloudflareddns-9.7.6](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudflareddns/9.7.4/app-readme.md b/stable/cloudflareddns/9.7.6/app-readme.md similarity index 100% rename from stable/cloudflareddns/9.7.4/app-readme.md rename to stable/cloudflareddns/9.7.6/app-readme.md diff --git a/stable/cloudflareddns/9.7.6/charts/common-20.2.10.tgz b/stable/cloudflareddns/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cloudflareddns/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/cloudflareddns/9.7.4/ix_values.yaml b/stable/cloudflareddns/9.7.6/ix_values.yaml similarity index 100% rename from stable/cloudflareddns/9.7.4/ix_values.yaml rename to stable/cloudflareddns/9.7.6/ix_values.yaml diff --git a/stable/cloudflareddns/9.7.4/questions.yaml b/stable/cloudflareddns/9.7.6/questions.yaml similarity index 100% rename from stable/cloudflareddns/9.7.4/questions.yaml rename to stable/cloudflareddns/9.7.6/questions.yaml diff --git a/stable/code-server/11.8.3/templates/NOTES.txt b/stable/cloudflareddns/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/code-server/11.8.3/templates/NOTES.txt rename to stable/cloudflareddns/9.7.6/templates/NOTES.txt diff --git a/stable/cloudflareddns/9.7.4/templates/_secret.tpl b/stable/cloudflareddns/9.7.6/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/9.7.4/templates/_secret.tpl rename to stable/cloudflareddns/9.7.6/templates/_secret.tpl diff --git a/stable/cloudflareddns/9.7.4/templates/common.yaml b/stable/cloudflareddns/9.7.6/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/9.7.4/templates/common.yaml rename to stable/cloudflareddns/9.7.6/templates/common.yaml diff --git a/stable/cloudreve/6.7.3/values.yaml b/stable/cloudflareddns/9.7.6/values.yaml similarity index 100% rename from stable/cloudreve/6.7.3/values.yaml rename to stable/cloudflareddns/9.7.6/values.yaml diff --git a/stable/cloudreve/6.7.3/CHANGELOG.md b/stable/cloudreve/6.7.3/CHANGELOG.md deleted file mode 100644 index 62538abd10a..00000000000 --- a/stable/cloudreve/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cloudreve/6.7.3/Chart.yaml b/stable/cloudreve/6.7.3/Chart.yaml deleted file mode 100644 index 6116ed6ec89..00000000000 --- a/stable/cloudreve/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.8.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted file management and sharing system, supports multiple storage providers -home: https://truecharts.org/charts/stable/cloudreve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png -keywords: - - cloudreve - - Cloud - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudreve -sources: - - https://github.com/cloudreve/Cloudreve - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve - - https://hub.docker.com/r/cloudreve/cloudreve -type: application -version: 6.7.3 diff --git a/stable/cloudreve/6.7.3/app-changelog.md b/stable/cloudreve/6.7.3/app-changelog.md deleted file mode 100644 index 20b4d9427ef..00000000000 --- a/stable/cloudreve/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz b/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/code-server/11.8.3/.helmignore b/stable/cloudreve/6.7.5/.helmignore similarity index 100% rename from stable/code-server/11.8.3/.helmignore rename to stable/cloudreve/6.7.5/.helmignore diff --git a/stable/cloudreve/6.7.5/CHANGELOG.md b/stable/cloudreve/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..86faf88d1df --- /dev/null +++ b/stable/cloudreve/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudreve-6.7.5](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudreve-6.7.4](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudreve-6.7.4](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudreve-6.7.4](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudreve-6.7.4](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cloudreve-6.7.4](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cloudreve/6.7.5/Chart.yaml b/stable/cloudreve/6.7.5/Chart.yaml new file mode 100644 index 00000000000..bc4a606999e --- /dev/null +++ b/stable/cloudreve/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.8.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted file management and sharing system, supports multiple storage providers +home: https://truecharts.org/charts/stable/cloudreve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png +keywords: + - cloudreve + - Cloud + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudreve +sources: + - https://github.com/cloudreve/Cloudreve + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve + - https://hub.docker.com/r/cloudreve/cloudreve +type: application +version: 6.7.5 diff --git a/stable/cloudreve/6.7.3/README.md b/stable/cloudreve/6.7.5/README.md similarity index 100% rename from stable/cloudreve/6.7.3/README.md rename to stable/cloudreve/6.7.5/README.md diff --git a/stable/cloudreve/6.7.5/app-changelog.md b/stable/cloudreve/6.7.5/app-changelog.md new file mode 100644 index 00000000000..c55d94d0c6e --- /dev/null +++ b/stable/cloudreve/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cloudreve-6.7.5](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cloudreve/6.7.3/app-readme.md b/stable/cloudreve/6.7.5/app-readme.md similarity index 100% rename from stable/cloudreve/6.7.3/app-readme.md rename to stable/cloudreve/6.7.5/app-readme.md diff --git a/stable/cloudreve/6.7.5/charts/common-20.2.10.tgz b/stable/cloudreve/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cloudreve/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cloudreve/6.7.3/ix_values.yaml b/stable/cloudreve/6.7.5/ix_values.yaml similarity index 100% rename from stable/cloudreve/6.7.3/ix_values.yaml rename to stable/cloudreve/6.7.5/ix_values.yaml diff --git a/stable/cloudreve/6.7.3/questions.yaml b/stable/cloudreve/6.7.5/questions.yaml similarity index 100% rename from stable/cloudreve/6.7.3/questions.yaml rename to stable/cloudreve/6.7.5/questions.yaml diff --git a/stable/cloudreve/6.7.3/templates/common.yaml b/stable/cloudreve/6.7.5/templates/common.yaml similarity index 100% rename from stable/cloudreve/6.7.3/templates/common.yaml rename to stable/cloudreve/6.7.5/templates/common.yaml diff --git a/stable/code-server/11.8.3/values.yaml b/stable/cloudreve/6.7.5/values.yaml similarity index 100% rename from stable/code-server/11.8.3/values.yaml rename to stable/cloudreve/6.7.5/values.yaml diff --git a/stable/code-server/11.8.3/CHANGELOG.md b/stable/code-server/11.8.3/CHANGELOG.md deleted file mode 100644 index 4ef5165bab3..00000000000 --- a/stable/code-server/11.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - diff --git a/stable/code-server/11.8.3/Chart.yaml b/stable/code-server/11.8.3/Chart.yaml deleted file mode 100644 index 53e1cd3c148..00000000000 --- a/stable/code-server/11.8.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.22.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Run VS Code on any machine anywhere and access it in the browser. -home: https://truecharts.org/charts/stable/code-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png -keywords: - - code - - vs - - visual studio - - vscode -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: code-server -sources: - - https://github.com/cdr/code-server - - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - - https://hub.docker.com/r/codercom/code-server -type: application -version: 11.8.3 diff --git a/stable/code-server/11.8.3/app-changelog.md b/stable/code-server/11.8.3/app-changelog.md deleted file mode 100644 index 986ee26380d..00000000000 --- a/stable/code-server/11.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) \ No newline at end of file diff --git a/stable/code-server/11.8.3/charts/common-20.2.4.tgz b/stable/code-server/11.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/code-server/11.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/codeproject-ai-server/2.7.3/.helmignore b/stable/code-server/11.8.5/.helmignore similarity index 100% rename from stable/codeproject-ai-server/2.7.3/.helmignore rename to stable/code-server/11.8.5/.helmignore diff --git a/stable/code-server/11.8.5/CHANGELOG.md b/stable/code-server/11.8.5/CHANGELOG.md new file mode 100644 index 00000000000..c09e3db44a9 --- /dev/null +++ b/stable/code-server/11.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [code-server-11.8.5](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) + + +## [code-server-11.8.4](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) + + +## [code-server-11.8.4](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) + + +## [code-server-11.8.4](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) + + +## [code-server-11.8.4](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/code-server/11.8.5/Chart.yaml b/stable/code-server/11.8.5/Chart.yaml new file mode 100644 index 00000000000..5476bc28392 --- /dev/null +++ b/stable/code-server/11.8.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.22.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Run VS Code on any machine anywhere and access it in the browser. +home: https://truecharts.org/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png +keywords: + - code + - vs + - visual studio + - vscode +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: code-server +sources: + - https://github.com/cdr/code-server + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://hub.docker.com/r/codercom/code-server +type: application +version: 11.8.5 diff --git a/stable/code-server/11.8.3/README.md b/stable/code-server/11.8.5/README.md similarity index 100% rename from stable/code-server/11.8.3/README.md rename to stable/code-server/11.8.5/README.md diff --git a/stable/code-server/11.8.5/app-changelog.md b/stable/code-server/11.8.5/app-changelog.md new file mode 100644 index 00000000000..76876993a46 --- /dev/null +++ b/stable/code-server/11.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [code-server-11.8.5](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301)) \ No newline at end of file diff --git a/stable/code-server/11.8.3/app-readme.md b/stable/code-server/11.8.5/app-readme.md similarity index 100% rename from stable/code-server/11.8.3/app-readme.md rename to stable/code-server/11.8.5/app-readme.md diff --git a/stable/code-server/11.8.5/charts/common-20.2.10.tgz b/stable/code-server/11.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/code-server/11.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/code-server/11.8.3/ix_values.yaml b/stable/code-server/11.8.5/ix_values.yaml similarity index 100% rename from stable/code-server/11.8.3/ix_values.yaml rename to stable/code-server/11.8.5/ix_values.yaml diff --git a/stable/code-server/11.8.3/questions.yaml b/stable/code-server/11.8.5/questions.yaml similarity index 100% rename from stable/code-server/11.8.3/questions.yaml rename to stable/code-server/11.8.5/questions.yaml diff --git a/stable/collabora/5.7.4/templates/NOTES.txt b/stable/code-server/11.8.5/templates/NOTES.txt similarity index 100% rename from stable/collabora/5.7.4/templates/NOTES.txt rename to stable/code-server/11.8.5/templates/NOTES.txt diff --git a/stable/code-server/11.8.3/templates/common.yaml b/stable/code-server/11.8.5/templates/common.yaml similarity index 100% rename from stable/code-server/11.8.3/templates/common.yaml rename to stable/code-server/11.8.5/templates/common.yaml diff --git a/stable/codeproject-ai-server/2.7.3/values.yaml b/stable/code-server/11.8.5/values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.7.3/values.yaml rename to stable/code-server/11.8.5/values.yaml diff --git a/stable/codeproject-ai-server/2.7.3/CHANGELOG.md b/stable/codeproject-ai-server/2.7.3/CHANGELOG.md deleted file mode 100644 index 6b16d1b212c..00000000000 --- a/stable/codeproject-ai-server/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/codeproject-ai-server/2.7.3/Chart.yaml b/stable/codeproject-ai-server/2.7.3/Chart.yaml deleted file mode 100644 index efb1205fa7f..00000000000 --- a/stable/codeproject-ai-server/2.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. -home: https://truecharts.org/charts/stable/codeproject-ai-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png -keywords: - - ai-server - - sense-ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: codeproject-ai-server -sources: - - https://github.com/codeproject/CodeProject.AI-Server - - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server - - https://hub.docker.com/r/codeproject/ai-server -type: application -version: 2.7.3 diff --git a/stable/codeproject-ai-server/2.7.3/app-changelog.md b/stable/codeproject-ai-server/2.7.3/app-changelog.md deleted file mode 100644 index 1729535aaf3..00000000000 --- a/stable/codeproject-ai-server/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz b/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/collabora/5.7.4/.helmignore b/stable/codeproject-ai-server/2.7.5/.helmignore similarity index 100% rename from stable/collabora/5.7.4/.helmignore rename to stable/codeproject-ai-server/2.7.5/.helmignore diff --git a/stable/codeproject-ai-server/2.7.5/CHANGELOG.md b/stable/codeproject-ai-server/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5b674a7757f --- /dev/null +++ b/stable/codeproject-ai-server/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [codeproject-ai-server-2.7.5](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [codeproject-ai-server-2.7.4](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [codeproject-ai-server-2.7.4](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [codeproject-ai-server-2.7.4](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [codeproject-ai-server-2.7.4](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [codeproject-ai-server-2.7.4](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.7.5/Chart.yaml b/stable/codeproject-ai-server/2.7.5/Chart.yaml new file mode 100644 index 00000000000..c9888de369b --- /dev/null +++ b/stable/codeproject-ai-server/2.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. +home: https://truecharts.org/charts/stable/codeproject-ai-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png +keywords: + - ai-server + - sense-ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: codeproject-ai-server +sources: + - https://github.com/codeproject/CodeProject.AI-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server + - https://hub.docker.com/r/codeproject/ai-server +type: application +version: 2.7.5 diff --git a/stable/codeproject-ai-server/2.7.3/README.md b/stable/codeproject-ai-server/2.7.5/README.md similarity index 100% rename from stable/codeproject-ai-server/2.7.3/README.md rename to stable/codeproject-ai-server/2.7.5/README.md diff --git a/stable/codeproject-ai-server/2.7.5/app-changelog.md b/stable/codeproject-ai-server/2.7.5/app-changelog.md new file mode 100644 index 00000000000..2d28e5d3a36 --- /dev/null +++ b/stable/codeproject-ai-server/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [codeproject-ai-server-2.7.5](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.7.3/app-readme.md b/stable/codeproject-ai-server/2.7.5/app-readme.md similarity index 100% rename from stable/codeproject-ai-server/2.7.3/app-readme.md rename to stable/codeproject-ai-server/2.7.5/app-readme.md diff --git a/stable/codeproject-ai-server/2.7.5/charts/common-20.2.10.tgz b/stable/codeproject-ai-server/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/codeproject-ai-server/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/codeproject-ai-server/2.7.3/ix_values.yaml b/stable/codeproject-ai-server/2.7.5/ix_values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.7.3/ix_values.yaml rename to stable/codeproject-ai-server/2.7.5/ix_values.yaml diff --git a/stable/codeproject-ai-server/2.7.3/questions.yaml b/stable/codeproject-ai-server/2.7.5/questions.yaml similarity index 100% rename from stable/codeproject-ai-server/2.7.3/questions.yaml rename to stable/codeproject-ai-server/2.7.5/questions.yaml diff --git a/stable/codeproject-ai-server/2.7.3/templates/common.yaml b/stable/codeproject-ai-server/2.7.5/templates/common.yaml similarity index 100% rename from stable/codeproject-ai-server/2.7.3/templates/common.yaml rename to stable/codeproject-ai-server/2.7.5/templates/common.yaml diff --git a/stable/collabora/5.7.4/values.yaml b/stable/codeproject-ai-server/2.7.5/values.yaml similarity index 100% rename from stable/collabora/5.7.4/values.yaml rename to stable/codeproject-ai-server/2.7.5/values.yaml diff --git a/stable/collabora/5.7.4/CHANGELOG.md b/stable/collabora/5.7.4/CHANGELOG.md deleted file mode 100644 index 1b76ff1f921..00000000000 --- a/stable/collabora/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - diff --git a/stable/collabora/5.7.4/Chart.yaml b/stable/collabora/5.7.4/Chart.yaml deleted file mode 100644 index 9dcbd359d8c..00000000000 --- a/stable/collabora/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: office - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.05.9.4.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An awesome, Online Office suite image suitable for home use. -home: https://truecharts.org/charts/stable/collabora -icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png -keywords: - - office - - document -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: collabora -sources: - - https://github.com/CollaboraOnline/online - - https://github.com/truecharts/charts/tree/master/charts/stable/collabora - - https://hub.docker.com/r/collabora/code -type: application -version: 5.7.4 diff --git a/stable/collabora/5.7.4/app-changelog.md b/stable/collabora/5.7.4/app-changelog.md deleted file mode 100644 index 9ed5b4904d2..00000000000 --- a/stable/collabora/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [collabora-5.7.4](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/collabora/5.7.4/charts/common-20.2.9.tgz b/stable/collabora/5.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/collabora/5.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/collabora/5.7.4/ix_values.yaml b/stable/collabora/5.7.4/ix_values.yaml deleted file mode 100644 index d8ef8c2912c..00000000000 --- a/stable/collabora/5.7.4/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.9.4.1@sha256:18768e665a817a06d17a608bcb0744dd0275e72d805644cad5ad1923f7d623b5 -collabora: - username: admin - password: changeme - interface: default - dictionaries: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - server_name: example.com - aliasgroup1: https://cloud.example.com - ssl_enable: false - ssl_termination: true - no_gen_ssl: true - extra_params: - - --o:welcome.enable=false -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: collabora-config - securityContext: - runAsUser: 100 - runAsGroup: 102 - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - capabilities: - add: - - CHOWN - - FOWNER - - SYS_CHROOT - - MKNOD -service: - main: - ports: - main: - protocol: http - targetPort: 9980 - port: 9980 -portal: - open: - enabled: true diff --git a/stable/colonysurvival/5.7.3/.helmignore b/stable/collabora/5.7.6/.helmignore similarity index 100% rename from stable/colonysurvival/5.7.3/.helmignore rename to stable/collabora/5.7.6/.helmignore diff --git a/stable/collabora/5.7.6/CHANGELOG.md b/stable/collabora/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..e6ec3998acf --- /dev/null +++ b/stable/collabora/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [collabora-5.7.6](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [collabora-5.7.5](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.5) (2024-03-29) + +### Chore + + + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [collabora-5.7.5](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.5) (2024-03-29) + +### Chore + + + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [collabora-5.7.5](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.5) (2024-03-29) + +### Chore + + + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [collabora-5.7.5](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.5) (2024-03-29) + +### Chore + + + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/collabora/5.7.6/Chart.yaml b/stable/collabora/5.7.6/Chart.yaml new file mode 100644 index 00000000000..e7e87bd4453 --- /dev/null +++ b/stable/collabora/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.05.10.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An awesome, Online Office suite image suitable for home use. +home: https://truecharts.org/charts/stable/collabora +icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png +keywords: + - office + - document +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: collabora +sources: + - https://github.com/CollaboraOnline/online + - https://github.com/truecharts/charts/tree/master/charts/stable/collabora + - https://hub.docker.com/r/collabora/code +type: application +version: 5.7.6 diff --git a/stable/collabora/5.7.4/README.md b/stable/collabora/5.7.6/README.md similarity index 100% rename from stable/collabora/5.7.4/README.md rename to stable/collabora/5.7.6/README.md diff --git a/stable/collabora/5.7.6/app-changelog.md b/stable/collabora/5.7.6/app-changelog.md new file mode 100644 index 00000000000..4335ac0f4fb --- /dev/null +++ b/stable/collabora/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [collabora-5.7.6](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image collabora/code to v23.05.10.1.1[@1b9e3f4](https://github.com/1b9e3f4) by renovate ([#19912](https://github.com/truecharts/charts/issues/19912)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/collabora/5.7.4/app-readme.md b/stable/collabora/5.7.6/app-readme.md similarity index 100% rename from stable/collabora/5.7.4/app-readme.md rename to stable/collabora/5.7.6/app-readme.md diff --git a/stable/collabora/5.7.6/charts/common-20.2.10.tgz b/stable/collabora/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/collabora/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/collabora/5.7.6/ix_values.yaml b/stable/collabora/5.7.6/ix_values.yaml new file mode 100644 index 00000000000..1b5aec0205b --- /dev/null +++ b/stable/collabora/5.7.6/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: collabora/code + pullPolicy: IfNotPresent + tag: 23.05.10.1.1@sha256:1b9e3f43fecaa7d41e761a992d5a854de5b54404532498daea3c4bb17b557d90 +collabora: + username: admin + password: changeme + interface: default + dictionaries: + - de_DE + - en_GB + - en_US + - el_GR + - es_ES + - fr_FR + - pt_BR + - pt_PT + - it + - nl + - ru + server_name: example.com + aliasgroup1: https://cloud.example.com + ssl_enable: false + ssl_termination: true + no_gen_ssl: true + extra_params: + - --o:welcome.enable=false +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: collabora-config + securityContext: + runAsUser: 100 + runAsGroup: 102 + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + capabilities: + add: + - CHOWN + - FOWNER + - SYS_CHROOT + - MKNOD +service: + main: + ports: + main: + protocol: http + targetPort: 9980 + port: 9980 +portal: + open: + enabled: true diff --git a/stable/collabora/5.7.4/questions.yaml b/stable/collabora/5.7.6/questions.yaml similarity index 100% rename from stable/collabora/5.7.4/questions.yaml rename to stable/collabora/5.7.6/questions.yaml diff --git a/stable/commento-plusplus/11.7.3/templates/NOTES.txt b/stable/collabora/5.7.6/templates/NOTES.txt similarity index 100% rename from stable/commento-plusplus/11.7.3/templates/NOTES.txt rename to stable/collabora/5.7.6/templates/NOTES.txt diff --git a/stable/collabora/5.7.4/templates/_configmap.tpl b/stable/collabora/5.7.6/templates/_configmap.tpl similarity index 100% rename from stable/collabora/5.7.4/templates/_configmap.tpl rename to stable/collabora/5.7.6/templates/_configmap.tpl diff --git a/stable/collabora/5.7.4/templates/common.yaml b/stable/collabora/5.7.6/templates/common.yaml similarity index 100% rename from stable/collabora/5.7.4/templates/common.yaml rename to stable/collabora/5.7.6/templates/common.yaml diff --git a/stable/colonysurvival/5.7.3/values.yaml b/stable/collabora/5.7.6/values.yaml similarity index 100% rename from stable/colonysurvival/5.7.3/values.yaml rename to stable/collabora/5.7.6/values.yaml diff --git a/stable/colonysurvival/5.7.3/CHANGELOG.md b/stable/colonysurvival/5.7.3/CHANGELOG.md deleted file mode 100644 index 0c446307bd5..00000000000 --- a/stable/colonysurvival/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/colonysurvival/5.7.3/Chart.yaml b/stable/colonysurvival/5.7.3/Chart.yaml deleted file mode 100644 index 461ef78df9a..00000000000 --- a/stable/colonysurvival/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: colonysurial -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. -home: https://truecharts.org/charts/stable/colonysurvival -icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png -keywords: - - colonysurvival - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: colonysurvival -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/colonysurvival/5.7.3/app-changelog.md b/stable/colonysurvival/5.7.3/app-changelog.md deleted file mode 100644 index f0caac73161..00000000000 --- a/stable/colonysurvival/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz b/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/commento-plusplus/11.7.3/.helmignore b/stable/colonysurvival/5.7.5/.helmignore similarity index 100% rename from stable/commento-plusplus/11.7.3/.helmignore rename to stable/colonysurvival/5.7.5/.helmignore diff --git a/stable/colonysurvival/5.7.5/CHANGELOG.md b/stable/colonysurvival/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..cbaf4114545 --- /dev/null +++ b/stable/colonysurvival/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [colonysurvival-5.7.5](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [colonysurvival-5.7.4](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [colonysurvival-5.7.4](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [colonysurvival-5.7.4](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [colonysurvival-5.7.4](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [colonysurvival-5.7.4](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/colonysurvival/5.7.5/Chart.yaml b/stable/colonysurvival/5.7.5/Chart.yaml new file mode 100644 index 00000000000..13d1e2abdce --- /dev/null +++ b/stable/colonysurvival/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: colonysurial +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. +home: https://truecharts.org/charts/stable/colonysurvival +icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png +keywords: + - colonysurvival + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: colonysurvival +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/colonysurvival/5.7.3/README.md b/stable/colonysurvival/5.7.5/README.md similarity index 100% rename from stable/colonysurvival/5.7.3/README.md rename to stable/colonysurvival/5.7.5/README.md diff --git a/stable/colonysurvival/5.7.5/app-changelog.md b/stable/colonysurvival/5.7.5/app-changelog.md new file mode 100644 index 00000000000..180b34abb32 --- /dev/null +++ b/stable/colonysurvival/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [colonysurvival-5.7.5](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/colonysurvival/5.7.3/app-readme.md b/stable/colonysurvival/5.7.5/app-readme.md similarity index 100% rename from stable/colonysurvival/5.7.3/app-readme.md rename to stable/colonysurvival/5.7.5/app-readme.md diff --git a/stable/colonysurvival/5.7.5/charts/common-20.2.10.tgz b/stable/colonysurvival/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/colonysurvival/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/colonysurvival/5.7.3/ix_values.yaml b/stable/colonysurvival/5.7.5/ix_values.yaml similarity index 100% rename from stable/colonysurvival/5.7.3/ix_values.yaml rename to stable/colonysurvival/5.7.5/ix_values.yaml diff --git a/stable/colonysurvival/5.7.3/questions.yaml b/stable/colonysurvival/5.7.5/questions.yaml similarity index 100% rename from stable/colonysurvival/5.7.3/questions.yaml rename to stable/colonysurvival/5.7.5/questions.yaml diff --git a/stable/colonysurvival/5.7.3/templates/common.yaml b/stable/colonysurvival/5.7.5/templates/common.yaml similarity index 100% rename from stable/colonysurvival/5.7.3/templates/common.yaml rename to stable/colonysurvival/5.7.5/templates/common.yaml diff --git a/stable/commento-plusplus/11.7.3/values.yaml b/stable/colonysurvival/5.7.5/values.yaml similarity index 100% rename from stable/commento-plusplus/11.7.3/values.yaml rename to stable/colonysurvival/5.7.5/values.yaml diff --git a/stable/commento-plusplus/11.7.3/CHANGELOG.md b/stable/commento-plusplus/11.7.3/CHANGELOG.md deleted file mode 100644 index 031d6455c0f..00000000000 --- a/stable/commento-plusplus/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/commento-plusplus/11.7.3/Chart.yaml b/stable/commento-plusplus/11.7.3/Chart.yaml deleted file mode 100644 index c4390e50533..00000000000 --- a/stable/commento-plusplus/11.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.7 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. -home: https://truecharts.org/charts/stable/commento-plusplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png -keywords: - - commento -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: commento-plusplus -sources: - - https://github.com/souramoo/commentoplusplus - - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - - https://hub.docker.com/r/caroga/commentoplusplus -type: application -version: 11.7.3 diff --git a/stable/commento-plusplus/11.7.3/app-changelog.md b/stable/commento-plusplus/11.7.3/app-changelog.md deleted file mode 100644 index ed335fb3f5b..00000000000 --- a/stable/commento-plusplus/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz b/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/conanexiles/5.7.3/.helmignore b/stable/commento-plusplus/11.7.5/.helmignore similarity index 100% rename from stable/conanexiles/5.7.3/.helmignore rename to stable/commento-plusplus/11.7.5/.helmignore diff --git a/stable/commento-plusplus/11.7.5/CHANGELOG.md b/stable/commento-plusplus/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3e9bb3f6d26 --- /dev/null +++ b/stable/commento-plusplus/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [commento-plusplus-11.7.5](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [commento-plusplus-11.7.4](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [commento-plusplus-11.7.4](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [commento-plusplus-11.7.4](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [commento-plusplus-11.7.4](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [commento-plusplus-11.7.4](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/commento-plusplus/11.7.5/Chart.yaml b/stable/commento-plusplus/11.7.5/Chart.yaml new file mode 100644 index 00000000000..9ee775643ab --- /dev/null +++ b/stable/commento-plusplus/11.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.7 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. +home: https://truecharts.org/charts/stable/commento-plusplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png +keywords: + - commento +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: commento-plusplus +sources: + - https://github.com/souramoo/commentoplusplus + - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus + - https://hub.docker.com/r/caroga/commentoplusplus +type: application +version: 11.7.5 diff --git a/stable/commento-plusplus/11.7.3/README.md b/stable/commento-plusplus/11.7.5/README.md similarity index 100% rename from stable/commento-plusplus/11.7.3/README.md rename to stable/commento-plusplus/11.7.5/README.md diff --git a/stable/commento-plusplus/11.7.5/app-changelog.md b/stable/commento-plusplus/11.7.5/app-changelog.md new file mode 100644 index 00000000000..257f2f69a02 --- /dev/null +++ b/stable/commento-plusplus/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [commento-plusplus-11.7.5](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/commento-plusplus/11.7.3/app-readme.md b/stable/commento-plusplus/11.7.5/app-readme.md similarity index 100% rename from stable/commento-plusplus/11.7.3/app-readme.md rename to stable/commento-plusplus/11.7.5/app-readme.md diff --git a/stable/commento-plusplus/11.7.5/charts/common-20.2.10.tgz b/stable/commento-plusplus/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/commento-plusplus/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/commento-plusplus/11.7.3/ix_values.yaml b/stable/commento-plusplus/11.7.5/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/11.7.3/ix_values.yaml rename to stable/commento-plusplus/11.7.5/ix_values.yaml diff --git a/stable/commento-plusplus/11.7.3/questions.yaml b/stable/commento-plusplus/11.7.5/questions.yaml similarity index 100% rename from stable/commento-plusplus/11.7.3/questions.yaml rename to stable/commento-plusplus/11.7.5/questions.yaml diff --git a/stable/cops/8.9.5/templates/NOTES.txt b/stable/commento-plusplus/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/cops/8.9.5/templates/NOTES.txt rename to stable/commento-plusplus/11.7.5/templates/NOTES.txt diff --git a/stable/commento-plusplus/11.7.3/templates/common.yaml b/stable/commento-plusplus/11.7.5/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/11.7.3/templates/common.yaml rename to stable/commento-plusplus/11.7.5/templates/common.yaml diff --git a/stable/conanexiles/5.7.3/values.yaml b/stable/commento-plusplus/11.7.5/values.yaml similarity index 100% rename from stable/conanexiles/5.7.3/values.yaml rename to stable/commento-plusplus/11.7.5/values.yaml diff --git a/stable/conanexiles/5.7.3/CHANGELOG.md b/stable/conanexiles/5.7.3/CHANGELOG.md deleted file mode 100644 index 612071c6cba..00000000000 --- a/stable/conanexiles/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/conanexiles/5.7.3/Chart.yaml b/stable/conanexiles/5.7.3/Chart.yaml deleted file mode 100644 index b886a47470d..00000000000 --- a/stable/conanexiles/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: conanexiles -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. -home: https://truecharts.org/charts/stable/conanexiles -icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png -keywords: - - conanexiles - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: conanexiles -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/conanexiles/5.7.3/app-changelog.md b/stable/conanexiles/5.7.3/app-changelog.md deleted file mode 100644 index 4172e7bc685..00000000000 --- a/stable/conanexiles/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz b/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/convos/5.7.3/.helmignore b/stable/conanexiles/5.7.5/.helmignore similarity index 100% rename from stable/convos/5.7.3/.helmignore rename to stable/conanexiles/5.7.5/.helmignore diff --git a/stable/conanexiles/5.7.5/CHANGELOG.md b/stable/conanexiles/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c82465e7df5 --- /dev/null +++ b/stable/conanexiles/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [conanexiles-5.7.5](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [conanexiles-5.7.4](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [conanexiles-5.7.4](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [conanexiles-5.7.4](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [conanexiles-5.7.4](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [conanexiles-5.7.4](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/conanexiles/5.7.5/Chart.yaml b/stable/conanexiles/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1fdd9fdacc9 --- /dev/null +++ b/stable/conanexiles/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: conanexiles +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. +home: https://truecharts.org/charts/stable/conanexiles +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png +keywords: + - conanexiles + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: conanexiles +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/conanexiles/5.7.3/README.md b/stable/conanexiles/5.7.5/README.md similarity index 100% rename from stable/conanexiles/5.7.3/README.md rename to stable/conanexiles/5.7.5/README.md diff --git a/stable/conanexiles/5.7.5/app-changelog.md b/stable/conanexiles/5.7.5/app-changelog.md new file mode 100644 index 00000000000..b3556cb3f4a --- /dev/null +++ b/stable/conanexiles/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [conanexiles-5.7.5](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/conanexiles/5.7.3/app-readme.md b/stable/conanexiles/5.7.5/app-readme.md similarity index 100% rename from stable/conanexiles/5.7.3/app-readme.md rename to stable/conanexiles/5.7.5/app-readme.md diff --git a/stable/conanexiles/5.7.5/charts/common-20.2.10.tgz b/stable/conanexiles/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/conanexiles/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/conanexiles/5.7.3/ix_values.yaml b/stable/conanexiles/5.7.5/ix_values.yaml similarity index 100% rename from stable/conanexiles/5.7.3/ix_values.yaml rename to stable/conanexiles/5.7.5/ix_values.yaml diff --git a/stable/conanexiles/5.7.3/questions.yaml b/stable/conanexiles/5.7.5/questions.yaml similarity index 100% rename from stable/conanexiles/5.7.3/questions.yaml rename to stable/conanexiles/5.7.5/questions.yaml diff --git a/stable/conanexiles/5.7.3/templates/common.yaml b/stable/conanexiles/5.7.5/templates/common.yaml similarity index 100% rename from stable/conanexiles/5.7.3/templates/common.yaml rename to stable/conanexiles/5.7.5/templates/common.yaml diff --git a/stable/convos/5.7.3/values.yaml b/stable/conanexiles/5.7.5/values.yaml similarity index 100% rename from stable/convos/5.7.3/values.yaml rename to stable/conanexiles/5.7.5/values.yaml diff --git a/stable/convos/5.7.3/CHANGELOG.md b/stable/convos/5.7.3/CHANGELOG.md deleted file mode 100644 index bdde4a68df7..00000000000 --- a/stable/convos/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/convos/5.7.3/Chart.yaml b/stable/convos/5.7.3/Chart.yaml deleted file mode 100644 index c5546229315..00000000000 --- a/stable/convos/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Convos is the simplest way to use IRC and it is always online -home: https://truecharts.org/charts/stable/convos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png -keywords: - - convos - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: convos -sources: - - https://convos.chat/ - - https://github.com/truecharts/charts/tree/master/charts/stable/convos - - https://hub.docker.com/r/convos/convos -type: application -version: 5.7.3 diff --git a/stable/convos/5.7.3/app-changelog.md b/stable/convos/5.7.3/app-changelog.md deleted file mode 100644 index 1ea8f370e07..00000000000 --- a/stable/convos/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/convos/5.7.3/charts/common-20.2.4.tgz b/stable/convos/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/convos/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cops/8.9.5/.helmignore b/stable/convos/5.7.5/.helmignore similarity index 100% rename from stable/cops/8.9.5/.helmignore rename to stable/convos/5.7.5/.helmignore diff --git a/stable/convos/5.7.5/CHANGELOG.md b/stable/convos/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8d9d2bfb749 --- /dev/null +++ b/stable/convos/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [convos-5.7.5](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [convos-5.7.4](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [convos-5.7.4](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [convos-5.7.4](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [convos-5.7.4](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [convos-5.7.4](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/convos/5.7.5/Chart.yaml b/stable/convos/5.7.5/Chart.yaml new file mode 100644 index 00000000000..61cd4caba32 --- /dev/null +++ b/stable/convos/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Convos is the simplest way to use IRC and it is always online +home: https://truecharts.org/charts/stable/convos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png +keywords: + - convos + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: convos +sources: + - https://convos.chat/ + - https://github.com/truecharts/charts/tree/master/charts/stable/convos + - https://hub.docker.com/r/convos/convos +type: application +version: 5.7.5 diff --git a/stable/convos/5.7.3/README.md b/stable/convos/5.7.5/README.md similarity index 100% rename from stable/convos/5.7.3/README.md rename to stable/convos/5.7.5/README.md diff --git a/stable/convos/5.7.5/app-changelog.md b/stable/convos/5.7.5/app-changelog.md new file mode 100644 index 00000000000..38001e9d016 --- /dev/null +++ b/stable/convos/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [convos-5.7.5](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/convos/5.7.3/app-readme.md b/stable/convos/5.7.5/app-readme.md similarity index 100% rename from stable/convos/5.7.3/app-readme.md rename to stable/convos/5.7.5/app-readme.md diff --git a/stable/convos/5.7.5/charts/common-20.2.10.tgz b/stable/convos/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/convos/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/convos/5.7.3/ix_values.yaml b/stable/convos/5.7.5/ix_values.yaml similarity index 100% rename from stable/convos/5.7.3/ix_values.yaml rename to stable/convos/5.7.5/ix_values.yaml diff --git a/stable/convos/5.7.3/questions.yaml b/stable/convos/5.7.5/questions.yaml similarity index 100% rename from stable/convos/5.7.3/questions.yaml rename to stable/convos/5.7.5/questions.yaml diff --git a/stable/convos/5.7.3/templates/common.yaml b/stable/convos/5.7.5/templates/common.yaml similarity index 100% rename from stable/convos/5.7.3/templates/common.yaml rename to stable/convos/5.7.5/templates/common.yaml diff --git a/stable/cops/8.9.5/values.yaml b/stable/convos/5.7.5/values.yaml similarity index 100% rename from stable/cops/8.9.5/values.yaml rename to stable/convos/5.7.5/values.yaml diff --git a/stable/cops/8.9.5/CHANGELOG.md b/stable/cops/8.9.5/CHANGELOG.md deleted file mode 100644 index 6d13b51318f..00000000000 --- a/stable/cops/8.9.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - diff --git a/stable/cops/8.9.5/Chart.yaml b/stable/cops/8.9.5/Chart.yaml deleted file mode 100644 index 4a52d268eb6..00000000000 --- a/stable/cops/8.9.5/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. -home: https://truecharts.org/charts/stable/cops -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png -keywords: - - cops - - Cloud - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cops -sources: - - https://github.com/orgs/linuxserver/packages/container/package/cops - - https://github.com/linuxserver/docker-cops#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/cops - - https://fleet.linuxserver.io/image?name=linuxserver/cops -type: application -version: 8.9.5 diff --git a/stable/cops/8.9.5/app-changelog.md b/stable/cops/8.9.5/app-changelog.md deleted file mode 100644 index 1f5f9c79ef7..00000000000 --- a/stable/cops/8.9.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) - -- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cops/8.9.5/charts/common-20.2.4.tgz b/stable/cops/8.9.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cops/8.9.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/core-keeper-dedicated-server/5.7.3/.helmignore b/stable/cops/8.9.7/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/.helmignore rename to stable/cops/8.9.7/.helmignore diff --git a/stable/cops/8.9.7/CHANGELOG.md b/stable/cops/8.9.7/CHANGELOG.md new file mode 100644 index 00000000000..d9a449503d8 --- /dev/null +++ b/stable/cops/8.9.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cops-8.9.7](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cops-8.9.6](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cops-8.9.6](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cops-8.9.6](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/cops/8.9.7/Chart.yaml b/stable/cops/8.9.7/Chart.yaml new file mode 100644 index 00000000000..87b6d05e550 --- /dev/null +++ b/stable/cops/8.9.7/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. +home: https://truecharts.org/charts/stable/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png +keywords: + - cops + - Cloud + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cops +sources: + - https://github.com/orgs/linuxserver/packages/container/package/cops + - https://github.com/linuxserver/docker-cops#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/cops + - https://fleet.linuxserver.io/image?name=linuxserver/cops +type: application +version: 8.9.7 diff --git a/stable/cops/8.9.5/README.md b/stable/cops/8.9.7/README.md similarity index 100% rename from stable/cops/8.9.5/README.md rename to stable/cops/8.9.7/README.md diff --git a/stable/cops/8.9.7/app-changelog.md b/stable/cops/8.9.7/app-changelog.md new file mode 100644 index 00000000000..784f10a32ae --- /dev/null +++ b/stable/cops/8.9.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [cops-8.9.7](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604)) + +- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cops/8.9.5/app-readme.md b/stable/cops/8.9.7/app-readme.md similarity index 100% rename from stable/cops/8.9.5/app-readme.md rename to stable/cops/8.9.7/app-readme.md diff --git a/stable/cops/8.9.7/charts/common-20.2.10.tgz b/stable/cops/8.9.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cops/8.9.7/charts/common-20.2.10.tgz differ diff --git a/stable/cops/8.9.5/ix_values.yaml b/stable/cops/8.9.7/ix_values.yaml similarity index 100% rename from stable/cops/8.9.5/ix_values.yaml rename to stable/cops/8.9.7/ix_values.yaml diff --git a/stable/cops/8.9.5/questions.yaml b/stable/cops/8.9.7/questions.yaml similarity index 100% rename from stable/cops/8.9.5/questions.yaml rename to stable/cops/8.9.7/questions.yaml diff --git a/stable/couchpotato/9.7.3/templates/NOTES.txt b/stable/cops/8.9.7/templates/NOTES.txt similarity index 100% rename from stable/couchpotato/9.7.3/templates/NOTES.txt rename to stable/cops/8.9.7/templates/NOTES.txt diff --git a/stable/cops/8.9.5/templates/common.yaml b/stable/cops/8.9.7/templates/common.yaml similarity index 100% rename from stable/cops/8.9.5/templates/common.yaml rename to stable/cops/8.9.7/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.7.3/values.yaml b/stable/cops/8.9.7/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/values.yaml rename to stable/cops/8.9.7/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md deleted file mode 100644 index 390f2a5d4d3..00000000000 --- a/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml b/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml deleted file mode 100644 index 914161ca2db..00000000000 --- a/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) -home: https://truecharts.org/charts/stable/core-keeper-dedicated-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png -keywords: - - core-keeper-dedicated-server - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: core-keeper-dedicated-server -sources: - - https://github.com/escapingnetwork/core-keeper-dedicated/ - - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server - - https://hub.docker.com/r/escaping/core-keeper-dedicated -type: application -version: 5.7.3 diff --git a/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md b/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md deleted file mode 100644 index 25fac13b0e4..00000000000 --- a/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz b/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/corekeeper/5.7.3/.helmignore b/stable/core-keeper-dedicated-server/5.7.5/.helmignore similarity index 100% rename from stable/corekeeper/5.7.3/.helmignore rename to stable/core-keeper-dedicated-server/5.7.5/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.7.5/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..74e66ff84aa --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [core-keeper-dedicated-server-5.7.5](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [core-keeper-dedicated-server-5.7.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [core-keeper-dedicated-server-5.7.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [core-keeper-dedicated-server-5.7.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [core-keeper-dedicated-server-5.7.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [core-keeper-dedicated-server-5.7.4](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.7.5/Chart.yaml b/stable/core-keeper-dedicated-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..6fc6bec986b --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) +home: https://truecharts.org/charts/stable/core-keeper-dedicated-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png +keywords: + - core-keeper-dedicated-server + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: core-keeper-dedicated-server +sources: + - https://github.com/escapingnetwork/core-keeper-dedicated/ + - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server + - https://hub.docker.com/r/escaping/core-keeper-dedicated +type: application +version: 5.7.5 diff --git a/stable/core-keeper-dedicated-server/5.7.3/README.md b/stable/core-keeper-dedicated-server/5.7.5/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/README.md rename to stable/core-keeper-dedicated-server/5.7.5/README.md diff --git a/stable/core-keeper-dedicated-server/5.7.5/app-changelog.md b/stable/core-keeper-dedicated-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8f2afc1f523 --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [core-keeper-dedicated-server-5.7.5](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.7.3/app-readme.md b/stable/core-keeper-dedicated-server/5.7.5/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/app-readme.md rename to stable/core-keeper-dedicated-server/5.7.5/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.7.5/charts/common-20.2.10.tgz b/stable/core-keeper-dedicated-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.7.3/ix_values.yaml b/stable/core-keeper-dedicated-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.7.5/ix_values.yaml diff --git a/stable/core-keeper-dedicated-server/5.7.3/questions.yaml b/stable/core-keeper-dedicated-server/5.7.5/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/questions.yaml rename to stable/core-keeper-dedicated-server/5.7.5/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.7.3/templates/common.yaml b/stable/core-keeper-dedicated-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.7.3/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.7.5/templates/common.yaml diff --git a/stable/corekeeper/5.7.3/values.yaml b/stable/core-keeper-dedicated-server/5.7.5/values.yaml similarity index 100% rename from stable/corekeeper/5.7.3/values.yaml rename to stable/core-keeper-dedicated-server/5.7.5/values.yaml diff --git a/stable/corekeeper/5.7.3/CHANGELOG.md b/stable/corekeeper/5.7.3/CHANGELOG.md deleted file mode 100644 index 92e24190218..00000000000 --- a/stable/corekeeper/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/corekeeper/5.7.3/Chart.yaml b/stable/corekeeper/5.7.3/Chart.yaml deleted file mode 100644 index 60b3e6bc6d4..00000000000 --- a/stable/corekeeper/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: corekeeper -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. -home: https://truecharts.org/charts/stable/corekeeper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png -keywords: - - corekeeper - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: corekeeper -sources: - - https://steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/corekeeper/5.7.3/app-changelog.md b/stable/corekeeper/5.7.3/app-changelog.md deleted file mode 100644 index 8361a6c9e15..00000000000 --- a/stable/corekeeper/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz b/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/couchpotato/9.7.3/.helmignore b/stable/corekeeper/5.7.5/.helmignore similarity index 100% rename from stable/couchpotato/9.7.3/.helmignore rename to stable/corekeeper/5.7.5/.helmignore diff --git a/stable/corekeeper/5.7.5/CHANGELOG.md b/stable/corekeeper/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d4cf2bb86d2 --- /dev/null +++ b/stable/corekeeper/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [corekeeper-5.7.5](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [corekeeper-5.7.4](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [corekeeper-5.7.4](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [corekeeper-5.7.4](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [corekeeper-5.7.4](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [corekeeper-5.7.4](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/corekeeper/5.7.5/Chart.yaml b/stable/corekeeper/5.7.5/Chart.yaml new file mode 100644 index 00000000000..83af7f861cb --- /dev/null +++ b/stable/corekeeper/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: corekeeper +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. +home: https://truecharts.org/charts/stable/corekeeper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png +keywords: + - corekeeper + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: corekeeper +sources: + - https://steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/corekeeper/5.7.3/README.md b/stable/corekeeper/5.7.5/README.md similarity index 100% rename from stable/corekeeper/5.7.3/README.md rename to stable/corekeeper/5.7.5/README.md diff --git a/stable/corekeeper/5.7.5/app-changelog.md b/stable/corekeeper/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8437acbe28a --- /dev/null +++ b/stable/corekeeper/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [corekeeper-5.7.5](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/corekeeper/5.7.3/app-readme.md b/stable/corekeeper/5.7.5/app-readme.md similarity index 100% rename from stable/corekeeper/5.7.3/app-readme.md rename to stable/corekeeper/5.7.5/app-readme.md diff --git a/stable/corekeeper/5.7.5/charts/common-20.2.10.tgz b/stable/corekeeper/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/corekeeper/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/corekeeper/5.7.3/ix_values.yaml b/stable/corekeeper/5.7.5/ix_values.yaml similarity index 100% rename from stable/corekeeper/5.7.3/ix_values.yaml rename to stable/corekeeper/5.7.5/ix_values.yaml diff --git a/stable/corekeeper/5.7.3/questions.yaml b/stable/corekeeper/5.7.5/questions.yaml similarity index 100% rename from stable/corekeeper/5.7.3/questions.yaml rename to stable/corekeeper/5.7.5/questions.yaml diff --git a/stable/corekeeper/5.7.3/templates/common.yaml b/stable/corekeeper/5.7.5/templates/common.yaml similarity index 100% rename from stable/corekeeper/5.7.3/templates/common.yaml rename to stable/corekeeper/5.7.5/templates/common.yaml diff --git a/stable/couchpotato/9.7.3/values.yaml b/stable/corekeeper/5.7.5/values.yaml similarity index 100% rename from stable/couchpotato/9.7.3/values.yaml rename to stable/corekeeper/5.7.5/values.yaml diff --git a/stable/couchpotato/9.7.3/CHANGELOG.md b/stable/couchpotato/9.7.3/CHANGELOG.md deleted file mode 100644 index 6a8ddb3ea7f..00000000000 --- a/stable/couchpotato/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/couchpotato/9.7.3/Chart.yaml b/stable/couchpotato/9.7.3/Chart.yaml deleted file mode 100644 index 6e8c0f259b8..00000000000 --- a/stable/couchpotato/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Couchpotato is an automatic NZB and torrent downloader. -home: https://truecharts.org/charts/stable/couchpotato -icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png -keywords: - - couchpotato -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: couchpotato -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato - - https://ghcr.io/linuxserver/couchpotato -type: application -version: 9.7.3 diff --git a/stable/couchpotato/9.7.3/app-changelog.md b/stable/couchpotato/9.7.3/app-changelog.md deleted file mode 100644 index bf902ef029b..00000000000 --- a/stable/couchpotato/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz b/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/counterstrike2d/5.7.3/.helmignore b/stable/couchpotato/9.7.5/.helmignore similarity index 100% rename from stable/counterstrike2d/5.7.3/.helmignore rename to stable/couchpotato/9.7.5/.helmignore diff --git a/stable/couchpotato/9.7.5/CHANGELOG.md b/stable/couchpotato/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..90ffa396bd5 --- /dev/null +++ b/stable/couchpotato/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [couchpotato-9.7.5](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [couchpotato-9.7.4](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [couchpotato-9.7.4](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [couchpotato-9.7.4](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [couchpotato-9.7.4](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [couchpotato-9.7.4](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/couchpotato/9.7.5/Chart.yaml b/stable/couchpotato/9.7.5/Chart.yaml new file mode 100644 index 00000000000..240db539566 --- /dev/null +++ b/stable/couchpotato/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Couchpotato is an automatic NZB and torrent downloader. +home: https://truecharts.org/charts/stable/couchpotato +icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png +keywords: + - couchpotato +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: couchpotato +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato + - https://ghcr.io/linuxserver/couchpotato +type: application +version: 9.7.5 diff --git a/stable/couchpotato/9.7.3/README.md b/stable/couchpotato/9.7.5/README.md similarity index 100% rename from stable/couchpotato/9.7.3/README.md rename to stable/couchpotato/9.7.5/README.md diff --git a/stable/couchpotato/9.7.5/app-changelog.md b/stable/couchpotato/9.7.5/app-changelog.md new file mode 100644 index 00000000000..19dd869a174 --- /dev/null +++ b/stable/couchpotato/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [couchpotato-9.7.5](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/couchpotato/9.7.3/app-readme.md b/stable/couchpotato/9.7.5/app-readme.md similarity index 100% rename from stable/couchpotato/9.7.3/app-readme.md rename to stable/couchpotato/9.7.5/app-readme.md diff --git a/stable/couchpotato/9.7.5/charts/common-20.2.10.tgz b/stable/couchpotato/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/couchpotato/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/couchpotato/9.7.3/ix_values.yaml b/stable/couchpotato/9.7.5/ix_values.yaml similarity index 100% rename from stable/couchpotato/9.7.3/ix_values.yaml rename to stable/couchpotato/9.7.5/ix_values.yaml diff --git a/stable/couchpotato/9.7.3/questions.yaml b/stable/couchpotato/9.7.5/questions.yaml similarity index 100% rename from stable/couchpotato/9.7.3/questions.yaml rename to stable/couchpotato/9.7.5/questions.yaml diff --git a/stable/crafty-4/7.8.4/templates/NOTES.txt b/stable/couchpotato/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/crafty-4/7.8.4/templates/NOTES.txt rename to stable/couchpotato/9.7.5/templates/NOTES.txt diff --git a/stable/couchpotato/9.7.3/templates/common.yaml b/stable/couchpotato/9.7.5/templates/common.yaml similarity index 100% rename from stable/couchpotato/9.7.3/templates/common.yaml rename to stable/couchpotato/9.7.5/templates/common.yaml diff --git a/stable/counterstrike2d/5.7.3/values.yaml b/stable/couchpotato/9.7.5/values.yaml similarity index 100% rename from stable/counterstrike2d/5.7.3/values.yaml rename to stable/couchpotato/9.7.5/values.yaml diff --git a/stable/counterstrike2d/5.7.3/CHANGELOG.md b/stable/counterstrike2d/5.7.3/CHANGELOG.md deleted file mode 100644 index 87c421383be..00000000000 --- a/stable/counterstrike2d/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/counterstrike2d/5.7.3/Chart.yaml b/stable/counterstrike2d/5.7.3/Chart.yaml deleted file mode 100644 index 53cce57122c..00000000000 --- a/stable/counterstrike2d/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install CounterStrike 2D. -home: https://truecharts.org/charts/stable/counterstrike2d -icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png -keywords: - - counterstrike2d - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: counterstrike2d -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d - - https://hub.docker.com/r/ich777/cs2dserver -type: application -version: 5.7.3 diff --git a/stable/counterstrike2d/5.7.3/app-changelog.md b/stable/counterstrike2d/5.7.3/app-changelog.md deleted file mode 100644 index 750e1c920c0..00000000000 --- a/stable/counterstrike2d/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz b/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cowyo/5.7.3/.helmignore b/stable/counterstrike2d/5.7.5/.helmignore similarity index 100% rename from stable/cowyo/5.7.3/.helmignore rename to stable/counterstrike2d/5.7.5/.helmignore diff --git a/stable/counterstrike2d/5.7.5/CHANGELOG.md b/stable/counterstrike2d/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..66ca935ec84 --- /dev/null +++ b/stable/counterstrike2d/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [counterstrike2d-5.7.5](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [counterstrike2d-5.7.4](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [counterstrike2d-5.7.4](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [counterstrike2d-5.7.4](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [counterstrike2d-5.7.4](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [counterstrike2d-5.7.4](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/counterstrike2d/5.7.5/Chart.yaml b/stable/counterstrike2d/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5d85f322361 --- /dev/null +++ b/stable/counterstrike2d/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install CounterStrike 2D. +home: https://truecharts.org/charts/stable/counterstrike2d +icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png +keywords: + - counterstrike2d + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: counterstrike2d +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d + - https://hub.docker.com/r/ich777/cs2dserver +type: application +version: 5.7.5 diff --git a/stable/counterstrike2d/5.7.3/README.md b/stable/counterstrike2d/5.7.5/README.md similarity index 100% rename from stable/counterstrike2d/5.7.3/README.md rename to stable/counterstrike2d/5.7.5/README.md diff --git a/stable/counterstrike2d/5.7.5/app-changelog.md b/stable/counterstrike2d/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ae191ec731b --- /dev/null +++ b/stable/counterstrike2d/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [counterstrike2d-5.7.5](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/counterstrike2d/5.7.3/app-readme.md b/stable/counterstrike2d/5.7.5/app-readme.md similarity index 100% rename from stable/counterstrike2d/5.7.3/app-readme.md rename to stable/counterstrike2d/5.7.5/app-readme.md diff --git a/stable/counterstrike2d/5.7.5/charts/common-20.2.10.tgz b/stable/counterstrike2d/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/counterstrike2d/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/counterstrike2d/5.7.3/ix_values.yaml b/stable/counterstrike2d/5.7.5/ix_values.yaml similarity index 100% rename from stable/counterstrike2d/5.7.3/ix_values.yaml rename to stable/counterstrike2d/5.7.5/ix_values.yaml diff --git a/stable/counterstrike2d/5.7.3/questions.yaml b/stable/counterstrike2d/5.7.5/questions.yaml similarity index 100% rename from stable/counterstrike2d/5.7.3/questions.yaml rename to stable/counterstrike2d/5.7.5/questions.yaml diff --git a/stable/counterstrike2d/5.7.3/templates/common.yaml b/stable/counterstrike2d/5.7.5/templates/common.yaml similarity index 100% rename from stable/counterstrike2d/5.7.3/templates/common.yaml rename to stable/counterstrike2d/5.7.5/templates/common.yaml diff --git a/stable/cowyo/5.7.3/values.yaml b/stable/counterstrike2d/5.7.5/values.yaml similarity index 100% rename from stable/cowyo/5.7.3/values.yaml rename to stable/counterstrike2d/5.7.5/values.yaml diff --git a/stable/cowyo/5.7.3/CHANGELOG.md b/stable/cowyo/5.7.3/CHANGELOG.md deleted file mode 100644 index bf62a801c95..00000000000 --- a/stable/cowyo/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cowyo/5.7.3/Chart.yaml b/stable/cowyo/5.7.3/Chart.yaml deleted file mode 100644 index 742df48b165..00000000000 --- a/stable/cowyo/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. -home: https://truecharts.org/charts/stable/cowyo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png -keywords: - - cowyo - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cowyo -sources: - - https://github.com/schollz/cowyo - - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo - - https://hub.docker.com/r/schollz/cowyo -type: application -version: 5.7.3 diff --git a/stable/cowyo/5.7.3/app-changelog.md b/stable/cowyo/5.7.3/app-changelog.md deleted file mode 100644 index bd8e5aa7125..00000000000 --- a/stable/cowyo/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cowyo/5.7.3/charts/common-20.2.4.tgz b/stable/cowyo/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cowyo/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/craftopia/5.7.3/.helmignore b/stable/cowyo/5.7.5/.helmignore similarity index 100% rename from stable/craftopia/5.7.3/.helmignore rename to stable/cowyo/5.7.5/.helmignore diff --git a/stable/cowyo/5.7.5/CHANGELOG.md b/stable/cowyo/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..333593231cd --- /dev/null +++ b/stable/cowyo/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cowyo-5.7.5](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cowyo-5.7.4](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cowyo-5.7.4](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cowyo-5.7.4](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cowyo-5.7.4](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cowyo-5.7.4](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cowyo/5.7.5/Chart.yaml b/stable/cowyo/5.7.5/Chart.yaml new file mode 100644 index 00000000000..286e9e452c9 --- /dev/null +++ b/stable/cowyo/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. +home: https://truecharts.org/charts/stable/cowyo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png +keywords: + - cowyo + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cowyo +sources: + - https://github.com/schollz/cowyo + - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo + - https://hub.docker.com/r/schollz/cowyo +type: application +version: 5.7.5 diff --git a/stable/cowyo/5.7.3/README.md b/stable/cowyo/5.7.5/README.md similarity index 100% rename from stable/cowyo/5.7.3/README.md rename to stable/cowyo/5.7.5/README.md diff --git a/stable/cowyo/5.7.5/app-changelog.md b/stable/cowyo/5.7.5/app-changelog.md new file mode 100644 index 00000000000..09aaac71d65 --- /dev/null +++ b/stable/cowyo/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cowyo-5.7.5](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cowyo/5.7.3/app-readme.md b/stable/cowyo/5.7.5/app-readme.md similarity index 100% rename from stable/cowyo/5.7.3/app-readme.md rename to stable/cowyo/5.7.5/app-readme.md diff --git a/stable/cowyo/5.7.5/charts/common-20.2.10.tgz b/stable/cowyo/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cowyo/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cowyo/5.7.3/ix_values.yaml b/stable/cowyo/5.7.5/ix_values.yaml similarity index 100% rename from stable/cowyo/5.7.3/ix_values.yaml rename to stable/cowyo/5.7.5/ix_values.yaml diff --git a/stable/cowyo/5.7.3/questions.yaml b/stable/cowyo/5.7.5/questions.yaml similarity index 100% rename from stable/cowyo/5.7.3/questions.yaml rename to stable/cowyo/5.7.5/questions.yaml diff --git a/stable/cowyo/5.7.3/templates/common.yaml b/stable/cowyo/5.7.5/templates/common.yaml similarity index 100% rename from stable/cowyo/5.7.3/templates/common.yaml rename to stable/cowyo/5.7.5/templates/common.yaml diff --git a/stable/craftopia/5.7.3/values.yaml b/stable/cowyo/5.7.5/values.yaml similarity index 100% rename from stable/craftopia/5.7.3/values.yaml rename to stable/cowyo/5.7.5/values.yaml diff --git a/stable/craftopia/5.7.3/CHANGELOG.md b/stable/craftopia/5.7.3/CHANGELOG.md deleted file mode 100644 index ee95dc4c7c2..00000000000 --- a/stable/craftopia/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/craftopia/5.7.3/Chart.yaml b/stable/craftopia/5.7.3/Chart.yaml deleted file mode 100644 index 6a17531c998..00000000000 --- a/stable/craftopia/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: craftopia -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. -home: https://truecharts.org/charts/stable/craftopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png -keywords: - - craftopia - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: craftopia -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/craftopia/5.7.3/app-changelog.md b/stable/craftopia/5.7.3/app-changelog.md deleted file mode 100644 index f1aea966fb0..00000000000 --- a/stable/craftopia/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/craftopia/5.7.3/charts/common-20.2.4.tgz b/stable/craftopia/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/craftopia/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/crafty-4/7.8.4/.helmignore b/stable/craftopia/5.7.5/.helmignore similarity index 100% rename from stable/crafty-4/7.8.4/.helmignore rename to stable/craftopia/5.7.5/.helmignore diff --git a/stable/craftopia/5.7.5/CHANGELOG.md b/stable/craftopia/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5d608e818b2 --- /dev/null +++ b/stable/craftopia/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [craftopia-5.7.5](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [craftopia-5.7.4](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [craftopia-5.7.4](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [craftopia-5.7.4](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [craftopia-5.7.4](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [craftopia-5.7.4](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/craftopia/5.7.5/Chart.yaml b/stable/craftopia/5.7.5/Chart.yaml new file mode 100644 index 00000000000..dd2366ae160 --- /dev/null +++ b/stable/craftopia/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: craftopia +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. +home: https://truecharts.org/charts/stable/craftopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png +keywords: + - craftopia + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: craftopia +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/craftopia/5.7.3/README.md b/stable/craftopia/5.7.5/README.md similarity index 100% rename from stable/craftopia/5.7.3/README.md rename to stable/craftopia/5.7.5/README.md diff --git a/stable/craftopia/5.7.5/app-changelog.md b/stable/craftopia/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7fc4a39a8e9 --- /dev/null +++ b/stable/craftopia/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [craftopia-5.7.5](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/craftopia/5.7.3/app-readme.md b/stable/craftopia/5.7.5/app-readme.md similarity index 100% rename from stable/craftopia/5.7.3/app-readme.md rename to stable/craftopia/5.7.5/app-readme.md diff --git a/stable/craftopia/5.7.5/charts/common-20.2.10.tgz b/stable/craftopia/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/craftopia/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/craftopia/5.7.3/ix_values.yaml b/stable/craftopia/5.7.5/ix_values.yaml similarity index 100% rename from stable/craftopia/5.7.3/ix_values.yaml rename to stable/craftopia/5.7.5/ix_values.yaml diff --git a/stable/craftopia/5.7.3/questions.yaml b/stable/craftopia/5.7.5/questions.yaml similarity index 100% rename from stable/craftopia/5.7.3/questions.yaml rename to stable/craftopia/5.7.5/questions.yaml diff --git a/stable/craftopia/5.7.3/templates/common.yaml b/stable/craftopia/5.7.5/templates/common.yaml similarity index 100% rename from stable/craftopia/5.7.3/templates/common.yaml rename to stable/craftopia/5.7.5/templates/common.yaml diff --git a/stable/crafty-4/7.8.4/values.yaml b/stable/craftopia/5.7.5/values.yaml similarity index 100% rename from stable/crafty-4/7.8.4/values.yaml rename to stable/craftopia/5.7.5/values.yaml diff --git a/stable/crafty-4/7.8.4/CHANGELOG.md b/stable/crafty-4/7.8.4/CHANGELOG.md deleted file mode 100644 index fc5a89827ac..00000000000 --- a/stable/crafty-4/7.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - diff --git a/stable/crafty-4/7.8.4/Chart.yaml b/stable/crafty-4/7.8.4/Chart.yaml deleted file mode 100644 index f7caa2c2a4b..00000000000 --- a/stable/crafty-4/7.8.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Crafty Controller is a Minecraft Server Control Panel / Launcher. -home: https://truecharts.org/charts/stable/crafty-4 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png -keywords: - - crafty-4 - - GameServers - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: crafty-4 -sources: - - https://craftycontrol.com/ - - https://gitlab.com/crafty-controller/crafty-4 - - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 -type: application -version: 7.8.4 diff --git a/stable/crafty-4/7.8.4/app-changelog.md b/stable/crafty-4/7.8.4/app-changelog.md deleted file mode 100644 index 41cc6d887d4..00000000000 --- a/stable/crafty-4/7.8.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz b/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/crypto-exchanges-gateway/5.7.3/.helmignore b/stable/crafty-4/7.8.6/.helmignore similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/.helmignore rename to stable/crafty-4/7.8.6/.helmignore diff --git a/stable/crafty-4/7.8.6/CHANGELOG.md b/stable/crafty-4/7.8.6/CHANGELOG.md new file mode 100644 index 00000000000..e970b4c11ee --- /dev/null +++ b/stable/crafty-4/7.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crafty-4-7.8.6](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crafty-4-7.8.5](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crafty-4-7.8.5](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crafty-4-7.8.5](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crafty-4-7.8.5](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/crafty-4/7.8.6/Chart.yaml b/stable/crafty-4/7.8.6/Chart.yaml new file mode 100644 index 00000000000..00f7f250195 --- /dev/null +++ b/stable/crafty-4/7.8.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Crafty Controller is a Minecraft Server Control Panel / Launcher. +home: https://truecharts.org/charts/stable/crafty-4 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png +keywords: + - crafty-4 + - GameServers + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crafty-4 +sources: + - https://craftycontrol.com/ + - https://gitlab.com/crafty-controller/crafty-4 + - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 +type: application +version: 7.8.6 diff --git a/stable/crafty-4/7.8.4/README.md b/stable/crafty-4/7.8.6/README.md similarity index 100% rename from stable/crafty-4/7.8.4/README.md rename to stable/crafty-4/7.8.6/README.md diff --git a/stable/crafty-4/7.8.6/app-changelog.md b/stable/crafty-4/7.8.6/app-changelog.md new file mode 100644 index 00000000000..a9a74f41d8c --- /dev/null +++ b/stable/crafty-4/7.8.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [crafty-4-7.8.6](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/crafty-4/7.8.4/app-readme.md b/stable/crafty-4/7.8.6/app-readme.md similarity index 100% rename from stable/crafty-4/7.8.4/app-readme.md rename to stable/crafty-4/7.8.6/app-readme.md diff --git a/stable/crafty-4/7.8.6/charts/common-20.2.10.tgz b/stable/crafty-4/7.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/crafty-4/7.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/crafty-4/7.8.4/ix_values.yaml b/stable/crafty-4/7.8.6/ix_values.yaml similarity index 100% rename from stable/crafty-4/7.8.4/ix_values.yaml rename to stable/crafty-4/7.8.6/ix_values.yaml diff --git a/stable/crafty-4/7.8.4/questions.yaml b/stable/crafty-4/7.8.6/questions.yaml similarity index 100% rename from stable/crafty-4/7.8.4/questions.yaml rename to stable/crafty-4/7.8.6/questions.yaml diff --git a/stable/cryptofolio/12.7.3/templates/NOTES.txt b/stable/crafty-4/7.8.6/templates/NOTES.txt similarity index 100% rename from stable/cryptofolio/12.7.3/templates/NOTES.txt rename to stable/crafty-4/7.8.6/templates/NOTES.txt diff --git a/stable/crafty-4/7.8.4/templates/common.yaml b/stable/crafty-4/7.8.6/templates/common.yaml similarity index 100% rename from stable/crafty-4/7.8.4/templates/common.yaml rename to stable/crafty-4/7.8.6/templates/common.yaml diff --git a/stable/crypto-exchanges-gateway/5.7.3/values.yaml b/stable/crafty-4/7.8.6/values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/values.yaml rename to stable/crafty-4/7.8.6/values.yaml diff --git a/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md deleted file mode 100644 index d1f63d96b44..00000000000 --- a/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml b/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml deleted file mode 100644 index c401bbb76f6..00000000000 --- a/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Your gateway to the world of crypto -home: https://truecharts.org/charts/stable/crypto-exchanges-gateway -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png -keywords: - - crypto-exchanges-gateway - - Productivity - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: crypto-exchanges-gateway -sources: - - https://github.com/aloysius-pgast/crypto-exchanges-gateway - - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway - - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway -type: application -version: 5.7.3 diff --git a/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md b/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md deleted file mode 100644 index 78840e1527d..00000000000 --- a/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz b/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cryptofolio/12.7.3/.helmignore b/stable/crypto-exchanges-gateway/5.7.5/.helmignore similarity index 100% rename from stable/cryptofolio/12.7.3/.helmignore rename to stable/crypto-exchanges-gateway/5.7.5/.helmignore diff --git a/stable/crypto-exchanges-gateway/5.7.5/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6bfc6d3b752 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crypto-exchanges-gateway-5.7.5](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crypto-exchanges-gateway-5.7.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crypto-exchanges-gateway-5.7.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crypto-exchanges-gateway-5.7.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crypto-exchanges-gateway-5.7.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [crypto-exchanges-gateway-5.7.4](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.7.5/Chart.yaml b/stable/crypto-exchanges-gateway/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1aa1c6f9eff --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your gateway to the world of crypto +home: https://truecharts.org/charts/stable/crypto-exchanges-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png +keywords: + - crypto-exchanges-gateway + - Productivity + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crypto-exchanges-gateway +sources: + - https://github.com/aloysius-pgast/crypto-exchanges-gateway + - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway + - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway +type: application +version: 5.7.5 diff --git a/stable/crypto-exchanges-gateway/5.7.3/README.md b/stable/crypto-exchanges-gateway/5.7.5/README.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/README.md rename to stable/crypto-exchanges-gateway/5.7.5/README.md diff --git a/stable/crypto-exchanges-gateway/5.7.5/app-changelog.md b/stable/crypto-exchanges-gateway/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c40a1aba02a --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [crypto-exchanges-gateway-5.7.5](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.7.3/app-readme.md b/stable/crypto-exchanges-gateway/5.7.5/app-readme.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/app-readme.md rename to stable/crypto-exchanges-gateway/5.7.5/app-readme.md diff --git a/stable/crypto-exchanges-gateway/5.7.5/charts/common-20.2.10.tgz b/stable/crypto-exchanges-gateway/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/crypto-exchanges-gateway/5.7.3/ix_values.yaml b/stable/crypto-exchanges-gateway/5.7.5/ix_values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/ix_values.yaml rename to stable/crypto-exchanges-gateway/5.7.5/ix_values.yaml diff --git a/stable/crypto-exchanges-gateway/5.7.3/questions.yaml b/stable/crypto-exchanges-gateway/5.7.5/questions.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/questions.yaml rename to stable/crypto-exchanges-gateway/5.7.5/questions.yaml diff --git a/stable/crypto-exchanges-gateway/5.7.3/templates/common.yaml b/stable/crypto-exchanges-gateway/5.7.5/templates/common.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.7.3/templates/common.yaml rename to stable/crypto-exchanges-gateway/5.7.5/templates/common.yaml diff --git a/stable/cryptofolio/12.7.3/values.yaml b/stable/crypto-exchanges-gateway/5.7.5/values.yaml similarity index 100% rename from stable/cryptofolio/12.7.3/values.yaml rename to stable/crypto-exchanges-gateway/5.7.5/values.yaml diff --git a/stable/cryptofolio/12.7.3/CHANGELOG.md b/stable/cryptofolio/12.7.3/CHANGELOG.md deleted file mode 100644 index d69ea9e01b0..00000000000 --- a/stable/cryptofolio/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cryptofolio/12.7.3/Chart.yaml b/stable/cryptofolio/12.7.3/Chart.yaml deleted file mode 100644 index ce5c39319e7..00000000000 --- a/stable/cryptofolio/12.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track your cryptocurrency holdings/portfolio -home: https://truecharts.org/charts/stable/cryptofolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png -keywords: - - cryptofolio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cryptofolio -sources: - - https://github.com/Xtrendence/cryptofolio - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - - https://hub.docker.com/r/xtrendence/cryptofolio -type: application -version: 12.7.3 diff --git a/stable/cryptofolio/12.7.3/app-changelog.md b/stable/cryptofolio/12.7.3/app-changelog.md deleted file mode 100644 index c33fc569fe3..00000000000 --- a/stable/cryptofolio/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz b/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cryptpad/7.7.3/.helmignore b/stable/cryptofolio/12.7.5/.helmignore similarity index 100% rename from stable/cryptpad/7.7.3/.helmignore rename to stable/cryptofolio/12.7.5/.helmignore diff --git a/stable/cryptofolio/12.7.5/CHANGELOG.md b/stable/cryptofolio/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..43dc1f162af --- /dev/null +++ b/stable/cryptofolio/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptofolio-12.7.5](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptofolio-12.7.4](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptofolio-12.7.4](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptofolio-12.7.4](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptofolio-12.7.4](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptofolio-12.7.4](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cryptofolio/12.7.5/Chart.yaml b/stable/cryptofolio/12.7.5/Chart.yaml new file mode 100644 index 00000000000..4e7e01d1770 --- /dev/null +++ b/stable/cryptofolio/12.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your cryptocurrency holdings/portfolio +home: https://truecharts.org/charts/stable/cryptofolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png +keywords: + - cryptofolio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptofolio +sources: + - https://github.com/Xtrendence/cryptofolio + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio + - https://hub.docker.com/r/xtrendence/cryptofolio +type: application +version: 12.7.5 diff --git a/stable/cryptofolio/12.7.3/README.md b/stable/cryptofolio/12.7.5/README.md similarity index 100% rename from stable/cryptofolio/12.7.3/README.md rename to stable/cryptofolio/12.7.5/README.md diff --git a/stable/cryptofolio/12.7.5/app-changelog.md b/stable/cryptofolio/12.7.5/app-changelog.md new file mode 100644 index 00000000000..b265cef8deb --- /dev/null +++ b/stable/cryptofolio/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cryptofolio-12.7.5](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cryptofolio/12.7.3/app-readme.md b/stable/cryptofolio/12.7.5/app-readme.md similarity index 100% rename from stable/cryptofolio/12.7.3/app-readme.md rename to stable/cryptofolio/12.7.5/app-readme.md diff --git a/stable/cryptofolio/12.7.5/charts/common-20.2.10.tgz b/stable/cryptofolio/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cryptofolio/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cryptofolio/12.7.3/ix_values.yaml b/stable/cryptofolio/12.7.5/ix_values.yaml similarity index 100% rename from stable/cryptofolio/12.7.3/ix_values.yaml rename to stable/cryptofolio/12.7.5/ix_values.yaml diff --git a/stable/cryptofolio/12.7.3/questions.yaml b/stable/cryptofolio/12.7.5/questions.yaml similarity index 100% rename from stable/cryptofolio/12.7.3/questions.yaml rename to stable/cryptofolio/12.7.5/questions.yaml diff --git a/stable/cryptpad/7.7.3/templates/NOTES.txt b/stable/cryptofolio/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/cryptpad/7.7.3/templates/NOTES.txt rename to stable/cryptofolio/12.7.5/templates/NOTES.txt diff --git a/stable/cryptofolio/12.7.3/templates/common.yaml b/stable/cryptofolio/12.7.5/templates/common.yaml similarity index 100% rename from stable/cryptofolio/12.7.3/templates/common.yaml rename to stable/cryptofolio/12.7.5/templates/common.yaml diff --git a/stable/cryptpad/7.7.3/values.yaml b/stable/cryptofolio/12.7.5/values.yaml similarity index 100% rename from stable/cryptpad/7.7.3/values.yaml rename to stable/cryptofolio/12.7.5/values.yaml diff --git a/stable/cryptpad/7.7.3/CHANGELOG.md b/stable/cryptpad/7.7.3/CHANGELOG.md deleted file mode 100644 index 6f7bb6f0bcd..00000000000 --- a/stable/cryptpad/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cryptpad/7.7.3/Chart.yaml b/stable/cryptpad/7.7.3/Chart.yaml deleted file mode 100644 index 790e3b79070..00000000000 --- a/stable/cryptpad/7.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CryptPad is the Zero Knowledge realtime collaborative editor. -home: https://truecharts.org/charts/stable/cryptpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png -keywords: - - cryptpad - - Productivity - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cryptpad -sources: - - https://cryptpad.fr/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad - - https://hub.docker.com/r/cryptpad/cryptpad -type: application -version: 7.7.3 diff --git a/stable/cryptpad/7.7.3/app-changelog.md b/stable/cryptpad/7.7.3/app-changelog.md deleted file mode 100644 index 5b4ddfabca7..00000000000 --- a/stable/cryptpad/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz b/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cs2/3.7.3/.helmignore b/stable/cryptpad/7.7.5/.helmignore similarity index 100% rename from stable/cs2/3.7.3/.helmignore rename to stable/cryptpad/7.7.5/.helmignore diff --git a/stable/cryptpad/7.7.5/CHANGELOG.md b/stable/cryptpad/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d3398d03965 --- /dev/null +++ b/stable/cryptpad/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptpad-7.7.5](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptpad-7.7.4](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptpad-7.7.4](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptpad-7.7.4](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptpad-7.7.4](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cryptpad-7.7.4](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cryptpad/7.7.5/Chart.yaml b/stable/cryptpad/7.7.5/Chart.yaml new file mode 100644 index 00000000000..6be19e2a2b4 --- /dev/null +++ b/stable/cryptpad/7.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CryptPad is the Zero Knowledge realtime collaborative editor. +home: https://truecharts.org/charts/stable/cryptpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png +keywords: + - cryptpad + - Productivity + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptpad +sources: + - https://cryptpad.fr/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad + - https://hub.docker.com/r/cryptpad/cryptpad +type: application +version: 7.7.5 diff --git a/stable/cryptpad/7.7.3/README.md b/stable/cryptpad/7.7.5/README.md similarity index 100% rename from stable/cryptpad/7.7.3/README.md rename to stable/cryptpad/7.7.5/README.md diff --git a/stable/cryptpad/7.7.5/app-changelog.md b/stable/cryptpad/7.7.5/app-changelog.md new file mode 100644 index 00000000000..2702dc7fa58 --- /dev/null +++ b/stable/cryptpad/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cryptpad-7.7.5](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cryptpad/7.7.3/app-readme.md b/stable/cryptpad/7.7.5/app-readme.md similarity index 100% rename from stable/cryptpad/7.7.3/app-readme.md rename to stable/cryptpad/7.7.5/app-readme.md diff --git a/stable/cryptpad/7.7.5/charts/common-20.2.10.tgz b/stable/cryptpad/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cryptpad/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cryptpad/7.7.3/ix_values.yaml b/stable/cryptpad/7.7.5/ix_values.yaml similarity index 100% rename from stable/cryptpad/7.7.3/ix_values.yaml rename to stable/cryptpad/7.7.5/ix_values.yaml diff --git a/stable/cryptpad/7.7.3/questions.yaml b/stable/cryptpad/7.7.5/questions.yaml similarity index 100% rename from stable/cryptpad/7.7.3/questions.yaml rename to stable/cryptpad/7.7.5/questions.yaml diff --git a/stable/cs2/3.7.3/templates/NOTES.txt b/stable/cryptpad/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/cs2/3.7.3/templates/NOTES.txt rename to stable/cryptpad/7.7.5/templates/NOTES.txt diff --git a/stable/cryptpad/7.7.3/templates/common.yaml b/stable/cryptpad/7.7.5/templates/common.yaml similarity index 100% rename from stable/cryptpad/7.7.3/templates/common.yaml rename to stable/cryptpad/7.7.5/templates/common.yaml diff --git a/stable/cs2/3.7.3/values.yaml b/stable/cryptpad/7.7.5/values.yaml similarity index 100% rename from stable/cs2/3.7.3/values.yaml rename to stable/cryptpad/7.7.5/values.yaml diff --git a/stable/cs2/3.7.3/CHANGELOG.md b/stable/cs2/3.7.3/CHANGELOG.md deleted file mode 100644 index 49c817c4acf..00000000000 --- a/stable/cs2/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cs2/3.7.3/Chart.yaml b/stable/cs2/3.7.3/Chart.yaml deleted file mode 100644 index 82ad7a52d6f..00000000000 --- a/stable/cs2/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cs2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs CS2. -home: https://truecharts.org/charts/stable/cs2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png -keywords: - - cs2 - - counter-strike -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cs2 -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/cs2 - - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 3.7.3 diff --git a/stable/cs2/3.7.3/app-changelog.md b/stable/cs2/3.7.3/app-changelog.md deleted file mode 100644 index 56e1cda604c..00000000000 --- a/stable/cs2/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cs2/3.7.3/charts/common-20.2.4.tgz b/stable/cs2/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cs2/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/csgo/5.7.3/.helmignore b/stable/cs2/3.7.5/.helmignore similarity index 100% rename from stable/csgo/5.7.3/.helmignore rename to stable/cs2/3.7.5/.helmignore diff --git a/stable/cs2/3.7.5/CHANGELOG.md b/stable/cs2/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3bff169bbf3 --- /dev/null +++ b/stable/cs2/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cs2-3.7.5](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cs2-3.7.4](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cs2-3.7.4](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cs2-3.7.4](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cs2-3.7.4](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cs2-3.7.4](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cs2/3.7.5/Chart.yaml b/stable/cs2/3.7.5/Chart.yaml new file mode 100644 index 00000000000..9d31f2573d0 --- /dev/null +++ b/stable/cs2/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cs2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs CS2. +home: https://truecharts.org/charts/stable/cs2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png +keywords: + - cs2 + - counter-strike +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cs2 +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/cs2 + - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 3.7.5 diff --git a/stable/cs2/3.7.3/README.md b/stable/cs2/3.7.5/README.md similarity index 100% rename from stable/cs2/3.7.3/README.md rename to stable/cs2/3.7.5/README.md diff --git a/stable/cs2/3.7.5/app-changelog.md b/stable/cs2/3.7.5/app-changelog.md new file mode 100644 index 00000000000..e20d4caaa8a --- /dev/null +++ b/stable/cs2/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cs2-3.7.5](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cs2/3.7.3/app-readme.md b/stable/cs2/3.7.5/app-readme.md similarity index 100% rename from stable/cs2/3.7.3/app-readme.md rename to stable/cs2/3.7.5/app-readme.md diff --git a/stable/cs2/3.7.5/charts/common-20.2.10.tgz b/stable/cs2/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cs2/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cs2/3.7.3/ix_values.yaml b/stable/cs2/3.7.5/ix_values.yaml similarity index 100% rename from stable/cs2/3.7.3/ix_values.yaml rename to stable/cs2/3.7.5/ix_values.yaml diff --git a/stable/cs2/3.7.3/questions.yaml b/stable/cs2/3.7.5/questions.yaml similarity index 100% rename from stable/cs2/3.7.3/questions.yaml rename to stable/cs2/3.7.5/questions.yaml diff --git a/stable/ctfd/4.16.5/templates/NOTES.txt b/stable/cs2/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.16.5/templates/NOTES.txt rename to stable/cs2/3.7.5/templates/NOTES.txt diff --git a/stable/cs2/3.7.3/templates/common.yaml b/stable/cs2/3.7.5/templates/common.yaml similarity index 100% rename from stable/cs2/3.7.3/templates/common.yaml rename to stable/cs2/3.7.5/templates/common.yaml diff --git a/stable/csgo/5.7.3/values.yaml b/stable/cs2/3.7.5/values.yaml similarity index 100% rename from stable/csgo/5.7.3/values.yaml rename to stable/cs2/3.7.5/values.yaml diff --git a/stable/csgo/5.7.3/CHANGELOG.md b/stable/csgo/5.7.3/CHANGELOG.md deleted file mode 100644 index 74b63129906..00000000000 --- a/stable/csgo/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/csgo/5.7.3/Chart.yaml b/stable/csgo/5.7.3/Chart.yaml deleted file mode 100644 index 9e8bfc62cf8..00000000000 --- a/stable/csgo/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." -home: https://truecharts.org/charts/stable/csgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png -keywords: - - csgo - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: csgo -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/csgo - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/csgo/5.7.3/app-changelog.md b/stable/csgo/5.7.3/app-changelog.md deleted file mode 100644 index cb5332540a5..00000000000 --- a/stable/csgo/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/csgo/5.7.3/charts/common-20.2.4.tgz b/stable/csgo/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/csgo/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cssource/5.7.3/.helmignore b/stable/csgo/5.7.5/.helmignore similarity index 100% rename from stable/cssource/5.7.3/.helmignore rename to stable/csgo/5.7.5/.helmignore diff --git a/stable/csgo/5.7.5/CHANGELOG.md b/stable/csgo/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..243d8d72b3c --- /dev/null +++ b/stable/csgo/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [csgo-5.7.5](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [csgo-5.7.4](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [csgo-5.7.4](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [csgo-5.7.4](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [csgo-5.7.4](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [csgo-5.7.4](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/csgo/5.7.5/Chart.yaml b/stable/csgo/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e4663081b50 --- /dev/null +++ b/stable/csgo/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." +home: https://truecharts.org/charts/stable/csgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png +keywords: + - csgo + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: csgo +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/csgo + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/csgo/5.7.3/README.md b/stable/csgo/5.7.5/README.md similarity index 100% rename from stable/csgo/5.7.3/README.md rename to stable/csgo/5.7.5/README.md diff --git a/stable/csgo/5.7.5/app-changelog.md b/stable/csgo/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c1af38335fc --- /dev/null +++ b/stable/csgo/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [csgo-5.7.5](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/csgo/5.7.3/app-readme.md b/stable/csgo/5.7.5/app-readme.md similarity index 100% rename from stable/csgo/5.7.3/app-readme.md rename to stable/csgo/5.7.5/app-readme.md diff --git a/stable/csgo/5.7.5/charts/common-20.2.10.tgz b/stable/csgo/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/csgo/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/csgo/5.7.3/ix_values.yaml b/stable/csgo/5.7.5/ix_values.yaml similarity index 100% rename from stable/csgo/5.7.3/ix_values.yaml rename to stable/csgo/5.7.5/ix_values.yaml diff --git a/stable/csgo/5.7.3/questions.yaml b/stable/csgo/5.7.5/questions.yaml similarity index 100% rename from stable/csgo/5.7.3/questions.yaml rename to stable/csgo/5.7.5/questions.yaml diff --git a/stable/csgo/5.7.3/templates/common.yaml b/stable/csgo/5.7.5/templates/common.yaml similarity index 100% rename from stable/csgo/5.7.3/templates/common.yaml rename to stable/csgo/5.7.5/templates/common.yaml diff --git a/stable/cssource/5.7.3/values.yaml b/stable/csgo/5.7.5/values.yaml similarity index 100% rename from stable/cssource/5.7.3/values.yaml rename to stable/csgo/5.7.5/values.yaml diff --git a/stable/cssource/5.7.3/CHANGELOG.md b/stable/cssource/5.7.3/CHANGELOG.md deleted file mode 100644 index 5c81e32eb3e..00000000000 --- a/stable/cssource/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cssource/5.7.3/Chart.yaml b/stable/cssource/5.7.3/Chart.yaml deleted file mode 100644 index eb022b45533..00000000000 --- a/stable/cssource/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." -home: https://truecharts.org/charts/stable/cssource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png -keywords: - - cssource - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cssource -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cssource - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/cssource/5.7.3/app-changelog.md b/stable/cssource/5.7.3/app-changelog.md deleted file mode 100644 index bdd1c677fe0..00000000000 --- a/stable/cssource/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cssource/5.7.3/charts/common-20.2.4.tgz b/stable/cssource/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cssource/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cstrike1-6/5.7.3/.helmignore b/stable/cssource/5.7.5/.helmignore similarity index 100% rename from stable/cstrike1-6/5.7.3/.helmignore rename to stable/cssource/5.7.5/.helmignore diff --git a/stable/cssource/5.7.5/CHANGELOG.md b/stable/cssource/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..16fb6760793 --- /dev/null +++ b/stable/cssource/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cssource-5.7.5](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cssource-5.7.4](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cssource-5.7.4](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cssource-5.7.4](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cssource-5.7.4](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cssource-5.7.4](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cssource/5.7.5/Chart.yaml b/stable/cssource/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f4ac0893039 --- /dev/null +++ b/stable/cssource/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." +home: https://truecharts.org/charts/stable/cssource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png +keywords: + - cssource + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cssource +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cssource + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/cssource/5.7.3/README.md b/stable/cssource/5.7.5/README.md similarity index 100% rename from stable/cssource/5.7.3/README.md rename to stable/cssource/5.7.5/README.md diff --git a/stable/cssource/5.7.5/app-changelog.md b/stable/cssource/5.7.5/app-changelog.md new file mode 100644 index 00000000000..9547c0f7b5f --- /dev/null +++ b/stable/cssource/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cssource-5.7.5](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cssource/5.7.3/app-readme.md b/stable/cssource/5.7.5/app-readme.md similarity index 100% rename from stable/cssource/5.7.3/app-readme.md rename to stable/cssource/5.7.5/app-readme.md diff --git a/stable/cssource/5.7.5/charts/common-20.2.10.tgz b/stable/cssource/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cssource/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cssource/5.7.3/ix_values.yaml b/stable/cssource/5.7.5/ix_values.yaml similarity index 100% rename from stable/cssource/5.7.3/ix_values.yaml rename to stable/cssource/5.7.5/ix_values.yaml diff --git a/stable/cssource/5.7.3/questions.yaml b/stable/cssource/5.7.5/questions.yaml similarity index 100% rename from stable/cssource/5.7.3/questions.yaml rename to stable/cssource/5.7.5/questions.yaml diff --git a/stable/cssource/5.7.3/templates/common.yaml b/stable/cssource/5.7.5/templates/common.yaml similarity index 100% rename from stable/cssource/5.7.3/templates/common.yaml rename to stable/cssource/5.7.5/templates/common.yaml diff --git a/stable/cstrike1-6/5.7.3/values.yaml b/stable/cssource/5.7.5/values.yaml similarity index 100% rename from stable/cstrike1-6/5.7.3/values.yaml rename to stable/cssource/5.7.5/values.yaml diff --git a/stable/cstrike1-6/5.7.3/CHANGELOG.md b/stable/cstrike1-6/5.7.3/CHANGELOG.md deleted file mode 100644 index aeca6d5adfd..00000000000 --- a/stable/cstrike1-6/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cstrike1-6/5.7.3/Chart.yaml b/stable/cstrike1-6/5.7.3/Chart.yaml deleted file mode 100644 index 0f1a3ca8bd6..00000000000 --- a/stable/cstrike1-6/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrike1.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. -home: https://truecharts.org/charts/stable/cstrike1-6 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png -keywords: - - cstrike1-6 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cstrike1-6 -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/cstrike1-6/5.7.3/app-changelog.md b/stable/cstrike1-6/5.7.3/app-changelog.md deleted file mode 100644 index 29d2fccb694..00000000000 --- a/stable/cstrike1-6/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz b/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cstrikeconditionzero/5.7.3/.helmignore b/stable/cstrike1-6/5.7.5/.helmignore similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/.helmignore rename to stable/cstrike1-6/5.7.5/.helmignore diff --git a/stable/cstrike1-6/5.7.5/CHANGELOG.md b/stable/cstrike1-6/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e6b905002ff --- /dev/null +++ b/stable/cstrike1-6/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrike1-6-5.7.5](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrike1-6-5.7.4](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrike1-6-5.7.4](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrike1-6-5.7.4](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrike1-6-5.7.4](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrike1-6-5.7.4](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cstrike1-6/5.7.5/Chart.yaml b/stable/cstrike1-6/5.7.5/Chart.yaml new file mode 100644 index 00000000000..fb4d1264e4e --- /dev/null +++ b/stable/cstrike1-6/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrike1.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. +home: https://truecharts.org/charts/stable/cstrike1-6 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png +keywords: + - cstrike1-6 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrike1-6 +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/cstrike1-6/5.7.3/README.md b/stable/cstrike1-6/5.7.5/README.md similarity index 100% rename from stable/cstrike1-6/5.7.3/README.md rename to stable/cstrike1-6/5.7.5/README.md diff --git a/stable/cstrike1-6/5.7.5/app-changelog.md b/stable/cstrike1-6/5.7.5/app-changelog.md new file mode 100644 index 00000000000..4fae89c22af --- /dev/null +++ b/stable/cstrike1-6/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cstrike1-6-5.7.5](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cstrike1-6/5.7.3/app-readme.md b/stable/cstrike1-6/5.7.5/app-readme.md similarity index 100% rename from stable/cstrike1-6/5.7.3/app-readme.md rename to stable/cstrike1-6/5.7.5/app-readme.md diff --git a/stable/cstrike1-6/5.7.5/charts/common-20.2.10.tgz b/stable/cstrike1-6/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cstrike1-6/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cstrike1-6/5.7.3/ix_values.yaml b/stable/cstrike1-6/5.7.5/ix_values.yaml similarity index 100% rename from stable/cstrike1-6/5.7.3/ix_values.yaml rename to stable/cstrike1-6/5.7.5/ix_values.yaml diff --git a/stable/cstrike1-6/5.7.3/questions.yaml b/stable/cstrike1-6/5.7.5/questions.yaml similarity index 100% rename from stable/cstrike1-6/5.7.3/questions.yaml rename to stable/cstrike1-6/5.7.5/questions.yaml diff --git a/stable/cstrike1-6/5.7.3/templates/common.yaml b/stable/cstrike1-6/5.7.5/templates/common.yaml similarity index 100% rename from stable/cstrike1-6/5.7.3/templates/common.yaml rename to stable/cstrike1-6/5.7.5/templates/common.yaml diff --git a/stable/cstrikeconditionzero/5.7.3/values.yaml b/stable/cstrike1-6/5.7.5/values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/values.yaml rename to stable/cstrike1-6/5.7.5/values.yaml diff --git a/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md b/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md deleted file mode 100644 index bc295d23ccf..00000000000 --- a/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cstrikeconditionzero/5.7.3/Chart.yaml b/stable/cstrikeconditionzero/5.7.3/Chart.yaml deleted file mode 100644 index cd4f5c4d491..00000000000 --- a/stable/cstrikeconditionzero/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrikeczero -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. -home: https://truecharts.org/charts/stable/cstrikeconditionzero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png -keywords: - - cstrikeconditionzero - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cstrikeconditionzero -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/cstrikeconditionzero/5.7.3/app-changelog.md b/stable/cstrikeconditionzero/5.7.3/app-changelog.md deleted file mode 100644 index c345406221d..00000000000 --- a/stable/cstrikeconditionzero/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz b/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ctfd/4.16.5/.helmignore b/stable/cstrikeconditionzero/5.7.5/.helmignore similarity index 100% rename from stable/ctfd/4.16.5/.helmignore rename to stable/cstrikeconditionzero/5.7.5/.helmignore diff --git a/stable/cstrikeconditionzero/5.7.5/CHANGELOG.md b/stable/cstrikeconditionzero/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9c31f6215d8 --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrikeconditionzero-5.7.5](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrikeconditionzero-5.7.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrikeconditionzero-5.7.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrikeconditionzero-5.7.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrikeconditionzero-5.7.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cstrikeconditionzero-5.7.4](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.7.5/Chart.yaml b/stable/cstrikeconditionzero/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cba5671fad7 --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrikeczero +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. +home: https://truecharts.org/charts/stable/cstrikeconditionzero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png +keywords: + - cstrikeconditionzero + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrikeconditionzero +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/cstrikeconditionzero/5.7.3/README.md b/stable/cstrikeconditionzero/5.7.5/README.md similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/README.md rename to stable/cstrikeconditionzero/5.7.5/README.md diff --git a/stable/cstrikeconditionzero/5.7.5/app-changelog.md b/stable/cstrikeconditionzero/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c6230ebdcbc --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cstrikeconditionzero-5.7.5](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.7.3/app-readme.md b/stable/cstrikeconditionzero/5.7.5/app-readme.md similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/app-readme.md rename to stable/cstrikeconditionzero/5.7.5/app-readme.md diff --git a/stable/cstrikeconditionzero/5.7.5/charts/common-20.2.10.tgz b/stable/cstrikeconditionzero/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cstrikeconditionzero/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cstrikeconditionzero/5.7.3/ix_values.yaml b/stable/cstrikeconditionzero/5.7.5/ix_values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/ix_values.yaml rename to stable/cstrikeconditionzero/5.7.5/ix_values.yaml diff --git a/stable/cstrikeconditionzero/5.7.3/questions.yaml b/stable/cstrikeconditionzero/5.7.5/questions.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/questions.yaml rename to stable/cstrikeconditionzero/5.7.5/questions.yaml diff --git a/stable/cstrikeconditionzero/5.7.3/templates/common.yaml b/stable/cstrikeconditionzero/5.7.5/templates/common.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.7.3/templates/common.yaml rename to stable/cstrikeconditionzero/5.7.5/templates/common.yaml diff --git a/stable/ctfd/4.16.5/values.yaml b/stable/cstrikeconditionzero/5.7.5/values.yaml similarity index 100% rename from stable/ctfd/4.16.5/values.yaml rename to stable/cstrikeconditionzero/5.7.5/values.yaml diff --git a/stable/ctfd/4.16.5/CHANGELOG.md b/stable/ctfd/4.16.5/CHANGELOG.md deleted file mode 100644 index c8dc6c7f960..00000000000 --- a/stable/ctfd/4.16.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ctfd-4.16.5](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [ctfd-4.16.5](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [ctfd-4.16.4](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.4) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) diff --git a/stable/ctfd/4.16.5/Chart.yaml b/stable/ctfd/4.16.5/Chart.yaml deleted file mode 100644 index 0fa98a4573f..00000000000 --- a/stable/ctfd/4.16.5/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: learning - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. -home: https://truecharts.org/charts/stable/ctfd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png -keywords: - - ctfd - - learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ctfd -sources: - - https://github.com/CTFd/CTFd - - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - - https://ghcr.io/ctfd/ctfd -type: application -version: 4.16.5 diff --git a/stable/ctfd/4.16.5/app-changelog.md b/stable/ctfd/4.16.5/app-changelog.md deleted file mode 100644 index 8cadc3a81e4..00000000000 --- a/stable/ctfd/4.16.5/app-changelog.md +++ /dev/null @@ -1,37 +0,0 @@ - - -## [ctfd-4.16.5](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/ctfd/4.16.5/charts/common-20.2.9.tgz b/stable/ctfd/4.16.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/ctfd/4.16.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/ctfd/4.16.5/charts/mariadb-13.7.4.tgz b/stable/ctfd/4.16.5/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/ctfd/4.16.5/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/cura-novnc/8.7.3/.helmignore b/stable/ctfd/4.16.7/.helmignore similarity index 100% rename from stable/cura-novnc/8.7.3/.helmignore rename to stable/ctfd/4.16.7/.helmignore diff --git a/stable/ctfd/4.16.7/CHANGELOG.md b/stable/ctfd/4.16.7/CHANGELOG.md new file mode 100644 index 00000000000..76859e61802 --- /dev/null +++ b/stable/ctfd/4.16.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ctfd-4.16.7](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [ctfd-4.16.6](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.6) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [ctfd-4.16.6](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.6) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/ctfd/4.16.7/Chart.yaml b/stable/ctfd/4.16.7/Chart.yaml new file mode 100644 index 00000000000..ce0ab601736 --- /dev/null +++ b/stable/ctfd/4.16.7/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. +home: https://truecharts.org/charts/stable/ctfd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png +keywords: + - ctfd + - learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ctfd +sources: + - https://github.com/CTFd/CTFd + - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd + - https://ghcr.io/ctfd/ctfd +type: application +version: 4.16.7 diff --git a/stable/ctfd/4.16.5/README.md b/stable/ctfd/4.16.7/README.md similarity index 100% rename from stable/ctfd/4.16.5/README.md rename to stable/ctfd/4.16.7/README.md diff --git a/stable/ctfd/4.16.7/app-changelog.md b/stable/ctfd/4.16.7/app-changelog.md new file mode 100644 index 00000000000..a5739349d54 --- /dev/null +++ b/stable/ctfd/4.16.7/app-changelog.md @@ -0,0 +1,41 @@ + + +## [ctfd-4.16.7](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/ctfd/4.16.5/app-readme.md b/stable/ctfd/4.16.7/app-readme.md similarity index 100% rename from stable/ctfd/4.16.5/app-readme.md rename to stable/ctfd/4.16.7/app-readme.md diff --git a/stable/ctfd/4.16.7/charts/common-20.2.10.tgz b/stable/ctfd/4.16.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ctfd/4.16.7/charts/common-20.2.10.tgz differ diff --git a/stable/ctfd/4.16.7/charts/mariadb-13.7.5.tgz b/stable/ctfd/4.16.7/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/ctfd/4.16.7/charts/mariadb-13.7.5.tgz differ diff --git a/stable/ctfd/4.16.5/charts/redis-13.2.2.tgz b/stable/ctfd/4.16.7/charts/redis-13.2.2.tgz similarity index 100% rename from stable/ctfd/4.16.5/charts/redis-13.2.2.tgz rename to stable/ctfd/4.16.7/charts/redis-13.2.2.tgz diff --git a/stable/ctfd/4.16.5/ix_values.yaml b/stable/ctfd/4.16.7/ix_values.yaml similarity index 100% rename from stable/ctfd/4.16.5/ix_values.yaml rename to stable/ctfd/4.16.7/ix_values.yaml diff --git a/stable/ctfd/4.16.5/questions.yaml b/stable/ctfd/4.16.7/questions.yaml similarity index 100% rename from stable/ctfd/4.16.5/questions.yaml rename to stable/ctfd/4.16.7/questions.yaml diff --git a/stable/cura-novnc/8.7.3/templates/NOTES.txt b/stable/ctfd/4.16.7/templates/NOTES.txt similarity index 100% rename from stable/cura-novnc/8.7.3/templates/NOTES.txt rename to stable/ctfd/4.16.7/templates/NOTES.txt diff --git a/stable/ctfd/4.16.5/templates/_secrets.tpl b/stable/ctfd/4.16.7/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.16.5/templates/_secrets.tpl rename to stable/ctfd/4.16.7/templates/_secrets.tpl diff --git a/stable/ctfd/4.16.5/templates/common.yaml b/stable/ctfd/4.16.7/templates/common.yaml similarity index 100% rename from stable/ctfd/4.16.5/templates/common.yaml rename to stable/ctfd/4.16.7/templates/common.yaml diff --git a/stable/cura-novnc/8.7.3/values.yaml b/stable/ctfd/4.16.7/values.yaml similarity index 100% rename from stable/cura-novnc/8.7.3/values.yaml rename to stable/ctfd/4.16.7/values.yaml diff --git a/stable/cura-novnc/8.7.3/CHANGELOG.md b/stable/cura-novnc/8.7.3/CHANGELOG.md deleted file mode 100644 index 69ed8574f13..00000000000 --- a/stable/cura-novnc/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/cura-novnc/8.7.3/Chart.yaml b/stable/cura-novnc/8.7.3/Chart.yaml deleted file mode 100644 index e3001fa54b1..00000000000 --- a/stable/cura-novnc/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Enjoy Cura directly in your browser with this easy to use Chart -home: https://truecharts.org/charts/stable/cura-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png -keywords: - - cura-novnc - - home-automation - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cura-novnc -sources: - - https://ultimaker.com/software/ultimaker-cura - - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc - - https://hub.docker.com/r/mikeah/cura-novnc -type: application -version: 8.7.3 diff --git a/stable/cura-novnc/8.7.3/app-changelog.md b/stable/cura-novnc/8.7.3/app-changelog.md deleted file mode 100644 index 3e05e937c10..00000000000 --- a/stable/cura-novnc/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz b/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/custom-app/12.7.3/.helmignore b/stable/cura-novnc/8.7.5/.helmignore similarity index 100% rename from stable/custom-app/12.7.3/.helmignore rename to stable/cura-novnc/8.7.5/.helmignore diff --git a/stable/cura-novnc/8.7.5/CHANGELOG.md b/stable/cura-novnc/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9c4807c1368 --- /dev/null +++ b/stable/cura-novnc/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cura-novnc-8.7.5](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cura-novnc-8.7.4](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cura-novnc-8.7.4](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cura-novnc-8.7.4](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cura-novnc-8.7.4](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cura-novnc-8.7.4](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/cura-novnc/8.7.5/Chart.yaml b/stable/cura-novnc/8.7.5/Chart.yaml new file mode 100644 index 00000000000..ab927e398a6 --- /dev/null +++ b/stable/cura-novnc/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Cura directly in your browser with this easy to use Chart +home: https://truecharts.org/charts/stable/cura-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png +keywords: + - cura-novnc + - home-automation + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cura-novnc +sources: + - https://ultimaker.com/software/ultimaker-cura + - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc + - https://hub.docker.com/r/mikeah/cura-novnc +type: application +version: 8.7.5 diff --git a/stable/cura-novnc/8.7.3/README.md b/stable/cura-novnc/8.7.5/README.md similarity index 100% rename from stable/cura-novnc/8.7.3/README.md rename to stable/cura-novnc/8.7.5/README.md diff --git a/stable/cura-novnc/8.7.5/app-changelog.md b/stable/cura-novnc/8.7.5/app-changelog.md new file mode 100644 index 00000000000..a11c87ed154 --- /dev/null +++ b/stable/cura-novnc/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [cura-novnc-8.7.5](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cura-novnc/8.7.3/app-readme.md b/stable/cura-novnc/8.7.5/app-readme.md similarity index 100% rename from stable/cura-novnc/8.7.3/app-readme.md rename to stable/cura-novnc/8.7.5/app-readme.md diff --git a/stable/cura-novnc/8.7.5/charts/common-20.2.10.tgz b/stable/cura-novnc/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cura-novnc/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/cura-novnc/8.7.3/ix_values.yaml b/stable/cura-novnc/8.7.5/ix_values.yaml similarity index 100% rename from stable/cura-novnc/8.7.3/ix_values.yaml rename to stable/cura-novnc/8.7.5/ix_values.yaml diff --git a/stable/cura-novnc/8.7.3/questions.yaml b/stable/cura-novnc/8.7.5/questions.yaml similarity index 100% rename from stable/cura-novnc/8.7.3/questions.yaml rename to stable/cura-novnc/8.7.5/questions.yaml diff --git a/stable/custom-app/12.7.3/templates/NOTES.txt b/stable/cura-novnc/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/custom-app/12.7.3/templates/NOTES.txt rename to stable/cura-novnc/8.7.5/templates/NOTES.txt diff --git a/stable/cura-novnc/8.7.3/templates/common.yaml b/stable/cura-novnc/8.7.5/templates/common.yaml similarity index 100% rename from stable/cura-novnc/8.7.3/templates/common.yaml rename to stable/cura-novnc/8.7.5/templates/common.yaml diff --git a/stable/custom-app/12.7.3/values.yaml b/stable/cura-novnc/8.7.5/values.yaml similarity index 100% rename from stable/custom-app/12.7.3/values.yaml rename to stable/cura-novnc/8.7.5/values.yaml diff --git a/stable/custom-app/12.7.3/CHANGELOG.md b/stable/custom-app/12.7.3/CHANGELOG.md deleted file mode 100644 index 063f922075e..00000000000 --- a/stable/custom-app/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/custom-app/12.7.3/Chart.yaml b/stable/custom-app/12.7.3/Chart.yaml deleted file mode 100644 index 29769fb91b5..00000000000 --- a/stable/custom-app/12.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: custom - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Advanced tool to create your own TrueCharts-based App -home: https://truecharts.org/charts/stable/custom-app -icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png -keywords: - - custom -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: custom-app -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app - - https://ghcr.io/linuxserver/jackett -type: application -version: 12.7.3 diff --git a/stable/custom-app/12.7.3/app-changelog.md b/stable/custom-app/12.7.3/app-changelog.md deleted file mode 100644 index 79916079cae..00000000000 --- a/stable/custom-app/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/custom-app/12.7.3/charts/common-20.2.4.tgz b/stable/custom-app/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/custom-app/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/cyberchef/9.9.0/.helmignore b/stable/custom-app/12.7.5/.helmignore similarity index 100% rename from stable/cyberchef/9.9.0/.helmignore rename to stable/custom-app/12.7.5/.helmignore diff --git a/stable/custom-app/12.7.5/CHANGELOG.md b/stable/custom-app/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..dc5de2d3dba --- /dev/null +++ b/stable/custom-app/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [custom-app-12.7.5](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [custom-app-12.7.4](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [custom-app-12.7.4](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [custom-app-12.7.4](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [custom-app-12.7.4](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [custom-app-12.7.4](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/custom-app/12.7.5/Chart.yaml b/stable/custom-app/12.7.5/Chart.yaml new file mode 100644 index 00000000000..baeaa82aec0 --- /dev/null +++ b/stable/custom-app/12.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: custom + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Advanced tool to create your own TrueCharts-based App +home: https://truecharts.org/charts/stable/custom-app +icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png +keywords: + - custom +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: custom-app +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app + - https://ghcr.io/linuxserver/jackett +type: application +version: 12.7.5 diff --git a/stable/custom-app/12.7.3/README.md b/stable/custom-app/12.7.5/README.md similarity index 100% rename from stable/custom-app/12.7.3/README.md rename to stable/custom-app/12.7.5/README.md diff --git a/stable/custom-app/12.7.5/app-changelog.md b/stable/custom-app/12.7.5/app-changelog.md new file mode 100644 index 00000000000..d19630ffda4 --- /dev/null +++ b/stable/custom-app/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [custom-app-12.7.5](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/custom-app/12.7.3/app-readme.md b/stable/custom-app/12.7.5/app-readme.md similarity index 100% rename from stable/custom-app/12.7.3/app-readme.md rename to stable/custom-app/12.7.5/app-readme.md diff --git a/stable/custom-app/12.7.5/charts/common-20.2.10.tgz b/stable/custom-app/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/custom-app/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/custom-app/12.7.3/ix_values.yaml b/stable/custom-app/12.7.5/ix_values.yaml similarity index 100% rename from stable/custom-app/12.7.3/ix_values.yaml rename to stable/custom-app/12.7.5/ix_values.yaml diff --git a/stable/custom-app/12.7.3/questions.yaml b/stable/custom-app/12.7.5/questions.yaml similarity index 100% rename from stable/custom-app/12.7.3/questions.yaml rename to stable/custom-app/12.7.5/questions.yaml diff --git a/stable/cyberchef/9.9.0/templates/NOTES.txt b/stable/custom-app/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/cyberchef/9.9.0/templates/NOTES.txt rename to stable/custom-app/12.7.5/templates/NOTES.txt diff --git a/stable/custom-app/12.7.3/templates/common.yaml b/stable/custom-app/12.7.5/templates/common.yaml similarity index 100% rename from stable/custom-app/12.7.3/templates/common.yaml rename to stable/custom-app/12.7.5/templates/common.yaml diff --git a/stable/cyberchef/9.9.0/values.yaml b/stable/custom-app/12.7.5/values.yaml similarity index 100% rename from stable/cyberchef/9.9.0/values.yaml rename to stable/custom-app/12.7.5/values.yaml diff --git a/stable/czkawka/9.7.3/.helmignore b/stable/cyberchef/9.10.1/.helmignore similarity index 100% rename from stable/czkawka/9.7.3/.helmignore rename to stable/cyberchef/9.10.1/.helmignore diff --git a/stable/cyberchef/9.10.1/CHANGELOG.md b/stable/cyberchef/9.10.1/CHANGELOG.md new file mode 100644 index 00000000000..cb8339801f5 --- /dev/null +++ b/stable/cyberchef/9.10.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cyberchef-9.10.1](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.10.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mpepping/cyberchef to v10.12.0[@220115c](https://github.com/220115c) by renovate ([#19987](https://github.com/truecharts/charts/issues/19987)) + +- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cyberchef-9.10.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.10.0) (2024-03-30) + +### Chore + + + +- update container image mpepping/cyberchef to v10.12.0[@220115c](https://github.com/220115c) by renovate ([#19987](https://github.com/truecharts/charts/issues/19987)) + +- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cyberchef-9.10.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.10.0) (2024-03-30) + +### Chore + + + +- update container image mpepping/cyberchef to v10.12.0[@220115c](https://github.com/220115c) by renovate ([#19987](https://github.com/truecharts/charts/issues/19987)) + +- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) + +### Chore + + + +- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cyberchef/9.10.1/Chart.yaml b/stable/cyberchef/9.10.1/Chart.yaml new file mode 100644 index 00000000000..d198a302830 --- /dev/null +++ b/stable/cyberchef/9.10.1/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.12.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. +home: https://truecharts.org/charts/stable/cyberchef +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png +keywords: + - cyberchef +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cyberchef +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef + - https://hub.docker.com/r/mpepping/cyberchef +type: application +version: 9.10.1 diff --git a/stable/cyberchef/9.9.0/README.md b/stable/cyberchef/9.10.1/README.md similarity index 100% rename from stable/cyberchef/9.9.0/README.md rename to stable/cyberchef/9.10.1/README.md diff --git a/stable/cyberchef/9.10.1/app-changelog.md b/stable/cyberchef/9.10.1/app-changelog.md new file mode 100644 index 00000000000..aba0be75fd8 --- /dev/null +++ b/stable/cyberchef/9.10.1/app-changelog.md @@ -0,0 +1,25 @@ + + +## [cyberchef-9.10.1](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.10.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mpepping/cyberchef to v10.12.0[@220115c](https://github.com/220115c) by renovate ([#19987](https://github.com/truecharts/charts/issues/19987)) + +- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cyberchef/9.9.0/app-readme.md b/stable/cyberchef/9.10.1/app-readme.md similarity index 100% rename from stable/cyberchef/9.9.0/app-readme.md rename to stable/cyberchef/9.10.1/app-readme.md diff --git a/stable/cyberchef/9.10.1/charts/common-20.2.10.tgz b/stable/cyberchef/9.10.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/cyberchef/9.10.1/charts/common-20.2.10.tgz differ diff --git a/stable/cyberchef/9.10.1/ix_values.yaml b/stable/cyberchef/9.10.1/ix_values.yaml new file mode 100644 index 00000000000..aff598cedcc --- /dev/null +++ b/stable/cyberchef/9.10.1/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: mpepping/cyberchef + tag: v10.12.0@sha256:220115cc10844d13151e62853bff3f02e974de985d12b238d866fa6012cd8373 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10219 + protocol: http + targetPort: 8000 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +portal: + open: + enabled: true diff --git a/stable/cyberchef/9.9.0/questions.yaml b/stable/cyberchef/9.10.1/questions.yaml similarity index 100% rename from stable/cyberchef/9.9.0/questions.yaml rename to stable/cyberchef/9.10.1/questions.yaml diff --git a/stable/czkawka/9.7.3/templates/NOTES.txt b/stable/cyberchef/9.10.1/templates/NOTES.txt similarity index 100% rename from stable/czkawka/9.7.3/templates/NOTES.txt rename to stable/cyberchef/9.10.1/templates/NOTES.txt diff --git a/stable/cyberchef/9.9.0/templates/common.yaml b/stable/cyberchef/9.10.1/templates/common.yaml similarity index 100% rename from stable/cyberchef/9.9.0/templates/common.yaml rename to stable/cyberchef/9.10.1/templates/common.yaml diff --git a/stable/czkawka/9.7.3/values.yaml b/stable/cyberchef/9.10.1/values.yaml similarity index 100% rename from stable/czkawka/9.7.3/values.yaml rename to stable/cyberchef/9.10.1/values.yaml diff --git a/stable/cyberchef/9.9.0/CHANGELOG.md b/stable/cyberchef/9.9.0/CHANGELOG.md deleted file mode 100644 index 0f61794ff48..00000000000 --- a/stable/cyberchef/9.9.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - - -- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - - -- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - - -- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - - -- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - diff --git a/stable/cyberchef/9.9.0/Chart.yaml b/stable/cyberchef/9.9.0/Chart.yaml deleted file mode 100644 index 10a3f245109..00000000000 --- a/stable/cyberchef/9.9.0/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.10.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. -home: https://truecharts.org/charts/stable/cyberchef -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png -keywords: - - cyberchef -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cyberchef -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - - https://hub.docker.com/r/mpepping/cyberchef -type: application -version: 9.9.0 diff --git a/stable/cyberchef/9.9.0/app-changelog.md b/stable/cyberchef/9.9.0/app-changelog.md deleted file mode 100644 index 02d3618c7c2..00000000000 --- a/stable/cyberchef/9.9.0/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [cyberchef-9.9.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.9.0) (2024-03-29) - -### Chore - - - -- update container image mpepping/cyberchef to v10.10.0[@7dd029b](https://github.com/7dd029b) by renovate ([#19903](https://github.com/truecharts/charts/issues/19903)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mpepping/cyberchef to v10.9.0[@bb237aa](https://github.com/bb237aa) by renovate ([#19863](https://github.com/truecharts/charts/issues/19863)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/cyberchef/9.9.0/charts/common-20.2.9.tgz b/stable/cyberchef/9.9.0/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/cyberchef/9.9.0/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/cyberchef/9.9.0/ix_values.yaml b/stable/cyberchef/9.9.0/ix_values.yaml deleted file mode 100644 index 37b15b73619..00000000000 --- a/stable/cyberchef/9.9.0/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: mpepping/cyberchef - tag: v10.10.0@sha256:7dd029bbb634c62c54d3021c3f14f0a0b997d89ad336aceabb4ca8289d509a23 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10219 - protocol: http - targetPort: 8000 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -portal: - open: - enabled: true diff --git a/stable/czkawka/9.7.3/CHANGELOG.md b/stable/czkawka/9.7.3/CHANGELOG.md deleted file mode 100644 index 156e8a48f5e..00000000000 --- a/stable/czkawka/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/czkawka/9.7.3/Chart.yaml b/stable/czkawka/9.7.3/Chart.yaml deleted file mode 100644 index dd437df6f28..00000000000 --- a/stable/czkawka/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: duplicates - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. -home: https://truecharts.org/charts/stable/czkawka -icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png -keywords: - - duplicates - - file management - - czkawka -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: czkawka -sources: - - https://github.com/jlesage/docker-czkawka - - https://github.com/qarmin/czkawka - - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - - https://hub.docker.com/r/jlesage/czkawka -type: application -version: 9.7.3 diff --git a/stable/czkawka/9.7.3/app-changelog.md b/stable/czkawka/9.7.3/app-changelog.md deleted file mode 100644 index f8f2969fe32..00000000000 --- a/stable/czkawka/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/czkawka/9.7.3/charts/common-20.2.4.tgz b/stable/czkawka/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/czkawka/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dailynotes/5.7.3/.helmignore b/stable/czkawka/9.7.5/.helmignore similarity index 100% rename from stable/dailynotes/5.7.3/.helmignore rename to stable/czkawka/9.7.5/.helmignore diff --git a/stable/czkawka/9.7.5/CHANGELOG.md b/stable/czkawka/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e11e66b0114 --- /dev/null +++ b/stable/czkawka/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [czkawka-9.7.5](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [czkawka-9.7.4](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [czkawka-9.7.4](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [czkawka-9.7.4](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [czkawka-9.7.4](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [czkawka-9.7.4](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/czkawka/9.7.5/Chart.yaml b/stable/czkawka/9.7.5/Chart.yaml new file mode 100644 index 00000000000..17941cbc6e4 --- /dev/null +++ b/stable/czkawka/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: duplicates + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. +home: https://truecharts.org/charts/stable/czkawka +icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png +keywords: + - duplicates + - file management + - czkawka +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: czkawka +sources: + - https://github.com/jlesage/docker-czkawka + - https://github.com/qarmin/czkawka + - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka + - https://hub.docker.com/r/jlesage/czkawka +type: application +version: 9.7.5 diff --git a/stable/czkawka/9.7.3/README.md b/stable/czkawka/9.7.5/README.md similarity index 100% rename from stable/czkawka/9.7.3/README.md rename to stable/czkawka/9.7.5/README.md diff --git a/stable/czkawka/9.7.5/app-changelog.md b/stable/czkawka/9.7.5/app-changelog.md new file mode 100644 index 00000000000..8491dbb216f --- /dev/null +++ b/stable/czkawka/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [czkawka-9.7.5](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/czkawka/9.7.3/app-readme.md b/stable/czkawka/9.7.5/app-readme.md similarity index 100% rename from stable/czkawka/9.7.3/app-readme.md rename to stable/czkawka/9.7.5/app-readme.md diff --git a/stable/czkawka/9.7.5/charts/common-20.2.10.tgz b/stable/czkawka/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/czkawka/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/czkawka/9.7.3/ix_values.yaml b/stable/czkawka/9.7.5/ix_values.yaml similarity index 100% rename from stable/czkawka/9.7.3/ix_values.yaml rename to stable/czkawka/9.7.5/ix_values.yaml diff --git a/stable/czkawka/9.7.3/questions.yaml b/stable/czkawka/9.7.5/questions.yaml similarity index 100% rename from stable/czkawka/9.7.3/questions.yaml rename to stable/czkawka/9.7.5/questions.yaml diff --git a/stable/dashdot/8.7.3/templates/NOTES.txt b/stable/czkawka/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/dashdot/8.7.3/templates/NOTES.txt rename to stable/czkawka/9.7.5/templates/NOTES.txt diff --git a/stable/czkawka/9.7.3/templates/common.yaml b/stable/czkawka/9.7.5/templates/common.yaml similarity index 100% rename from stable/czkawka/9.7.3/templates/common.yaml rename to stable/czkawka/9.7.5/templates/common.yaml diff --git a/stable/dailynotes/5.7.3/values.yaml b/stable/czkawka/9.7.5/values.yaml similarity index 100% rename from stable/dailynotes/5.7.3/values.yaml rename to stable/czkawka/9.7.5/values.yaml diff --git a/stable/dailynotes/5.7.3/CHANGELOG.md b/stable/dailynotes/5.7.3/CHANGELOG.md deleted file mode 100644 index 5969df7020f..00000000000 --- a/stable/dailynotes/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dailynotes/5.7.3/Chart.yaml b/stable/dailynotes/5.7.3/Chart.yaml deleted file mode 100644 index f7d87813ca1..00000000000 --- a/stable/dailynotes/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - App for taking notes and tracking tasks on a daily basis. -home: https://truecharts.org/charts/stable/dailynotes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png -keywords: - - dailynotes - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dailynotes -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes - - https://hub.docker.com/r/m0ngr31/dailynotes -type: application -version: 5.7.3 diff --git a/stable/dailynotes/5.7.3/app-changelog.md b/stable/dailynotes/5.7.3/app-changelog.md deleted file mode 100644 index 6d8a4ecfca7..00000000000 --- a/stable/dailynotes/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz b/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/damselfly/5.7.3/.helmignore b/stable/dailynotes/5.7.5/.helmignore similarity index 100% rename from stable/damselfly/5.7.3/.helmignore rename to stable/dailynotes/5.7.5/.helmignore diff --git a/stable/dailynotes/5.7.5/CHANGELOG.md b/stable/dailynotes/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a952110063b --- /dev/null +++ b/stable/dailynotes/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dailynotes-5.7.5](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dailynotes-5.7.4](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dailynotes-5.7.4](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dailynotes-5.7.4](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dailynotes-5.7.4](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dailynotes-5.7.4](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dailynotes/5.7.5/Chart.yaml b/stable/dailynotes/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2e99141a9db --- /dev/null +++ b/stable/dailynotes/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + App for taking notes and tracking tasks on a daily basis. +home: https://truecharts.org/charts/stable/dailynotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png +keywords: + - dailynotes + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dailynotes +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes + - https://hub.docker.com/r/m0ngr31/dailynotes +type: application +version: 5.7.5 diff --git a/stable/dailynotes/5.7.3/README.md b/stable/dailynotes/5.7.5/README.md similarity index 100% rename from stable/dailynotes/5.7.3/README.md rename to stable/dailynotes/5.7.5/README.md diff --git a/stable/dailynotes/5.7.5/app-changelog.md b/stable/dailynotes/5.7.5/app-changelog.md new file mode 100644 index 00000000000..070178127c6 --- /dev/null +++ b/stable/dailynotes/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dailynotes-5.7.5](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dailynotes/5.7.3/app-readme.md b/stable/dailynotes/5.7.5/app-readme.md similarity index 100% rename from stable/dailynotes/5.7.3/app-readme.md rename to stable/dailynotes/5.7.5/app-readme.md diff --git a/stable/dailynotes/5.7.5/charts/common-20.2.10.tgz b/stable/dailynotes/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dailynotes/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dailynotes/5.7.3/ix_values.yaml b/stable/dailynotes/5.7.5/ix_values.yaml similarity index 100% rename from stable/dailynotes/5.7.3/ix_values.yaml rename to stable/dailynotes/5.7.5/ix_values.yaml diff --git a/stable/dailynotes/5.7.3/questions.yaml b/stable/dailynotes/5.7.5/questions.yaml similarity index 100% rename from stable/dailynotes/5.7.3/questions.yaml rename to stable/dailynotes/5.7.5/questions.yaml diff --git a/stable/dailynotes/5.7.3/templates/common.yaml b/stable/dailynotes/5.7.5/templates/common.yaml similarity index 100% rename from stable/dailynotes/5.7.3/templates/common.yaml rename to stable/dailynotes/5.7.5/templates/common.yaml diff --git a/stable/damselfly/5.7.3/values.yaml b/stable/dailynotes/5.7.5/values.yaml similarity index 100% rename from stable/damselfly/5.7.3/values.yaml rename to stable/dailynotes/5.7.5/values.yaml diff --git a/stable/damselfly/5.7.3/CHANGELOG.md b/stable/damselfly/5.7.3/CHANGELOG.md deleted file mode 100644 index e323a2f303b..00000000000 --- a/stable/damselfly/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/damselfly/5.7.3/Chart.yaml b/stable/damselfly/5.7.3/Chart.yaml deleted file mode 100644 index 1b8f5193f64..00000000000 --- a/stable/damselfly/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. -home: https://truecharts.org/charts/stable/damselfly -icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png -keywords: - - damselfly - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: damselfly -sources: - - https://github.com/Webreaper/Damselfly - - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly - - https://hub.docker.com/r/webreaper/damselfly -type: application -version: 5.7.3 diff --git a/stable/damselfly/5.7.3/app-changelog.md b/stable/damselfly/5.7.3/app-changelog.md deleted file mode 100644 index 9f37477c28b..00000000000 --- a/stable/damselfly/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) \ No newline at end of file diff --git a/stable/damselfly/5.7.3/charts/common-20.2.4.tgz b/stable/damselfly/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/damselfly/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dashdot/8.7.3/.helmignore b/stable/damselfly/5.7.5/.helmignore similarity index 100% rename from stable/dashdot/8.7.3/.helmignore rename to stable/damselfly/5.7.5/.helmignore diff --git a/stable/damselfly/5.7.5/CHANGELOG.md b/stable/damselfly/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..44036e97995 --- /dev/null +++ b/stable/damselfly/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [damselfly-5.7.5](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) + + +## [damselfly-5.7.4](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) + + +## [damselfly-5.7.4](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) + + +## [damselfly-5.7.4](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) + + +## [damselfly-5.7.4](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/damselfly/5.7.5/Chart.yaml b/stable/damselfly/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9c80f891fa4 --- /dev/null +++ b/stable/damselfly/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. +home: https://truecharts.org/charts/stable/damselfly +icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png +keywords: + - damselfly + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: damselfly +sources: + - https://github.com/Webreaper/Damselfly + - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly + - https://hub.docker.com/r/webreaper/damselfly +type: application +version: 5.7.5 diff --git a/stable/damselfly/5.7.3/README.md b/stable/damselfly/5.7.5/README.md similarity index 100% rename from stable/damselfly/5.7.3/README.md rename to stable/damselfly/5.7.5/README.md diff --git a/stable/damselfly/5.7.5/app-changelog.md b/stable/damselfly/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8fbe6db1430 --- /dev/null +++ b/stable/damselfly/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [damselfly-5.7.5](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293)) \ No newline at end of file diff --git a/stable/damselfly/5.7.3/app-readme.md b/stable/damselfly/5.7.5/app-readme.md similarity index 100% rename from stable/damselfly/5.7.3/app-readme.md rename to stable/damselfly/5.7.5/app-readme.md diff --git a/stable/damselfly/5.7.5/charts/common-20.2.10.tgz b/stable/damselfly/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/damselfly/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/damselfly/5.7.3/ix_values.yaml b/stable/damselfly/5.7.5/ix_values.yaml similarity index 100% rename from stable/damselfly/5.7.3/ix_values.yaml rename to stable/damselfly/5.7.5/ix_values.yaml diff --git a/stable/damselfly/5.7.3/questions.yaml b/stable/damselfly/5.7.5/questions.yaml similarity index 100% rename from stable/damselfly/5.7.3/questions.yaml rename to stable/damselfly/5.7.5/questions.yaml diff --git a/stable/damselfly/5.7.3/templates/common.yaml b/stable/damselfly/5.7.5/templates/common.yaml similarity index 100% rename from stable/damselfly/5.7.3/templates/common.yaml rename to stable/damselfly/5.7.5/templates/common.yaml diff --git a/stable/dashdot/8.7.3/values.yaml b/stable/damselfly/5.7.5/values.yaml similarity index 100% rename from stable/dashdot/8.7.3/values.yaml rename to stable/damselfly/5.7.5/values.yaml diff --git a/stable/dashdot/8.7.3/CHANGELOG.md b/stable/dashdot/8.7.3/CHANGELOG.md deleted file mode 100644 index c0392a88f78..00000000000 --- a/stable/dashdot/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dashdot/8.7.3/Chart.yaml b/stable/dashdot/8.7.3/Chart.yaml deleted file mode 100644 index 3267ac295ad..00000000000 --- a/stable/dashdot/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. -home: https://truecharts.org/charts/stable/dashdot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png -keywords: - - dashboard - - dashdot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashdot -sources: - - https://github.com/MauriceNino/dashdot - - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - - https://hub.docker.com/r/mauricenino/dashdot -type: application -version: 8.7.3 diff --git a/stable/dashdot/8.7.3/app-changelog.md b/stable/dashdot/8.7.3/app-changelog.md deleted file mode 100644 index 413fe5ce47f..00000000000 --- a/stable/dashdot/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashdot/8.7.3/charts/common-20.2.4.tgz b/stable/dashdot/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dashdot/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dashmachine/5.7.3/.helmignore b/stable/dashdot/8.7.5/.helmignore similarity index 100% rename from stable/dashmachine/5.7.3/.helmignore rename to stable/dashdot/8.7.5/.helmignore diff --git a/stable/dashdot/8.7.5/CHANGELOG.md b/stable/dashdot/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7525cb3c65d --- /dev/null +++ b/stable/dashdot/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashdot-8.7.5](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashdot-8.7.4](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashdot-8.7.4](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashdot-8.7.4](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashdot-8.7.4](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashdot-8.7.4](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dashdot/8.7.5/Chart.yaml b/stable/dashdot/8.7.5/Chart.yaml new file mode 100644 index 00000000000..8b25014fff9 --- /dev/null +++ b/stable/dashdot/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. +home: https://truecharts.org/charts/stable/dashdot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png +keywords: + - dashboard + - dashdot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashdot +sources: + - https://github.com/MauriceNino/dashdot + - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot + - https://hub.docker.com/r/mauricenino/dashdot +type: application +version: 8.7.5 diff --git a/stable/dashdot/8.7.3/README.md b/stable/dashdot/8.7.5/README.md similarity index 100% rename from stable/dashdot/8.7.3/README.md rename to stable/dashdot/8.7.5/README.md diff --git a/stable/dashdot/8.7.5/app-changelog.md b/stable/dashdot/8.7.5/app-changelog.md new file mode 100644 index 00000000000..87c19a07d36 --- /dev/null +++ b/stable/dashdot/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dashdot-8.7.5](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashdot/8.7.3/app-readme.md b/stable/dashdot/8.7.5/app-readme.md similarity index 100% rename from stable/dashdot/8.7.3/app-readme.md rename to stable/dashdot/8.7.5/app-readme.md diff --git a/stable/dashdot/8.7.5/charts/common-20.2.10.tgz b/stable/dashdot/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dashdot/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dashdot/8.7.3/ix_values.yaml b/stable/dashdot/8.7.5/ix_values.yaml similarity index 100% rename from stable/dashdot/8.7.3/ix_values.yaml rename to stable/dashdot/8.7.5/ix_values.yaml diff --git a/stable/dashdot/8.7.3/questions.yaml b/stable/dashdot/8.7.5/questions.yaml similarity index 100% rename from stable/dashdot/8.7.3/questions.yaml rename to stable/dashdot/8.7.5/questions.yaml diff --git a/stable/dashy/6.7.4/templates/NOTES.txt b/stable/dashdot/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/dashy/6.7.4/templates/NOTES.txt rename to stable/dashdot/8.7.5/templates/NOTES.txt diff --git a/stable/dashdot/8.7.3/templates/common.yaml b/stable/dashdot/8.7.5/templates/common.yaml similarity index 100% rename from stable/dashdot/8.7.3/templates/common.yaml rename to stable/dashdot/8.7.5/templates/common.yaml diff --git a/stable/dashmachine/5.7.3/values.yaml b/stable/dashdot/8.7.5/values.yaml similarity index 100% rename from stable/dashmachine/5.7.3/values.yaml rename to stable/dashdot/8.7.5/values.yaml diff --git a/stable/dashmachine/5.7.3/CHANGELOG.md b/stable/dashmachine/5.7.3/CHANGELOG.md deleted file mode 100644 index 631b528f5d9..00000000000 --- a/stable/dashmachine/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dashmachine/5.7.3/Chart.yaml b/stable/dashmachine/5.7.3/Chart.yaml deleted file mode 100644 index 8ad095e0ca5..00000000000 --- a/stable/dashmachine/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/charts/stable/dashmachine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png -keywords: - - dashmachine - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashmachine -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine - - https://hub.docker.com/r/rmountjoy/dashmachine -type: application -version: 5.7.3 diff --git a/stable/dashmachine/5.7.3/app-changelog.md b/stable/dashmachine/5.7.3/app-changelog.md deleted file mode 100644 index 2462e220cf6..00000000000 --- a/stable/dashmachine/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz b/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dashy/6.7.4/.helmignore b/stable/dashmachine/5.7.5/.helmignore similarity index 100% rename from stable/dashy/6.7.4/.helmignore rename to stable/dashmachine/5.7.5/.helmignore diff --git a/stable/dashmachine/5.7.5/CHANGELOG.md b/stable/dashmachine/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..946bf049f7f --- /dev/null +++ b/stable/dashmachine/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashmachine-5.7.5](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashmachine-5.7.4](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashmachine-5.7.4](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashmachine-5.7.4](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashmachine-5.7.4](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashmachine-5.7.4](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dashmachine/5.7.5/Chart.yaml b/stable/dashmachine/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e42dc577007 --- /dev/null +++ b/stable/dashmachine/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/charts/stable/dashmachine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png +keywords: + - dashmachine + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashmachine +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine + - https://hub.docker.com/r/rmountjoy/dashmachine +type: application +version: 5.7.5 diff --git a/stable/dashmachine/5.7.3/README.md b/stable/dashmachine/5.7.5/README.md similarity index 100% rename from stable/dashmachine/5.7.3/README.md rename to stable/dashmachine/5.7.5/README.md diff --git a/stable/dashmachine/5.7.5/app-changelog.md b/stable/dashmachine/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f77e68b3409 --- /dev/null +++ b/stable/dashmachine/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dashmachine-5.7.5](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashmachine/5.7.3/app-readme.md b/stable/dashmachine/5.7.5/app-readme.md similarity index 100% rename from stable/dashmachine/5.7.3/app-readme.md rename to stable/dashmachine/5.7.5/app-readme.md diff --git a/stable/dashmachine/5.7.5/charts/common-20.2.10.tgz b/stable/dashmachine/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dashmachine/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dashmachine/5.7.3/ix_values.yaml b/stable/dashmachine/5.7.5/ix_values.yaml similarity index 100% rename from stable/dashmachine/5.7.3/ix_values.yaml rename to stable/dashmachine/5.7.5/ix_values.yaml diff --git a/stable/dashmachine/5.7.3/questions.yaml b/stable/dashmachine/5.7.5/questions.yaml similarity index 100% rename from stable/dashmachine/5.7.3/questions.yaml rename to stable/dashmachine/5.7.5/questions.yaml diff --git a/stable/dashmachine/5.7.3/templates/common.yaml b/stable/dashmachine/5.7.5/templates/common.yaml similarity index 100% rename from stable/dashmachine/5.7.3/templates/common.yaml rename to stable/dashmachine/5.7.5/templates/common.yaml diff --git a/stable/dashy/6.7.4/values.yaml b/stable/dashmachine/5.7.5/values.yaml similarity index 100% rename from stable/dashy/6.7.4/values.yaml rename to stable/dashmachine/5.7.5/values.yaml diff --git a/stable/dashy/6.7.4/CHANGELOG.md b/stable/dashy/6.7.4/CHANGELOG.md deleted file mode 100644 index 502fdad859b..00000000000 --- a/stable/dashy/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashy-6.7.4](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashy-6.7.4](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/dashy/6.7.4/Chart.yaml b/stable/dashy/6.7.4/Chart.yaml deleted file mode 100644 index 26b792f9a6b..00000000000 --- a/stable/dashy/6.7.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dashy helps you organize your self-hosted services by making them accessible from a single place -home: https://truecharts.org/charts/stable/dashy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png -keywords: - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dashy -sources: - - https://github.com/Lissy93/dashy - - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - - https://hub.docker.com/r/lissy93/dashy -type: application -version: 6.7.4 diff --git a/stable/dashy/6.7.4/app-changelog.md b/stable/dashy/6.7.4/app-changelog.md deleted file mode 100644 index b3111a96b56..00000000000 --- a/stable/dashy/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [dashy-6.7.4](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashy/6.7.4/charts/common-20.2.9.tgz b/stable/dashy/6.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/dashy/6.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/dashy/6.7.4/ix_values.yaml b/stable/dashy/6.7.4/ix_values.yaml deleted file mode 100644 index 204317896f9..00000000000 --- a/stable/dashy/6.7.4/ix_values.yaml +++ /dev/null @@ -1,66 +0,0 @@ -image: - repository: lissy93/dashy - tag: 2.1.2@sha256:4fabb423f22891a4840982b7a9310142c542f482a05ce59a95a2f6cac94d7886 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10310 - protocol: http - targetPort: 80 -dashy: - # Enable config file mount from host path - enabled: false - configFileHostPath: "" - configFileHostReadOnly: true -# Leave empty if you plan to use config file from host path -dashyConfig: {} -# pageInfo: -# title: Home Lab - -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: production - probes: - liveness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - readiness: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck - startup: - enabled: true - custom: true - spec: - exec: - command: - - node - - /app/services/healthcheck -persistence: - icons: - enabled: true - mountPath: /app/public/item-icons -portal: - open: - enabled: true diff --git a/stable/davos/12.7.5/.helmignore b/stable/dashy/6.7.6/.helmignore similarity index 100% rename from stable/davos/12.7.5/.helmignore rename to stable/dashy/6.7.6/.helmignore diff --git a/stable/dashy/6.7.6/CHANGELOG.md b/stable/dashy/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..e1850618113 --- /dev/null +++ b/stable/dashy/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashy-6.7.6](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashy-6.7.5](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.5) (2024-03-28) + +### Chore + + + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashy-6.7.5](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.5) (2024-03-28) + +### Chore + + + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashy-6.7.5](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.5) (2024-03-28) + +### Chore + + + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dashy-6.7.5](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.5) (2024-03-28) + +### Chore + + + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/dashy/6.7.6/Chart.yaml b/stable/dashy/6.7.6/Chart.yaml new file mode 100644 index 00000000000..d20f41d0483 --- /dev/null +++ b/stable/dashy/6.7.6/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dashy helps you organize your self-hosted services by making them accessible from a single place +home: https://truecharts.org/charts/stable/dashy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashy +sources: + - https://github.com/Lissy93/dashy + - https://github.com/truecharts/charts/tree/master/charts/stable/dashy + - https://hub.docker.com/r/lissy93/dashy +type: application +version: 6.7.6 diff --git a/stable/dashy/6.7.4/README.md b/stable/dashy/6.7.6/README.md similarity index 100% rename from stable/dashy/6.7.4/README.md rename to stable/dashy/6.7.6/README.md diff --git a/stable/dashy/6.7.6/app-changelog.md b/stable/dashy/6.7.6/app-changelog.md new file mode 100644 index 00000000000..05c7533b384 --- /dev/null +++ b/stable/dashy/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [dashy-6.7.6](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lissy93/dashy to 2.1.2[@3826f73](https://github.com/3826f73) by renovate ([#19865](https://github.com/truecharts/charts/issues/19865)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dashy/6.7.4/app-readme.md b/stable/dashy/6.7.6/app-readme.md similarity index 100% rename from stable/dashy/6.7.4/app-readme.md rename to stable/dashy/6.7.6/app-readme.md diff --git a/stable/dashy/6.7.6/charts/common-20.2.10.tgz b/stable/dashy/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dashy/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/dashy/6.7.6/ix_values.yaml b/stable/dashy/6.7.6/ix_values.yaml new file mode 100644 index 00000000000..a68d4a8774a --- /dev/null +++ b/stable/dashy/6.7.6/ix_values.yaml @@ -0,0 +1,66 @@ +image: + repository: lissy93/dashy + tag: 2.1.2@sha256:3826f7300f1b476815c5af9071fc7172f4233178e9b46dbc5a846fcc5748a3a1 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10310 + protocol: http + targetPort: 80 +dashy: + # Enable config file mount from host path + enabled: false + configFileHostPath: "" + configFileHostReadOnly: true +# Leave empty if you plan to use config file from host path +dashyConfig: {} +# pageInfo: +# title: Home Lab + +workload: + main: + podSpec: + containers: + main: + env: + NODE_ENV: production + probes: + liveness: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck + readiness: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck + startup: + enabled: true + custom: true + spec: + exec: + command: + - node + - /app/services/healthcheck +persistence: + icons: + enabled: true + mountPath: /app/public/item-icons +portal: + open: + enabled: true diff --git a/stable/dashy/6.7.4/questions.yaml b/stable/dashy/6.7.6/questions.yaml similarity index 100% rename from stable/dashy/6.7.4/questions.yaml rename to stable/dashy/6.7.6/questions.yaml diff --git a/stable/davos/12.7.5/templates/NOTES.txt b/stable/dashy/6.7.6/templates/NOTES.txt similarity index 100% rename from stable/davos/12.7.5/templates/NOTES.txt rename to stable/dashy/6.7.6/templates/NOTES.txt diff --git a/stable/dashy/6.7.4/templates/_configmap.tpl b/stable/dashy/6.7.6/templates/_configmap.tpl similarity index 100% rename from stable/dashy/6.7.4/templates/_configmap.tpl rename to stable/dashy/6.7.6/templates/_configmap.tpl diff --git a/stable/dashy/6.7.4/templates/common.yaml b/stable/dashy/6.7.6/templates/common.yaml similarity index 100% rename from stable/dashy/6.7.4/templates/common.yaml rename to stable/dashy/6.7.6/templates/common.yaml diff --git a/stable/davos/12.7.5/values.yaml b/stable/dashy/6.7.6/values.yaml similarity index 100% rename from stable/davos/12.7.5/values.yaml rename to stable/dashy/6.7.6/values.yaml diff --git a/stable/davos/12.7.5/CHANGELOG.md b/stable/davos/12.7.5/CHANGELOG.md deleted file mode 100644 index 0d05fac95b2..00000000000 --- a/stable/davos/12.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/davos/12.7.5/Chart.yaml b/stable/davos/12.7.5/Chart.yaml deleted file mode 100644 index be9b90e69c3..00000000000 --- a/stable/davos/12.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An FTP automation tool that periodically scans given host locations for new files. -home: https://truecharts.org/charts/stable/davos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png -keywords: - - davos - - ftp - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: davos -sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - - https://github.com/truecharts/charts/tree/master/charts/stable/davos - - https://ghcr.io/linuxserver/davos -type: application -version: 12.7.5 diff --git a/stable/davos/12.7.5/app-changelog.md b/stable/davos/12.7.5/app-changelog.md deleted file mode 100644 index 42241a391f1..00000000000 --- a/stable/davos/12.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [davos-12.7.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) \ No newline at end of file diff --git a/stable/davos/12.7.5/charts/common-20.2.9.tgz b/stable/davos/12.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/davos/12.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/davos/12.7.5/ix_values.yaml b/stable/davos/12.7.5/ix_values.yaml deleted file mode 100644 index 3e08af32181..00000000000 --- a/stable/davos/12.7.5/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/davos - pullPolicy: IfNotPresent - tag: 2.2.2@sha256:25a2828670820a8907969d45f40468e6b9f5ea777a378ab45cb2922d6211dfac -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - port: 10081 - protocol: http - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/dayofdefeatsource/5.7.4/.helmignore b/stable/davos/12.7.7/.helmignore similarity index 100% rename from stable/dayofdefeatsource/5.7.4/.helmignore rename to stable/davos/12.7.7/.helmignore diff --git a/stable/davos/12.7.7/CHANGELOG.md b/stable/davos/12.7.7/CHANGELOG.md new file mode 100644 index 00000000000..eb8b817b9eb --- /dev/null +++ b/stable/davos/12.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [davos-12.7.7](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@646b654](https://github.com/646b654) by renovate ([#19968](https://github.com/truecharts/charts/issues/19968)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) + + +## [davos-12.7.6](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@646b654](https://github.com/646b654) by renovate ([#19968](https://github.com/truecharts/charts/issues/19968)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) + + +## [davos-12.7.6](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@646b654](https://github.com/646b654) by renovate ([#19968](https://github.com/truecharts/charts/issues/19968)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) + + +## [davos-12.7.6](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@646b654](https://github.com/646b654) by renovate ([#19968](https://github.com/truecharts/charts/issues/19968)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/davos/12.7.7/Chart.yaml b/stable/davos/12.7.7/Chart.yaml new file mode 100644 index 00000000000..fcc17f82b44 --- /dev/null +++ b/stable/davos/12.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png +keywords: + - davos + - ftp + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: davos +sources: + - https://github.com/linuxserver/docker-davos + - https://github.com/linuxserver/davos/ + - https://github.com/truecharts/charts/tree/master/charts/stable/davos + - https://ghcr.io/linuxserver/davos +type: application +version: 12.7.7 diff --git a/stable/davos/12.7.5/README.md b/stable/davos/12.7.7/README.md similarity index 100% rename from stable/davos/12.7.5/README.md rename to stable/davos/12.7.7/README.md diff --git a/stable/davos/12.7.7/app-changelog.md b/stable/davos/12.7.7/app-changelog.md new file mode 100644 index 00000000000..eb159d6464f --- /dev/null +++ b/stable/davos/12.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [davos-12.7.7](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@646b654](https://github.com/646b654) by renovate ([#19968](https://github.com/truecharts/charts/issues/19968)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232)) \ No newline at end of file diff --git a/stable/davos/12.7.5/app-readme.md b/stable/davos/12.7.7/app-readme.md similarity index 100% rename from stable/davos/12.7.5/app-readme.md rename to stable/davos/12.7.7/app-readme.md diff --git a/stable/davos/12.7.7/charts/common-20.2.10.tgz b/stable/davos/12.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/davos/12.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/davos/12.7.7/ix_values.yaml b/stable/davos/12.7.7/ix_values.yaml new file mode 100644 index 00000000000..8cb0ec64844 --- /dev/null +++ b/stable/davos/12.7.7/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/davos + pullPolicy: IfNotPresent + tag: 2.2.2@sha256:646b654990326528d065953c6c5c4191be9464d2c4ce942ff33f8876727ae511 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + port: 10081 + protocol: http + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/davos/12.7.5/questions.yaml b/stable/davos/12.7.7/questions.yaml similarity index 100% rename from stable/davos/12.7.5/questions.yaml rename to stable/davos/12.7.7/questions.yaml diff --git a/stable/ddclient/9.7.5/templates/NOTES.txt b/stable/davos/12.7.7/templates/NOTES.txt similarity index 100% rename from stable/ddclient/9.7.5/templates/NOTES.txt rename to stable/davos/12.7.7/templates/NOTES.txt diff --git a/stable/davos/12.7.5/templates/common.yaml b/stable/davos/12.7.7/templates/common.yaml similarity index 100% rename from stable/davos/12.7.5/templates/common.yaml rename to stable/davos/12.7.7/templates/common.yaml diff --git a/stable/dayofdefeatsource/5.7.4/values.yaml b/stable/davos/12.7.7/values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.7.4/values.yaml rename to stable/davos/12.7.7/values.yaml diff --git a/stable/dayofdefeatsource/5.7.4/CHANGELOG.md b/stable/dayofdefeatsource/5.7.4/CHANGELOG.md deleted file mode 100644 index cfc0ec32cdd..00000000000 --- a/stable/dayofdefeatsource/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - diff --git a/stable/dayofdefeatsource/5.7.4/Chart.yaml b/stable/dayofdefeatsource/5.7.4/Chart.yaml deleted file mode 100644 index cd38c42c2dd..00000000000 --- a/stable/dayofdefeatsource/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dods -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." -home: https://truecharts.org/charts/stable/dayofdefeatsource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png -keywords: - - dayofdefeatsource - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dayofdefeatsource -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.4 diff --git a/stable/dayofdefeatsource/5.7.4/app-changelog.md b/stable/dayofdefeatsource/5.7.4/app-changelog.md deleted file mode 100644 index dfa60d251da..00000000000 --- a/stable/dayofdefeatsource/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [dayofdefeatsource-5.7.4](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.7.4/charts/common-20.2.4.tgz b/stable/dayofdefeatsource/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dayofdefeatsource/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/daysofwar/5.7.3/.helmignore b/stable/dayofdefeatsource/5.7.6/.helmignore similarity index 100% rename from stable/daysofwar/5.7.3/.helmignore rename to stable/dayofdefeatsource/5.7.6/.helmignore diff --git a/stable/dayofdefeatsource/5.7.6/CHANGELOG.md b/stable/dayofdefeatsource/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..740b86ee01b --- /dev/null +++ b/stable/dayofdefeatsource/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayofdefeatsource-5.7.6](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayofdefeatsource-5.7.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayofdefeatsource-5.7.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayofdefeatsource-5.7.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayofdefeatsource-5.7.5](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/dayofdefeatsource/5.7.6/Chart.yaml b/stable/dayofdefeatsource/5.7.6/Chart.yaml new file mode 100644 index 00000000000..3cdb11bfdf6 --- /dev/null +++ b/stable/dayofdefeatsource/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dods +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." +home: https://truecharts.org/charts/stable/dayofdefeatsource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png +keywords: + - dayofdefeatsource + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayofdefeatsource +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.6 diff --git a/stable/dayofdefeatsource/5.7.4/README.md b/stable/dayofdefeatsource/5.7.6/README.md similarity index 100% rename from stable/dayofdefeatsource/5.7.4/README.md rename to stable/dayofdefeatsource/5.7.6/README.md diff --git a/stable/dayofdefeatsource/5.7.6/app-changelog.md b/stable/dayofdefeatsource/5.7.6/app-changelog.md new file mode 100644 index 00000000000..2a78b621111 --- /dev/null +++ b/stable/dayofdefeatsource/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [dayofdefeatsource-5.7.6](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ich777/steamcmd to dods[@e16be12](https://github.com/e16be12) by renovate ([#19770](https://github.com/truecharts/charts/issues/19770)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.7.4/app-readme.md b/stable/dayofdefeatsource/5.7.6/app-readme.md similarity index 100% rename from stable/dayofdefeatsource/5.7.4/app-readme.md rename to stable/dayofdefeatsource/5.7.6/app-readme.md diff --git a/stable/dayofdefeatsource/5.7.6/charts/common-20.2.10.tgz b/stable/dayofdefeatsource/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dayofdefeatsource/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/dayofdefeatsource/5.7.4/ix_values.yaml b/stable/dayofdefeatsource/5.7.6/ix_values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.7.4/ix_values.yaml rename to stable/dayofdefeatsource/5.7.6/ix_values.yaml diff --git a/stable/dayofdefeatsource/5.7.4/questions.yaml b/stable/dayofdefeatsource/5.7.6/questions.yaml similarity index 100% rename from stable/dayofdefeatsource/5.7.4/questions.yaml rename to stable/dayofdefeatsource/5.7.6/questions.yaml diff --git a/stable/dayofdefeatsource/5.7.4/templates/common.yaml b/stable/dayofdefeatsource/5.7.6/templates/common.yaml similarity index 100% rename from stable/dayofdefeatsource/5.7.4/templates/common.yaml rename to stable/dayofdefeatsource/5.7.6/templates/common.yaml diff --git a/stable/daysofwar/5.7.3/values.yaml b/stable/dayofdefeatsource/5.7.6/values.yaml similarity index 100% rename from stable/daysofwar/5.7.3/values.yaml rename to stable/dayofdefeatsource/5.7.6/values.yaml diff --git a/stable/daysofwar/5.7.3/CHANGELOG.md b/stable/daysofwar/5.7.3/CHANGELOG.md deleted file mode 100644 index 0208875ad60..00000000000 --- a/stable/daysofwar/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/daysofwar/5.7.3/Chart.yaml b/stable/daysofwar/5.7.3/Chart.yaml deleted file mode 100644 index 7e0193418c8..00000000000 --- a/stable/daysofwar/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: daysofwar -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Days of War and run it. -home: https://truecharts.org/charts/stable/daysofwar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png -keywords: - - daysofwar - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: daysofwar -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/daysofwar/5.7.3/app-changelog.md b/stable/daysofwar/5.7.3/app-changelog.md deleted file mode 100644 index 82e5df01c81..00000000000 --- a/stable/daysofwar/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz b/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dayz/5.7.3/.helmignore b/stable/daysofwar/5.7.5/.helmignore similarity index 100% rename from stable/dayz/5.7.3/.helmignore rename to stable/daysofwar/5.7.5/.helmignore diff --git a/stable/daysofwar/5.7.5/CHANGELOG.md b/stable/daysofwar/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c5ed6e4685c --- /dev/null +++ b/stable/daysofwar/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [daysofwar-5.7.5](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [daysofwar-5.7.4](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [daysofwar-5.7.4](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [daysofwar-5.7.4](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [daysofwar-5.7.4](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [daysofwar-5.7.4](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/daysofwar/5.7.5/Chart.yaml b/stable/daysofwar/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d792294224f --- /dev/null +++ b/stable/daysofwar/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: daysofwar +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Days of War and run it. +home: https://truecharts.org/charts/stable/daysofwar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png +keywords: + - daysofwar + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: daysofwar +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/daysofwar/5.7.3/README.md b/stable/daysofwar/5.7.5/README.md similarity index 100% rename from stable/daysofwar/5.7.3/README.md rename to stable/daysofwar/5.7.5/README.md diff --git a/stable/daysofwar/5.7.5/app-changelog.md b/stable/daysofwar/5.7.5/app-changelog.md new file mode 100644 index 00000000000..47703baf6ba --- /dev/null +++ b/stable/daysofwar/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [daysofwar-5.7.5](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/daysofwar/5.7.3/app-readme.md b/stable/daysofwar/5.7.5/app-readme.md similarity index 100% rename from stable/daysofwar/5.7.3/app-readme.md rename to stable/daysofwar/5.7.5/app-readme.md diff --git a/stable/daysofwar/5.7.5/charts/common-20.2.10.tgz b/stable/daysofwar/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/daysofwar/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/daysofwar/5.7.3/ix_values.yaml b/stable/daysofwar/5.7.5/ix_values.yaml similarity index 100% rename from stable/daysofwar/5.7.3/ix_values.yaml rename to stable/daysofwar/5.7.5/ix_values.yaml diff --git a/stable/daysofwar/5.7.3/questions.yaml b/stable/daysofwar/5.7.5/questions.yaml similarity index 100% rename from stable/daysofwar/5.7.3/questions.yaml rename to stable/daysofwar/5.7.5/questions.yaml diff --git a/stable/daysofwar/5.7.3/templates/common.yaml b/stable/daysofwar/5.7.5/templates/common.yaml similarity index 100% rename from stable/daysofwar/5.7.3/templates/common.yaml rename to stable/daysofwar/5.7.5/templates/common.yaml diff --git a/stable/dayz/5.7.3/values.yaml b/stable/daysofwar/5.7.5/values.yaml similarity index 100% rename from stable/dayz/5.7.3/values.yaml rename to stable/daysofwar/5.7.5/values.yaml diff --git a/stable/dayz/5.7.3/CHANGELOG.md b/stable/dayz/5.7.3/CHANGELOG.md deleted file mode 100644 index c1d714b0f1b..00000000000 --- a/stable/dayz/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dayz/5.7.3/Chart.yaml b/stable/dayz/5.7.3/Chart.yaml deleted file mode 100644 index dbc0cd95d6f..00000000000 --- a/stable/dayz/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dayz -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install DayZ and run it. -home: https://truecharts.org/charts/stable/dayz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png -keywords: - - dayz - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dayz -sources: - - https://www.bohemia.net/games/dayz - - https://github.com/truecharts/charts/tree/master/charts/stable/dayz - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/dayz/5.7.3/app-changelog.md b/stable/dayz/5.7.3/app-changelog.md deleted file mode 100644 index aeb6d814e18..00000000000 --- a/stable/dayz/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dayz/5.7.3/charts/common-20.2.4.tgz b/stable/dayz/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dayz/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ddclient/9.7.5/.helmignore b/stable/dayz/5.7.5/.helmignore similarity index 100% rename from stable/ddclient/9.7.5/.helmignore rename to stable/dayz/5.7.5/.helmignore diff --git a/stable/dayz/5.7.5/CHANGELOG.md b/stable/dayz/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..16c582d5131 --- /dev/null +++ b/stable/dayz/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayz-5.7.5](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayz-5.7.4](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayz-5.7.4](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayz-5.7.4](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayz-5.7.4](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dayz-5.7.4](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dayz/5.7.5/Chart.yaml b/stable/dayz/5.7.5/Chart.yaml new file mode 100644 index 00000000000..37f61405d33 --- /dev/null +++ b/stable/dayz/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dayz +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install DayZ and run it. +home: https://truecharts.org/charts/stable/dayz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png +keywords: + - dayz + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayz +sources: + - https://www.bohemia.net/games/dayz + - https://github.com/truecharts/charts/tree/master/charts/stable/dayz + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/dayz/5.7.3/README.md b/stable/dayz/5.7.5/README.md similarity index 100% rename from stable/dayz/5.7.3/README.md rename to stable/dayz/5.7.5/README.md diff --git a/stable/dayz/5.7.5/app-changelog.md b/stable/dayz/5.7.5/app-changelog.md new file mode 100644 index 00000000000..53e820b9426 --- /dev/null +++ b/stable/dayz/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dayz-5.7.5](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dayz/5.7.3/app-readme.md b/stable/dayz/5.7.5/app-readme.md similarity index 100% rename from stable/dayz/5.7.3/app-readme.md rename to stable/dayz/5.7.5/app-readme.md diff --git a/stable/dayz/5.7.5/charts/common-20.2.10.tgz b/stable/dayz/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dayz/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dayz/5.7.3/ix_values.yaml b/stable/dayz/5.7.5/ix_values.yaml similarity index 100% rename from stable/dayz/5.7.3/ix_values.yaml rename to stable/dayz/5.7.5/ix_values.yaml diff --git a/stable/dayz/5.7.3/questions.yaml b/stable/dayz/5.7.5/questions.yaml similarity index 100% rename from stable/dayz/5.7.3/questions.yaml rename to stable/dayz/5.7.5/questions.yaml diff --git a/stable/dayz/5.7.3/templates/common.yaml b/stable/dayz/5.7.5/templates/common.yaml similarity index 100% rename from stable/dayz/5.7.3/templates/common.yaml rename to stable/dayz/5.7.5/templates/common.yaml diff --git a/stable/ddclient/9.7.5/values.yaml b/stable/dayz/5.7.5/values.yaml similarity index 100% rename from stable/ddclient/9.7.5/values.yaml rename to stable/dayz/5.7.5/values.yaml diff --git a/stable/ddclient/9.7.5/CHANGELOG.md b/stable/ddclient/9.7.5/CHANGELOG.md deleted file mode 100644 index dff218bce51..00000000000 --- a/stable/ddclient/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) diff --git a/stable/ddclient/9.7.5/Chart.yaml b/stable/ddclient/9.7.5/Chart.yaml deleted file mode 100644 index e46e897883b..00000000000 --- a/stable/ddclient/9.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. -home: https://truecharts.org/charts/stable/ddclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png -keywords: - - ddclient -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddclient -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient - - https://ghcr.io/linuxserver/ddclient -type: application -version: 9.7.5 diff --git a/stable/ddclient/9.7.5/app-changelog.md b/stable/ddclient/9.7.5/app-changelog.md deleted file mode 100644 index a8d96145c26..00000000000 --- a/stable/ddclient/9.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [ddclient-9.7.5](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddclient/9.7.5/charts/common-20.2.4.tgz b/stable/ddclient/9.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ddclient/9.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ddns-go/10.9.1/.helmignore b/stable/ddclient/9.7.7/.helmignore similarity index 100% rename from stable/ddns-go/10.9.1/.helmignore rename to stable/ddclient/9.7.7/.helmignore diff --git a/stable/ddclient/9.7.7/CHANGELOG.md b/stable/ddclient/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..3861496a9d8 --- /dev/null +++ b/stable/ddclient/9.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddclient-9.7.7](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddclient-9.7.6](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddclient-9.7.6](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddclient-9.7.6](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddclient-9.7.6](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.6) (2024-03-27) + +### Chore diff --git a/stable/ddclient/9.7.7/Chart.yaml b/stable/ddclient/9.7.7/Chart.yaml new file mode 100644 index 00000000000..e24fdf1fe2b --- /dev/null +++ b/stable/ddclient/9.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. +home: https://truecharts.org/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png +keywords: + - ddclient +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient + - https://ghcr.io/linuxserver/ddclient +type: application +version: 9.7.7 diff --git a/stable/ddclient/9.7.5/README.md b/stable/ddclient/9.7.7/README.md similarity index 100% rename from stable/ddclient/9.7.5/README.md rename to stable/ddclient/9.7.7/README.md diff --git a/stable/ddclient/9.7.7/app-changelog.md b/stable/ddclient/9.7.7/app-changelog.md new file mode 100644 index 00000000000..3f2705d94af --- /dev/null +++ b/stable/ddclient/9.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [ddclient-9.7.7](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@8907a99](https://github.com/8907a99) by renovate ([#19814](https://github.com/truecharts/charts/issues/19814)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddclient/9.7.5/app-readme.md b/stable/ddclient/9.7.7/app-readme.md similarity index 100% rename from stable/ddclient/9.7.5/app-readme.md rename to stable/ddclient/9.7.7/app-readme.md diff --git a/stable/ddclient/9.7.7/charts/common-20.2.10.tgz b/stable/ddclient/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ddclient/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/ddclient/9.7.5/ix_values.yaml b/stable/ddclient/9.7.7/ix_values.yaml similarity index 100% rename from stable/ddclient/9.7.5/ix_values.yaml rename to stable/ddclient/9.7.7/ix_values.yaml diff --git a/stable/ddclient/9.7.5/questions.yaml b/stable/ddclient/9.7.7/questions.yaml similarity index 100% rename from stable/ddclient/9.7.5/questions.yaml rename to stable/ddclient/9.7.7/questions.yaml diff --git a/stable/ddns-go/10.9.1/templates/NOTES.txt b/stable/ddclient/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/10.9.1/templates/NOTES.txt rename to stable/ddclient/9.7.7/templates/NOTES.txt diff --git a/stable/ddclient/9.7.5/templates/common.yaml b/stable/ddclient/9.7.7/templates/common.yaml similarity index 100% rename from stable/ddclient/9.7.5/templates/common.yaml rename to stable/ddclient/9.7.7/templates/common.yaml diff --git a/stable/ddns-go/10.9.1/values.yaml b/stable/ddclient/9.7.7/values.yaml similarity index 100% rename from stable/ddns-go/10.9.1/values.yaml rename to stable/ddclient/9.7.7/values.yaml diff --git a/stable/ddns-go/10.9.1/CHANGELOG.md b/stable/ddns-go/10.9.1/CHANGELOG.md deleted file mode 100644 index eab4f64a4cc..00000000000 --- a/stable/ddns-go/10.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - diff --git a/stable/ddns-go/10.9.1/Chart.yaml b/stable/ddns-go/10.9.1/Chart.yaml deleted file mode 100644 index fc093922170..00000000000 --- a/stable/ddns-go/10.9.1/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.3.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service -home: https://truecharts.org/charts/stable/ddns-go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png -keywords: - - ddns-go - - ddns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-go -sources: - - https://github.com/jeessy2/ddns-go - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - - https://hub.docker.com/r/jeessy/ddns-go -type: application -version: 10.9.1 diff --git a/stable/ddns-go/10.9.1/app-changelog.md b/stable/ddns-go/10.9.1/app-changelog.md deleted file mode 100644 index 7921599bdab..00000000000 --- a/stable/ddns-go/10.9.1/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [ddns-go-10.9.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-go/10.9.1/charts/common-20.2.9.tgz b/stable/ddns-go/10.9.1/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/ddns-go/10.9.1/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/ddns-go/10.9.1/ix_values.yaml b/stable/ddns-go/10.9.1/ix_values.yaml deleted file mode 100644 index 158eec59919..00000000000 --- a/stable/ddns-go/10.9.1/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: jeessy/ddns-go - pullPolicy: IfNotPresent - tag: v6.3.0@sha256:ec2346bf1b2030a69afe4d7b6e803f5586248db443980c6493eec03faddab960 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 9876 - protocol: http - port: 10168 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -persistence: - data: - enabled: true - mountPath: /root -portal: - open: - enabled: true diff --git a/stable/ddns-route53/5.7.4/.helmignore b/stable/ddns-go/10.9.3/.helmignore similarity index 100% rename from stable/ddns-route53/5.7.4/.helmignore rename to stable/ddns-go/10.9.3/.helmignore diff --git a/stable/ddns-go/10.9.3/CHANGELOG.md b/stable/ddns-go/10.9.3/CHANGELOG.md new file mode 100644 index 00000000000..72cc6414cde --- /dev/null +++ b/stable/ddns-go/10.9.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-go-10.9.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image jeessy/ddns-go to v6.3.1[@de458f4](https://github.com/de458f4) by renovate ([#19916](https://github.com/truecharts/charts/issues/19916)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-go-10.9.2](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.2) (2024-03-29) + +### Chore + + + +- update container image jeessy/ddns-go to v6.3.1[@de458f4](https://github.com/de458f4) by renovate ([#19916](https://github.com/truecharts/charts/issues/19916)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-go-10.9.2](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.2) (2024-03-29) + +### Chore + + + +- update container image jeessy/ddns-go to v6.3.1[@de458f4](https://github.com/de458f4) by renovate ([#19916](https://github.com/truecharts/charts/issues/19916)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-go-10.9.2](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.2) (2024-03-29) + +### Chore + + + +- update container image jeessy/ddns-go to v6.3.1[@de458f4](https://github.com/de458f4) by renovate ([#19916](https://github.com/truecharts/charts/issues/19916)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/ddns-go/10.9.3/Chart.yaml b/stable/ddns-go/10.9.3/Chart.yaml new file mode 100644 index 00000000000..6b157bf53d5 --- /dev/null +++ b/stable/ddns-go/10.9.3/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service +home: https://truecharts.org/charts/stable/ddns-go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png +keywords: + - ddns-go + - ddns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-go +sources: + - https://github.com/jeessy2/ddns-go + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go + - https://hub.docker.com/r/jeessy/ddns-go +type: application +version: 10.9.3 diff --git a/stable/ddns-go/10.9.1/README.md b/stable/ddns-go/10.9.3/README.md similarity index 100% rename from stable/ddns-go/10.9.1/README.md rename to stable/ddns-go/10.9.3/README.md diff --git a/stable/ddns-go/10.9.3/app-changelog.md b/stable/ddns-go/10.9.3/app-changelog.md new file mode 100644 index 00000000000..0c91450bbfb --- /dev/null +++ b/stable/ddns-go/10.9.3/app-changelog.md @@ -0,0 +1,25 @@ + + +## [ddns-go-10.9.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.9.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image jeessy/ddns-go to v6.3.1[@de458f4](https://github.com/de458f4) by renovate ([#19916](https://github.com/truecharts/charts/issues/19916)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jeessy/ddns-go to v6.3.0[@ec2346b](https://github.com/ec2346b) by renovate ([#19821](https://github.com/truecharts/charts/issues/19821)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-go/10.9.1/app-readme.md b/stable/ddns-go/10.9.3/app-readme.md similarity index 100% rename from stable/ddns-go/10.9.1/app-readme.md rename to stable/ddns-go/10.9.3/app-readme.md diff --git a/stable/ddns-go/10.9.3/charts/common-20.2.10.tgz b/stable/ddns-go/10.9.3/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ddns-go/10.9.3/charts/common-20.2.10.tgz differ diff --git a/stable/ddns-go/10.9.3/ix_values.yaml b/stable/ddns-go/10.9.3/ix_values.yaml new file mode 100644 index 00000000000..ac64f21026c --- /dev/null +++ b/stable/ddns-go/10.9.3/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: jeessy/ddns-go + pullPolicy: IfNotPresent + tag: v6.3.1@sha256:de458f411062a5aea2e2010134e3f20d61c0b60fe589f93a4578bab09e1d94d0 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 9876 + protocol: http + port: 10168 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +persistence: + data: + enabled: true + mountPath: /root +portal: + open: + enabled: true diff --git a/stable/ddns-go/10.9.1/questions.yaml b/stable/ddns-go/10.9.3/questions.yaml similarity index 100% rename from stable/ddns-go/10.9.1/questions.yaml rename to stable/ddns-go/10.9.3/questions.yaml diff --git a/stable/ddns-updater/9.7.3/templates/NOTES.txt b/stable/ddns-go/10.9.3/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/9.7.3/templates/NOTES.txt rename to stable/ddns-go/10.9.3/templates/NOTES.txt diff --git a/stable/ddns-go/10.9.1/templates/common.yaml b/stable/ddns-go/10.9.3/templates/common.yaml similarity index 100% rename from stable/ddns-go/10.9.1/templates/common.yaml rename to stable/ddns-go/10.9.3/templates/common.yaml diff --git a/stable/ddns-route53/5.7.4/values.yaml b/stable/ddns-go/10.9.3/values.yaml similarity index 100% rename from stable/ddns-route53/5.7.4/values.yaml rename to stable/ddns-go/10.9.3/values.yaml diff --git a/stable/ddns-route53/5.7.4/CHANGELOG.md b/stable/ddns-route53/5.7.4/CHANGELOG.md deleted file mode 100644 index 48478a7adc8..00000000000 --- a/stable/ddns-route53/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/ddns-route53/5.7.4/Chart.yaml b/stable/ddns-route53/5.7.4/Chart.yaml deleted file mode 100644 index 409a062edce..00000000000 --- a/stable/ddns-route53/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule -home: https://truecharts.org/charts/stable/ddns-route53 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png -keywords: - - ddns-route53 - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-route53 -sources: - - https://github.com/crazy-max/ddns-route53 - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 - - https://hub.docker.com/r/crazymax/ddns-route53 -type: application -version: 5.7.4 diff --git a/stable/ddns-route53/5.7.4/app-changelog.md b/stable/ddns-route53/5.7.4/app-changelog.md deleted file mode 100644 index 814d0e563f1..00000000000 --- a/stable/ddns-route53/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz b/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ddns-updater/9.7.3/.helmignore b/stable/ddns-route53/5.7.6/.helmignore similarity index 100% rename from stable/ddns-updater/9.7.3/.helmignore rename to stable/ddns-route53/5.7.6/.helmignore diff --git a/stable/ddns-route53/5.7.6/CHANGELOG.md b/stable/ddns-route53/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..d92ff53b241 --- /dev/null +++ b/stable/ddns-route53/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-route53-5.7.6](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-route53-5.7.5](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-route53-5.7.5](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-route53-5.7.5](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-route53-5.7.5](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) diff --git a/stable/ddns-route53/5.7.6/Chart.yaml b/stable/ddns-route53/5.7.6/Chart.yaml new file mode 100644 index 00000000000..3e46bce8a87 --- /dev/null +++ b/stable/ddns-route53/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule +home: https://truecharts.org/charts/stable/ddns-route53 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png +keywords: + - ddns-route53 + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-route53 +sources: + - https://github.com/crazy-max/ddns-route53 + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 + - https://hub.docker.com/r/crazymax/ddns-route53 +type: application +version: 5.7.6 diff --git a/stable/ddns-route53/5.7.4/README.md b/stable/ddns-route53/5.7.6/README.md similarity index 100% rename from stable/ddns-route53/5.7.4/README.md rename to stable/ddns-route53/5.7.6/README.md diff --git a/stable/ddns-route53/5.7.6/app-changelog.md b/stable/ddns-route53/5.7.6/app-changelog.md new file mode 100644 index 00000000000..5e10706f194 --- /dev/null +++ b/stable/ddns-route53/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [ddns-route53-5.7.6](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-route53/5.7.4/app-readme.md b/stable/ddns-route53/5.7.6/app-readme.md similarity index 100% rename from stable/ddns-route53/5.7.4/app-readme.md rename to stable/ddns-route53/5.7.6/app-readme.md diff --git a/stable/ddns-route53/5.7.6/charts/common-20.2.10.tgz b/stable/ddns-route53/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ddns-route53/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/ddns-route53/5.7.4/ix_values.yaml b/stable/ddns-route53/5.7.6/ix_values.yaml similarity index 100% rename from stable/ddns-route53/5.7.4/ix_values.yaml rename to stable/ddns-route53/5.7.6/ix_values.yaml diff --git a/stable/ddns-route53/5.7.4/questions.yaml b/stable/ddns-route53/5.7.6/questions.yaml similarity index 100% rename from stable/ddns-route53/5.7.4/questions.yaml rename to stable/ddns-route53/5.7.6/questions.yaml diff --git a/stable/ddns-route53/5.7.4/templates/common.yaml b/stable/ddns-route53/5.7.6/templates/common.yaml similarity index 100% rename from stable/ddns-route53/5.7.4/templates/common.yaml rename to stable/ddns-route53/5.7.6/templates/common.yaml diff --git a/stable/ddns-updater/9.7.3/values.yaml b/stable/ddns-route53/5.7.6/values.yaml similarity index 100% rename from stable/ddns-updater/9.7.3/values.yaml rename to stable/ddns-route53/5.7.6/values.yaml diff --git a/stable/ddns-updater/9.7.3/CHANGELOG.md b/stable/ddns-updater/9.7.3/CHANGELOG.md deleted file mode 100644 index 7db4868168e..00000000000 --- a/stable/ddns-updater/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ddns-updater/9.7.3/Chart.yaml b/stable/ddns-updater/9.7.3/Chart.yaml deleted file mode 100644 index 462b477cd56..00000000000 --- a/stable/ddns-updater/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers -home: https://truecharts.org/charts/stable/ddns-updater -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png -keywords: - - ddns-updater -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ddns-updater -sources: - - https://github.com/qdm12/ddns-updater - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - - https://hub.docker.com/r/qmcgaw/ddns-updater -type: application -version: 9.7.3 diff --git a/stable/ddns-updater/9.7.3/app-changelog.md b/stable/ddns-updater/9.7.3/app-changelog.md deleted file mode 100644 index 1f8df549eb3..00000000000 --- a/stable/ddns-updater/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz b/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/debian-apt-mirror/5.7.3/.helmignore b/stable/ddns-updater/9.7.5/.helmignore similarity index 100% rename from stable/debian-apt-mirror/5.7.3/.helmignore rename to stable/ddns-updater/9.7.5/.helmignore diff --git a/stable/ddns-updater/9.7.5/CHANGELOG.md b/stable/ddns-updater/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fbff4132f09 --- /dev/null +++ b/stable/ddns-updater/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-updater-9.7.5](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-updater-9.7.4](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-updater-9.7.4](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-updater-9.7.4](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-updater-9.7.4](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ddns-updater-9.7.4](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ddns-updater/9.7.5/Chart.yaml b/stable/ddns-updater/9.7.5/Chart.yaml new file mode 100644 index 00000000000..e7dfc55a99b --- /dev/null +++ b/stable/ddns-updater/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers +home: https://truecharts.org/charts/stable/ddns-updater +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png +keywords: + - ddns-updater +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-updater +sources: + - https://github.com/qdm12/ddns-updater + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater + - https://hub.docker.com/r/qmcgaw/ddns-updater +type: application +version: 9.7.5 diff --git a/stable/ddns-updater/9.7.3/README.md b/stable/ddns-updater/9.7.5/README.md similarity index 100% rename from stable/ddns-updater/9.7.3/README.md rename to stable/ddns-updater/9.7.5/README.md diff --git a/stable/ddns-updater/9.7.5/app-changelog.md b/stable/ddns-updater/9.7.5/app-changelog.md new file mode 100644 index 00000000000..1f1ac7032b0 --- /dev/null +++ b/stable/ddns-updater/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ddns-updater-9.7.5](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ddns-updater/9.7.3/app-readme.md b/stable/ddns-updater/9.7.5/app-readme.md similarity index 100% rename from stable/ddns-updater/9.7.3/app-readme.md rename to stable/ddns-updater/9.7.5/app-readme.md diff --git a/stable/ddns-updater/9.7.5/charts/common-20.2.10.tgz b/stable/ddns-updater/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ddns-updater/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ddns-updater/9.7.3/ix_values.yaml b/stable/ddns-updater/9.7.5/ix_values.yaml similarity index 100% rename from stable/ddns-updater/9.7.3/ix_values.yaml rename to stable/ddns-updater/9.7.5/ix_values.yaml diff --git a/stable/ddns-updater/9.7.3/questions.yaml b/stable/ddns-updater/9.7.5/questions.yaml similarity index 100% rename from stable/ddns-updater/9.7.3/questions.yaml rename to stable/ddns-updater/9.7.5/questions.yaml diff --git a/stable/deemix/10.7.3/templates/NOTES.txt b/stable/ddns-updater/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/deemix/10.7.3/templates/NOTES.txt rename to stable/ddns-updater/9.7.5/templates/NOTES.txt diff --git a/stable/ddns-updater/9.7.3/templates/common.yaml b/stable/ddns-updater/9.7.5/templates/common.yaml similarity index 100% rename from stable/ddns-updater/9.7.3/templates/common.yaml rename to stable/ddns-updater/9.7.5/templates/common.yaml diff --git a/stable/debian-apt-mirror/5.7.3/values.yaml b/stable/ddns-updater/9.7.5/values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.7.3/values.yaml rename to stable/ddns-updater/9.7.5/values.yaml diff --git a/stable/debian-apt-mirror/5.7.3/CHANGELOG.md b/stable/debian-apt-mirror/5.7.3/CHANGELOG.md deleted file mode 100644 index 434a6bd4070..00000000000 --- a/stable/debian-apt-mirror/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/debian-apt-mirror/5.7.3/Chart.yaml b/stable/debian-apt-mirror/5.7.3/Chart.yaml deleted file mode 100644 index 074901b12d4..00000000000 --- a/stable/debian-apt-mirror/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. -home: https://truecharts.org/charts/stable/debian-apt-mirror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png -keywords: - - debian-apt-mirror - - Network-Other - - Productivity - - Tools-Utilities - - Drivers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: debian-apt-mirror -sources: - - https://www.debian.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror - - https://hub.docker.com/r/ich777/debian-mirror -type: application -version: 5.7.3 diff --git a/stable/debian-apt-mirror/5.7.3/app-changelog.md b/stable/debian-apt-mirror/5.7.3/app-changelog.md deleted file mode 100644 index 3a1ad94ba4f..00000000000 --- a/stable/debian-apt-mirror/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz b/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/debian-bullseye/5.7.3/.helmignore b/stable/debian-apt-mirror/5.7.5/.helmignore similarity index 100% rename from stable/debian-bullseye/5.7.3/.helmignore rename to stable/debian-apt-mirror/5.7.5/.helmignore diff --git a/stable/debian-apt-mirror/5.7.5/CHANGELOG.md b/stable/debian-apt-mirror/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..92c00c737f2 --- /dev/null +++ b/stable/debian-apt-mirror/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-apt-mirror-5.7.5](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-apt-mirror-5.7.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-apt-mirror-5.7.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-apt-mirror-5.7.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-apt-mirror-5.7.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-apt-mirror-5.7.4](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.7.5/Chart.yaml b/stable/debian-apt-mirror/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f8c04ef77cd --- /dev/null +++ b/stable/debian-apt-mirror/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. +home: https://truecharts.org/charts/stable/debian-apt-mirror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png +keywords: + - debian-apt-mirror + - Network-Other + - Productivity + - Tools-Utilities + - Drivers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-apt-mirror +sources: + - https://www.debian.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror + - https://hub.docker.com/r/ich777/debian-mirror +type: application +version: 5.7.5 diff --git a/stable/debian-apt-mirror/5.7.3/README.md b/stable/debian-apt-mirror/5.7.5/README.md similarity index 100% rename from stable/debian-apt-mirror/5.7.3/README.md rename to stable/debian-apt-mirror/5.7.5/README.md diff --git a/stable/debian-apt-mirror/5.7.5/app-changelog.md b/stable/debian-apt-mirror/5.7.5/app-changelog.md new file mode 100644 index 00000000000..86c7ce25bdf --- /dev/null +++ b/stable/debian-apt-mirror/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [debian-apt-mirror-5.7.5](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.7.3/app-readme.md b/stable/debian-apt-mirror/5.7.5/app-readme.md similarity index 100% rename from stable/debian-apt-mirror/5.7.3/app-readme.md rename to stable/debian-apt-mirror/5.7.5/app-readme.md diff --git a/stable/debian-apt-mirror/5.7.5/charts/common-20.2.10.tgz b/stable/debian-apt-mirror/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/debian-apt-mirror/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/debian-apt-mirror/5.7.3/ix_values.yaml b/stable/debian-apt-mirror/5.7.5/ix_values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.7.3/ix_values.yaml rename to stable/debian-apt-mirror/5.7.5/ix_values.yaml diff --git a/stable/debian-apt-mirror/5.7.3/questions.yaml b/stable/debian-apt-mirror/5.7.5/questions.yaml similarity index 100% rename from stable/debian-apt-mirror/5.7.3/questions.yaml rename to stable/debian-apt-mirror/5.7.5/questions.yaml diff --git a/stable/debian-apt-mirror/5.7.3/templates/common.yaml b/stable/debian-apt-mirror/5.7.5/templates/common.yaml similarity index 100% rename from stable/debian-apt-mirror/5.7.3/templates/common.yaml rename to stable/debian-apt-mirror/5.7.5/templates/common.yaml diff --git a/stable/debian-bullseye/5.7.3/values.yaml b/stable/debian-apt-mirror/5.7.5/values.yaml similarity index 100% rename from stable/debian-bullseye/5.7.3/values.yaml rename to stable/debian-apt-mirror/5.7.5/values.yaml diff --git a/stable/debian-bullseye/5.7.3/CHANGELOG.md b/stable/debian-bullseye/5.7.3/CHANGELOG.md deleted file mode 100644 index 41589c5393c..00000000000 --- a/stable/debian-bullseye/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/debian-bullseye/5.7.3/Chart.yaml b/stable/debian-bullseye/5.7.3/Chart.yaml deleted file mode 100644 index 27aa986f96d..00000000000 --- a/stable/debian-bullseye/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. -home: https://truecharts.org/charts/stable/debian-bullseye -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png -keywords: - - debian-bullseye - - Productivity - - Tools-System -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: debian-bullseye -sources: - - https://www.debian.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye - - https://hub.docker.com/r/ich777/debian-bullseye -type: application -version: 5.7.3 diff --git a/stable/debian-bullseye/5.7.3/app-changelog.md b/stable/debian-bullseye/5.7.3/app-changelog.md deleted file mode 100644 index 74dd5f5fb30..00000000000 --- a/stable/debian-bullseye/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz b/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/deconz/15.7.4/.helmignore b/stable/debian-bullseye/5.7.5/.helmignore similarity index 100% rename from stable/deconz/15.7.4/.helmignore rename to stable/debian-bullseye/5.7.5/.helmignore diff --git a/stable/debian-bullseye/5.7.5/CHANGELOG.md b/stable/debian-bullseye/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2d4d7c4eabb --- /dev/null +++ b/stable/debian-bullseye/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-bullseye-5.7.5](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-bullseye-5.7.4](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-bullseye-5.7.4](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-bullseye-5.7.4](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-bullseye-5.7.4](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [debian-bullseye-5.7.4](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/debian-bullseye/5.7.5/Chart.yaml b/stable/debian-bullseye/5.7.5/Chart.yaml new file mode 100644 index 00000000000..51cc210268f --- /dev/null +++ b/stable/debian-bullseye/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. +home: https://truecharts.org/charts/stable/debian-bullseye +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png +keywords: + - debian-bullseye + - Productivity + - Tools-System +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-bullseye +sources: + - https://www.debian.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye + - https://hub.docker.com/r/ich777/debian-bullseye +type: application +version: 5.7.5 diff --git a/stable/debian-bullseye/5.7.3/README.md b/stable/debian-bullseye/5.7.5/README.md similarity index 100% rename from stable/debian-bullseye/5.7.3/README.md rename to stable/debian-bullseye/5.7.5/README.md diff --git a/stable/debian-bullseye/5.7.5/app-changelog.md b/stable/debian-bullseye/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c8b3688994d --- /dev/null +++ b/stable/debian-bullseye/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [debian-bullseye-5.7.5](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/debian-bullseye/5.7.3/app-readme.md b/stable/debian-bullseye/5.7.5/app-readme.md similarity index 100% rename from stable/debian-bullseye/5.7.3/app-readme.md rename to stable/debian-bullseye/5.7.5/app-readme.md diff --git a/stable/debian-bullseye/5.7.5/charts/common-20.2.10.tgz b/stable/debian-bullseye/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/debian-bullseye/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/debian-bullseye/5.7.3/ix_values.yaml b/stable/debian-bullseye/5.7.5/ix_values.yaml similarity index 100% rename from stable/debian-bullseye/5.7.3/ix_values.yaml rename to stable/debian-bullseye/5.7.5/ix_values.yaml diff --git a/stable/debian-bullseye/5.7.3/questions.yaml b/stable/debian-bullseye/5.7.5/questions.yaml similarity index 100% rename from stable/debian-bullseye/5.7.3/questions.yaml rename to stable/debian-bullseye/5.7.5/questions.yaml diff --git a/stable/debian-bullseye/5.7.3/templates/common.yaml b/stable/debian-bullseye/5.7.5/templates/common.yaml similarity index 100% rename from stable/debian-bullseye/5.7.3/templates/common.yaml rename to stable/debian-bullseye/5.7.5/templates/common.yaml diff --git a/stable/deconz/15.7.4/values.yaml b/stable/debian-bullseye/5.7.5/values.yaml similarity index 100% rename from stable/deconz/15.7.4/values.yaml rename to stable/debian-bullseye/5.7.5/values.yaml diff --git a/stable/deconz/15.7.4/CHANGELOG.md b/stable/deconz/15.7.4/CHANGELOG.md deleted file mode 100644 index 83656300dab..00000000000 --- a/stable/deconz/15.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/deconz/15.7.4/Chart.yaml b/stable/deconz/15.7.4/Chart.yaml deleted file mode 100644 index 48092807ca9..00000000000 --- a/stable/deconz/15.7.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.26.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. -home: https://truecharts.org/charts/stable/deconz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png -keywords: - - deconz - - home-automation - - zigbee - - conbee -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deconz -sources: - - https://github.com/marthoc/docker-deconz - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - - https://hub.docker.com/r/deconzcommunity/deconz -type: application -version: 15.7.4 diff --git a/stable/deconz/15.7.4/app-changelog.md b/stable/deconz/15.7.4/app-changelog.md deleted file mode 100644 index f45c47aedb6..00000000000 --- a/stable/deconz/15.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [deconz-15.7.4](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deconz/15.7.4/charts/common-20.2.9.tgz b/stable/deconz/15.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/deconz/15.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/deconz/15.7.4/ix_values.yaml b/stable/deconz/15.7.4/ix_values.yaml deleted file mode 100644 index 7561fc9d6b8..00000000000 --- a/stable/deconz/15.7.4/ix_values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -image: - repository: deconzcommunity/deconz - tag: 2.26.2@sha256:56410bd7fc8ae7b74b10a2c11de0827fed7fcd4363835d554cd4ccc24a3232fd - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - securityContext: - capabilities: - add: - - NET_BIND_SERVICE - env: - DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" - DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" - DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" - DECONZ_UID: "{{ .Values.securityContext.container.PUID }}" - DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}" - # -- Override the location where deCONZ looks for the RaspBee/Conbee device. - # Example: /dev/ttyUSB0 - DECONZ_DEVICE: "" - DECONZ_UPNP: 0 - DECONZ_START_VERBOSE: 0 - # -- Enable VNC access to the container to view the deCONZ ZigBee mesh - DECONZ_VNC_MODE: 1 - DECONZ_VNC_PASSWORD: "" -service: - main: - ports: - main: - port: 10008 - websocket: - enabled: true - ports: - websocket: - enabled: true - port: 10001 - vnc: - enabled: true - ports: - vnc: - enabled: true - port: 10002 -persistence: - config: - enabled: true - mountPath: "/opt/deCONZ" -portal: - open: - enabled: true diff --git a/stable/deemix/10.7.3/.helmignore b/stable/deconz/15.7.6/.helmignore similarity index 100% rename from stable/deemix/10.7.3/.helmignore rename to stable/deconz/15.7.6/.helmignore diff --git a/stable/deconz/15.7.6/CHANGELOG.md b/stable/deconz/15.7.6/CHANGELOG.md new file mode 100644 index 00000000000..3513397a59d --- /dev/null +++ b/stable/deconz/15.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deconz-15.7.6](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image deconzcommunity/deconz to v2.26.3[@f88d59e](https://github.com/f88d59e) by renovate ([#19899](https://github.com/truecharts/charts/issues/19899)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deconz-15.7.5](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.5) (2024-03-29) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.26.3[@f88d59e](https://github.com/f88d59e) by renovate ([#19899](https://github.com/truecharts/charts/issues/19899)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deconz-15.7.5](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.5) (2024-03-29) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.26.3[@f88d59e](https://github.com/f88d59e) by renovate ([#19899](https://github.com/truecharts/charts/issues/19899)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deconz-15.7.5](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.5) (2024-03-29) + +### Chore + + + +- update container image deconzcommunity/deconz to v2.26.3[@f88d59e](https://github.com/f88d59e) by renovate ([#19899](https://github.com/truecharts/charts/issues/19899)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deconz-15.7.5](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.5) (2024-03-29) + +### Chore diff --git a/stable/deconz/15.7.6/Chart.yaml b/stable/deconz/15.7.6/Chart.yaml new file mode 100644 index 00000000000..b99c03ba5c4 --- /dev/null +++ b/stable/deconz/15.7.6/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.26.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. +home: https://truecharts.org/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png +keywords: + - deconz + - home-automation + - zigbee + - conbee +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deconz +sources: + - https://github.com/marthoc/docker-deconz + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://hub.docker.com/r/deconzcommunity/deconz +type: application +version: 15.7.6 diff --git a/stable/deconz/15.7.4/README.md b/stable/deconz/15.7.6/README.md similarity index 100% rename from stable/deconz/15.7.4/README.md rename to stable/deconz/15.7.6/README.md diff --git a/stable/deconz/15.7.6/app-changelog.md b/stable/deconz/15.7.6/app-changelog.md new file mode 100644 index 00000000000..581e203c515 --- /dev/null +++ b/stable/deconz/15.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [deconz-15.7.6](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image deconzcommunity/deconz to v2.26.3[@f88d59e](https://github.com/f88d59e) by renovate ([#19899](https://github.com/truecharts/charts/issues/19899)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deconz/15.7.4/app-readme.md b/stable/deconz/15.7.6/app-readme.md similarity index 100% rename from stable/deconz/15.7.4/app-readme.md rename to stable/deconz/15.7.6/app-readme.md diff --git a/stable/deconz/15.7.6/charts/common-20.2.10.tgz b/stable/deconz/15.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/deconz/15.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/deconz/15.7.6/ix_values.yaml b/stable/deconz/15.7.6/ix_values.yaml new file mode 100644 index 00000000000..da6c2a49240 --- /dev/null +++ b/stable/deconz/15.7.6/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: deconzcommunity/deconz + tag: 2.26.3@sha256:f88d59ec80ae0ef100dcd5c5a0552e6b5177f78026821a8a8964b4a03417c62f + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - NET_BIND_SERVICE + env: + DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" + DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" + DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" + DECONZ_UID: "{{ .Values.securityContext.container.PUID }}" + DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}" + # -- Override the location where deCONZ looks for the RaspBee/Conbee device. + # Example: /dev/ttyUSB0 + DECONZ_DEVICE: "" + DECONZ_UPNP: 0 + DECONZ_START_VERBOSE: 0 + # -- Enable VNC access to the container to view the deCONZ ZigBee mesh + DECONZ_VNC_MODE: 1 + DECONZ_VNC_PASSWORD: "" +service: + main: + ports: + main: + port: 10008 + websocket: + enabled: true + ports: + websocket: + enabled: true + port: 10001 + vnc: + enabled: true + ports: + vnc: + enabled: true + port: 10002 +persistence: + config: + enabled: true + mountPath: "/opt/deCONZ" +portal: + open: + enabled: true diff --git a/stable/deconz/15.7.4/questions.yaml b/stable/deconz/15.7.6/questions.yaml similarity index 100% rename from stable/deconz/15.7.4/questions.yaml rename to stable/deconz/15.7.6/questions.yaml diff --git a/stable/deconz/15.7.4/templates/common.yaml b/stable/deconz/15.7.6/templates/common.yaml similarity index 100% rename from stable/deconz/15.7.4/templates/common.yaml rename to stable/deconz/15.7.6/templates/common.yaml diff --git a/stable/deemix/10.7.3/values.yaml b/stable/deconz/15.7.6/values.yaml similarity index 100% rename from stable/deemix/10.7.3/values.yaml rename to stable/deconz/15.7.6/values.yaml diff --git a/stable/deemix/10.7.3/CHANGELOG.md b/stable/deemix/10.7.3/CHANGELOG.md deleted file mode 100644 index b0fdecc1e56..00000000000 --- a/stable/deemix/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/deemix/10.7.3/Chart.yaml b/stable/deemix/10.7.3/Chart.yaml deleted file mode 100644 index a6c1cf63ce1..00000000000 --- a/stable/deemix/10.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -home: https://truecharts.org/charts/stable/deemix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png -keywords: - - music - - deemix - - deezer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deemix -sources: - - https://git.freezerapp.xyz/RemixDev/deemix-py - - https://gitlab.com/Bockiii/deemix-docker.git - - https://github.com/truecharts/charts/tree/master/charts/stable/deemix -type: application -version: 10.7.3 diff --git a/stable/deemix/10.7.3/app-changelog.md b/stable/deemix/10.7.3/app-changelog.md deleted file mode 100644 index f7070fd6d77..00000000000 --- a/stable/deemix/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deemix/10.7.3/charts/common-20.2.4.tgz b/stable/deemix/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/deemix/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/deepstack/11.7.3/.helmignore b/stable/deemix/10.7.5/.helmignore similarity index 100% rename from stable/deepstack/11.7.3/.helmignore rename to stable/deemix/10.7.5/.helmignore diff --git a/stable/deemix/10.7.5/CHANGELOG.md b/stable/deemix/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8a08cec56af --- /dev/null +++ b/stable/deemix/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deemix-10.7.5](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deemix-10.7.4](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deemix-10.7.4](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deemix-10.7.4](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deemix-10.7.4](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deemix-10.7.4](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/deemix/10.7.5/Chart.yaml b/stable/deemix/10.7.5/Chart.yaml new file mode 100644 index 00000000000..af7d33fa02f --- /dev/null +++ b/stable/deemix/10.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deemix is a deezer downloader built from the ashes of Deezloader Remix. +home: https://truecharts.org/charts/stable/deemix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png +keywords: + - music + - deemix + - deezer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deemix +sources: + - https://git.freezerapp.xyz/RemixDev/deemix-py + - https://gitlab.com/Bockiii/deemix-docker.git + - https://github.com/truecharts/charts/tree/master/charts/stable/deemix +type: application +version: 10.7.5 diff --git a/stable/deemix/10.7.3/README.md b/stable/deemix/10.7.5/README.md similarity index 100% rename from stable/deemix/10.7.3/README.md rename to stable/deemix/10.7.5/README.md diff --git a/stable/deemix/10.7.5/app-changelog.md b/stable/deemix/10.7.5/app-changelog.md new file mode 100644 index 00000000000..f3c83a77fc2 --- /dev/null +++ b/stable/deemix/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [deemix-10.7.5](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deemix/10.7.3/app-readme.md b/stable/deemix/10.7.5/app-readme.md similarity index 100% rename from stable/deemix/10.7.3/app-readme.md rename to stable/deemix/10.7.5/app-readme.md diff --git a/stable/deemix/10.7.5/charts/common-20.2.10.tgz b/stable/deemix/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/deemix/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/deemix/10.7.3/ix_values.yaml b/stable/deemix/10.7.5/ix_values.yaml similarity index 100% rename from stable/deemix/10.7.3/ix_values.yaml rename to stable/deemix/10.7.5/ix_values.yaml diff --git a/stable/deemix/10.7.3/questions.yaml b/stable/deemix/10.7.5/questions.yaml similarity index 100% rename from stable/deemix/10.7.3/questions.yaml rename to stable/deemix/10.7.5/questions.yaml diff --git a/stable/deepstack/11.7.3/templates/NOTES.txt b/stable/deemix/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/deepstack/11.7.3/templates/NOTES.txt rename to stable/deemix/10.7.5/templates/NOTES.txt diff --git a/stable/deemix/10.7.3/templates/common.yaml b/stable/deemix/10.7.5/templates/common.yaml similarity index 100% rename from stable/deemix/10.7.3/templates/common.yaml rename to stable/deemix/10.7.5/templates/common.yaml diff --git a/stable/deepstack/11.7.3/values.yaml b/stable/deemix/10.7.5/values.yaml similarity index 100% rename from stable/deepstack/11.7.3/values.yaml rename to stable/deemix/10.7.5/values.yaml diff --git a/stable/deepstack/11.7.3/CHANGELOG.md b/stable/deepstack/11.7.3/CHANGELOG.md deleted file mode 100644 index 32bdb2f96d5..00000000000 --- a/stable/deepstack/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/deepstack/11.7.3/Chart.yaml b/stable/deepstack/11.7.3/Chart.yaml deleted file mode 100644 index 52494a7fc9b..00000000000 --- a/stable/deepstack/11.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models -home: https://truecharts.org/charts/stable/deepstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png -keywords: - - AI -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deepstack -sources: - - https://github.com/johnolafenwa/DeepStack - - https://www.deepstack.cc/ - - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack - - https://hub.docker.com/r/deepquestai/deepstack -type: application -version: 11.7.3 diff --git a/stable/deepstack/11.7.3/app-changelog.md b/stable/deepstack/11.7.3/app-changelog.md deleted file mode 100644 index 28c1a9d6a21..00000000000 --- a/stable/deepstack/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deepstack/11.7.3/charts/common-20.2.4.tgz b/stable/deepstack/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/deepstack/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.7.4/.helmignore b/stable/deepstack/11.7.5/.helmignore similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/.helmignore rename to stable/deepstack/11.7.5/.helmignore diff --git a/stable/deepstack/11.7.5/CHANGELOG.md b/stable/deepstack/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..519ff18ebc0 --- /dev/null +++ b/stable/deepstack/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deepstack-11.7.5](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deepstack-11.7.4](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deepstack-11.7.4](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deepstack-11.7.4](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deepstack-11.7.4](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deepstack-11.7.4](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/deepstack/11.7.5/Chart.yaml b/stable/deepstack/11.7.5/Chart.yaml new file mode 100644 index 00000000000..d21b1427725 --- /dev/null +++ b/stable/deepstack/11.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models +home: https://truecharts.org/charts/stable/deepstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png +keywords: + - AI +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deepstack +sources: + - https://github.com/johnolafenwa/DeepStack + - https://www.deepstack.cc/ + - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack + - https://hub.docker.com/r/deepquestai/deepstack +type: application +version: 11.7.5 diff --git a/stable/deepstack/11.7.3/README.md b/stable/deepstack/11.7.5/README.md similarity index 100% rename from stable/deepstack/11.7.3/README.md rename to stable/deepstack/11.7.5/README.md diff --git a/stable/deepstack/11.7.5/app-changelog.md b/stable/deepstack/11.7.5/app-changelog.md new file mode 100644 index 00000000000..3fd74e11ae7 --- /dev/null +++ b/stable/deepstack/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [deepstack-11.7.5](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deepstack/11.7.3/app-readme.md b/stable/deepstack/11.7.5/app-readme.md similarity index 100% rename from stable/deepstack/11.7.3/app-readme.md rename to stable/deepstack/11.7.5/app-readme.md diff --git a/stable/deepstack/11.7.5/charts/common-20.2.10.tgz b/stable/deepstack/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/deepstack/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/deepstack/11.7.3/ix_values.yaml b/stable/deepstack/11.7.5/ix_values.yaml similarity index 100% rename from stable/deepstack/11.7.3/ix_values.yaml rename to stable/deepstack/11.7.5/ix_values.yaml diff --git a/stable/deepstack/11.7.3/questions.yaml b/stable/deepstack/11.7.5/questions.yaml similarity index 100% rename from stable/deepstack/11.7.3/questions.yaml rename to stable/deepstack/11.7.5/questions.yaml diff --git a/stable/dell-idrac-fan-controller/5.7.4/templates/NOTES.txt b/stable/deepstack/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/templates/NOTES.txt rename to stable/deepstack/11.7.5/templates/NOTES.txt diff --git a/stable/deepstack/11.7.3/templates/common.yaml b/stable/deepstack/11.7.5/templates/common.yaml similarity index 100% rename from stable/deepstack/11.7.3/templates/common.yaml rename to stable/deepstack/11.7.5/templates/common.yaml diff --git a/stable/dell-idrac-fan-controller/5.7.4/values.yaml b/stable/deepstack/11.7.5/values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/values.yaml rename to stable/deepstack/11.7.5/values.yaml diff --git a/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md deleted file mode 100644 index f521fe9e014..00000000000 --- a/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml b/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml deleted file mode 100644 index 6fe55912b7e..00000000000 --- a/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Control your Dell PowerEdge fans via IPMI -home: https://truecharts.org/charts/stable/dell-idrac-fan-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png -keywords: - - iDrac - - Dell - - fan-controller -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dell-idrac-fan-controller -sources: - - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller - - https://ghcr.io/tigerblue77/dell_idrac_fan_controller -type: application -version: 5.7.4 diff --git a/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md b/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md deleted file mode 100644 index 11d25e7745a..00000000000 --- a/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz b/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/deluge/18.7.3/.helmignore b/stable/dell-idrac-fan-controller/5.7.6/.helmignore similarity index 100% rename from stable/deluge/18.7.3/.helmignore rename to stable/dell-idrac-fan-controller/5.7.6/.helmignore diff --git a/stable/dell-idrac-fan-controller/5.7.6/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..e047162691a --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dell-idrac-fan-controller-5.7.6](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dell-idrac-fan-controller-5.7.5](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dell-idrac-fan-controller-5.7.5](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dell-idrac-fan-controller-5.7.5](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dell-idrac-fan-controller-5.7.5](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/dell-idrac-fan-controller/5.7.6/Chart.yaml b/stable/dell-idrac-fan-controller/5.7.6/Chart.yaml new file mode 100644 index 00000000000..8e4c23f696a --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control your Dell PowerEdge fans via IPMI +home: https://truecharts.org/charts/stable/dell-idrac-fan-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png +keywords: + - iDrac + - Dell + - fan-controller +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dell-idrac-fan-controller +sources: + - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller + - https://ghcr.io/tigerblue77/dell_idrac_fan_controller +type: application +version: 5.7.6 diff --git a/stable/dell-idrac-fan-controller/5.7.4/README.md b/stable/dell-idrac-fan-controller/5.7.6/README.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/README.md rename to stable/dell-idrac-fan-controller/5.7.6/README.md diff --git a/stable/dell-idrac-fan-controller/5.7.6/app-changelog.md b/stable/dell-idrac-fan-controller/5.7.6/app-changelog.md new file mode 100644 index 00000000000..2762e8c78cd --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [dell-idrac-fan-controller-5.7.6](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.7.4/app-readme.md b/stable/dell-idrac-fan-controller/5.7.6/app-readme.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/app-readme.md rename to stable/dell-idrac-fan-controller/5.7.6/app-readme.md diff --git a/stable/dell-idrac-fan-controller/5.7.6/charts/common-20.2.10.tgz b/stable/dell-idrac-fan-controller/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/dell-idrac-fan-controller/5.7.4/ix_values.yaml b/stable/dell-idrac-fan-controller/5.7.6/ix_values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/ix_values.yaml rename to stable/dell-idrac-fan-controller/5.7.6/ix_values.yaml diff --git a/stable/dell-idrac-fan-controller/5.7.4/questions.yaml b/stable/dell-idrac-fan-controller/5.7.6/questions.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/questions.yaml rename to stable/dell-idrac-fan-controller/5.7.6/questions.yaml diff --git a/stable/deluge/18.7.3/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.7.6/templates/NOTES.txt similarity index 100% rename from stable/deluge/18.7.3/templates/NOTES.txt rename to stable/dell-idrac-fan-controller/5.7.6/templates/NOTES.txt diff --git a/stable/dell-idrac-fan-controller/5.7.4/templates/common.yaml b/stable/dell-idrac-fan-controller/5.7.6/templates/common.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.7.4/templates/common.yaml rename to stable/dell-idrac-fan-controller/5.7.6/templates/common.yaml diff --git a/stable/deluge/18.7.3/values.yaml b/stable/dell-idrac-fan-controller/5.7.6/values.yaml similarity index 100% rename from stable/deluge/18.7.3/values.yaml rename to stable/dell-idrac-fan-controller/5.7.6/values.yaml diff --git a/stable/deluge/18.7.3/CHANGELOG.md b/stable/deluge/18.7.3/CHANGELOG.md deleted file mode 100644 index 1da4aac0988..00000000000 --- a/stable/deluge/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/deluge/18.7.3/Chart.yaml b/stable/deluge/18.7.3/Chart.yaml deleted file mode 100644 index 939d8aa1aff..00000000000 --- a/stable/deluge/18.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Deluge App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/deluge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png -keywords: - - transmission - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: deluge -sources: - - https://github.com/deluge-torrent/deluge - - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - - https://ghcr.io/linuxserver/deluge -type: application -version: 18.7.3 diff --git a/stable/deluge/18.7.3/app-changelog.md b/stable/deluge/18.7.3/app-changelog.md deleted file mode 100644 index 197d931ba00..00000000000 --- a/stable/deluge/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deluge/18.7.3/charts/common-20.2.4.tgz b/stable/deluge/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/deluge/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/digikam/11.7.3/.helmignore b/stable/deluge/18.7.5/.helmignore similarity index 100% rename from stable/digikam/11.7.3/.helmignore rename to stable/deluge/18.7.5/.helmignore diff --git a/stable/deluge/18.7.5/CHANGELOG.md b/stable/deluge/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4f6dc700ff3 --- /dev/null +++ b/stable/deluge/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deluge-18.7.5](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deluge-18.7.4](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deluge-18.7.4](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deluge-18.7.4](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deluge-18.7.4](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [deluge-18.7.4](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/deluge/18.7.5/Chart.yaml b/stable/deluge/18.7.5/Chart.yaml new file mode 100644 index 00000000000..67f2434425a --- /dev/null +++ b/stable/deluge/18.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Deluge App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/deluge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deluge +sources: + - https://github.com/deluge-torrent/deluge + - https://github.com/truecharts/charts/tree/master/charts/stable/deluge + - https://ghcr.io/linuxserver/deluge +type: application +version: 18.7.5 diff --git a/stable/deluge/18.7.3/README.md b/stable/deluge/18.7.5/README.md similarity index 100% rename from stable/deluge/18.7.3/README.md rename to stable/deluge/18.7.5/README.md diff --git a/stable/deluge/18.7.5/app-changelog.md b/stable/deluge/18.7.5/app-changelog.md new file mode 100644 index 00000000000..cc99740982c --- /dev/null +++ b/stable/deluge/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [deluge-18.7.5](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/deluge/18.7.3/app-readme.md b/stable/deluge/18.7.5/app-readme.md similarity index 100% rename from stable/deluge/18.7.3/app-readme.md rename to stable/deluge/18.7.5/app-readme.md diff --git a/stable/deluge/18.7.5/charts/common-20.2.10.tgz b/stable/deluge/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/deluge/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/deluge/18.7.3/ix_values.yaml b/stable/deluge/18.7.5/ix_values.yaml similarity index 100% rename from stable/deluge/18.7.3/ix_values.yaml rename to stable/deluge/18.7.5/ix_values.yaml diff --git a/stable/deluge/18.7.3/questions.yaml b/stable/deluge/18.7.5/questions.yaml similarity index 100% rename from stable/deluge/18.7.3/questions.yaml rename to stable/deluge/18.7.5/questions.yaml diff --git a/stable/digikam/11.7.3/templates/NOTES.txt b/stable/deluge/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/digikam/11.7.3/templates/NOTES.txt rename to stable/deluge/18.7.5/templates/NOTES.txt diff --git a/stable/deluge/18.7.3/templates/common.yaml b/stable/deluge/18.7.5/templates/common.yaml similarity index 100% rename from stable/deluge/18.7.3/templates/common.yaml rename to stable/deluge/18.7.5/templates/common.yaml diff --git a/stable/digikam/11.7.3/values.yaml b/stable/deluge/18.7.5/values.yaml similarity index 100% rename from stable/digikam/11.7.3/values.yaml rename to stable/deluge/18.7.5/values.yaml diff --git a/stable/digikam/11.7.3/CHANGELOG.md b/stable/digikam/11.7.3/CHANGELOG.md deleted file mode 100644 index fba227b14a2..00000000000 --- a/stable/digikam/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/digikam/11.7.3/Chart.yaml b/stable/digikam/11.7.3/Chart.yaml deleted file mode 100644 index 8dea2895ea9..00000000000 --- a/stable/digikam/11.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.8.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Professional Photo Management with the Power of Open Source -home: https://truecharts.org/charts/stable/digikam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png -keywords: - - digikam - - photo - - management - - image - - gallery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: digikam -sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/digikam - - https://ghcr.io/linuxserver/digikam -type: application -version: 11.7.3 diff --git a/stable/digikam/11.7.3/app-changelog.md b/stable/digikam/11.7.3/app-changelog.md deleted file mode 100644 index d47da463de3..00000000000 --- a/stable/digikam/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/digikam/11.7.3/charts/common-20.2.4.tgz b/stable/digikam/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/digikam/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dillinger/9.7.4/.helmignore b/stable/digikam/11.7.5/.helmignore similarity index 100% rename from stable/dillinger/9.7.4/.helmignore rename to stable/digikam/11.7.5/.helmignore diff --git a/stable/digikam/11.7.5/CHANGELOG.md b/stable/digikam/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bb5dd90da9b --- /dev/null +++ b/stable/digikam/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [digikam-11.7.5](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [digikam-11.7.4](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [digikam-11.7.4](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [digikam-11.7.4](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [digikam-11.7.4](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [digikam-11.7.4](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/digikam/11.7.5/Chart.yaml b/stable/digikam/11.7.5/Chart.yaml new file mode 100644 index 00000000000..66e8c8a8320 --- /dev/null +++ b/stable/digikam/11.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Professional Photo Management with the Power of Open Source +home: https://truecharts.org/charts/stable/digikam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png +keywords: + - digikam + - photo + - management + - image + - gallery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: digikam +sources: + - https://github.com/linuxserver/docker-digikam + - https://www.digikam.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/digikam + - https://ghcr.io/linuxserver/digikam +type: application +version: 11.7.5 diff --git a/stable/digikam/11.7.3/README.md b/stable/digikam/11.7.5/README.md similarity index 100% rename from stable/digikam/11.7.3/README.md rename to stable/digikam/11.7.5/README.md diff --git a/stable/digikam/11.7.5/app-changelog.md b/stable/digikam/11.7.5/app-changelog.md new file mode 100644 index 00000000000..0d862145e0e --- /dev/null +++ b/stable/digikam/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [digikam-11.7.5](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/digikam/11.7.3/app-readme.md b/stable/digikam/11.7.5/app-readme.md similarity index 100% rename from stable/digikam/11.7.3/app-readme.md rename to stable/digikam/11.7.5/app-readme.md diff --git a/stable/digikam/11.7.5/charts/common-20.2.10.tgz b/stable/digikam/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/digikam/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/digikam/11.7.3/ix_values.yaml b/stable/digikam/11.7.5/ix_values.yaml similarity index 100% rename from stable/digikam/11.7.3/ix_values.yaml rename to stable/digikam/11.7.5/ix_values.yaml diff --git a/stable/digikam/11.7.3/questions.yaml b/stable/digikam/11.7.5/questions.yaml similarity index 100% rename from stable/digikam/11.7.3/questions.yaml rename to stable/digikam/11.7.5/questions.yaml diff --git a/stable/dillinger/9.7.4/templates/NOTES.txt b/stable/digikam/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/dillinger/9.7.4/templates/NOTES.txt rename to stable/digikam/11.7.5/templates/NOTES.txt diff --git a/stable/digikam/11.7.3/templates/common.yaml b/stable/digikam/11.7.5/templates/common.yaml similarity index 100% rename from stable/digikam/11.7.3/templates/common.yaml rename to stable/digikam/11.7.5/templates/common.yaml diff --git a/stable/dillinger/9.7.4/values.yaml b/stable/digikam/11.7.5/values.yaml similarity index 100% rename from stable/dillinger/9.7.4/values.yaml rename to stable/digikam/11.7.5/values.yaml diff --git a/stable/dillinger/9.7.4/CHANGELOG.md b/stable/dillinger/9.7.4/CHANGELOG.md deleted file mode 100644 index 81de2ccf5cc..00000000000 --- a/stable/dillinger/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/dillinger/9.7.4/Chart.yaml b/stable/dillinger/9.7.4/Chart.yaml deleted file mode 100644 index f6a7d55905f..00000000000 --- a/stable/dillinger/9.7.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.39.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. -home: https://truecharts.org/charts/stable/dillinger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png -keywords: - - dillinger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dillinger -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger - - https://ghcr.io/linuxserver/dillinger -type: application -version: 9.7.4 diff --git a/stable/dillinger/9.7.4/app-changelog.md b/stable/dillinger/9.7.4/app-changelog.md deleted file mode 100644 index 318010b557c..00000000000 --- a/stable/dillinger/9.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) \ No newline at end of file diff --git a/stable/dillinger/9.7.4/charts/common-20.2.4.tgz b/stable/dillinger/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dillinger/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/discordgsm/7.8.3/.helmignore b/stable/dillinger/9.7.6/.helmignore similarity index 100% rename from stable/discordgsm/7.8.3/.helmignore rename to stable/dillinger/9.7.6/.helmignore diff --git a/stable/dillinger/9.7.6/CHANGELOG.md b/stable/dillinger/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..b9e8be76417 --- /dev/null +++ b/stable/dillinger/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dillinger-9.7.6](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) + + +## [dillinger-9.7.5](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) + + +## [dillinger-9.7.5](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) + + +## [dillinger-9.7.5](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) + + +## [dillinger-9.7.5](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.5) (2024-03-27) + +### Chore diff --git a/stable/dillinger/9.7.6/Chart.yaml b/stable/dillinger/9.7.6/Chart.yaml new file mode 100644 index 00000000000..be8764274f6 --- /dev/null +++ b/stable/dillinger/9.7.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.39.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. +home: https://truecharts.org/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png +keywords: + - dillinger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dillinger +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger + - https://ghcr.io/linuxserver/dillinger +type: application +version: 9.7.6 diff --git a/stable/dillinger/9.7.4/README.md b/stable/dillinger/9.7.6/README.md similarity index 100% rename from stable/dillinger/9.7.4/README.md rename to stable/dillinger/9.7.6/README.md diff --git a/stable/dillinger/9.7.6/app-changelog.md b/stable/dillinger/9.7.6/app-changelog.md new file mode 100644 index 00000000000..ecbf975d421 --- /dev/null +++ b/stable/dillinger/9.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [dillinger-9.7.6](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233)) \ No newline at end of file diff --git a/stable/dillinger/9.7.4/app-readme.md b/stable/dillinger/9.7.6/app-readme.md similarity index 100% rename from stable/dillinger/9.7.4/app-readme.md rename to stable/dillinger/9.7.6/app-readme.md diff --git a/stable/dillinger/9.7.6/charts/common-20.2.10.tgz b/stable/dillinger/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dillinger/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/dillinger/9.7.4/ix_values.yaml b/stable/dillinger/9.7.6/ix_values.yaml similarity index 100% rename from stable/dillinger/9.7.4/ix_values.yaml rename to stable/dillinger/9.7.6/ix_values.yaml diff --git a/stable/dillinger/9.7.4/questions.yaml b/stable/dillinger/9.7.6/questions.yaml similarity index 100% rename from stable/dillinger/9.7.4/questions.yaml rename to stable/dillinger/9.7.6/questions.yaml diff --git a/stable/discordgsm/7.8.3/templates/NOTES.txt b/stable/dillinger/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/7.8.3/templates/NOTES.txt rename to stable/dillinger/9.7.6/templates/NOTES.txt diff --git a/stable/dillinger/9.7.4/templates/common.yaml b/stable/dillinger/9.7.6/templates/common.yaml similarity index 100% rename from stable/dillinger/9.7.4/templates/common.yaml rename to stable/dillinger/9.7.6/templates/common.yaml diff --git a/stable/discordgsm/7.8.3/values.yaml b/stable/dillinger/9.7.6/values.yaml similarity index 100% rename from stable/discordgsm/7.8.3/values.yaml rename to stable/dillinger/9.7.6/values.yaml diff --git a/stable/discordgsm/7.8.3/CHANGELOG.md b/stable/discordgsm/7.8.3/CHANGELOG.md deleted file mode 100644 index 650c33ac810..00000000000 --- a/stable/discordgsm/7.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - diff --git a/stable/discordgsm/7.8.3/Chart.yaml b/stable/discordgsm/7.8.3/Chart.yaml deleted file mode 100644 index 82902175744..00000000000 --- a/stable/discordgsm/7.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitor - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A discord bot that monitors your game server and tracks the live data of your game servers. -home: https://truecharts.org/charts/stable/discordgsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png -keywords: - - discordgsm - - game-server - - monitor -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: discordgsm -sources: - - https://github.com/DiscordGSM/GameServerMonitor - - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - - https://hub.docker.com/r/discordgsm/discord-game-server-monitor -type: application -version: 7.8.3 diff --git a/stable/discordgsm/7.8.3/app-changelog.md b/stable/discordgsm/7.8.3/app-changelog.md deleted file mode 100644 index c6393937d5c..00000000000 --- a/stable/discordgsm/7.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) \ No newline at end of file diff --git a/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz b/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dispatch/5.7.3/.helmignore b/stable/discordgsm/7.8.5/.helmignore similarity index 100% rename from stable/dispatch/5.7.3/.helmignore rename to stable/discordgsm/7.8.5/.helmignore diff --git a/stable/discordgsm/7.8.5/CHANGELOG.md b/stable/discordgsm/7.8.5/CHANGELOG.md new file mode 100644 index 00000000000..ca9d9756f16 --- /dev/null +++ b/stable/discordgsm/7.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [discordgsm-7.8.5](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) + + +## [discordgsm-7.8.4](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) + + +## [discordgsm-7.8.4](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) + + +## [discordgsm-7.8.4](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) + + +## [discordgsm-7.8.4](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/discordgsm/7.8.5/Chart.yaml b/stable/discordgsm/7.8.5/Chart.yaml new file mode 100644 index 00000000000..22296ce91ca --- /dev/null +++ b/stable/discordgsm/7.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitor + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that monitors your game server and tracks the live data of your game servers. +home: https://truecharts.org/charts/stable/discordgsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png +keywords: + - discordgsm + - game-server + - monitor +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: discordgsm +sources: + - https://github.com/DiscordGSM/GameServerMonitor + - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm + - https://hub.docker.com/r/discordgsm/discord-game-server-monitor +type: application +version: 7.8.5 diff --git a/stable/discordgsm/7.8.3/README.md b/stable/discordgsm/7.8.5/README.md similarity index 100% rename from stable/discordgsm/7.8.3/README.md rename to stable/discordgsm/7.8.5/README.md diff --git a/stable/discordgsm/7.8.5/app-changelog.md b/stable/discordgsm/7.8.5/app-changelog.md new file mode 100644 index 00000000000..b26dcf36ecf --- /dev/null +++ b/stable/discordgsm/7.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [discordgsm-7.8.5](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336)) \ No newline at end of file diff --git a/stable/discordgsm/7.8.3/app-readme.md b/stable/discordgsm/7.8.5/app-readme.md similarity index 100% rename from stable/discordgsm/7.8.3/app-readme.md rename to stable/discordgsm/7.8.5/app-readme.md diff --git a/stable/discordgsm/7.8.5/charts/common-20.2.10.tgz b/stable/discordgsm/7.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/discordgsm/7.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/discordgsm/7.8.3/ix_values.yaml b/stable/discordgsm/7.8.5/ix_values.yaml similarity index 100% rename from stable/discordgsm/7.8.3/ix_values.yaml rename to stable/discordgsm/7.8.5/ix_values.yaml diff --git a/stable/discordgsm/7.8.3/questions.yaml b/stable/discordgsm/7.8.5/questions.yaml similarity index 100% rename from stable/discordgsm/7.8.3/questions.yaml rename to stable/discordgsm/7.8.5/questions.yaml diff --git a/stable/dizquetv/14.7.3/templates/NOTES.txt b/stable/discordgsm/7.8.5/templates/NOTES.txt similarity index 100% rename from stable/dizquetv/14.7.3/templates/NOTES.txt rename to stable/discordgsm/7.8.5/templates/NOTES.txt diff --git a/stable/discordgsm/7.8.3/templates/_secret.tpl b/stable/discordgsm/7.8.5/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/7.8.3/templates/_secret.tpl rename to stable/discordgsm/7.8.5/templates/_secret.tpl diff --git a/stable/discordgsm/7.8.3/templates/common.yaml b/stable/discordgsm/7.8.5/templates/common.yaml similarity index 100% rename from stable/discordgsm/7.8.3/templates/common.yaml rename to stable/discordgsm/7.8.5/templates/common.yaml diff --git a/stable/dispatch/5.7.3/values.yaml b/stable/discordgsm/7.8.5/values.yaml similarity index 100% rename from stable/dispatch/5.7.3/values.yaml rename to stable/discordgsm/7.8.5/values.yaml diff --git a/stable/dispatch/5.7.3/CHANGELOG.md b/stable/dispatch/5.7.3/CHANGELOG.md deleted file mode 100644 index 25884ccfc91..00000000000 --- a/stable/dispatch/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dispatch/5.7.3/Chart.yaml b/stable/dispatch/5.7.3/Chart.yaml deleted file mode 100644 index 6111688f97a..00000000000 --- a/stable/dispatch/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-based IRC client in Go. -home: https://truecharts.org/charts/stable/dispatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png -keywords: - - dispatch - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dispatch -sources: - - https://github.com/khlieng/dispatch - - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch - - https://hub.docker.com/r/khlieng/dispatch -type: application -version: 5.7.3 diff --git a/stable/dispatch/5.7.3/app-changelog.md b/stable/dispatch/5.7.3/app-changelog.md deleted file mode 100644 index bad5e8b853e..00000000000 --- a/stable/dispatch/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dispatch/5.7.3/charts/common-20.2.4.tgz b/stable/dispatch/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dispatch/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dizquetv/14.7.3/.helmignore b/stable/dispatch/5.7.5/.helmignore similarity index 100% rename from stable/dizquetv/14.7.3/.helmignore rename to stable/dispatch/5.7.5/.helmignore diff --git a/stable/dispatch/5.7.5/CHANGELOG.md b/stable/dispatch/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..096735c1a27 --- /dev/null +++ b/stable/dispatch/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dispatch-5.7.5](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dispatch-5.7.4](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dispatch-5.7.4](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dispatch-5.7.4](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dispatch-5.7.4](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dispatch-5.7.4](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dispatch/5.7.5/Chart.yaml b/stable/dispatch/5.7.5/Chart.yaml new file mode 100644 index 00000000000..839c6eb8bb4 --- /dev/null +++ b/stable/dispatch/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based IRC client in Go. +home: https://truecharts.org/charts/stable/dispatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png +keywords: + - dispatch + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dispatch +sources: + - https://github.com/khlieng/dispatch + - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch + - https://hub.docker.com/r/khlieng/dispatch +type: application +version: 5.7.5 diff --git a/stable/dispatch/5.7.3/README.md b/stable/dispatch/5.7.5/README.md similarity index 100% rename from stable/dispatch/5.7.3/README.md rename to stable/dispatch/5.7.5/README.md diff --git a/stable/dispatch/5.7.5/app-changelog.md b/stable/dispatch/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7d52ccd7b86 --- /dev/null +++ b/stable/dispatch/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dispatch-5.7.5](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dispatch/5.7.3/app-readme.md b/stable/dispatch/5.7.5/app-readme.md similarity index 100% rename from stable/dispatch/5.7.3/app-readme.md rename to stable/dispatch/5.7.5/app-readme.md diff --git a/stable/dispatch/5.7.5/charts/common-20.2.10.tgz b/stable/dispatch/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dispatch/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dispatch/5.7.3/ix_values.yaml b/stable/dispatch/5.7.5/ix_values.yaml similarity index 100% rename from stable/dispatch/5.7.3/ix_values.yaml rename to stable/dispatch/5.7.5/ix_values.yaml diff --git a/stable/dispatch/5.7.3/questions.yaml b/stable/dispatch/5.7.5/questions.yaml similarity index 100% rename from stable/dispatch/5.7.3/questions.yaml rename to stable/dispatch/5.7.5/questions.yaml diff --git a/stable/dispatch/5.7.3/templates/common.yaml b/stable/dispatch/5.7.5/templates/common.yaml similarity index 100% rename from stable/dispatch/5.7.3/templates/common.yaml rename to stable/dispatch/5.7.5/templates/common.yaml diff --git a/stable/dizquetv/14.7.3/values.yaml b/stable/dispatch/5.7.5/values.yaml similarity index 100% rename from stable/dizquetv/14.7.3/values.yaml rename to stable/dispatch/5.7.5/values.yaml diff --git a/stable/dizquetv/14.7.3/CHANGELOG.md b/stable/dizquetv/14.7.3/CHANGELOG.md deleted file mode 100644 index 862704c891f..00000000000 --- a/stable/dizquetv/14.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dizquetv/14.7.3/Chart.yaml b/stable/dizquetv/14.7.3/Chart.yaml deleted file mode 100644 index 88bfb1f030d..00000000000 --- a/stable/dizquetv/14.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Create live TV channel streams from media on your Plex servers. -home: https://truecharts.org/charts/stable/dizquetv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png -keywords: - - dizqueTV - - dizquetv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dizquetv -sources: - - https://github.com/vexorian/dizquetv - - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv -type: application -version: 14.7.3 diff --git a/stable/dizquetv/14.7.3/app-changelog.md b/stable/dizquetv/14.7.3/app-changelog.md deleted file mode 100644 index 535f0eff6d8..00000000000 --- a/stable/dizquetv/14.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz b/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dns-doh-companion/5.7.5/.helmignore b/stable/dizquetv/14.7.5/.helmignore similarity index 100% rename from stable/dns-doh-companion/5.7.5/.helmignore rename to stable/dizquetv/14.7.5/.helmignore diff --git a/stable/dizquetv/14.7.5/CHANGELOG.md b/stable/dizquetv/14.7.5/CHANGELOG.md new file mode 100644 index 00000000000..da743d8d784 --- /dev/null +++ b/stable/dizquetv/14.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dizquetv-14.7.5](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dizquetv-14.7.4](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dizquetv-14.7.4](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dizquetv-14.7.4](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dizquetv-14.7.4](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dizquetv-14.7.4](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dizquetv/14.7.5/Chart.yaml b/stable/dizquetv/14.7.5/Chart.yaml new file mode 100644 index 00000000000..61389a1fc50 --- /dev/null +++ b/stable/dizquetv/14.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Create live TV channel streams from media on your Plex servers. +home: https://truecharts.org/charts/stable/dizquetv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png +keywords: + - dizqueTV + - dizquetv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dizquetv +sources: + - https://github.com/vexorian/dizquetv + - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv +type: application +version: 14.7.5 diff --git a/stable/dizquetv/14.7.3/README.md b/stable/dizquetv/14.7.5/README.md similarity index 100% rename from stable/dizquetv/14.7.3/README.md rename to stable/dizquetv/14.7.5/README.md diff --git a/stable/dizquetv/14.7.5/app-changelog.md b/stable/dizquetv/14.7.5/app-changelog.md new file mode 100644 index 00000000000..4eb54e123a6 --- /dev/null +++ b/stable/dizquetv/14.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dizquetv-14.7.5](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dizquetv/14.7.3/app-readme.md b/stable/dizquetv/14.7.5/app-readme.md similarity index 100% rename from stable/dizquetv/14.7.3/app-readme.md rename to stable/dizquetv/14.7.5/app-readme.md diff --git a/stable/dizquetv/14.7.5/charts/common-20.2.10.tgz b/stable/dizquetv/14.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dizquetv/14.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dizquetv/14.7.3/ix_values.yaml b/stable/dizquetv/14.7.5/ix_values.yaml similarity index 100% rename from stable/dizquetv/14.7.3/ix_values.yaml rename to stable/dizquetv/14.7.5/ix_values.yaml diff --git a/stable/dizquetv/14.7.3/questions.yaml b/stable/dizquetv/14.7.5/questions.yaml similarity index 100% rename from stable/dizquetv/14.7.3/questions.yaml rename to stable/dizquetv/14.7.5/questions.yaml diff --git a/stable/docker/6.0.4/templates/NOTES.txt b/stable/dizquetv/14.7.5/templates/NOTES.txt similarity index 100% rename from stable/docker/6.0.4/templates/NOTES.txt rename to stable/dizquetv/14.7.5/templates/NOTES.txt diff --git a/stable/dizquetv/14.7.3/templates/common.yaml b/stable/dizquetv/14.7.5/templates/common.yaml similarity index 100% rename from stable/dizquetv/14.7.3/templates/common.yaml rename to stable/dizquetv/14.7.5/templates/common.yaml diff --git a/stable/dns-doh-companion/5.7.5/values.yaml b/stable/dizquetv/14.7.5/values.yaml similarity index 100% rename from stable/dns-doh-companion/5.7.5/values.yaml rename to stable/dizquetv/14.7.5/values.yaml diff --git a/stable/dns-doh-companion/5.7.5/CHANGELOG.md b/stable/dns-doh-companion/5.7.5/CHANGELOG.md deleted file mode 100644 index e7d0ff158c2..00000000000 --- a/stable/dns-doh-companion/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) diff --git a/stable/dns-doh-companion/5.7.5/Chart.yaml b/stable/dns-doh-companion/5.7.5/Chart.yaml deleted file mode 100644 index ac6710303b4..00000000000 --- a/stable/dns-doh-companion/5.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. -home: https://truecharts.org/charts/stable/dns-doh-companion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png -keywords: - - dns-doh-companion - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dns-doh-companion -sources: - - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion - - https://hub.docker.com/r/testdasi/simple-dns-doh -type: application -version: 5.7.5 diff --git a/stable/dns-doh-companion/5.7.5/app-changelog.md b/stable/dns-doh-companion/5.7.5/app-changelog.md deleted file mode 100644 index a53b33f86b6..00000000000 --- a/stable/dns-doh-companion/5.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [dns-doh-companion-5.7.5](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.7.5/charts/common-20.2.9.tgz b/stable/dns-doh-companion/5.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/dns-doh-companion/5.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/dns-doh-companion/5.7.5/ix_values.yaml b/stable/dns-doh-companion/5.7.5/ix_values.yaml deleted file mode 100644 index 9b2c8a058e6..00000000000 --- a/stable/dns-doh-companion/5.7.5/ix_values.yaml +++ /dev/null @@ -1,28 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: testdasi/simple-dns-doh - tag: latest@sha256:8b26a470348aeb66377a2ed64fb5eacf5d347c699bd1bbe2d75cef48a94facbf -persistence: {} -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - dnsudp: - enabled: true - ports: - dnsudp: - enabled: true - port: 53 - protocol: udp - targetPort: 53 - main: - ports: - main: - port: 53 - protocol: tcp - targetPort: 53 diff --git a/stable/docker-hub-rss/5.7.3/.helmignore b/stable/dns-doh-companion/5.7.7/.helmignore similarity index 100% rename from stable/docker-hub-rss/5.7.3/.helmignore rename to stable/dns-doh-companion/5.7.7/.helmignore diff --git a/stable/dns-doh-companion/5.7.7/CHANGELOG.md b/stable/dns-doh-companion/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..08cba4fe26f --- /dev/null +++ b/stable/dns-doh-companion/5.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dns-doh-companion-5.7.7](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image testdasi/simple-dns-doh to latest[@9f65869](https://github.com/9f65869) by renovate ([#19924](https://github.com/truecharts/charts/issues/19924)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dns-doh-companion-5.7.6](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.6) (2024-03-29) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@9f65869](https://github.com/9f65869) by renovate ([#19924](https://github.com/truecharts/charts/issues/19924)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dns-doh-companion-5.7.6](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.6) (2024-03-29) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@9f65869](https://github.com/9f65869) by renovate ([#19924](https://github.com/truecharts/charts/issues/19924)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dns-doh-companion-5.7.6](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.6) (2024-03-29) + +### Chore + + + +- update container image testdasi/simple-dns-doh to latest[@9f65869](https://github.com/9f65869) by renovate ([#19924](https://github.com/truecharts/charts/issues/19924)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dns-doh-companion-5.7.6](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.6) (2024-03-29) + +### Chore diff --git a/stable/dns-doh-companion/5.7.7/Chart.yaml b/stable/dns-doh-companion/5.7.7/Chart.yaml new file mode 100644 index 00000000000..39395a2b090 --- /dev/null +++ b/stable/dns-doh-companion/5.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. +home: https://truecharts.org/charts/stable/dns-doh-companion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png +keywords: + - dns-doh-companion + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dns-doh-companion +sources: + - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion + - https://hub.docker.com/r/testdasi/simple-dns-doh +type: application +version: 5.7.7 diff --git a/stable/dns-doh-companion/5.7.5/README.md b/stable/dns-doh-companion/5.7.7/README.md similarity index 100% rename from stable/dns-doh-companion/5.7.5/README.md rename to stable/dns-doh-companion/5.7.7/README.md diff --git a/stable/dns-doh-companion/5.7.7/app-changelog.md b/stable/dns-doh-companion/5.7.7/app-changelog.md new file mode 100644 index 00000000000..97d4e3bd13b --- /dev/null +++ b/stable/dns-doh-companion/5.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [dns-doh-companion-5.7.7](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image testdasi/simple-dns-doh to latest[@9f65869](https://github.com/9f65869) by renovate ([#19924](https://github.com/truecharts/charts/issues/19924)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.7.5/app-readme.md b/stable/dns-doh-companion/5.7.7/app-readme.md similarity index 100% rename from stable/dns-doh-companion/5.7.5/app-readme.md rename to stable/dns-doh-companion/5.7.7/app-readme.md diff --git a/stable/dns-doh-companion/5.7.7/charts/common-20.2.10.tgz b/stable/dns-doh-companion/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dns-doh-companion/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/dns-doh-companion/5.7.7/ix_values.yaml b/stable/dns-doh-companion/5.7.7/ix_values.yaml new file mode 100644 index 00000000000..ca3e0afc79c --- /dev/null +++ b/stable/dns-doh-companion/5.7.7/ix_values.yaml @@ -0,0 +1,28 @@ +image: + pullPolicy: IfNotPresent + repository: testdasi/simple-dns-doh + tag: latest@sha256:9f65869f1b214f7c053bee711d73ae416d860e2b357aebf542ed3f273ed1b654 +persistence: {} +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + dnsudp: + enabled: true + ports: + dnsudp: + enabled: true + port: 53 + protocol: udp + targetPort: 53 + main: + ports: + main: + port: 53 + protocol: tcp + targetPort: 53 diff --git a/stable/dns-doh-companion/5.7.5/questions.yaml b/stable/dns-doh-companion/5.7.7/questions.yaml similarity index 100% rename from stable/dns-doh-companion/5.7.5/questions.yaml rename to stable/dns-doh-companion/5.7.7/questions.yaml diff --git a/stable/dns-doh-companion/5.7.5/templates/common.yaml b/stable/dns-doh-companion/5.7.7/templates/common.yaml similarity index 100% rename from stable/dns-doh-companion/5.7.5/templates/common.yaml rename to stable/dns-doh-companion/5.7.7/templates/common.yaml diff --git a/stable/docker-hub-rss/5.7.3/values.yaml b/stable/dns-doh-companion/5.7.7/values.yaml similarity index 100% rename from stable/docker-hub-rss/5.7.3/values.yaml rename to stable/dns-doh-companion/5.7.7/values.yaml diff --git a/stable/docker-hub-rss/5.7.3/CHANGELOG.md b/stable/docker-hub-rss/5.7.3/CHANGELOG.md deleted file mode 100644 index 26cc18382f1..00000000000 --- a/stable/docker-hub-rss/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/docker-hub-rss/5.7.3/Chart.yaml b/stable/docker-hub-rss/5.7.3/Chart.yaml deleted file mode 100644 index ee5fcaa80e7..00000000000 --- a/stable/docker-hub-rss/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS feed for Chart Hub images. -home: https://truecharts.org/charts/stable/docker-hub-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png -keywords: - - docker-hub-rss - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docker-hub-rss -sources: - - https://github.com/TheConnMan/docker-hub-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss - - https://hub.docker.com/r/theconnman/docker-hub-rss -type: application -version: 5.7.3 diff --git a/stable/docker-hub-rss/5.7.3/app-changelog.md b/stable/docker-hub-rss/5.7.3/app-changelog.md deleted file mode 100644 index 3a1b936bfd2..00000000000 --- a/stable/docker-hub-rss/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz b/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/docker/6.0.4/.helmignore b/stable/docker-hub-rss/5.7.5/.helmignore similarity index 100% rename from stable/docker/6.0.4/.helmignore rename to stable/docker-hub-rss/5.7.5/.helmignore diff --git a/stable/docker-hub-rss/5.7.5/CHANGELOG.md b/stable/docker-hub-rss/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..980dd9c1ef9 --- /dev/null +++ b/stable/docker-hub-rss/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-hub-rss-5.7.5](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docker-hub-rss-5.7.4](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docker-hub-rss-5.7.4](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docker-hub-rss-5.7.4](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docker-hub-rss-5.7.4](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docker-hub-rss-5.7.4](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/docker-hub-rss/5.7.5/Chart.yaml b/stable/docker-hub-rss/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f699d614be0 --- /dev/null +++ b/stable/docker-hub-rss/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS feed for Chart Hub images. +home: https://truecharts.org/charts/stable/docker-hub-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png +keywords: + - docker-hub-rss + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker-hub-rss +sources: + - https://github.com/TheConnMan/docker-hub-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss + - https://hub.docker.com/r/theconnman/docker-hub-rss +type: application +version: 5.7.5 diff --git a/stable/docker-hub-rss/5.7.3/README.md b/stable/docker-hub-rss/5.7.5/README.md similarity index 100% rename from stable/docker-hub-rss/5.7.3/README.md rename to stable/docker-hub-rss/5.7.5/README.md diff --git a/stable/docker-hub-rss/5.7.5/app-changelog.md b/stable/docker-hub-rss/5.7.5/app-changelog.md new file mode 100644 index 00000000000..152a70401e8 --- /dev/null +++ b/stable/docker-hub-rss/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [docker-hub-rss-5.7.5](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.7.3/app-readme.md b/stable/docker-hub-rss/5.7.5/app-readme.md similarity index 100% rename from stable/docker-hub-rss/5.7.3/app-readme.md rename to stable/docker-hub-rss/5.7.5/app-readme.md diff --git a/stable/docker-hub-rss/5.7.5/charts/common-20.2.10.tgz b/stable/docker-hub-rss/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/docker-hub-rss/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/docker-hub-rss/5.7.3/ix_values.yaml b/stable/docker-hub-rss/5.7.5/ix_values.yaml similarity index 100% rename from stable/docker-hub-rss/5.7.3/ix_values.yaml rename to stable/docker-hub-rss/5.7.5/ix_values.yaml diff --git a/stable/docker-hub-rss/5.7.3/questions.yaml b/stable/docker-hub-rss/5.7.5/questions.yaml similarity index 100% rename from stable/docker-hub-rss/5.7.3/questions.yaml rename to stable/docker-hub-rss/5.7.5/questions.yaml diff --git a/stable/docker-hub-rss/5.7.3/templates/common.yaml b/stable/docker-hub-rss/5.7.5/templates/common.yaml similarity index 100% rename from stable/docker-hub-rss/5.7.3/templates/common.yaml rename to stable/docker-hub-rss/5.7.5/templates/common.yaml diff --git a/stable/docker/6.0.4/values.yaml b/stable/docker-hub-rss/5.7.5/values.yaml similarity index 100% rename from stable/docker/6.0.4/values.yaml rename to stable/docker-hub-rss/5.7.5/values.yaml diff --git a/stable/docker/6.0.4/CHANGELOG.md b/stable/docker/6.0.4/CHANGELOG.md deleted file mode 100644 index c2b40caa63a..00000000000 --- a/stable/docker/6.0.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docker-6.0.4](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.4) (2024-03-27) - -### Chore - - - -- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) - -- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) - -- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) - -- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) - -- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) - -- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) - - -## [docker-6.0.4](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.4) (2024-03-27) - -### Chore - - - -- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) - -- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) - -- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) - -- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) - -- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) - -- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) - - -## [docker-6.0.4](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.4) (2024-03-27) - -### Chore - - - -- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) - -- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) - -- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) - -- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) - -- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) - -- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) diff --git a/stable/docker/6.0.4/Chart.yaml b/stable/docker/6.0.4/Chart.yaml deleted file mode 100644 index 158da09f97e..00000000000 --- a/stable/docker/6.0.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: docker - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 26.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dedicated App for using Docker-in-Docker -home: https://truecharts.org/charts/stable/docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png -keywords: - - docker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docker -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/docker - - https://hub.docker.com/_/docker -type: application -version: 6.0.4 diff --git a/stable/docker/6.0.4/app-changelog.md b/stable/docker/6.0.4/app-changelog.md deleted file mode 100644 index 2e1111657ca..00000000000 --- a/stable/docker/6.0.4/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [docker-6.0.4](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.4) (2024-03-27) - -### Chore - - - -- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) - -- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) - -- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) - -- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) - -- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) - -- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) \ No newline at end of file diff --git a/stable/docker/6.0.4/charts/common-20.2.4.tgz b/stable/docker/6.0.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/docker/6.0.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.7.3/.helmignore b/stable/docker/6.0.6/.helmignore similarity index 100% rename from stable/dockerregistry/5.7.3/.helmignore rename to stable/docker/6.0.6/.helmignore diff --git a/stable/docker/6.0.6/CHANGELOG.md b/stable/docker/6.0.6/CHANGELOG.md new file mode 100644 index 00000000000..9437aeee4af --- /dev/null +++ b/stable/docker/6.0.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-6.0.6](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) + +- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) + +- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) + +- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) + +- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) + +- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) + + +## [docker-6.0.5](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) + +- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) + +- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) + +- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) + +- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) + +- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) + + +## [docker-6.0.5](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) + +- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) diff --git a/stable/docker/6.0.6/Chart.yaml b/stable/docker/6.0.6/Chart.yaml new file mode 100644 index 00000000000..fdc9d62eb59 --- /dev/null +++ b/stable/docker/6.0.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: docker + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 26.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dedicated App for using Docker-in-Docker +home: https://truecharts.org/charts/stable/docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png +keywords: + - docker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker + - https://hub.docker.com/_/docker +type: application +version: 6.0.6 diff --git a/stable/docker/6.0.4/README.md b/stable/docker/6.0.6/README.md similarity index 100% rename from stable/docker/6.0.4/README.md rename to stable/docker/6.0.6/README.md diff --git a/stable/docker/6.0.6/app-changelog.md b/stable/docker/6.0.6/app-changelog.md new file mode 100644 index 00000000000..10d9591d8e0 --- /dev/null +++ b/stable/docker/6.0.6/app-changelog.md @@ -0,0 +1,37 @@ + + +## [docker-6.0.6](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker to 26.0.0-dind[@016c45d](https://github.com/016c45d) by renovate ([#19804](https://github.com/truecharts/charts/issues/19804)) + +- update container image docker to 26.0.0-dind[@70b8a6b](https://github.com/70b8a6b) by renovate ([#19794](https://github.com/truecharts/charts/issues/19794)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582)) + +- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543)) + +- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533)) + +- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517)) + +- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221)) \ No newline at end of file diff --git a/stable/docker/6.0.4/app-readme.md b/stable/docker/6.0.6/app-readme.md similarity index 100% rename from stable/docker/6.0.4/app-readme.md rename to stable/docker/6.0.6/app-readme.md diff --git a/stable/docker/6.0.6/charts/common-20.2.10.tgz b/stable/docker/6.0.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/docker/6.0.6/charts/common-20.2.10.tgz differ diff --git a/stable/docker/6.0.4/ix_values.yaml b/stable/docker/6.0.6/ix_values.yaml similarity index 100% rename from stable/docker/6.0.4/ix_values.yaml rename to stable/docker/6.0.6/ix_values.yaml diff --git a/stable/docker/6.0.4/questions.yaml b/stable/docker/6.0.6/questions.yaml similarity index 100% rename from stable/docker/6.0.4/questions.yaml rename to stable/docker/6.0.6/questions.yaml diff --git a/stable/docusaurus/8.7.3/templates/NOTES.txt b/stable/docker/6.0.6/templates/NOTES.txt similarity index 100% rename from stable/docusaurus/8.7.3/templates/NOTES.txt rename to stable/docker/6.0.6/templates/NOTES.txt diff --git a/stable/docker/6.0.4/templates/common.yaml b/stable/docker/6.0.6/templates/common.yaml similarity index 100% rename from stable/docker/6.0.4/templates/common.yaml rename to stable/docker/6.0.6/templates/common.yaml diff --git a/stable/dockerregistry/5.7.3/values.yaml b/stable/docker/6.0.6/values.yaml similarity index 100% rename from stable/dockerregistry/5.7.3/values.yaml rename to stable/docker/6.0.6/values.yaml diff --git a/stable/dockerregistry/5.7.3/CHANGELOG.md b/stable/dockerregistry/5.7.3/CHANGELOG.md deleted file mode 100644 index ec2a028a7cb..00000000000 --- a/stable/dockerregistry/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/dockerregistry/5.7.3/Chart.yaml b/stable/dockerregistry/5.7.3/Chart.yaml deleted file mode 100644 index 82bb6ddf389..00000000000 --- a/stable/dockerregistry/5.7.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ -home: https://truecharts.org/charts/stable/dockerregistry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png -keywords: - - dockerregistry - - Cloud - - Network-Management - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dockerregistry -sources: - - https://registry.hub.docker.com/_/registry/ - - https://github.com/distribution/distribution - - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry - - https://hub.docker.com/_/registry -type: application -version: 5.7.3 diff --git a/stable/dockerregistry/5.7.3/app-changelog.md b/stable/dockerregistry/5.7.3/app-changelog.md deleted file mode 100644 index b3fd641d461..00000000000 --- a/stable/dockerregistry/5.7.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) \ No newline at end of file diff --git a/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz b/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/docusaurus/8.7.3/.helmignore b/stable/dockerregistry/5.7.5/.helmignore similarity index 100% rename from stable/docusaurus/8.7.3/.helmignore rename to stable/dockerregistry/5.7.5/.helmignore diff --git a/stable/dockerregistry/5.7.5/CHANGELOG.md b/stable/dockerregistry/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..13c554cc12b --- /dev/null +++ b/stable/dockerregistry/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dockerregistry-5.7.5](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [dockerregistry-5.7.4](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [dockerregistry-5.7.4](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [dockerregistry-5.7.4](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [dockerregistry-5.7.4](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.4) (2024-03-27) + +### Chore diff --git a/stable/dockerregistry/5.7.5/Chart.yaml b/stable/dockerregistry/5.7.5/Chart.yaml new file mode 100644 index 00000000000..44f2fd37fd5 --- /dev/null +++ b/stable/dockerregistry/5.7.5/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ +home: https://truecharts.org/charts/stable/dockerregistry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png +keywords: + - dockerregistry + - Cloud + - Network-Management + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dockerregistry +sources: + - https://registry.hub.docker.com/_/registry/ + - https://github.com/distribution/distribution + - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry + - https://hub.docker.com/_/registry +type: application +version: 5.7.5 diff --git a/stable/dockerregistry/5.7.3/README.md b/stable/dockerregistry/5.7.5/README.md similarity index 100% rename from stable/dockerregistry/5.7.3/README.md rename to stable/dockerregistry/5.7.5/README.md diff --git a/stable/dockerregistry/5.7.5/app-changelog.md b/stable/dockerregistry/5.7.5/app-changelog.md new file mode 100644 index 00000000000..594fa9c11c0 --- /dev/null +++ b/stable/dockerregistry/5.7.5/app-changelog.md @@ -0,0 +1,23 @@ + + +## [dockerregistry-5.7.5](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) \ No newline at end of file diff --git a/stable/dockerregistry/5.7.3/app-readme.md b/stable/dockerregistry/5.7.5/app-readme.md similarity index 100% rename from stable/dockerregistry/5.7.3/app-readme.md rename to stable/dockerregistry/5.7.5/app-readme.md diff --git a/stable/dockerregistry/5.7.5/charts/common-20.2.10.tgz b/stable/dockerregistry/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dockerregistry/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dockerregistry/5.7.3/ix_values.yaml b/stable/dockerregistry/5.7.5/ix_values.yaml similarity index 100% rename from stable/dockerregistry/5.7.3/ix_values.yaml rename to stable/dockerregistry/5.7.5/ix_values.yaml diff --git a/stable/dockerregistry/5.7.3/questions.yaml b/stable/dockerregistry/5.7.5/questions.yaml similarity index 100% rename from stable/dockerregistry/5.7.3/questions.yaml rename to stable/dockerregistry/5.7.5/questions.yaml diff --git a/stable/dockerregistry/5.7.3/templates/common.yaml b/stable/dockerregistry/5.7.5/templates/common.yaml similarity index 100% rename from stable/dockerregistry/5.7.3/templates/common.yaml rename to stable/dockerregistry/5.7.5/templates/common.yaml diff --git a/stable/docusaurus/8.7.3/values.yaml b/stable/dockerregistry/5.7.5/values.yaml similarity index 100% rename from stable/docusaurus/8.7.3/values.yaml rename to stable/dockerregistry/5.7.5/values.yaml diff --git a/stable/docusaurus/8.7.3/CHANGELOG.md b/stable/docusaurus/8.7.3/CHANGELOG.md deleted file mode 100644 index d806e6135c7..00000000000 --- a/stable/docusaurus/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/docusaurus/8.7.3/Chart.yaml b/stable/docusaurus/8.7.3/Chart.yaml deleted file mode 100644 index 47dfb5881f5..00000000000 --- a/stable/docusaurus/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: website - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docusaurus makes it easy to maintain Open Source documentation websites. -home: https://truecharts.org/charts/stable/docusaurus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png -keywords: - - documentation - - website - - Docusaurus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: docusaurus -sources: - - https://github.com/awesometic/docker-docusaurus - - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus - - https://hub.docker.com/r/awesometic/docusaurus -type: application -version: 8.7.3 diff --git a/stable/docusaurus/8.7.3/app-changelog.md b/stable/docusaurus/8.7.3/app-changelog.md deleted file mode 100644 index 2f720c5237b..00000000000 --- a/stable/docusaurus/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz b/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dokuwiki/11.3.4/.helmignore b/stable/docusaurus/8.7.5/.helmignore similarity index 100% rename from stable/dokuwiki/11.3.4/.helmignore rename to stable/docusaurus/8.7.5/.helmignore diff --git a/stable/docusaurus/8.7.5/CHANGELOG.md b/stable/docusaurus/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..05455e380a6 --- /dev/null +++ b/stable/docusaurus/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docusaurus-8.7.5](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docusaurus-8.7.4](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docusaurus-8.7.4](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docusaurus-8.7.4](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docusaurus-8.7.4](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [docusaurus-8.7.4](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/docusaurus/8.7.5/Chart.yaml b/stable/docusaurus/8.7.5/Chart.yaml new file mode 100644 index 00000000000..b868a904ef9 --- /dev/null +++ b/stable/docusaurus/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docusaurus makes it easy to maintain Open Source documentation websites. +home: https://truecharts.org/charts/stable/docusaurus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png +keywords: + - documentation + - website + - Docusaurus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docusaurus +sources: + - https://github.com/awesometic/docker-docusaurus + - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus + - https://hub.docker.com/r/awesometic/docusaurus +type: application +version: 8.7.5 diff --git a/stable/docusaurus/8.7.3/README.md b/stable/docusaurus/8.7.5/README.md similarity index 100% rename from stable/docusaurus/8.7.3/README.md rename to stable/docusaurus/8.7.5/README.md diff --git a/stable/docusaurus/8.7.5/app-changelog.md b/stable/docusaurus/8.7.5/app-changelog.md new file mode 100644 index 00000000000..cae89ce8f87 --- /dev/null +++ b/stable/docusaurus/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [docusaurus-8.7.5](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/docusaurus/8.7.3/app-readme.md b/stable/docusaurus/8.7.5/app-readme.md similarity index 100% rename from stable/docusaurus/8.7.3/app-readme.md rename to stable/docusaurus/8.7.5/app-readme.md diff --git a/stable/docusaurus/8.7.5/charts/common-20.2.10.tgz b/stable/docusaurus/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/docusaurus/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/docusaurus/8.7.3/ix_values.yaml b/stable/docusaurus/8.7.5/ix_values.yaml similarity index 100% rename from stable/docusaurus/8.7.3/ix_values.yaml rename to stable/docusaurus/8.7.5/ix_values.yaml diff --git a/stable/docusaurus/8.7.3/questions.yaml b/stable/docusaurus/8.7.5/questions.yaml similarity index 100% rename from stable/docusaurus/8.7.3/questions.yaml rename to stable/docusaurus/8.7.5/questions.yaml diff --git a/stable/dokuwiki/11.3.4/templates/NOTES.txt b/stable/docusaurus/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/11.3.4/templates/NOTES.txt rename to stable/docusaurus/8.7.5/templates/NOTES.txt diff --git a/stable/docusaurus/8.7.3/templates/common.yaml b/stable/docusaurus/8.7.5/templates/common.yaml similarity index 100% rename from stable/docusaurus/8.7.3/templates/common.yaml rename to stable/docusaurus/8.7.5/templates/common.yaml diff --git a/stable/dokuwiki/11.3.4/values.yaml b/stable/docusaurus/8.7.5/values.yaml similarity index 100% rename from stable/dokuwiki/11.3.4/values.yaml rename to stable/docusaurus/8.7.5/values.yaml diff --git a/stable/dokuwiki/11.3.4/CHANGELOG.md b/stable/dokuwiki/11.3.4/CHANGELOG.md deleted file mode 100644 index 75d42ee4c73..00000000000 --- a/stable/dokuwiki/11.3.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - diff --git a/stable/dokuwiki/11.3.4/Chart.yaml b/stable/dokuwiki/11.3.4/Chart.yaml deleted file mode 100644 index a053d39e0a5..00000000000 --- a/stable/dokuwiki/11.3.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20240206.1.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. -home: https://truecharts.org/charts/stable/dokuwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png -keywords: - - dokuwiki -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dokuwiki -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki - - https://hub.docker.com/r/bitnami/dokuwiki -type: application -version: 11.3.4 diff --git a/stable/dokuwiki/11.3.4/app-changelog.md b/stable/dokuwiki/11.3.4/app-changelog.md deleted file mode 100644 index 4d11a22bb2f..00000000000 --- a/stable/dokuwiki/11.3.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz b/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/domoticz/10.7.3/.helmignore b/stable/dokuwiki/11.3.6/.helmignore similarity index 100% rename from stable/domoticz/10.7.3/.helmignore rename to stable/dokuwiki/11.3.6/.helmignore diff --git a/stable/dokuwiki/11.3.6/CHANGELOG.md b/stable/dokuwiki/11.3.6/CHANGELOG.md new file mode 100644 index 00000000000..b8ce4ab9a6d --- /dev/null +++ b/stable/dokuwiki/11.3.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dokuwiki-11.3.6](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dokuwiki-11.3.5](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dokuwiki-11.3.5](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dokuwiki-11.3.5](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dokuwiki-11.3.5](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/dokuwiki/11.3.6/Chart.yaml b/stable/dokuwiki/11.3.6/Chart.yaml new file mode 100644 index 00000000000..77a4ec0cedc --- /dev/null +++ b/stable/dokuwiki/11.3.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20240206.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. +home: https://truecharts.org/charts/stable/dokuwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png +keywords: + - dokuwiki +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dokuwiki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki + - https://hub.docker.com/r/bitnami/dokuwiki +type: application +version: 11.3.6 diff --git a/stable/dokuwiki/11.3.4/README.md b/stable/dokuwiki/11.3.6/README.md similarity index 100% rename from stable/dokuwiki/11.3.4/README.md rename to stable/dokuwiki/11.3.6/README.md diff --git a/stable/dokuwiki/11.3.6/app-changelog.md b/stable/dokuwiki/11.3.6/app-changelog.md new file mode 100644 index 00000000000..f38de68cb26 --- /dev/null +++ b/stable/dokuwiki/11.3.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [dokuwiki-11.3.6](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dokuwiki/11.3.4/app-readme.md b/stable/dokuwiki/11.3.6/app-readme.md similarity index 100% rename from stable/dokuwiki/11.3.4/app-readme.md rename to stable/dokuwiki/11.3.6/app-readme.md diff --git a/stable/dokuwiki/11.3.6/charts/common-20.2.10.tgz b/stable/dokuwiki/11.3.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dokuwiki/11.3.6/charts/common-20.2.10.tgz differ diff --git a/stable/dokuwiki/11.3.4/ix_values.yaml b/stable/dokuwiki/11.3.6/ix_values.yaml similarity index 100% rename from stable/dokuwiki/11.3.4/ix_values.yaml rename to stable/dokuwiki/11.3.6/ix_values.yaml diff --git a/stable/dokuwiki/11.3.4/questions.yaml b/stable/dokuwiki/11.3.6/questions.yaml similarity index 100% rename from stable/dokuwiki/11.3.4/questions.yaml rename to stable/dokuwiki/11.3.6/questions.yaml diff --git a/stable/domoticz/10.7.3/templates/NOTES.txt b/stable/dokuwiki/11.3.6/templates/NOTES.txt similarity index 100% rename from stable/domoticz/10.7.3/templates/NOTES.txt rename to stable/dokuwiki/11.3.6/templates/NOTES.txt diff --git a/stable/dokuwiki/11.3.4/templates/common.yaml b/stable/dokuwiki/11.3.6/templates/common.yaml similarity index 100% rename from stable/dokuwiki/11.3.4/templates/common.yaml rename to stable/dokuwiki/11.3.6/templates/common.yaml diff --git a/stable/domoticz/10.7.3/values.yaml b/stable/dokuwiki/11.3.6/values.yaml similarity index 100% rename from stable/domoticz/10.7.3/values.yaml rename to stable/dokuwiki/11.3.6/values.yaml diff --git a/stable/domoticz/10.7.3/CHANGELOG.md b/stable/domoticz/10.7.3/CHANGELOG.md deleted file mode 100644 index d116697e416..00000000000 --- a/stable/domoticz/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/domoticz/10.7.3/Chart.yaml b/stable/domoticz/10.7.3/Chart.yaml deleted file mode 100644 index b8869b78752..00000000000 --- a/stable/domoticz/10.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.4.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. -home: https://truecharts.org/charts/stable/domoticz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png -keywords: - - domoticz -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: domoticz -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz - - https://hub.docker.com/r/domoticz/domoticz -type: application -version: 10.7.3 diff --git a/stable/domoticz/10.7.3/app-changelog.md b/stable/domoticz/10.7.3/app-changelog.md deleted file mode 100644 index 75c58fa2934..00000000000 --- a/stable/domoticz/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/domoticz/10.7.3/charts/common-20.2.4.tgz b/stable/domoticz/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/domoticz/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/dontstarvetogether/5.7.3/.helmignore b/stable/domoticz/10.7.5/.helmignore similarity index 100% rename from stable/dontstarvetogether/5.7.3/.helmignore rename to stable/domoticz/10.7.5/.helmignore diff --git a/stable/domoticz/10.7.5/CHANGELOG.md b/stable/domoticz/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a3d61e42286 --- /dev/null +++ b/stable/domoticz/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [domoticz-10.7.5](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [domoticz-10.7.4](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [domoticz-10.7.4](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [domoticz-10.7.4](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [domoticz-10.7.4](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [domoticz-10.7.4](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/domoticz/10.7.5/Chart.yaml b/stable/domoticz/10.7.5/Chart.yaml new file mode 100644 index 00000000000..84fec4de699 --- /dev/null +++ b/stable/domoticz/10.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.4.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. +home: https://truecharts.org/charts/stable/domoticz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png +keywords: + - domoticz +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: domoticz +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz + - https://hub.docker.com/r/domoticz/domoticz +type: application +version: 10.7.5 diff --git a/stable/domoticz/10.7.3/README.md b/stable/domoticz/10.7.5/README.md similarity index 100% rename from stable/domoticz/10.7.3/README.md rename to stable/domoticz/10.7.5/README.md diff --git a/stable/domoticz/10.7.5/app-changelog.md b/stable/domoticz/10.7.5/app-changelog.md new file mode 100644 index 00000000000..c1856f64b4d --- /dev/null +++ b/stable/domoticz/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [domoticz-10.7.5](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/domoticz/10.7.3/app-readme.md b/stable/domoticz/10.7.5/app-readme.md similarity index 100% rename from stable/domoticz/10.7.3/app-readme.md rename to stable/domoticz/10.7.5/app-readme.md diff --git a/stable/domoticz/10.7.5/charts/common-20.2.10.tgz b/stable/domoticz/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/domoticz/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/domoticz/10.7.3/ix_values.yaml b/stable/domoticz/10.7.5/ix_values.yaml similarity index 100% rename from stable/domoticz/10.7.3/ix_values.yaml rename to stable/domoticz/10.7.5/ix_values.yaml diff --git a/stable/domoticz/10.7.3/questions.yaml b/stable/domoticz/10.7.5/questions.yaml similarity index 100% rename from stable/domoticz/10.7.3/questions.yaml rename to stable/domoticz/10.7.5/questions.yaml diff --git a/stable/doplarr/9.7.3/templates/NOTES.txt b/stable/domoticz/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/doplarr/9.7.3/templates/NOTES.txt rename to stable/domoticz/10.7.5/templates/NOTES.txt diff --git a/stable/domoticz/10.7.3/templates/common.yaml b/stable/domoticz/10.7.5/templates/common.yaml similarity index 100% rename from stable/domoticz/10.7.3/templates/common.yaml rename to stable/domoticz/10.7.5/templates/common.yaml diff --git a/stable/dontstarvetogether/5.7.3/values.yaml b/stable/domoticz/10.7.5/values.yaml similarity index 100% rename from stable/dontstarvetogether/5.7.3/values.yaml rename to stable/domoticz/10.7.5/values.yaml diff --git a/stable/dontstarvetogether/5.7.3/CHANGELOG.md b/stable/dontstarvetogether/5.7.3/CHANGELOG.md deleted file mode 100644 index 0860aa61187..00000000000 --- a/stable/dontstarvetogether/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dontstarvetogether/5.7.3/Chart.yaml b/stable/dontstarvetogether/5.7.3/Chart.yaml deleted file mode 100644 index 75d37f73b9a..00000000000 --- a/stable/dontstarvetogether/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dontstare -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. -home: https://truecharts.org/charts/stable/dontstarvetogether -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png -keywords: - - dontstarvetogether - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dontstarvetogether -sources: - - https://www.klei.com/games/dont-starve-together - - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/dontstarvetogether/5.7.3/app-changelog.md b/stable/dontstarvetogether/5.7.3/app-changelog.md deleted file mode 100644 index 895115288d7..00000000000 --- a/stable/dontstarvetogether/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz b/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/doplarr/9.7.3/.helmignore b/stable/dontstarvetogether/5.7.5/.helmignore similarity index 100% rename from stable/doplarr/9.7.3/.helmignore rename to stable/dontstarvetogether/5.7.5/.helmignore diff --git a/stable/dontstarvetogether/5.7.5/CHANGELOG.md b/stable/dontstarvetogether/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5019c8b544d --- /dev/null +++ b/stable/dontstarvetogether/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dontstarvetogether-5.7.5](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dontstarvetogether-5.7.4](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dontstarvetogether-5.7.4](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dontstarvetogether-5.7.4](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dontstarvetogether-5.7.4](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dontstarvetogether-5.7.4](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dontstarvetogether/5.7.5/Chart.yaml b/stable/dontstarvetogether/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0011c0fc836 --- /dev/null +++ b/stable/dontstarvetogether/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dontstare +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. +home: https://truecharts.org/charts/stable/dontstarvetogether +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png +keywords: + - dontstarvetogether + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dontstarvetogether +sources: + - https://www.klei.com/games/dont-starve-together + - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/dontstarvetogether/5.7.3/README.md b/stable/dontstarvetogether/5.7.5/README.md similarity index 100% rename from stable/dontstarvetogether/5.7.3/README.md rename to stable/dontstarvetogether/5.7.5/README.md diff --git a/stable/dontstarvetogether/5.7.5/app-changelog.md b/stable/dontstarvetogether/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c6274cd231f --- /dev/null +++ b/stable/dontstarvetogether/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dontstarvetogether-5.7.5](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.7.3/app-readme.md b/stable/dontstarvetogether/5.7.5/app-readme.md similarity index 100% rename from stable/dontstarvetogether/5.7.3/app-readme.md rename to stable/dontstarvetogether/5.7.5/app-readme.md diff --git a/stable/dontstarvetogether/5.7.5/charts/common-20.2.10.tgz b/stable/dontstarvetogether/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dontstarvetogether/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dontstarvetogether/5.7.3/ix_values.yaml b/stable/dontstarvetogether/5.7.5/ix_values.yaml similarity index 100% rename from stable/dontstarvetogether/5.7.3/ix_values.yaml rename to stable/dontstarvetogether/5.7.5/ix_values.yaml diff --git a/stable/dontstarvetogether/5.7.3/questions.yaml b/stable/dontstarvetogether/5.7.5/questions.yaml similarity index 100% rename from stable/dontstarvetogether/5.7.3/questions.yaml rename to stable/dontstarvetogether/5.7.5/questions.yaml diff --git a/stable/dontstarvetogether/5.7.3/templates/common.yaml b/stable/dontstarvetogether/5.7.5/templates/common.yaml similarity index 100% rename from stable/dontstarvetogether/5.7.3/templates/common.yaml rename to stable/dontstarvetogether/5.7.5/templates/common.yaml diff --git a/stable/doplarr/9.7.3/values.yaml b/stable/dontstarvetogether/5.7.5/values.yaml similarity index 100% rename from stable/doplarr/9.7.3/values.yaml rename to stable/dontstarvetogether/5.7.5/values.yaml diff --git a/stable/doplarr/9.7.3/CHANGELOG.md b/stable/doplarr/9.7.3/CHANGELOG.md deleted file mode 100644 index 536f249cc9b..00000000000 --- a/stable/doplarr/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/doplarr/9.7.3/Chart.yaml b/stable/doplarr/9.7.3/Chart.yaml deleted file mode 100644 index b88031745c0..00000000000 --- a/stable/doplarr/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An *arr Request Bot for Discord -home: https://truecharts.org/charts/stable/doplarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png -keywords: - - doplarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: doplarr -sources: - - https://github.com/kiranshila/Doplarr - - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - - https://ghcr.io/kiranshila/doplarr -type: application -version: 9.7.3 diff --git a/stable/doplarr/9.7.3/app-changelog.md b/stable/doplarr/9.7.3/app-changelog.md deleted file mode 100644 index e1edd9a9cbf..00000000000 --- a/stable/doplarr/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/doplarr/9.7.3/charts/common-20.2.4.tgz b/stable/doplarr/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/doplarr/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/double-take/10.7.3/.helmignore b/stable/doplarr/9.7.5/.helmignore similarity index 100% rename from stable/double-take/10.7.3/.helmignore rename to stable/doplarr/9.7.5/.helmignore diff --git a/stable/doplarr/9.7.5/CHANGELOG.md b/stable/doplarr/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..001350a3883 --- /dev/null +++ b/stable/doplarr/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doplarr-9.7.5](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [doplarr-9.7.4](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [doplarr-9.7.4](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [doplarr-9.7.4](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [doplarr-9.7.4](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [doplarr-9.7.4](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/doplarr/9.7.5/Chart.yaml b/stable/doplarr/9.7.5/Chart.yaml new file mode 100644 index 00000000000..c516e2fb6e7 --- /dev/null +++ b/stable/doplarr/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An *arr Request Bot for Discord +home: https://truecharts.org/charts/stable/doplarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png +keywords: + - doplarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doplarr +sources: + - https://github.com/kiranshila/Doplarr + - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr + - https://ghcr.io/kiranshila/doplarr +type: application +version: 9.7.5 diff --git a/stable/doplarr/9.7.3/README.md b/stable/doplarr/9.7.5/README.md similarity index 100% rename from stable/doplarr/9.7.3/README.md rename to stable/doplarr/9.7.5/README.md diff --git a/stable/doplarr/9.7.5/app-changelog.md b/stable/doplarr/9.7.5/app-changelog.md new file mode 100644 index 00000000000..5c56c490ab8 --- /dev/null +++ b/stable/doplarr/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [doplarr-9.7.5](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/doplarr/9.7.3/app-readme.md b/stable/doplarr/9.7.5/app-readme.md similarity index 100% rename from stable/doplarr/9.7.3/app-readme.md rename to stable/doplarr/9.7.5/app-readme.md diff --git a/stable/doplarr/9.7.5/charts/common-20.2.10.tgz b/stable/doplarr/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/doplarr/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/doplarr/9.7.3/ix_values.yaml b/stable/doplarr/9.7.5/ix_values.yaml similarity index 100% rename from stable/doplarr/9.7.3/ix_values.yaml rename to stable/doplarr/9.7.5/ix_values.yaml diff --git a/stable/doplarr/9.7.3/questions.yaml b/stable/doplarr/9.7.5/questions.yaml similarity index 100% rename from stable/doplarr/9.7.3/questions.yaml rename to stable/doplarr/9.7.5/questions.yaml diff --git a/stable/double-take/10.7.3/templates/NOTES.txt b/stable/doplarr/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/double-take/10.7.3/templates/NOTES.txt rename to stable/doplarr/9.7.5/templates/NOTES.txt diff --git a/stable/doplarr/9.7.3/templates/common.yaml b/stable/doplarr/9.7.5/templates/common.yaml similarity index 100% rename from stable/doplarr/9.7.3/templates/common.yaml rename to stable/doplarr/9.7.5/templates/common.yaml diff --git a/stable/double-take/10.7.3/values.yaml b/stable/doplarr/9.7.5/values.yaml similarity index 100% rename from stable/double-take/10.7.3/values.yaml rename to stable/doplarr/9.7.5/values.yaml diff --git a/stable/double-take/10.7.3/CHANGELOG.md b/stable/double-take/10.7.3/CHANGELOG.md deleted file mode 100644 index 807d50eb51b..00000000000 --- a/stable/double-take/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/double-take/10.7.3/Chart.yaml b/stable/double-take/10.7.3/Chart.yaml deleted file mode 100644 index 4ed77d9a7d6..00000000000 --- a/stable/double-take/10.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.13.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unified UI and API for processing and training images for facial recognition -home: https://truecharts.org/charts/stable/double-take -icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png -keywords: - - ai - - double-take -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: double-take -sources: - - https://github.com/jakowenko/double-take - - https://github.com/truecharts/charts/tree/master/charts/stable/double-take - - https://hub.docker.com/r/skrashevich/double-take -type: application -version: 10.7.3 diff --git a/stable/double-take/10.7.3/app-changelog.md b/stable/double-take/10.7.3/app-changelog.md deleted file mode 100644 index 898c3815cd8..00000000000 --- a/stable/double-take/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/double-take/10.7.3/charts/common-20.2.4.tgz b/stable/double-take/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/double-take/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/doublecommander/12.7.5/.helmignore b/stable/double-take/10.7.5/.helmignore similarity index 100% rename from stable/doublecommander/12.7.5/.helmignore rename to stable/double-take/10.7.5/.helmignore diff --git a/stable/double-take/10.7.5/CHANGELOG.md b/stable/double-take/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e0825aafc85 --- /dev/null +++ b/stable/double-take/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [double-take-10.7.5](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [double-take-10.7.4](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [double-take-10.7.4](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [double-take-10.7.4](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [double-take-10.7.4](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [double-take-10.7.4](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/double-take/10.7.5/Chart.yaml b/stable/double-take/10.7.5/Chart.yaml new file mode 100644 index 00000000000..c6de5d10b8e --- /dev/null +++ b/stable/double-take/10.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.13.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unified UI and API for processing and training images for facial recognition +home: https://truecharts.org/charts/stable/double-take +icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png +keywords: + - ai + - double-take +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: double-take +sources: + - https://github.com/jakowenko/double-take + - https://github.com/truecharts/charts/tree/master/charts/stable/double-take + - https://hub.docker.com/r/skrashevich/double-take +type: application +version: 10.7.5 diff --git a/stable/double-take/10.7.3/README.md b/stable/double-take/10.7.5/README.md similarity index 100% rename from stable/double-take/10.7.3/README.md rename to stable/double-take/10.7.5/README.md diff --git a/stable/double-take/10.7.5/app-changelog.md b/stable/double-take/10.7.5/app-changelog.md new file mode 100644 index 00000000000..f6005a7b081 --- /dev/null +++ b/stable/double-take/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [double-take-10.7.5](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/double-take/10.7.3/app-readme.md b/stable/double-take/10.7.5/app-readme.md similarity index 100% rename from stable/double-take/10.7.3/app-readme.md rename to stable/double-take/10.7.5/app-readme.md diff --git a/stable/double-take/10.7.5/charts/common-20.2.10.tgz b/stable/double-take/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/double-take/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/double-take/10.7.3/ix_values.yaml b/stable/double-take/10.7.5/ix_values.yaml similarity index 100% rename from stable/double-take/10.7.3/ix_values.yaml rename to stable/double-take/10.7.5/ix_values.yaml diff --git a/stable/double-take/10.7.3/questions.yaml b/stable/double-take/10.7.5/questions.yaml similarity index 100% rename from stable/double-take/10.7.3/questions.yaml rename to stable/double-take/10.7.5/questions.yaml diff --git a/stable/doublecommander/12.7.5/templates/NOTES.txt b/stable/double-take/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/12.7.5/templates/NOTES.txt rename to stable/double-take/10.7.5/templates/NOTES.txt diff --git a/stable/double-take/10.7.3/templates/common.yaml b/stable/double-take/10.7.5/templates/common.yaml similarity index 100% rename from stable/double-take/10.7.3/templates/common.yaml rename to stable/double-take/10.7.5/templates/common.yaml diff --git a/stable/doublecommander/12.7.5/values.yaml b/stable/double-take/10.7.5/values.yaml similarity index 100% rename from stable/doublecommander/12.7.5/values.yaml rename to stable/double-take/10.7.5/values.yaml diff --git a/stable/doublecommander/12.7.5/CHANGELOG.md b/stable/doublecommander/12.7.5/CHANGELOG.md deleted file mode 100644 index f27ac8a610e..00000000000 --- a/stable/doublecommander/12.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/doublecommander/12.7.5/Chart.yaml b/stable/doublecommander/12.7.5/Chart.yaml deleted file mode 100644 index c149ad18b3c..00000000000 --- a/stable/doublecommander/12.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free cross platform open source file manager with two panels side by side. -home: https://truecharts.org/charts/stable/doublecommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png -keywords: - - doublecommander - - file - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: doublecommander -sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander - - https://ghcr.io/linuxserver/doublecommander -type: application -version: 12.7.5 diff --git a/stable/doublecommander/12.7.5/app-changelog.md b/stable/doublecommander/12.7.5/app-changelog.md deleted file mode 100644 index ed465170c88..00000000000 --- a/stable/doublecommander/12.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [doublecommander-12.7.5](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) \ No newline at end of file diff --git a/stable/doublecommander/12.7.5/charts/common-20.2.9.tgz b/stable/doublecommander/12.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/doublecommander/12.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/doublecommander/12.7.5/ix_values.yaml b/stable/doublecommander/12.7.5/ix_values.yaml deleted file mode 100644 index f1562ff9dd6..00000000000 --- a/stable/doublecommander/12.7.5/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/linuxserver/doublecommander - pullPolicy: IfNotPresent - tag: latest@sha256:3906acad698e550287a2296e5934714a5df7a042d28421bf55da4f3a4838388a -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10034 - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - securityContext: - capabilities: - add: - - SYS_CHROOT - - KILL - - NET_BIND_SERVICE - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/drawio/11.7.1/.helmignore b/stable/doublecommander/12.7.7/.helmignore similarity index 100% rename from stable/drawio/11.7.1/.helmignore rename to stable/doublecommander/12.7.7/.helmignore diff --git a/stable/doublecommander/12.7.7/CHANGELOG.md b/stable/doublecommander/12.7.7/CHANGELOG.md new file mode 100644 index 00000000000..6e209cfb458 --- /dev/null +++ b/stable/doublecommander/12.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doublecommander-12.7.7](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@85233cd](https://github.com/85233cd) by renovate ([#19883](https://github.com/truecharts/charts/issues/19883)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) + + +## [doublecommander-12.7.6](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@85233cd](https://github.com/85233cd) by renovate ([#19883](https://github.com/truecharts/charts/issues/19883)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) + + +## [doublecommander-12.7.6](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@85233cd](https://github.com/85233cd) by renovate ([#19883](https://github.com/truecharts/charts/issues/19883)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) + + +## [doublecommander-12.7.6](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/doublecommander to latest[@85233cd](https://github.com/85233cd) by renovate ([#19883](https://github.com/truecharts/charts/issues/19883)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/doublecommander/12.7.7/Chart.yaml b/stable/doublecommander/12.7.7/Chart.yaml new file mode 100644 index 00000000000..4d87deeaaa2 --- /dev/null +++ b/stable/doublecommander/12.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png +keywords: + - doublecommander + - file + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doublecommander +sources: + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander + - https://ghcr.io/linuxserver/doublecommander +type: application +version: 12.7.7 diff --git a/stable/doublecommander/12.7.5/README.md b/stable/doublecommander/12.7.7/README.md similarity index 100% rename from stable/doublecommander/12.7.5/README.md rename to stable/doublecommander/12.7.7/README.md diff --git a/stable/doublecommander/12.7.7/app-changelog.md b/stable/doublecommander/12.7.7/app-changelog.md new file mode 100644 index 00000000000..891d9e47ae7 --- /dev/null +++ b/stable/doublecommander/12.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [doublecommander-12.7.7](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@85233cd](https://github.com/85233cd) by renovate ([#19883](https://github.com/truecharts/charts/issues/19883)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234)) \ No newline at end of file diff --git a/stable/doublecommander/12.7.5/app-readme.md b/stable/doublecommander/12.7.7/app-readme.md similarity index 100% rename from stable/doublecommander/12.7.5/app-readme.md rename to stable/doublecommander/12.7.7/app-readme.md diff --git a/stable/doublecommander/12.7.7/charts/common-20.2.10.tgz b/stable/doublecommander/12.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/doublecommander/12.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/doublecommander/12.7.7/ix_values.yaml b/stable/doublecommander/12.7.7/ix_values.yaml new file mode 100644 index 00000000000..c3dbdd58cf2 --- /dev/null +++ b/stable/doublecommander/12.7.7/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/linuxserver/doublecommander + pullPolicy: IfNotPresent + tag: latest@sha256:85233cdb193b011110d33bec55f5bb834e2541105591579bd27cd10fe43907c3 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10034 + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - SYS_CHROOT + - KILL + - NET_BIND_SERVICE + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/doublecommander/12.7.5/questions.yaml b/stable/doublecommander/12.7.7/questions.yaml similarity index 100% rename from stable/doublecommander/12.7.5/questions.yaml rename to stable/doublecommander/12.7.7/questions.yaml diff --git a/stable/drawio/11.7.1/templates/NOTES.txt b/stable/doublecommander/12.7.7/templates/NOTES.txt similarity index 100% rename from stable/drawio/11.7.1/templates/NOTES.txt rename to stable/doublecommander/12.7.7/templates/NOTES.txt diff --git a/stable/doublecommander/12.7.5/templates/common.yaml b/stable/doublecommander/12.7.7/templates/common.yaml similarity index 100% rename from stable/doublecommander/12.7.5/templates/common.yaml rename to stable/doublecommander/12.7.7/templates/common.yaml diff --git a/stable/drawio/11.7.1/values.yaml b/stable/doublecommander/12.7.7/values.yaml similarity index 100% rename from stable/drawio/11.7.1/values.yaml rename to stable/doublecommander/12.7.7/values.yaml diff --git a/stable/drawio/11.7.1/CHANGELOG.md b/stable/drawio/11.7.1/CHANGELOG.md deleted file mode 100644 index 88664093b83..00000000000 --- a/stable/drawio/11.7.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [drawio-11.7.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) - -- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) - -- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) - - -## [drawio-11.7.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) - -- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) - -- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) - - -## [drawio-11.7.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) - -- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) - -- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) - - -## [drawio-11.7.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) \ No newline at end of file diff --git a/stable/drawio/11.7.1/Chart.yaml b/stable/drawio/11.7.1/Chart.yaml deleted file mode 100644 index 7a852e6bc7a..00000000000 --- a/stable/drawio/11.7.1/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.2.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Drawio is free online diagram software. -home: https://truecharts.org/charts/stable/drawio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png -keywords: - - drawio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: drawio -sources: - - https://github.com/jgraph/drawio - - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - - https://hub.docker.com/r/jgraph/drawio -type: application -version: 11.7.1 diff --git a/stable/drawio/11.7.1/app-changelog.md b/stable/drawio/11.7.1/app-changelog.md deleted file mode 100644 index 2d175ebf7d9..00000000000 --- a/stable/drawio/11.7.1/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [drawio-11.7.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) - -- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) - -- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) \ No newline at end of file diff --git a/stable/drawio/11.7.1/charts/common-20.2.9.tgz b/stable/drawio/11.7.1/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/drawio/11.7.1/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/drawio/11.7.1/ix_values.yaml b/stable/drawio/11.7.1/ix_values.yaml deleted file mode 100644 index 8aa855cc2d3..00000000000 --- a/stable/drawio/11.7.1/ix_values.yaml +++ /dev/null @@ -1,35 +0,0 @@ -image: - repository: jgraph/drawio - tag: 24.2.0@sha256:1d032be0af1f5871192766c67fae02c28b6e266c8db021507bc73232e014e37f - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10214 - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -portal: - open: - enabled: true diff --git a/stable/dropbox-by-otherguy/5.7.3/.helmignore b/stable/drawio/11.7.3/.helmignore similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/.helmignore rename to stable/drawio/11.7.3/.helmignore diff --git a/stable/drawio/11.7.3/CHANGELOG.md b/stable/drawio/11.7.3/CHANGELOG.md new file mode 100644 index 00000000000..cf06cc2e4a7 --- /dev/null +++ b/stable/drawio/11.7.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [drawio-11.7.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image jgraph/drawio to v24.2.1[@f8f907e](https://github.com/f8f907e) by renovate ([#19927](https://github.com/truecharts/charts/issues/19927)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) + +- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) + +- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) + + +## [drawio-11.7.2](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.2) (2024-03-29) + +### Chore + + + +- update container image jgraph/drawio to v24.2.1[@f8f907e](https://github.com/f8f907e) by renovate ([#19927](https://github.com/truecharts/charts/issues/19927)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) + +- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) + +- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) + + +## [drawio-11.7.2](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.2) (2024-03-29) + +### Chore + + + +- update container image jgraph/drawio to v24.2.1[@f8f907e](https://github.com/f8f907e) by renovate ([#19927](https://github.com/truecharts/charts/issues/19927)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) + +- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) + +- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) + + +## [drawio-11.7.2](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.2) (2024-03-29) \ No newline at end of file diff --git a/stable/drawio/11.7.3/Chart.yaml b/stable/drawio/11.7.3/Chart.yaml new file mode 100644 index 00000000000..d90b3795a27 --- /dev/null +++ b/stable/drawio/11.7.3/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.2.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drawio is free online diagram software. +home: https://truecharts.org/charts/stable/drawio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png +keywords: + - drawio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: drawio +sources: + - https://github.com/jgraph/drawio + - https://github.com/truecharts/charts/tree/master/charts/stable/drawio + - https://hub.docker.com/r/jgraph/drawio +type: application +version: 11.7.3 diff --git a/stable/drawio/11.7.1/README.md b/stable/drawio/11.7.3/README.md similarity index 100% rename from stable/drawio/11.7.1/README.md rename to stable/drawio/11.7.3/README.md diff --git a/stable/drawio/11.7.3/app-changelog.md b/stable/drawio/11.7.3/app-changelog.md new file mode 100644 index 00000000000..9db43e01c10 --- /dev/null +++ b/stable/drawio/11.7.3/app-changelog.md @@ -0,0 +1,31 @@ + + +## [drawio-11.7.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.7.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image jgraph/drawio to v24.2.1[@f8f907e](https://github.com/f8f907e) by renovate ([#19927](https://github.com/truecharts/charts/issues/19927)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jgraph/drawio to v24.2.0[@1d032be](https://github.com/1d032be) by renovate ([#19843](https://github.com/truecharts/charts/issues/19843)) + +- update container image jgraph/drawio to v24.1.0[@87ba1ee](https://github.com/87ba1ee) by renovate ([#19711](https://github.com/truecharts/charts/issues/19711)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315)) + +- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265)) \ No newline at end of file diff --git a/stable/drawio/11.7.1/app-readme.md b/stable/drawio/11.7.3/app-readme.md similarity index 100% rename from stable/drawio/11.7.1/app-readme.md rename to stable/drawio/11.7.3/app-readme.md diff --git a/stable/drawio/11.7.3/charts/common-20.2.10.tgz b/stable/drawio/11.7.3/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/drawio/11.7.3/charts/common-20.2.10.tgz differ diff --git a/stable/drawio/11.7.3/ix_values.yaml b/stable/drawio/11.7.3/ix_values.yaml new file mode 100644 index 00000000000..81a592df05d --- /dev/null +++ b/stable/drawio/11.7.3/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: jgraph/drawio + tag: 24.2.1@sha256:f8f907e82bd34eee74a5685865bb11997de8210012c5f804fe32043f294925da + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10214 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +portal: + open: + enabled: true diff --git a/stable/drawio/11.7.1/questions.yaml b/stable/drawio/11.7.3/questions.yaml similarity index 100% rename from stable/drawio/11.7.1/questions.yaml rename to stable/drawio/11.7.3/questions.yaml diff --git a/stable/duckdns/9.7.4/templates/NOTES.txt b/stable/drawio/11.7.3/templates/NOTES.txt similarity index 100% rename from stable/duckdns/9.7.4/templates/NOTES.txt rename to stable/drawio/11.7.3/templates/NOTES.txt diff --git a/stable/drawio/11.7.1/templates/common.yaml b/stable/drawio/11.7.3/templates/common.yaml similarity index 100% rename from stable/drawio/11.7.1/templates/common.yaml rename to stable/drawio/11.7.3/templates/common.yaml diff --git a/stable/dropbox-by-otherguy/5.7.3/values.yaml b/stable/drawio/11.7.3/values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/values.yaml rename to stable/drawio/11.7.3/values.yaml diff --git a/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md b/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md deleted file mode 100644 index 946c4f52d96..00000000000 --- a/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/dropbox-by-otherguy/5.7.3/Chart.yaml b/stable/dropbox-by-otherguy/5.7.3/Chart.yaml deleted file mode 100644 index 7b14dd91001..00000000000 --- a/stable/dropbox-by-otherguy/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Dropbox client which syncs a local path with your cloud. -home: https://truecharts.org/charts/stable/dropbox-by-otherguy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png -keywords: - - dropbox-by-otherguy - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: dropbox-by-otherguy -sources: - - https://github.com/otherguy/docker-dropbox - - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy - - https://hub.docker.com/r/otherguy/dropbox -type: application -version: 5.7.3 diff --git a/stable/dropbox-by-otherguy/5.7.3/app-changelog.md b/stable/dropbox-by-otherguy/5.7.3/app-changelog.md deleted file mode 100644 index d110adbf773..00000000000 --- a/stable/dropbox-by-otherguy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz b/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/duckdns/9.7.4/.helmignore b/stable/dropbox-by-otherguy/5.7.5/.helmignore similarity index 100% rename from stable/duckdns/9.7.4/.helmignore rename to stable/dropbox-by-otherguy/5.7.5/.helmignore diff --git a/stable/dropbox-by-otherguy/5.7.5/CHANGELOG.md b/stable/dropbox-by-otherguy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4abd84c9e72 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dropbox-by-otherguy-5.7.5](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dropbox-by-otherguy-5.7.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dropbox-by-otherguy-5.7.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dropbox-by-otherguy-5.7.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dropbox-by-otherguy-5.7.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [dropbox-by-otherguy-5.7.4](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.7.5/Chart.yaml b/stable/dropbox-by-otherguy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..76a808339ea --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dropbox client which syncs a local path with your cloud. +home: https://truecharts.org/charts/stable/dropbox-by-otherguy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png +keywords: + - dropbox-by-otherguy + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dropbox-by-otherguy +sources: + - https://github.com/otherguy/docker-dropbox + - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy + - https://hub.docker.com/r/otherguy/dropbox +type: application +version: 5.7.5 diff --git a/stable/dropbox-by-otherguy/5.7.3/README.md b/stable/dropbox-by-otherguy/5.7.5/README.md similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/README.md rename to stable/dropbox-by-otherguy/5.7.5/README.md diff --git a/stable/dropbox-by-otherguy/5.7.5/app-changelog.md b/stable/dropbox-by-otherguy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..16258bfd5c1 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [dropbox-by-otherguy-5.7.5](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.7.3/app-readme.md b/stable/dropbox-by-otherguy/5.7.5/app-readme.md similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/app-readme.md rename to stable/dropbox-by-otherguy/5.7.5/app-readme.md diff --git a/stable/dropbox-by-otherguy/5.7.5/charts/common-20.2.10.tgz b/stable/dropbox-by-otherguy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/dropbox-by-otherguy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/dropbox-by-otherguy/5.7.3/ix_values.yaml b/stable/dropbox-by-otherguy/5.7.5/ix_values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/ix_values.yaml rename to stable/dropbox-by-otherguy/5.7.5/ix_values.yaml diff --git a/stable/dropbox-by-otherguy/5.7.3/questions.yaml b/stable/dropbox-by-otherguy/5.7.5/questions.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/questions.yaml rename to stable/dropbox-by-otherguy/5.7.5/questions.yaml diff --git a/stable/dropbox-by-otherguy/5.7.3/templates/common.yaml b/stable/dropbox-by-otherguy/5.7.5/templates/common.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.7.3/templates/common.yaml rename to stable/dropbox-by-otherguy/5.7.5/templates/common.yaml diff --git a/stable/duckdns/9.7.4/values.yaml b/stable/dropbox-by-otherguy/5.7.5/values.yaml similarity index 100% rename from stable/duckdns/9.7.4/values.yaml rename to stable/dropbox-by-otherguy/5.7.5/values.yaml diff --git a/stable/duckdns/9.7.4/CHANGELOG.md b/stable/duckdns/9.7.4/CHANGELOG.md deleted file mode 100644 index 8581cd7d73a..00000000000 --- a/stable/duckdns/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/duckdns/9.7.4/Chart.yaml b/stable/duckdns/9.7.4/Chart.yaml deleted file mode 100644 index f4aeca2f90b..00000000000 --- a/stable/duckdns/9.7.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. -home: https://truecharts.org/charts/stable/duckdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png -keywords: - - duckdns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duckdns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns - - https://ghcr.io/linuxserver/duckdns -type: application -version: 9.7.4 diff --git a/stable/duckdns/9.7.4/app-changelog.md b/stable/duckdns/9.7.4/app-changelog.md deleted file mode 100644 index fc9e3eb8aea..00000000000 --- a/stable/duckdns/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duckdns/9.7.4/charts/common-20.2.4.tgz b/stable/duckdns/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/duckdns/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/duplicacy/6.7.4/.helmignore b/stable/duckdns/9.7.6/.helmignore similarity index 100% rename from stable/duplicacy/6.7.4/.helmignore rename to stable/duckdns/9.7.6/.helmignore diff --git a/stable/duckdns/9.7.6/CHANGELOG.md b/stable/duckdns/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..500387f69d2 --- /dev/null +++ b/stable/duckdns/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duckdns-9.7.6](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duckdns-9.7.5](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duckdns-9.7.5](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duckdns-9.7.5](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duckdns-9.7.5](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/duckdns/9.7.6/Chart.yaml b/stable/duckdns/9.7.6/Chart.yaml new file mode 100644 index 00000000000..fe2e09ed48d --- /dev/null +++ b/stable/duckdns/9.7.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. +home: https://truecharts.org/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png +keywords: + - duckdns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duckdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns + - https://ghcr.io/linuxserver/duckdns +type: application +version: 9.7.6 diff --git a/stable/duckdns/9.7.4/README.md b/stable/duckdns/9.7.6/README.md similarity index 100% rename from stable/duckdns/9.7.4/README.md rename to stable/duckdns/9.7.6/README.md diff --git a/stable/duckdns/9.7.6/app-changelog.md b/stable/duckdns/9.7.6/app-changelog.md new file mode 100644 index 00000000000..ad6cc2ceb1e --- /dev/null +++ b/stable/duckdns/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [duckdns-9.7.6](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duckdns/9.7.4/app-readme.md b/stable/duckdns/9.7.6/app-readme.md similarity index 100% rename from stable/duckdns/9.7.4/app-readme.md rename to stable/duckdns/9.7.6/app-readme.md diff --git a/stable/duckdns/9.7.6/charts/common-20.2.10.tgz b/stable/duckdns/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/duckdns/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/duckdns/9.7.4/ix_values.yaml b/stable/duckdns/9.7.6/ix_values.yaml similarity index 100% rename from stable/duckdns/9.7.4/ix_values.yaml rename to stable/duckdns/9.7.6/ix_values.yaml diff --git a/stable/duckdns/9.7.4/questions.yaml b/stable/duckdns/9.7.6/questions.yaml similarity index 100% rename from stable/duckdns/9.7.4/questions.yaml rename to stable/duckdns/9.7.6/questions.yaml diff --git a/stable/duplicacy/6.7.4/templates/NOTES.txt b/stable/duckdns/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/duplicacy/6.7.4/templates/NOTES.txt rename to stable/duckdns/9.7.6/templates/NOTES.txt diff --git a/stable/duckdns/9.7.4/templates/common.yaml b/stable/duckdns/9.7.6/templates/common.yaml similarity index 100% rename from stable/duckdns/9.7.4/templates/common.yaml rename to stable/duckdns/9.7.6/templates/common.yaml diff --git a/stable/duplicacy/6.7.4/values.yaml b/stable/duckdns/9.7.6/values.yaml similarity index 100% rename from stable/duplicacy/6.7.4/values.yaml rename to stable/duckdns/9.7.6/values.yaml diff --git a/stable/duplicacy/6.7.4/CHANGELOG.md b/stable/duplicacy/6.7.4/CHANGELOG.md deleted file mode 100644 index c3656596e4d..00000000000 --- a/stable/duplicacy/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - diff --git a/stable/duplicacy/6.7.4/Chart.yaml b/stable/duplicacy/6.7.4/Chart.yaml deleted file mode 100644 index 76a99a1bab9..00000000000 --- a/stable/duplicacy/6.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A new generation cross-platform cloud backup tool. -home: https://truecharts.org/charts/stable/duplicacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png -keywords: - - duplicacy - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duplicacy -sources: - - https://hotio.dev/containers/duplicacy - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy - - https://ghcr.io/hotio/duplicacy -type: application -version: 6.7.4 diff --git a/stable/duplicacy/6.7.4/app-changelog.md b/stable/duplicacy/6.7.4/app-changelog.md deleted file mode 100644 index c31cb97d854..00000000000 --- a/stable/duplicacy/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz b/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/duplicati/13.7.3/.helmignore b/stable/duplicacy/6.7.6/.helmignore similarity index 100% rename from stable/duplicati/13.7.3/.helmignore rename to stable/duplicacy/6.7.6/.helmignore diff --git a/stable/duplicacy/6.7.6/CHANGELOG.md b/stable/duplicacy/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..478853b9872 --- /dev/null +++ b/stable/duplicacy/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicacy-6.7.6](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicacy-6.7.5](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicacy-6.7.5](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicacy-6.7.5](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicacy-6.7.5](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) diff --git a/stable/duplicacy/6.7.6/Chart.yaml b/stable/duplicacy/6.7.6/Chart.yaml new file mode 100644 index 00000000000..caa74344311 --- /dev/null +++ b/stable/duplicacy/6.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A new generation cross-platform cloud backup tool. +home: https://truecharts.org/charts/stable/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png +keywords: + - duplicacy + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicacy +sources: + - https://hotio.dev/containers/duplicacy + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy + - https://ghcr.io/hotio/duplicacy +type: application +version: 6.7.6 diff --git a/stable/duplicacy/6.7.4/README.md b/stable/duplicacy/6.7.6/README.md similarity index 100% rename from stable/duplicacy/6.7.4/README.md rename to stable/duplicacy/6.7.6/README.md diff --git a/stable/duplicacy/6.7.6/app-changelog.md b/stable/duplicacy/6.7.6/app-changelog.md new file mode 100644 index 00000000000..2dff7b296cc --- /dev/null +++ b/stable/duplicacy/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [duplicacy-6.7.6](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duplicacy/6.7.4/app-readme.md b/stable/duplicacy/6.7.6/app-readme.md similarity index 100% rename from stable/duplicacy/6.7.4/app-readme.md rename to stable/duplicacy/6.7.6/app-readme.md diff --git a/stable/duplicacy/6.7.6/charts/common-20.2.10.tgz b/stable/duplicacy/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/duplicacy/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/duplicacy/6.7.4/ix_values.yaml b/stable/duplicacy/6.7.6/ix_values.yaml similarity index 100% rename from stable/duplicacy/6.7.4/ix_values.yaml rename to stable/duplicacy/6.7.6/ix_values.yaml diff --git a/stable/duplicacy/6.7.4/questions.yaml b/stable/duplicacy/6.7.6/questions.yaml similarity index 100% rename from stable/duplicacy/6.7.4/questions.yaml rename to stable/duplicacy/6.7.6/questions.yaml diff --git a/stable/duplicati/13.7.3/templates/NOTES.txt b/stable/duplicacy/6.7.6/templates/NOTES.txt similarity index 100% rename from stable/duplicati/13.7.3/templates/NOTES.txt rename to stable/duplicacy/6.7.6/templates/NOTES.txt diff --git a/stable/duplicacy/6.7.4/templates/common.yaml b/stable/duplicacy/6.7.6/templates/common.yaml similarity index 100% rename from stable/duplicacy/6.7.4/templates/common.yaml rename to stable/duplicacy/6.7.6/templates/common.yaml diff --git a/stable/duplicati/13.7.3/values.yaml b/stable/duplicacy/6.7.6/values.yaml similarity index 100% rename from stable/duplicati/13.7.3/values.yaml rename to stable/duplicacy/6.7.6/values.yaml diff --git a/stable/duplicati/13.7.3/CHANGELOG.md b/stable/duplicati/13.7.3/CHANGELOG.md deleted file mode 100644 index 90da102241b..00000000000 --- a/stable/duplicati/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/duplicati/13.7.3/Chart.yaml b/stable/duplicati/13.7.3/Chart.yaml deleted file mode 100644 index c4d73c5c503..00000000000 --- a/stable/duplicati/13.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Store securely encrypted backups on cloud storage services! -home: https://truecharts.org/charts/stable/duplicati -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png -keywords: - - duplicati -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: duplicati -sources: - - https://github.com/duplicati/duplicati - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - - https://hub.docker.com/r/duplicati/duplicati -type: application -version: 13.7.3 diff --git a/stable/duplicati/13.7.3/app-changelog.md b/stable/duplicati/13.7.3/app-changelog.md deleted file mode 100644 index 9acdec8d05d..00000000000 --- a/stable/duplicati/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duplicati/13.7.3/charts/common-20.2.4.tgz b/stable/duplicati/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/duplicati/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ecodms/5.7.3/.helmignore b/stable/duplicati/13.7.5/.helmignore similarity index 100% rename from stable/ecodms/5.7.3/.helmignore rename to stable/duplicati/13.7.5/.helmignore diff --git a/stable/duplicati/13.7.5/CHANGELOG.md b/stable/duplicati/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..361742412a0 --- /dev/null +++ b/stable/duplicati/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicati-13.7.5](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicati-13.7.4](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicati-13.7.4](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicati-13.7.4](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicati-13.7.4](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [duplicati-13.7.4](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/duplicati/13.7.5/Chart.yaml b/stable/duplicati/13.7.5/Chart.yaml new file mode 100644 index 00000000000..1b25d3fb346 --- /dev/null +++ b/stable/duplicati/13.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Store securely encrypted backups on cloud storage services! +home: https://truecharts.org/charts/stable/duplicati +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png +keywords: + - duplicati +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicati +sources: + - https://github.com/duplicati/duplicati + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati + - https://hub.docker.com/r/duplicati/duplicati +type: application +version: 13.7.5 diff --git a/stable/duplicati/13.7.3/README.md b/stable/duplicati/13.7.5/README.md similarity index 100% rename from stable/duplicati/13.7.3/README.md rename to stable/duplicati/13.7.5/README.md diff --git a/stable/duplicati/13.7.5/app-changelog.md b/stable/duplicati/13.7.5/app-changelog.md new file mode 100644 index 00000000000..d3ff1857ad6 --- /dev/null +++ b/stable/duplicati/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [duplicati-13.7.5](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/duplicati/13.7.3/app-readme.md b/stable/duplicati/13.7.5/app-readme.md similarity index 100% rename from stable/duplicati/13.7.3/app-readme.md rename to stable/duplicati/13.7.5/app-readme.md diff --git a/stable/duplicati/13.7.5/charts/common-20.2.10.tgz b/stable/duplicati/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/duplicati/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/duplicati/13.7.3/ix_values.yaml b/stable/duplicati/13.7.5/ix_values.yaml similarity index 100% rename from stable/duplicati/13.7.3/ix_values.yaml rename to stable/duplicati/13.7.5/ix_values.yaml diff --git a/stable/duplicati/13.7.3/questions.yaml b/stable/duplicati/13.7.5/questions.yaml similarity index 100% rename from stable/duplicati/13.7.3/questions.yaml rename to stable/duplicati/13.7.5/questions.yaml diff --git a/stable/emby/18.7.3/templates/NOTES.txt b/stable/duplicati/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/emby/18.7.3/templates/NOTES.txt rename to stable/duplicati/13.7.5/templates/NOTES.txt diff --git a/stable/duplicati/13.7.3/templates/common.yaml b/stable/duplicati/13.7.5/templates/common.yaml similarity index 100% rename from stable/duplicati/13.7.3/templates/common.yaml rename to stable/duplicati/13.7.5/templates/common.yaml diff --git a/stable/ecodms/5.7.3/values.yaml b/stable/duplicati/13.7.5/values.yaml similarity index 100% rename from stable/ecodms/5.7.3/values.yaml rename to stable/duplicati/13.7.5/values.yaml diff --git a/stable/ecodms/5.7.3/CHANGELOG.md b/stable/ecodms/5.7.3/CHANGELOG.md deleted file mode 100644 index f1046d0f7c5..00000000000 --- a/stable/ecodms/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ecodms/5.7.3/Chart.yaml b/stable/ecodms/5.7.3/Chart.yaml deleted file mode 100644 index 0f181e37a61..00000000000 --- a/stable/ecodms/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. -home: https://truecharts.org/charts/stable/ecodms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png -keywords: - - ecodms - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ecodms -sources: - - https://www.ecodms.de/index.php/en/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms - - https://hub.docker.com/r/ecodms/allinone-18.09 -type: application -version: 5.7.3 diff --git a/stable/ecodms/5.7.3/app-changelog.md b/stable/ecodms/5.7.3/app-changelog.md deleted file mode 100644 index d68bc3ac07e..00000000000 --- a/stable/ecodms/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ecodms/5.7.3/charts/common-20.2.4.tgz b/stable/ecodms/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ecodms/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/electrum/5.7.3/.helmignore b/stable/ecodms/5.7.5/.helmignore similarity index 100% rename from stable/electrum/5.7.3/.helmignore rename to stable/ecodms/5.7.5/.helmignore diff --git a/stable/ecodms/5.7.5/CHANGELOG.md b/stable/ecodms/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4ddc9b5f52d --- /dev/null +++ b/stable/ecodms/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ecodms-5.7.5](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ecodms-5.7.4](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ecodms-5.7.4](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ecodms-5.7.4](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ecodms-5.7.4](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ecodms-5.7.4](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ecodms/5.7.5/Chart.yaml b/stable/ecodms/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cefc6083f28 --- /dev/null +++ b/stable/ecodms/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. +home: https://truecharts.org/charts/stable/ecodms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png +keywords: + - ecodms + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ecodms +sources: + - https://www.ecodms.de/index.php/en/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms + - https://hub.docker.com/r/ecodms/allinone-18.09 +type: application +version: 5.7.5 diff --git a/stable/ecodms/5.7.3/README.md b/stable/ecodms/5.7.5/README.md similarity index 100% rename from stable/ecodms/5.7.3/README.md rename to stable/ecodms/5.7.5/README.md diff --git a/stable/ecodms/5.7.5/app-changelog.md b/stable/ecodms/5.7.5/app-changelog.md new file mode 100644 index 00000000000..6e26a0d454e --- /dev/null +++ b/stable/ecodms/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ecodms-5.7.5](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ecodms/5.7.3/app-readme.md b/stable/ecodms/5.7.5/app-readme.md similarity index 100% rename from stable/ecodms/5.7.3/app-readme.md rename to stable/ecodms/5.7.5/app-readme.md diff --git a/stable/ecodms/5.7.5/charts/common-20.2.10.tgz b/stable/ecodms/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ecodms/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ecodms/5.7.3/ix_values.yaml b/stable/ecodms/5.7.5/ix_values.yaml similarity index 100% rename from stable/ecodms/5.7.3/ix_values.yaml rename to stable/ecodms/5.7.5/ix_values.yaml diff --git a/stable/ecodms/5.7.3/questions.yaml b/stable/ecodms/5.7.5/questions.yaml similarity index 100% rename from stable/ecodms/5.7.3/questions.yaml rename to stable/ecodms/5.7.5/questions.yaml diff --git a/stable/ecodms/5.7.3/templates/common.yaml b/stable/ecodms/5.7.5/templates/common.yaml similarity index 100% rename from stable/ecodms/5.7.3/templates/common.yaml rename to stable/ecodms/5.7.5/templates/common.yaml diff --git a/stable/electrum/5.7.3/values.yaml b/stable/ecodms/5.7.5/values.yaml similarity index 100% rename from stable/electrum/5.7.3/values.yaml rename to stable/ecodms/5.7.5/values.yaml diff --git a/stable/electrum/5.7.3/CHANGELOG.md b/stable/electrum/5.7.3/CHANGELOG.md deleted file mode 100644 index bb3c69bda12..00000000000 --- a/stable/electrum/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/electrum/5.7.3/Chart.yaml b/stable/electrum/5.7.3/Chart.yaml deleted file mode 100644 index ad769bce8ac..00000000000 --- a/stable/electrum/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. -home: https://truecharts.org/charts/stable/electrum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png -keywords: - - electrum - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: electrum -sources: - - https://electrum.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/electrum - - https://hub.docker.com/r/ich777/electrum -type: application -version: 5.7.3 diff --git a/stable/electrum/5.7.3/app-changelog.md b/stable/electrum/5.7.3/app-changelog.md deleted file mode 100644 index 5dd5dccc1fb..00000000000 --- a/stable/electrum/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/electrum/5.7.3/charts/common-20.2.4.tgz b/stable/electrum/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/electrum/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/emby-sync/5.7.3/.helmignore b/stable/electrum/5.7.5/.helmignore similarity index 100% rename from stable/emby-sync/5.7.3/.helmignore rename to stable/electrum/5.7.5/.helmignore diff --git a/stable/electrum/5.7.5/CHANGELOG.md b/stable/electrum/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..66db5ad2e69 --- /dev/null +++ b/stable/electrum/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [electrum-5.7.5](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [electrum-5.7.4](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [electrum-5.7.4](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [electrum-5.7.4](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [electrum-5.7.4](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [electrum-5.7.4](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/electrum/5.7.5/Chart.yaml b/stable/electrum/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f79727fe781 --- /dev/null +++ b/stable/electrum/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. +home: https://truecharts.org/charts/stable/electrum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png +keywords: + - electrum + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: electrum +sources: + - https://electrum.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/electrum + - https://hub.docker.com/r/ich777/electrum +type: application +version: 5.7.5 diff --git a/stable/electrum/5.7.3/README.md b/stable/electrum/5.7.5/README.md similarity index 100% rename from stable/electrum/5.7.3/README.md rename to stable/electrum/5.7.5/README.md diff --git a/stable/electrum/5.7.5/app-changelog.md b/stable/electrum/5.7.5/app-changelog.md new file mode 100644 index 00000000000..62f50792d1c --- /dev/null +++ b/stable/electrum/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [electrum-5.7.5](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/electrum/5.7.3/app-readme.md b/stable/electrum/5.7.5/app-readme.md similarity index 100% rename from stable/electrum/5.7.3/app-readme.md rename to stable/electrum/5.7.5/app-readme.md diff --git a/stable/electrum/5.7.5/charts/common-20.2.10.tgz b/stable/electrum/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/electrum/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/electrum/5.7.3/ix_values.yaml b/stable/electrum/5.7.5/ix_values.yaml similarity index 100% rename from stable/electrum/5.7.3/ix_values.yaml rename to stable/electrum/5.7.5/ix_values.yaml diff --git a/stable/electrum/5.7.3/questions.yaml b/stable/electrum/5.7.5/questions.yaml similarity index 100% rename from stable/electrum/5.7.3/questions.yaml rename to stable/electrum/5.7.5/questions.yaml diff --git a/stable/electrum/5.7.3/templates/common.yaml b/stable/electrum/5.7.5/templates/common.yaml similarity index 100% rename from stable/electrum/5.7.3/templates/common.yaml rename to stable/electrum/5.7.5/templates/common.yaml diff --git a/stable/emby-sync/5.7.3/values.yaml b/stable/electrum/5.7.5/values.yaml similarity index 100% rename from stable/emby-sync/5.7.3/values.yaml rename to stable/electrum/5.7.5/values.yaml diff --git a/stable/emby-sync/5.7.3/CHANGELOG.md b/stable/emby-sync/5.7.3/CHANGELOG.md deleted file mode 100644 index f3928bbfa51..00000000000 --- a/stable/emby-sync/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/emby-sync/5.7.3/Chart.yaml b/stable/emby-sync/5.7.3/Chart.yaml deleted file mode 100644 index 59405aff8f4..00000000000 --- a/stable/emby-sync/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A small flask based service to sync up Emby clients -home: https://truecharts.org/charts/stable/emby-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png -keywords: - - emby-sync - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emby-sync -sources: - - https://github.com/cameronurnes/emby-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync - - https://hub.docker.com/r/lastelement21/emby-sync -type: application -version: 5.7.3 diff --git a/stable/emby-sync/5.7.3/app-changelog.md b/stable/emby-sync/5.7.3/app-changelog.md deleted file mode 100644 index e393caecc85..00000000000 --- a/stable/emby-sync/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz b/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/emby/18.7.3/.helmignore b/stable/emby-sync/5.7.5/.helmignore similarity index 100% rename from stable/emby/18.7.3/.helmignore rename to stable/emby-sync/5.7.5/.helmignore diff --git a/stable/emby-sync/5.7.5/CHANGELOG.md b/stable/emby-sync/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4dad2e75af0 --- /dev/null +++ b/stable/emby-sync/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-sync-5.7.5](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-sync-5.7.4](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-sync-5.7.4](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-sync-5.7.4](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-sync-5.7.4](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-sync-5.7.4](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/emby-sync/5.7.5/Chart.yaml b/stable/emby-sync/5.7.5/Chart.yaml new file mode 100644 index 00000000000..6bef65259d7 --- /dev/null +++ b/stable/emby-sync/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A small flask based service to sync up Emby clients +home: https://truecharts.org/charts/stable/emby-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png +keywords: + - emby-sync + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby-sync +sources: + - https://github.com/cameronurnes/emby-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync + - https://hub.docker.com/r/lastelement21/emby-sync +type: application +version: 5.7.5 diff --git a/stable/emby-sync/5.7.3/README.md b/stable/emby-sync/5.7.5/README.md similarity index 100% rename from stable/emby-sync/5.7.3/README.md rename to stable/emby-sync/5.7.5/README.md diff --git a/stable/emby-sync/5.7.5/app-changelog.md b/stable/emby-sync/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ae1c96691dd --- /dev/null +++ b/stable/emby-sync/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [emby-sync-5.7.5](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emby-sync/5.7.3/app-readme.md b/stable/emby-sync/5.7.5/app-readme.md similarity index 100% rename from stable/emby-sync/5.7.3/app-readme.md rename to stable/emby-sync/5.7.5/app-readme.md diff --git a/stable/emby-sync/5.7.5/charts/common-20.2.10.tgz b/stable/emby-sync/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/emby-sync/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/emby-sync/5.7.3/ix_values.yaml b/stable/emby-sync/5.7.5/ix_values.yaml similarity index 100% rename from stable/emby-sync/5.7.3/ix_values.yaml rename to stable/emby-sync/5.7.5/ix_values.yaml diff --git a/stable/emby-sync/5.7.3/questions.yaml b/stable/emby-sync/5.7.5/questions.yaml similarity index 100% rename from stable/emby-sync/5.7.3/questions.yaml rename to stable/emby-sync/5.7.5/questions.yaml diff --git a/stable/emby-sync/5.7.3/templates/common.yaml b/stable/emby-sync/5.7.5/templates/common.yaml similarity index 100% rename from stable/emby-sync/5.7.3/templates/common.yaml rename to stable/emby-sync/5.7.5/templates/common.yaml diff --git a/stable/emby/18.7.3/values.yaml b/stable/emby-sync/5.7.5/values.yaml similarity index 100% rename from stable/emby/18.7.3/values.yaml rename to stable/emby-sync/5.7.5/values.yaml diff --git a/stable/emby/18.7.3/CHANGELOG.md b/stable/emby/18.7.3/CHANGELOG.md deleted file mode 100644 index 68fd17cbde1..00000000000 --- a/stable/emby/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/emby/18.7.3/Chart.yaml b/stable/emby/18.7.3/Chart.yaml deleted file mode 100644 index ae92d3a19c1..00000000000 --- a/stable/emby/18.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.8.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Emby Server is a home media server -home: https://truecharts.org/charts/stable/emby -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png -keywords: - - jellyfin - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emby -sources: - - https://github.com/linuxserver/docker-emby.git - - https://github.com/truecharts/charts/tree/master/charts/stable/emby - - https://ghcr.io/geek-cookbook/emby -type: application -version: 18.7.3 diff --git a/stable/emby/18.7.3/app-changelog.md b/stable/emby/18.7.3/app-changelog.md deleted file mode 100644 index 5a693591058..00000000000 --- a/stable/emby/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emby/18.7.3/charts/common-20.2.4.tgz b/stable/emby/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/emby/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/embystat/9.7.3/.helmignore b/stable/emby/18.7.5/.helmignore similarity index 100% rename from stable/embystat/9.7.3/.helmignore rename to stable/emby/18.7.5/.helmignore diff --git a/stable/emby/18.7.5/CHANGELOG.md b/stable/emby/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b4083839bba --- /dev/null +++ b/stable/emby/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-18.7.5](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-18.7.4](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-18.7.4](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-18.7.4](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-18.7.4](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emby-18.7.4](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/emby/18.7.5/Chart.yaml b/stable/emby/18.7.5/Chart.yaml new file mode 100644 index 00000000000..0915f676fa1 --- /dev/null +++ b/stable/emby/18.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.8.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emby Server is a home media server +home: https://truecharts.org/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby +sources: + - https://github.com/linuxserver/docker-emby.git + - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://ghcr.io/geek-cookbook/emby +type: application +version: 18.7.5 diff --git a/stable/emby/18.7.3/README.md b/stable/emby/18.7.5/README.md similarity index 100% rename from stable/emby/18.7.3/README.md rename to stable/emby/18.7.5/README.md diff --git a/stable/emby/18.7.5/app-changelog.md b/stable/emby/18.7.5/app-changelog.md new file mode 100644 index 00000000000..78604bc6a6d --- /dev/null +++ b/stable/emby/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [emby-18.7.5](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emby/18.7.3/app-readme.md b/stable/emby/18.7.5/app-readme.md similarity index 100% rename from stable/emby/18.7.3/app-readme.md rename to stable/emby/18.7.5/app-readme.md diff --git a/stable/emby/18.7.5/charts/common-20.2.10.tgz b/stable/emby/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/emby/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/emby/18.7.3/ix_values.yaml b/stable/emby/18.7.5/ix_values.yaml similarity index 100% rename from stable/emby/18.7.3/ix_values.yaml rename to stable/emby/18.7.5/ix_values.yaml diff --git a/stable/emby/18.7.3/questions.yaml b/stable/emby/18.7.5/questions.yaml similarity index 100% rename from stable/emby/18.7.3/questions.yaml rename to stable/emby/18.7.5/questions.yaml diff --git a/stable/embystat/9.7.3/templates/NOTES.txt b/stable/emby/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/embystat/9.7.3/templates/NOTES.txt rename to stable/emby/18.7.5/templates/NOTES.txt diff --git a/stable/emby/18.7.3/templates/common.yaml b/stable/emby/18.7.5/templates/common.yaml similarity index 100% rename from stable/emby/18.7.3/templates/common.yaml rename to stable/emby/18.7.5/templates/common.yaml diff --git a/stable/embystat/9.7.3/values.yaml b/stable/emby/18.7.5/values.yaml similarity index 100% rename from stable/embystat/9.7.3/values.yaml rename to stable/emby/18.7.5/values.yaml diff --git a/stable/embystat/9.7.3/CHANGELOG.md b/stable/embystat/9.7.3/CHANGELOG.md deleted file mode 100644 index 2b7eaf1eba3..00000000000 --- a/stable/embystat/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/embystat/9.7.3/Chart.yaml b/stable/embystat/9.7.3/Chart.yaml deleted file mode 100644 index e1644b7ae99..00000000000 --- a/stable/embystat/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. -home: https://truecharts.org/charts/stable/embystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png -keywords: - - embystat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: embystat -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/embystat - - https://ghcr.io/linuxserver/embystat -type: application -version: 9.7.3 diff --git a/stable/embystat/9.7.3/app-changelog.md b/stable/embystat/9.7.3/app-changelog.md deleted file mode 100644 index ef9a2eb7238..00000000000 --- a/stable/embystat/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/embystat/9.7.3/charts/common-20.2.4.tgz b/stable/embystat/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/embystat/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.7.3/.helmignore b/stable/embystat/9.7.5/.helmignore similarity index 100% rename from stable/emulatorjs/9.7.3/.helmignore rename to stable/embystat/9.7.5/.helmignore diff --git a/stable/embystat/9.7.5/CHANGELOG.md b/stable/embystat/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..345a5e861b0 --- /dev/null +++ b/stable/embystat/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [embystat-9.7.5](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [embystat-9.7.4](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [embystat-9.7.4](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [embystat-9.7.4](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [embystat-9.7.4](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [embystat-9.7.4](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/embystat/9.7.5/Chart.yaml b/stable/embystat/9.7.5/Chart.yaml new file mode 100644 index 00000000000..a5949023491 --- /dev/null +++ b/stable/embystat/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. +home: https://truecharts.org/charts/stable/embystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png +keywords: + - embystat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: embystat +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/embystat + - https://ghcr.io/linuxserver/embystat +type: application +version: 9.7.5 diff --git a/stable/embystat/9.7.3/README.md b/stable/embystat/9.7.5/README.md similarity index 100% rename from stable/embystat/9.7.3/README.md rename to stable/embystat/9.7.5/README.md diff --git a/stable/embystat/9.7.5/app-changelog.md b/stable/embystat/9.7.5/app-changelog.md new file mode 100644 index 00000000000..f02163a4a77 --- /dev/null +++ b/stable/embystat/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [embystat-9.7.5](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/embystat/9.7.3/app-readme.md b/stable/embystat/9.7.5/app-readme.md similarity index 100% rename from stable/embystat/9.7.3/app-readme.md rename to stable/embystat/9.7.5/app-readme.md diff --git a/stable/embystat/9.7.5/charts/common-20.2.10.tgz b/stable/embystat/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/embystat/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/embystat/9.7.3/ix_values.yaml b/stable/embystat/9.7.5/ix_values.yaml similarity index 100% rename from stable/embystat/9.7.3/ix_values.yaml rename to stable/embystat/9.7.5/ix_values.yaml diff --git a/stable/embystat/9.7.3/questions.yaml b/stable/embystat/9.7.5/questions.yaml similarity index 100% rename from stable/embystat/9.7.3/questions.yaml rename to stable/embystat/9.7.5/questions.yaml diff --git a/stable/emulatorjs/9.7.3/templates/NOTES.txt b/stable/embystat/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/emulatorjs/9.7.3/templates/NOTES.txt rename to stable/embystat/9.7.5/templates/NOTES.txt diff --git a/stable/embystat/9.7.3/templates/common.yaml b/stable/embystat/9.7.5/templates/common.yaml similarity index 100% rename from stable/embystat/9.7.3/templates/common.yaml rename to stable/embystat/9.7.5/templates/common.yaml diff --git a/stable/emulatorjs/9.7.3/values.yaml b/stable/embystat/9.7.5/values.yaml similarity index 100% rename from stable/emulatorjs/9.7.3/values.yaml rename to stable/embystat/9.7.5/values.yaml diff --git a/stable/emulatorjs/9.7.3/CHANGELOG.md b/stable/emulatorjs/9.7.3/CHANGELOG.md deleted file mode 100644 index 518b6b0b173..00000000000 --- a/stable/emulatorjs/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/emulatorjs/9.7.3/Chart.yaml b/stable/emulatorjs/9.7.3/Chart.yaml deleted file mode 100644 index 02a3dee9e6c..00000000000 --- a/stable/emulatorjs/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.8 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. -home: https://truecharts.org/charts/stable/emulatorjs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png -keywords: - - emulatorjs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: emulatorjs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs - - https://ghcr.io/linuxserver/emulatorjs -type: application -version: 9.7.3 diff --git a/stable/emulatorjs/9.7.3/app-changelog.md b/stable/emulatorjs/9.7.3/app-changelog.md deleted file mode 100644 index 4f4de91be38..00000000000 --- a/stable/emulatorjs/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz b/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/endlessh/9.7.3/.helmignore b/stable/emulatorjs/9.7.5/.helmignore similarity index 100% rename from stable/endlessh/9.7.3/.helmignore rename to stable/emulatorjs/9.7.5/.helmignore diff --git a/stable/emulatorjs/9.7.5/CHANGELOG.md b/stable/emulatorjs/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..81f56f1e06e --- /dev/null +++ b/stable/emulatorjs/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emulatorjs-9.7.5](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emulatorjs-9.7.4](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emulatorjs-9.7.4](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emulatorjs-9.7.4](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emulatorjs-9.7.4](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [emulatorjs-9.7.4](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/emulatorjs/9.7.5/Chart.yaml b/stable/emulatorjs/9.7.5/Chart.yaml new file mode 100644 index 00000000000..de46b169b77 --- /dev/null +++ b/stable/emulatorjs/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.8 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. +home: https://truecharts.org/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png +keywords: + - emulatorjs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emulatorjs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs + - https://ghcr.io/linuxserver/emulatorjs +type: application +version: 9.7.5 diff --git a/stable/emulatorjs/9.7.3/README.md b/stable/emulatorjs/9.7.5/README.md similarity index 100% rename from stable/emulatorjs/9.7.3/README.md rename to stable/emulatorjs/9.7.5/README.md diff --git a/stable/emulatorjs/9.7.5/app-changelog.md b/stable/emulatorjs/9.7.5/app-changelog.md new file mode 100644 index 00000000000..24871ba5ba9 --- /dev/null +++ b/stable/emulatorjs/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [emulatorjs-9.7.5](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/emulatorjs/9.7.3/app-readme.md b/stable/emulatorjs/9.7.5/app-readme.md similarity index 100% rename from stable/emulatorjs/9.7.3/app-readme.md rename to stable/emulatorjs/9.7.5/app-readme.md diff --git a/stable/emulatorjs/9.7.5/charts/common-20.2.10.tgz b/stable/emulatorjs/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/emulatorjs/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/emulatorjs/9.7.3/ix_values.yaml b/stable/emulatorjs/9.7.5/ix_values.yaml similarity index 100% rename from stable/emulatorjs/9.7.3/ix_values.yaml rename to stable/emulatorjs/9.7.5/ix_values.yaml diff --git a/stable/emulatorjs/9.7.3/questions.yaml b/stable/emulatorjs/9.7.5/questions.yaml similarity index 100% rename from stable/emulatorjs/9.7.3/questions.yaml rename to stable/emulatorjs/9.7.5/questions.yaml diff --git a/stable/endlessh/9.7.3/templates/NOTES.txt b/stable/emulatorjs/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/endlessh/9.7.3/templates/NOTES.txt rename to stable/emulatorjs/9.7.5/templates/NOTES.txt diff --git a/stable/emulatorjs/9.7.3/templates/common.yaml b/stable/emulatorjs/9.7.5/templates/common.yaml similarity index 100% rename from stable/emulatorjs/9.7.3/templates/common.yaml rename to stable/emulatorjs/9.7.5/templates/common.yaml diff --git a/stable/endlessh/9.7.3/values.yaml b/stable/emulatorjs/9.7.5/values.yaml similarity index 100% rename from stable/endlessh/9.7.3/values.yaml rename to stable/emulatorjs/9.7.5/values.yaml diff --git a/stable/endlessh/9.7.3/CHANGELOG.md b/stable/endlessh/9.7.3/CHANGELOG.md deleted file mode 100644 index 5363f136b68..00000000000 --- a/stable/endlessh/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/endlessh/9.7.3/Chart.yaml b/stable/endlessh/9.7.3/Chart.yaml deleted file mode 100644 index 0653cbf29f4..00000000000 --- a/stable/endlessh/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. -home: https://truecharts.org/charts/stable/endlessh -icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png -keywords: - - endlessh -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: endlessh -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh - - https://ghcr.io/linuxserver/endlessh -type: application -version: 9.7.3 diff --git a/stable/endlessh/9.7.3/app-changelog.md b/stable/endlessh/9.7.3/app-changelog.md deleted file mode 100644 index 73f1ea6ea20..00000000000 --- a/stable/endlessh/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/endlessh/9.7.3/charts/common-20.2.4.tgz b/stable/endlessh/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/endlessh/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ersatztv/3.7.3/.helmignore b/stable/endlessh/9.7.5/.helmignore similarity index 100% rename from stable/ersatztv/3.7.3/.helmignore rename to stable/endlessh/9.7.5/.helmignore diff --git a/stable/endlessh/9.7.5/CHANGELOG.md b/stable/endlessh/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6257cec514b --- /dev/null +++ b/stable/endlessh/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [endlessh-9.7.5](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [endlessh-9.7.4](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [endlessh-9.7.4](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [endlessh-9.7.4](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [endlessh-9.7.4](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [endlessh-9.7.4](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/endlessh/9.7.5/Chart.yaml b/stable/endlessh/9.7.5/Chart.yaml new file mode 100644 index 00000000000..6d255853d00 --- /dev/null +++ b/stable/endlessh/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. +home: https://truecharts.org/charts/stable/endlessh +icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png +keywords: + - endlessh +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: endlessh +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh + - https://ghcr.io/linuxserver/endlessh +type: application +version: 9.7.5 diff --git a/stable/endlessh/9.7.3/README.md b/stable/endlessh/9.7.5/README.md similarity index 100% rename from stable/endlessh/9.7.3/README.md rename to stable/endlessh/9.7.5/README.md diff --git a/stable/endlessh/9.7.5/app-changelog.md b/stable/endlessh/9.7.5/app-changelog.md new file mode 100644 index 00000000000..5ebb33eaa28 --- /dev/null +++ b/stable/endlessh/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [endlessh-9.7.5](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/endlessh/9.7.3/app-readme.md b/stable/endlessh/9.7.5/app-readme.md similarity index 100% rename from stable/endlessh/9.7.3/app-readme.md rename to stable/endlessh/9.7.5/app-readme.md diff --git a/stable/endlessh/9.7.5/charts/common-20.2.10.tgz b/stable/endlessh/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/endlessh/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/endlessh/9.7.3/ix_values.yaml b/stable/endlessh/9.7.5/ix_values.yaml similarity index 100% rename from stable/endlessh/9.7.3/ix_values.yaml rename to stable/endlessh/9.7.5/ix_values.yaml diff --git a/stable/endlessh/9.7.3/questions.yaml b/stable/endlessh/9.7.5/questions.yaml similarity index 100% rename from stable/endlessh/9.7.3/questions.yaml rename to stable/endlessh/9.7.5/questions.yaml diff --git a/stable/esphome/19.8.2/templates/NOTES.txt b/stable/endlessh/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/esphome/19.8.2/templates/NOTES.txt rename to stable/endlessh/9.7.5/templates/NOTES.txt diff --git a/stable/endlessh/9.7.3/templates/common.yaml b/stable/endlessh/9.7.5/templates/common.yaml similarity index 100% rename from stable/endlessh/9.7.3/templates/common.yaml rename to stable/endlessh/9.7.5/templates/common.yaml diff --git a/stable/ersatztv/3.7.3/values.yaml b/stable/endlessh/9.7.5/values.yaml similarity index 100% rename from stable/ersatztv/3.7.3/values.yaml rename to stable/endlessh/9.7.5/values.yaml diff --git a/stable/ersatztv/3.7.3/CHANGELOG.md b/stable/ersatztv/3.7.3/CHANGELOG.md deleted file mode 100644 index 83bd1041772..00000000000 --- a/stable/ersatztv/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ersatztv/3.7.3/Chart.yaml b/stable/ersatztv/3.7.3/Chart.yaml deleted file mode 100644 index 06ef994478e..00000000000 --- a/stable/ersatztv/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.5 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ErsatzTV configuring and streaming custom live channels using your media library. -home: https://truecharts.org/charts/stable/ersatztv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png -keywords: - - ersatztv - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ersatztv -sources: - - https://github.com/jasongdove/ErsatzTV - - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv - - https://hub.docker.com/r/jasongdove/ersatztv -type: application -version: 3.7.3 diff --git a/stable/ersatztv/3.7.3/app-changelog.md b/stable/ersatztv/3.7.3/app-changelog.md deleted file mode 100644 index dc25fd47d02..00000000000 --- a/stable/ersatztv/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz b/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/esphome/19.8.2/.helmignore b/stable/ersatztv/3.7.5/.helmignore similarity index 100% rename from stable/esphome/19.8.2/.helmignore rename to stable/ersatztv/3.7.5/.helmignore diff --git a/stable/ersatztv/3.7.5/CHANGELOG.md b/stable/ersatztv/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2c638afb718 --- /dev/null +++ b/stable/ersatztv/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ersatztv-3.7.5](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ersatztv-3.7.4](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ersatztv-3.7.4](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ersatztv-3.7.4](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ersatztv-3.7.4](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ersatztv-3.7.4](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ersatztv/3.7.5/Chart.yaml b/stable/ersatztv/3.7.5/Chart.yaml new file mode 100644 index 00000000000..a28cdf295b3 --- /dev/null +++ b/stable/ersatztv/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ErsatzTV configuring and streaming custom live channels using your media library. +home: https://truecharts.org/charts/stable/ersatztv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png +keywords: + - ersatztv + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ersatztv +sources: + - https://github.com/jasongdove/ErsatzTV + - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv + - https://hub.docker.com/r/jasongdove/ersatztv +type: application +version: 3.7.5 diff --git a/stable/ersatztv/3.7.3/README.md b/stable/ersatztv/3.7.5/README.md similarity index 100% rename from stable/ersatztv/3.7.3/README.md rename to stable/ersatztv/3.7.5/README.md diff --git a/stable/ersatztv/3.7.5/app-changelog.md b/stable/ersatztv/3.7.5/app-changelog.md new file mode 100644 index 00000000000..a5c584ebac5 --- /dev/null +++ b/stable/ersatztv/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ersatztv-3.7.5](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ersatztv/3.7.3/app-readme.md b/stable/ersatztv/3.7.5/app-readme.md similarity index 100% rename from stable/ersatztv/3.7.3/app-readme.md rename to stable/ersatztv/3.7.5/app-readme.md diff --git a/stable/ersatztv/3.7.5/charts/common-20.2.10.tgz b/stable/ersatztv/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ersatztv/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ersatztv/3.7.3/ix_values.yaml b/stable/ersatztv/3.7.5/ix_values.yaml similarity index 100% rename from stable/ersatztv/3.7.3/ix_values.yaml rename to stable/ersatztv/3.7.5/ix_values.yaml diff --git a/stable/ersatztv/3.7.3/questions.yaml b/stable/ersatztv/3.7.5/questions.yaml similarity index 100% rename from stable/ersatztv/3.7.3/questions.yaml rename to stable/ersatztv/3.7.5/questions.yaml diff --git a/stable/ersatztv/3.7.3/templates/common.yaml b/stable/ersatztv/3.7.5/templates/common.yaml similarity index 100% rename from stable/ersatztv/3.7.3/templates/common.yaml rename to stable/ersatztv/3.7.5/templates/common.yaml diff --git a/stable/esphome/19.8.2/values.yaml b/stable/ersatztv/3.7.5/values.yaml similarity index 100% rename from stable/esphome/19.8.2/values.yaml rename to stable/ersatztv/3.7.5/values.yaml diff --git a/stable/esphome/19.8.2/CHANGELOG.md b/stable/esphome/19.8.2/CHANGELOG.md deleted file mode 100644 index b7e982b46cb..00000000000 --- a/stable/esphome/19.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - diff --git a/stable/esphome/19.8.2/Chart.yaml b/stable/esphome/19.8.2/Chart.yaml deleted file mode 100644 index 1680aa66037..00000000000 --- a/stable/esphome/19.8.2/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -home: https://truecharts.org/charts/stable/esphome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png -keywords: - - esphome -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: esphome -sources: - - https://github.com/esphome/esphome - - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - - https://hub.docker.com/r/esphome/esphome -type: application -version: 19.8.2 diff --git a/stable/esphome/19.8.2/app-changelog.md b/stable/esphome/19.8.2/app-changelog.md deleted file mode 100644 index 71bc3e50224..00000000000 --- a/stable/esphome/19.8.2/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/esphome/19.8.2/charts/common-20.2.4.tgz b/stable/esphome/19.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/esphome/19.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/esphome/19.8.2/ix_values.yaml b/stable/esphome/19.8.2/ix_values.yaml deleted file mode 100644 index 6eea7feddbf..00000000000 --- a/stable/esphome/19.8.2/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: esphome/esphome - pullPolicy: IfNotPresent - tag: 2024.3.0@sha256:9ab8cc88b28ce434c5f93a93d87b7703df93cfae2679abb34c7605dc03b24567 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - privileged: true - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 6052 - targetPort: 6052 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - ESPHOME_DASHBOARD_USE_PING: false - ESPHOME_DASHBOARD_RELATIVE_URL: / - # ESPHOME_QUICKWIZARD: - # ESPHOME_IS_HASSIO: - # DISABLE_HA_AUTHENTICATION: - # USERNAME: - # PASSWORD: -persistence: - config: - enabled: true - mountPath: /config - platformio: - enabled: true - mountPath: /.platformio -portal: - open: - enabled: true diff --git a/stable/etesync/9.8.2/.helmignore b/stable/esphome/19.8.4/.helmignore similarity index 100% rename from stable/etesync/9.8.2/.helmignore rename to stable/esphome/19.8.4/.helmignore diff --git a/stable/esphome/19.8.4/CHANGELOG.md b/stable/esphome/19.8.4/CHANGELOG.md new file mode 100644 index 00000000000..62116ba161b --- /dev/null +++ b/stable/esphome/19.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [esphome-19.8.4](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image esphome/esphome to v2024.3.1[@15d2372](https://github.com/15d2372) by renovate ([#19862](https://github.com/truecharts/charts/issues/19862)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [esphome-19.8.3](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.3) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image esphome/esphome to v2024.3.1[@15d2372](https://github.com/15d2372) by renovate ([#19862](https://github.com/truecharts/charts/issues/19862)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [esphome-19.8.3](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.3) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image esphome/esphome to v2024.3.1[@15d2372](https://github.com/15d2372) by renovate ([#19862](https://github.com/truecharts/charts/issues/19862)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [esphome-19.8.3](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.3) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image esphome/esphome to v2024.3.1[@15d2372](https://github.com/15d2372) by renovate ([#19862](https://github.com/truecharts/charts/issues/19862)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [esphome-19.8.3](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.3) (2024-03-28) + +### Chore diff --git a/stable/esphome/19.8.4/Chart.yaml b/stable/esphome/19.8.4/Chart.yaml new file mode 100644 index 00000000000..b1ddddec187 --- /dev/null +++ b/stable/esphome/19.8.4/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. +home: https://truecharts.org/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png +keywords: + - esphome +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: esphome +sources: + - https://github.com/esphome/esphome + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://hub.docker.com/r/esphome/esphome +type: application +version: 19.8.4 diff --git a/stable/esphome/19.8.2/README.md b/stable/esphome/19.8.4/README.md similarity index 100% rename from stable/esphome/19.8.2/README.md rename to stable/esphome/19.8.4/README.md diff --git a/stable/esphome/19.8.4/app-changelog.md b/stable/esphome/19.8.4/app-changelog.md new file mode 100644 index 00000000000..d7eb035f894 --- /dev/null +++ b/stable/esphome/19.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [esphome-19.8.4](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image esphome/esphome to v2024.3.1[@15d2372](https://github.com/15d2372) by renovate ([#19862](https://github.com/truecharts/charts/issues/19862)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/esphome/19.8.2/app-readme.md b/stable/esphome/19.8.4/app-readme.md similarity index 100% rename from stable/esphome/19.8.2/app-readme.md rename to stable/esphome/19.8.4/app-readme.md diff --git a/stable/esphome/19.8.4/charts/common-20.2.10.tgz b/stable/esphome/19.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/esphome/19.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/esphome/19.8.4/ix_values.yaml b/stable/esphome/19.8.4/ix_values.yaml new file mode 100644 index 00000000000..d5409b12f41 --- /dev/null +++ b/stable/esphome/19.8.4/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: esphome/esphome + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:15d23729315d668f67884da2d0fe5cf6430f188cf01b3c390803da3a93dc9d1d +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + privileged: true + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 6052 + targetPort: 6052 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + ESPHOME_DASHBOARD_USE_PING: false + ESPHOME_DASHBOARD_RELATIVE_URL: / + # ESPHOME_QUICKWIZARD: + # ESPHOME_IS_HASSIO: + # DISABLE_HA_AUTHENTICATION: + # USERNAME: + # PASSWORD: +persistence: + config: + enabled: true + mountPath: /config + platformio: + enabled: true + mountPath: /.platformio +portal: + open: + enabled: true diff --git a/stable/esphome/19.8.2/questions.yaml b/stable/esphome/19.8.4/questions.yaml similarity index 100% rename from stable/esphome/19.8.2/questions.yaml rename to stable/esphome/19.8.4/questions.yaml diff --git a/stable/etherpad/16.7.3/templates/NOTES.txt b/stable/esphome/19.8.4/templates/NOTES.txt similarity index 100% rename from stable/etherpad/16.7.3/templates/NOTES.txt rename to stable/esphome/19.8.4/templates/NOTES.txt diff --git a/stable/esphome/19.8.2/templates/common.yaml b/stable/esphome/19.8.4/templates/common.yaml similarity index 100% rename from stable/esphome/19.8.2/templates/common.yaml rename to stable/esphome/19.8.4/templates/common.yaml diff --git a/stable/etesync/9.8.2/values.yaml b/stable/esphome/19.8.4/values.yaml similarity index 100% rename from stable/etesync/9.8.2/values.yaml rename to stable/esphome/19.8.4/values.yaml diff --git a/stable/etesync/9.8.2/CHANGELOG.md b/stable/etesync/9.8.2/CHANGELOG.md deleted file mode 100644 index 4c7f7faf495..00000000000 --- a/stable/etesync/9.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/etesync/9.8.2/Chart.yaml b/stable/etesync/9.8.2/Chart.yaml deleted file mode 100644 index adee7ddfec4..00000000000 --- a/stable/etesync/9.8.2/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.11.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. -home: https://truecharts.org/charts/stable/etesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png -keywords: - - etesync - - sync - - contacts - - calendars - - tasks - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: etesync -sources: - - https://github.com/victor-rds/docker-etebase - - https://www.etesync.com/ - - https://github.com/etesync - - https://github.com/truecharts/charts/tree/master/charts/stable/etesync - - https://hub.docker.com/r/victorrds/etesync -type: application -version: 9.8.2 diff --git a/stable/etesync/9.8.2/app-changelog.md b/stable/etesync/9.8.2/app-changelog.md deleted file mode 100644 index ccc3ed983a6..00000000000 --- a/stable/etesync/9.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/etesync/9.8.2/charts/common-20.2.4.tgz b/stable/etesync/9.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/etesync/9.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ethercalc/5.7.3/.helmignore b/stable/etesync/9.8.4/.helmignore similarity index 100% rename from stable/ethercalc/5.7.3/.helmignore rename to stable/etesync/9.8.4/.helmignore diff --git a/stable/etesync/9.8.4/CHANGELOG.md b/stable/etesync/9.8.4/CHANGELOG.md new file mode 100644 index 00000000000..d0f1bedb878 --- /dev/null +++ b/stable/etesync/9.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etesync-9.8.4](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [etesync-9.8.3](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [etesync-9.8.3](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [etesync-9.8.3](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [etesync-9.8.3](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.3) (2024-03-27) + +### Chore diff --git a/stable/etesync/9.8.4/Chart.yaml b/stable/etesync/9.8.4/Chart.yaml new file mode 100644 index 00000000000..09a1101af2e --- /dev/null +++ b/stable/etesync/9.8.4/Chart.yaml @@ -0,0 +1,50 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.11.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. +home: https://truecharts.org/charts/stable/etesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png +keywords: + - etesync + - sync + - contacts + - calendars + - tasks + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etesync +sources: + - https://github.com/victor-rds/docker-etebase + - https://www.etesync.com/ + - https://github.com/etesync + - https://github.com/truecharts/charts/tree/master/charts/stable/etesync + - https://hub.docker.com/r/victorrds/etesync +type: application +version: 9.8.4 diff --git a/stable/etesync/9.8.2/README.md b/stable/etesync/9.8.4/README.md similarity index 100% rename from stable/etesync/9.8.2/README.md rename to stable/etesync/9.8.4/README.md diff --git a/stable/etesync/9.8.4/app-changelog.md b/stable/etesync/9.8.4/app-changelog.md new file mode 100644 index 00000000000..6e02a094a13 --- /dev/null +++ b/stable/etesync/9.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [etesync-9.8.4](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/etesync/9.8.2/app-readme.md b/stable/etesync/9.8.4/app-readme.md similarity index 100% rename from stable/etesync/9.8.2/app-readme.md rename to stable/etesync/9.8.4/app-readme.md diff --git a/stable/etesync/9.8.4/charts/common-20.2.10.tgz b/stable/etesync/9.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/etesync/9.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/etesync/9.8.2/charts/redis-13.2.2.tgz b/stable/etesync/9.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/etesync/9.8.2/charts/redis-13.2.2.tgz rename to stable/etesync/9.8.4/charts/redis-13.2.2.tgz diff --git a/stable/etesync/9.8.2/ix_values.yaml b/stable/etesync/9.8.4/ix_values.yaml similarity index 100% rename from stable/etesync/9.8.2/ix_values.yaml rename to stable/etesync/9.8.4/ix_values.yaml diff --git a/stable/etesync/9.8.2/questions.yaml b/stable/etesync/9.8.4/questions.yaml similarity index 100% rename from stable/etesync/9.8.2/questions.yaml rename to stable/etesync/9.8.4/questions.yaml diff --git a/stable/etesync/9.8.2/templates/_secret.tpl b/stable/etesync/9.8.4/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.8.2/templates/_secret.tpl rename to stable/etesync/9.8.4/templates/_secret.tpl diff --git a/stable/etesync/9.8.2/templates/common.yaml b/stable/etesync/9.8.4/templates/common.yaml similarity index 100% rename from stable/etesync/9.8.2/templates/common.yaml rename to stable/etesync/9.8.4/templates/common.yaml diff --git a/stable/ethercalc/5.7.3/values.yaml b/stable/etesync/9.8.4/values.yaml similarity index 100% rename from stable/ethercalc/5.7.3/values.yaml rename to stable/etesync/9.8.4/values.yaml diff --git a/stable/ethercalc/5.7.3/CHANGELOG.md b/stable/ethercalc/5.7.3/CHANGELOG.md deleted file mode 100644 index cb0a99dbf98..00000000000 --- a/stable/ethercalc/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ethercalc/5.7.3/Chart.yaml b/stable/ethercalc/5.7.3/Chart.yaml deleted file mode 100644 index 40760c631b9..00000000000 --- a/stable/ethercalc/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: EtherCalc is a web spreadsheet. -home: https://truecharts.org/charts/stable/ethercalc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png -keywords: - - ethercalc - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ethercalc -sources: - - https://github.com/audreyt/ethercalc - - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc - - https://hub.docker.com/r/audreyt/ethercalc -type: application -version: 5.7.3 diff --git a/stable/ethercalc/5.7.3/app-changelog.md b/stable/ethercalc/5.7.3/app-changelog.md deleted file mode 100644 index 6350a517d15..00000000000 --- a/stable/ethercalc/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz b/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/etherpad/16.7.3/.helmignore b/stable/ethercalc/5.7.5/.helmignore similarity index 100% rename from stable/etherpad/16.7.3/.helmignore rename to stable/ethercalc/5.7.5/.helmignore diff --git a/stable/ethercalc/5.7.5/CHANGELOG.md b/stable/ethercalc/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..53ea3769f51 --- /dev/null +++ b/stable/ethercalc/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ethercalc-5.7.5](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ethercalc-5.7.4](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ethercalc-5.7.4](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ethercalc-5.7.4](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ethercalc-5.7.4](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ethercalc-5.7.4](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ethercalc/5.7.5/Chart.yaml b/stable/ethercalc/5.7.5/Chart.yaml new file mode 100644 index 00000000000..61e7a500ed2 --- /dev/null +++ b/stable/ethercalc/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: EtherCalc is a web spreadsheet. +home: https://truecharts.org/charts/stable/ethercalc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png +keywords: + - ethercalc + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ethercalc +sources: + - https://github.com/audreyt/ethercalc + - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc + - https://hub.docker.com/r/audreyt/ethercalc +type: application +version: 5.7.5 diff --git a/stable/ethercalc/5.7.3/README.md b/stable/ethercalc/5.7.5/README.md similarity index 100% rename from stable/ethercalc/5.7.3/README.md rename to stable/ethercalc/5.7.5/README.md diff --git a/stable/ethercalc/5.7.5/app-changelog.md b/stable/ethercalc/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2fbfb6bed46 --- /dev/null +++ b/stable/ethercalc/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ethercalc-5.7.5](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ethercalc/5.7.3/app-readme.md b/stable/ethercalc/5.7.5/app-readme.md similarity index 100% rename from stable/ethercalc/5.7.3/app-readme.md rename to stable/ethercalc/5.7.5/app-readme.md diff --git a/stable/ethercalc/5.7.5/charts/common-20.2.10.tgz b/stable/ethercalc/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ethercalc/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ethercalc/5.7.3/ix_values.yaml b/stable/ethercalc/5.7.5/ix_values.yaml similarity index 100% rename from stable/ethercalc/5.7.3/ix_values.yaml rename to stable/ethercalc/5.7.5/ix_values.yaml diff --git a/stable/ethercalc/5.7.3/questions.yaml b/stable/ethercalc/5.7.5/questions.yaml similarity index 100% rename from stable/ethercalc/5.7.3/questions.yaml rename to stable/ethercalc/5.7.5/questions.yaml diff --git a/stable/ethercalc/5.7.3/templates/common.yaml b/stable/ethercalc/5.7.5/templates/common.yaml similarity index 100% rename from stable/ethercalc/5.7.3/templates/common.yaml rename to stable/ethercalc/5.7.5/templates/common.yaml diff --git a/stable/etherpad/16.7.3/values.yaml b/stable/ethercalc/5.7.5/values.yaml similarity index 100% rename from stable/etherpad/16.7.3/values.yaml rename to stable/ethercalc/5.7.5/values.yaml diff --git a/stable/etherpad/16.7.3/CHANGELOG.md b/stable/etherpad/16.7.3/CHANGELOG.md deleted file mode 100644 index e1dd33670b5..00000000000 --- a/stable/etherpad/16.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/etherpad/16.7.3/Chart.yaml b/stable/etherpad/16.7.3/Chart.yaml deleted file mode 100644 index ff2348fafc4..00000000000 --- a/stable/etherpad/16.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.14 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A real-time collaborative editor scalable to thousands of simultaneous real time users. -home: https://truecharts.org/charts/stable/etherpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png -keywords: - - etherpad - - editor - - notepad - - pad -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: etherpad -sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad - - https://ghcr.io/nicholaswilde/etherpad -type: application -version: 16.7.3 diff --git a/stable/etherpad/16.7.3/app-changelog.md b/stable/etherpad/16.7.3/app-changelog.md deleted file mode 100644 index c178168b4c4..00000000000 --- a/stable/etherpad/16.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/etherpad/16.7.3/charts/common-20.2.4.tgz b/stable/etherpad/16.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/etherpad/16.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/explainshell/5.7.3/.helmignore b/stable/etherpad/16.7.5/.helmignore similarity index 100% rename from stable/explainshell/5.7.3/.helmignore rename to stable/etherpad/16.7.5/.helmignore diff --git a/stable/etherpad/16.7.5/CHANGELOG.md b/stable/etherpad/16.7.5/CHANGELOG.md new file mode 100644 index 00000000000..44e8e9d511f --- /dev/null +++ b/stable/etherpad/16.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etherpad-16.7.5](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [etherpad-16.7.4](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [etherpad-16.7.4](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [etherpad-16.7.4](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [etherpad-16.7.4](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [etherpad-16.7.4](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/etherpad/16.7.5/Chart.yaml b/stable/etherpad/16.7.5/Chart.yaml new file mode 100644 index 00000000000..462ecf8b5d1 --- /dev/null +++ b/stable/etherpad/16.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.14 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A real-time collaborative editor scalable to thousands of simultaneous real time users. +home: https://truecharts.org/charts/stable/etherpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png +keywords: + - etherpad + - editor + - notepad + - pad +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etherpad +sources: + - https://etherpad.org/ + - https://github.com/ether/etherpad-lite + - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad + - https://ghcr.io/nicholaswilde/etherpad +type: application +version: 16.7.5 diff --git a/stable/etherpad/16.7.3/README.md b/stable/etherpad/16.7.5/README.md similarity index 100% rename from stable/etherpad/16.7.3/README.md rename to stable/etherpad/16.7.5/README.md diff --git a/stable/etherpad/16.7.5/app-changelog.md b/stable/etherpad/16.7.5/app-changelog.md new file mode 100644 index 00000000000..247ee5391d5 --- /dev/null +++ b/stable/etherpad/16.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [etherpad-16.7.5](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/etherpad/16.7.3/app-readme.md b/stable/etherpad/16.7.5/app-readme.md similarity index 100% rename from stable/etherpad/16.7.3/app-readme.md rename to stable/etherpad/16.7.5/app-readme.md diff --git a/stable/etherpad/16.7.5/charts/common-20.2.10.tgz b/stable/etherpad/16.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/etherpad/16.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/etherpad/16.7.3/ix_values.yaml b/stable/etherpad/16.7.5/ix_values.yaml similarity index 100% rename from stable/etherpad/16.7.3/ix_values.yaml rename to stable/etherpad/16.7.5/ix_values.yaml diff --git a/stable/etherpad/16.7.3/questions.yaml b/stable/etherpad/16.7.5/questions.yaml similarity index 100% rename from stable/etherpad/16.7.3/questions.yaml rename to stable/etherpad/16.7.5/questions.yaml diff --git a/stable/external-dns/4.7.4/templates/NOTES.txt b/stable/etherpad/16.7.5/templates/NOTES.txt similarity index 100% rename from stable/external-dns/4.7.4/templates/NOTES.txt rename to stable/etherpad/16.7.5/templates/NOTES.txt diff --git a/stable/etherpad/16.7.3/templates/common.yaml b/stable/etherpad/16.7.5/templates/common.yaml similarity index 100% rename from stable/etherpad/16.7.3/templates/common.yaml rename to stable/etherpad/16.7.5/templates/common.yaml diff --git a/stable/explainshell/5.7.3/values.yaml b/stable/etherpad/16.7.5/values.yaml similarity index 100% rename from stable/explainshell/5.7.3/values.yaml rename to stable/etherpad/16.7.5/values.yaml diff --git a/stable/explainshell/5.7.3/CHANGELOG.md b/stable/explainshell/5.7.3/CHANGELOG.md deleted file mode 100644 index 08945d0ca61..00000000000 --- a/stable/explainshell/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/explainshell/5.7.3/Chart.yaml b/stable/explainshell/5.7.3/Chart.yaml deleted file mode 100644 index 4b22edb7024..00000000000 --- a/stable/explainshell/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. -home: https://truecharts.org/charts/stable/explainshell -icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png -keywords: - - explainshell - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: explainshell -sources: - - https://github.com/idank/explainshell - - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell - - https://hub.docker.com/r/spaceinvaderone/explainshell -type: application -version: 5.7.3 diff --git a/stable/explainshell/5.7.3/app-changelog.md b/stable/explainshell/5.7.3/app-changelog.md deleted file mode 100644 index 181202dece5..00000000000 --- a/stable/explainshell/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/explainshell/5.7.3/charts/common-20.2.4.tgz b/stable/explainshell/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/explainshell/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/external-dns/4.7.4/.helmignore b/stable/explainshell/5.7.5/.helmignore similarity index 100% rename from stable/external-dns/4.7.4/.helmignore rename to stable/explainshell/5.7.5/.helmignore diff --git a/stable/explainshell/5.7.5/CHANGELOG.md b/stable/explainshell/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2c4a2af27a9 --- /dev/null +++ b/stable/explainshell/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [explainshell-5.7.5](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [explainshell-5.7.4](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [explainshell-5.7.4](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [explainshell-5.7.4](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [explainshell-5.7.4](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [explainshell-5.7.4](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/explainshell/5.7.5/Chart.yaml b/stable/explainshell/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e42c176dc5c --- /dev/null +++ b/stable/explainshell/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. +home: https://truecharts.org/charts/stable/explainshell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png +keywords: + - explainshell + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: explainshell +sources: + - https://github.com/idank/explainshell + - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell + - https://hub.docker.com/r/spaceinvaderone/explainshell +type: application +version: 5.7.5 diff --git a/stable/explainshell/5.7.3/README.md b/stable/explainshell/5.7.5/README.md similarity index 100% rename from stable/explainshell/5.7.3/README.md rename to stable/explainshell/5.7.5/README.md diff --git a/stable/explainshell/5.7.5/app-changelog.md b/stable/explainshell/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d4d605fb593 --- /dev/null +++ b/stable/explainshell/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [explainshell-5.7.5](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/explainshell/5.7.3/app-readme.md b/stable/explainshell/5.7.5/app-readme.md similarity index 100% rename from stable/explainshell/5.7.3/app-readme.md rename to stable/explainshell/5.7.5/app-readme.md diff --git a/stable/explainshell/5.7.5/charts/common-20.2.10.tgz b/stable/explainshell/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/explainshell/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/explainshell/5.7.3/ix_values.yaml b/stable/explainshell/5.7.5/ix_values.yaml similarity index 100% rename from stable/explainshell/5.7.3/ix_values.yaml rename to stable/explainshell/5.7.5/ix_values.yaml diff --git a/stable/explainshell/5.7.3/questions.yaml b/stable/explainshell/5.7.5/questions.yaml similarity index 100% rename from stable/explainshell/5.7.3/questions.yaml rename to stable/explainshell/5.7.5/questions.yaml diff --git a/stable/explainshell/5.7.3/templates/common.yaml b/stable/explainshell/5.7.5/templates/common.yaml similarity index 100% rename from stable/explainshell/5.7.3/templates/common.yaml rename to stable/explainshell/5.7.5/templates/common.yaml diff --git a/stable/external-dns/4.7.4/values.yaml b/stable/explainshell/5.7.5/values.yaml similarity index 100% rename from stable/external-dns/4.7.4/values.yaml rename to stable/explainshell/5.7.5/values.yaml diff --git a/stable/external-dns/4.7.4/CHANGELOG.md b/stable/external-dns/4.7.4/CHANGELOG.md deleted file mode 100644 index e9bc641b83e..00000000000 --- a/stable/external-dns/4.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - diff --git a/stable/external-dns/4.7.4/Chart.yaml b/stable/external-dns/4.7.4/Chart.yaml deleted file mode 100644 index 0929419f9aa..00000000000 --- a/stable/external-dns/4.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. -home: https://truecharts.org/charts/stable/external-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png -keywords: - - external-dns - - k8s - - kubernetes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-dns -sources: - - https://github.com/kubernetes-sigs/external-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns -type: application -version: 4.7.4 diff --git a/stable/external-dns/4.7.4/app-changelog.md b/stable/external-dns/4.7.4/app-changelog.md deleted file mode 100644 index 26a59e1d18d..00000000000 --- a/stable/external-dns/4.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-dns/4.7.4/charts/common-20.2.4.tgz b/stable/external-dns/4.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/external-dns/4.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/external-ip/5.7.3/.helmignore b/stable/external-dns/4.7.6/.helmignore similarity index 100% rename from stable/external-ip/5.7.3/.helmignore rename to stable/external-dns/4.7.6/.helmignore diff --git a/stable/external-dns/4.7.6/CHANGELOG.md b/stable/external-dns/4.7.6/CHANGELOG.md new file mode 100644 index 00000000000..85131ba3997 --- /dev/null +++ b/stable/external-dns/4.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-dns-4.7.6](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-dns-4.7.5](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-dns-4.7.5](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-dns-4.7.5](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-dns-4.7.5](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/external-dns/4.7.6/Chart.yaml b/stable/external-dns/4.7.6/Chart.yaml new file mode 100644 index 00000000000..391f9fa4726 --- /dev/null +++ b/stable/external-dns/4.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. +home: https://truecharts.org/charts/stable/external-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png +keywords: + - external-dns + - k8s + - kubernetes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-dns +sources: + - https://github.com/kubernetes-sigs/external-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns +type: application +version: 4.7.6 diff --git a/stable/external-dns/4.7.4/README.md b/stable/external-dns/4.7.6/README.md similarity index 100% rename from stable/external-dns/4.7.4/README.md rename to stable/external-dns/4.7.6/README.md diff --git a/stable/external-dns/4.7.6/app-changelog.md b/stable/external-dns/4.7.6/app-changelog.md new file mode 100644 index 00000000000..8bba6affa23 --- /dev/null +++ b/stable/external-dns/4.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [external-dns-4.7.6](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-dns/4.7.4/app-readme.md b/stable/external-dns/4.7.6/app-readme.md similarity index 100% rename from stable/external-dns/4.7.4/app-readme.md rename to stable/external-dns/4.7.6/app-readme.md diff --git a/stable/external-dns/4.7.6/charts/common-20.2.10.tgz b/stable/external-dns/4.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/external-dns/4.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/external-dns/4.7.4/ix_values.yaml b/stable/external-dns/4.7.6/ix_values.yaml similarity index 100% rename from stable/external-dns/4.7.4/ix_values.yaml rename to stable/external-dns/4.7.6/ix_values.yaml diff --git a/stable/external-dns/4.7.4/questions.yaml b/stable/external-dns/4.7.6/questions.yaml similarity index 100% rename from stable/external-dns/4.7.4/questions.yaml rename to stable/external-dns/4.7.6/questions.yaml diff --git a/stable/external-service/13.7.3/templates/NOTES.txt b/stable/external-dns/4.7.6/templates/NOTES.txt similarity index 100% rename from stable/external-service/13.7.3/templates/NOTES.txt rename to stable/external-dns/4.7.6/templates/NOTES.txt diff --git a/stable/external-dns/4.7.4/templates/_args.tpl b/stable/external-dns/4.7.6/templates/_args.tpl similarity index 100% rename from stable/external-dns/4.7.4/templates/_args.tpl rename to stable/external-dns/4.7.6/templates/_args.tpl diff --git a/stable/external-dns/4.7.4/templates/common.yaml b/stable/external-dns/4.7.6/templates/common.yaml similarity index 100% rename from stable/external-dns/4.7.4/templates/common.yaml rename to stable/external-dns/4.7.6/templates/common.yaml diff --git a/stable/external-ip/5.7.3/values.yaml b/stable/external-dns/4.7.6/values.yaml similarity index 100% rename from stable/external-ip/5.7.3/values.yaml rename to stable/external-dns/4.7.6/values.yaml diff --git a/stable/external-ip/5.7.3/CHANGELOG.md b/stable/external-ip/5.7.3/CHANGELOG.md deleted file mode 100644 index dc2bbaa314e..00000000000 --- a/stable/external-ip/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/external-ip/5.7.3/Chart.yaml b/stable/external-ip/5.7.3/Chart.yaml deleted file mode 100644 index 95a73705a94..00000000000 --- a/stable/external-ip/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. -home: https://truecharts.org/charts/stable/external-ip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png -keywords: - - external-ip - - Network-Management - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-ip -sources: - - https://github.com/xavier-hernandez/docker-external-ip - - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip - - https://hub.docker.com/r/xavierh/external-ip -type: application -version: 5.7.3 diff --git a/stable/external-ip/5.7.3/app-changelog.md b/stable/external-ip/5.7.3/app-changelog.md deleted file mode 100644 index 714c6297ceb..00000000000 --- a/stable/external-ip/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-ip/5.7.3/charts/common-20.2.4.tgz b/stable/external-ip/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/external-ip/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/external-service/13.7.3/.helmignore b/stable/external-ip/5.7.5/.helmignore similarity index 100% rename from stable/external-service/13.7.3/.helmignore rename to stable/external-ip/5.7.5/.helmignore diff --git a/stable/external-ip/5.7.5/CHANGELOG.md b/stable/external-ip/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0d2e0756e95 --- /dev/null +++ b/stable/external-ip/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-ip-5.7.5](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-ip-5.7.4](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-ip-5.7.4](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-ip-5.7.4](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-ip-5.7.4](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-ip-5.7.4](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/external-ip/5.7.5/Chart.yaml b/stable/external-ip/5.7.5/Chart.yaml new file mode 100644 index 00000000000..462bbed5700 --- /dev/null +++ b/stable/external-ip/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. +home: https://truecharts.org/charts/stable/external-ip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png +keywords: + - external-ip + - Network-Management + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-ip +sources: + - https://github.com/xavier-hernandez/docker-external-ip + - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip + - https://hub.docker.com/r/xavierh/external-ip +type: application +version: 5.7.5 diff --git a/stable/external-ip/5.7.3/README.md b/stable/external-ip/5.7.5/README.md similarity index 100% rename from stable/external-ip/5.7.3/README.md rename to stable/external-ip/5.7.5/README.md diff --git a/stable/external-ip/5.7.5/app-changelog.md b/stable/external-ip/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7aca7d0c7f8 --- /dev/null +++ b/stable/external-ip/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [external-ip-5.7.5](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-ip/5.7.3/app-readme.md b/stable/external-ip/5.7.5/app-readme.md similarity index 100% rename from stable/external-ip/5.7.3/app-readme.md rename to stable/external-ip/5.7.5/app-readme.md diff --git a/stable/external-ip/5.7.5/charts/common-20.2.10.tgz b/stable/external-ip/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/external-ip/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/external-ip/5.7.3/ix_values.yaml b/stable/external-ip/5.7.5/ix_values.yaml similarity index 100% rename from stable/external-ip/5.7.3/ix_values.yaml rename to stable/external-ip/5.7.5/ix_values.yaml diff --git a/stable/external-ip/5.7.3/questions.yaml b/stable/external-ip/5.7.5/questions.yaml similarity index 100% rename from stable/external-ip/5.7.3/questions.yaml rename to stable/external-ip/5.7.5/questions.yaml diff --git a/stable/external-ip/5.7.3/templates/common.yaml b/stable/external-ip/5.7.5/templates/common.yaml similarity index 100% rename from stable/external-ip/5.7.3/templates/common.yaml rename to stable/external-ip/5.7.5/templates/common.yaml diff --git a/stable/external-service/13.7.3/values.yaml b/stable/external-ip/5.7.5/values.yaml similarity index 100% rename from stable/external-service/13.7.3/values.yaml rename to stable/external-ip/5.7.5/values.yaml diff --git a/stable/external-service/13.7.3/CHANGELOG.md b/stable/external-service/13.7.3/CHANGELOG.md deleted file mode 100644 index 6647574338b..00000000000 --- a/stable/external-service/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/external-service/13.7.3/Chart.yaml b/stable/external-service/13.7.3/Chart.yaml deleted file mode 100644 index ec4780bd18a..00000000000 --- a/stable/external-service/13.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.19.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allow external services to be used like Apps. -home: https://truecharts.org/charts/stable/external-service -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png -keywords: - - external-service - - reverse-proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: external-service -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/external-service - - https://hub.docker.com/_/alpine -type: application -version: 13.7.3 diff --git a/stable/external-service/13.7.3/app-changelog.md b/stable/external-service/13.7.3/app-changelog.md deleted file mode 100644 index c05bc71780e..00000000000 --- a/stable/external-service/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-service/13.7.3/charts/common-20.2.4.tgz b/stable/external-service/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/external-service/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fabulinus/2.7.3/.helmignore b/stable/external-service/13.7.5/.helmignore similarity index 100% rename from stable/fabulinus/2.7.3/.helmignore rename to stable/external-service/13.7.5/.helmignore diff --git a/stable/external-service/13.7.5/CHANGELOG.md b/stable/external-service/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..41c6a71577e --- /dev/null +++ b/stable/external-service/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-service-13.7.5](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-service-13.7.4](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-service-13.7.4](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-service-13.7.4](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-service-13.7.4](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [external-service-13.7.4](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/external-service/13.7.5/Chart.yaml b/stable/external-service/13.7.5/Chart.yaml new file mode 100644 index 00000000000..147760b9bc5 --- /dev/null +++ b/stable/external-service/13.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allow external services to be used like Apps. +home: https://truecharts.org/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png +keywords: + - external-service + - reverse-proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-service +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service + - https://hub.docker.com/_/alpine +type: application +version: 13.7.5 diff --git a/stable/external-service/13.7.3/README.md b/stable/external-service/13.7.5/README.md similarity index 100% rename from stable/external-service/13.7.3/README.md rename to stable/external-service/13.7.5/README.md diff --git a/stable/external-service/13.7.5/app-changelog.md b/stable/external-service/13.7.5/app-changelog.md new file mode 100644 index 00000000000..dcde30f15b2 --- /dev/null +++ b/stable/external-service/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [external-service-13.7.5](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/external-service/13.7.3/app-readme.md b/stable/external-service/13.7.5/app-readme.md similarity index 100% rename from stable/external-service/13.7.3/app-readme.md rename to stable/external-service/13.7.5/app-readme.md diff --git a/stable/external-service/13.7.5/charts/common-20.2.10.tgz b/stable/external-service/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/external-service/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/external-service/13.7.3/ix_values.yaml b/stable/external-service/13.7.5/ix_values.yaml similarity index 100% rename from stable/external-service/13.7.3/ix_values.yaml rename to stable/external-service/13.7.5/ix_values.yaml diff --git a/stable/external-service/13.7.3/questions.yaml b/stable/external-service/13.7.5/questions.yaml similarity index 100% rename from stable/external-service/13.7.3/questions.yaml rename to stable/external-service/13.7.5/questions.yaml diff --git a/stable/fabulinus/2.7.3/templates/NOTES.txt b/stable/external-service/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/fabulinus/2.7.3/templates/NOTES.txt rename to stable/external-service/13.7.5/templates/NOTES.txt diff --git a/stable/external-service/13.7.3/templates/common.yaml b/stable/external-service/13.7.5/templates/common.yaml similarity index 100% rename from stable/external-service/13.7.3/templates/common.yaml rename to stable/external-service/13.7.5/templates/common.yaml diff --git a/stable/fabulinus/2.7.3/values.yaml b/stable/external-service/13.7.5/values.yaml similarity index 100% rename from stable/fabulinus/2.7.3/values.yaml rename to stable/external-service/13.7.5/values.yaml diff --git a/stable/fabulinus/2.7.3/CHANGELOG.md b/stable/fabulinus/2.7.3/CHANGELOG.md deleted file mode 100644 index 07413e504a2..00000000000 --- a/stable/fabulinus/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fabulinus/2.7.3/Chart.yaml b/stable/fabulinus/2.7.3/Chart.yaml deleted file mode 100644 index 320daef466a..00000000000 --- a/stable/fabulinus/2.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest-cpu -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fabulinus is the server component of the TitanML Takeoff server. -home: https://truecharts.org/charts/stable/fabulinus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png -keywords: - - fabulinus - - machine-learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fabulinus -sources: - - https://github.com/titanml/takeoff-communitys - - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus - - https://hub.docker.com/r/tytn/fabulinus -type: application -version: 2.7.3 diff --git a/stable/fabulinus/2.7.3/app-changelog.md b/stable/fabulinus/2.7.3/app-changelog.md deleted file mode 100644 index 8d15d9882b5..00000000000 --- a/stable/fabulinus/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz b/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/factorio/7.7.5/.helmignore b/stable/fabulinus/2.7.5/.helmignore similarity index 100% rename from stable/factorio/7.7.5/.helmignore rename to stable/fabulinus/2.7.5/.helmignore diff --git a/stable/fabulinus/2.7.5/CHANGELOG.md b/stable/fabulinus/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..427ccbc9d02 --- /dev/null +++ b/stable/fabulinus/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fabulinus-2.7.5](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fabulinus-2.7.4](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fabulinus-2.7.4](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fabulinus-2.7.4](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fabulinus-2.7.4](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fabulinus-2.7.4](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fabulinus/2.7.5/Chart.yaml b/stable/fabulinus/2.7.5/Chart.yaml new file mode 100644 index 00000000000..f7be6dcd65c --- /dev/null +++ b/stable/fabulinus/2.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest-cpu +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fabulinus is the server component of the TitanML Takeoff server. +home: https://truecharts.org/charts/stable/fabulinus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png +keywords: + - fabulinus + - machine-learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fabulinus +sources: + - https://github.com/titanml/takeoff-communitys + - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus + - https://hub.docker.com/r/tytn/fabulinus +type: application +version: 2.7.5 diff --git a/stable/fabulinus/2.7.3/README.md b/stable/fabulinus/2.7.5/README.md similarity index 100% rename from stable/fabulinus/2.7.3/README.md rename to stable/fabulinus/2.7.5/README.md diff --git a/stable/fabulinus/2.7.5/app-changelog.md b/stable/fabulinus/2.7.5/app-changelog.md new file mode 100644 index 00000000000..cf9f89989b0 --- /dev/null +++ b/stable/fabulinus/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fabulinus-2.7.5](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fabulinus/2.7.3/app-readme.md b/stable/fabulinus/2.7.5/app-readme.md similarity index 100% rename from stable/fabulinus/2.7.3/app-readme.md rename to stable/fabulinus/2.7.5/app-readme.md diff --git a/stable/fabulinus/2.7.5/charts/common-20.2.10.tgz b/stable/fabulinus/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fabulinus/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fabulinus/2.7.3/ix_values.yaml b/stable/fabulinus/2.7.5/ix_values.yaml similarity index 100% rename from stable/fabulinus/2.7.3/ix_values.yaml rename to stable/fabulinus/2.7.5/ix_values.yaml diff --git a/stable/fabulinus/2.7.3/questions.yaml b/stable/fabulinus/2.7.5/questions.yaml similarity index 100% rename from stable/fabulinus/2.7.3/questions.yaml rename to stable/fabulinus/2.7.5/questions.yaml diff --git a/stable/factorio/7.7.5/templates/NOTES.txt b/stable/fabulinus/2.7.5/templates/NOTES.txt similarity index 100% rename from stable/factorio/7.7.5/templates/NOTES.txt rename to stable/fabulinus/2.7.5/templates/NOTES.txt diff --git a/stable/fabulinus/2.7.3/templates/common.yaml b/stable/fabulinus/2.7.5/templates/common.yaml similarity index 100% rename from stable/fabulinus/2.7.3/templates/common.yaml rename to stable/fabulinus/2.7.5/templates/common.yaml diff --git a/stable/factorio/7.7.5/values.yaml b/stable/fabulinus/2.7.5/values.yaml similarity index 100% rename from stable/factorio/7.7.5/values.yaml rename to stable/fabulinus/2.7.5/values.yaml diff --git a/stable/factorio/7.7.5/CHANGELOG.md b/stable/factorio/7.7.5/CHANGELOG.md deleted file mode 100644 index d0541f7aa96..00000000000 --- a/stable/factorio/7.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) diff --git a/stable/factorio/7.7.5/Chart.yaml b/stable/factorio/7.7.5/Chart.yaml deleted file mode 100644 index 7b03ace16c1..00000000000 --- a/stable/factorio/7.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A game in which you build and maintain factories. -home: https://truecharts.org/charts/stable/factorio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png -keywords: - - factorio - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: factorio -sources: - - https://github.com/factoriotools/factorio-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/factorio - - https://hub.docker.com/r/factoriotools/factorio -type: application -version: 7.7.5 diff --git a/stable/factorio/7.7.5/app-changelog.md b/stable/factorio/7.7.5/app-changelog.md deleted file mode 100644 index ad7c7a4ee38..00000000000 --- a/stable/factorio/7.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [factorio-7.7.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.5) (2024-03-27) - -### Chore - - - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/factorio/7.7.5/charts/common-20.2.4.tgz b/stable/factorio/7.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/factorio/7.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/factorioservermanager/5.7.3/.helmignore b/stable/factorio/7.7.7/.helmignore similarity index 100% rename from stable/factorioservermanager/5.7.3/.helmignore rename to stable/factorio/7.7.7/.helmignore diff --git a/stable/factorio/7.7.7/CHANGELOG.md b/stable/factorio/7.7.7/CHANGELOG.md new file mode 100644 index 00000000000..6fa1d3e725c --- /dev/null +++ b/stable/factorio/7.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorio-7.7.7](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorio-7.7.6](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorio-7.7.6](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorio-7.7.6](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorio-7.7.6](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.6) (2024-03-27) + +### Chore diff --git a/stable/factorio/7.7.7/Chart.yaml b/stable/factorio/7.7.7/Chart.yaml new file mode 100644 index 00000000000..12dd403482d --- /dev/null +++ b/stable/factorio/7.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game in which you build and maintain factories. +home: https://truecharts.org/charts/stable/factorio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png +keywords: + - factorio + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorio +sources: + - https://github.com/factoriotools/factorio-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/factorio + - https://hub.docker.com/r/factoriotools/factorio +type: application +version: 7.7.7 diff --git a/stable/factorio/7.7.5/README.md b/stable/factorio/7.7.7/README.md similarity index 100% rename from stable/factorio/7.7.5/README.md rename to stable/factorio/7.7.7/README.md diff --git a/stable/factorio/7.7.7/app-changelog.md b/stable/factorio/7.7.7/app-changelog.md new file mode 100644 index 00000000000..f773496ec92 --- /dev/null +++ b/stable/factorio/7.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [factorio-7.7.7](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/factorio/7.7.5/app-readme.md b/stable/factorio/7.7.7/app-readme.md similarity index 100% rename from stable/factorio/7.7.5/app-readme.md rename to stable/factorio/7.7.7/app-readme.md diff --git a/stable/factorio/7.7.7/charts/common-20.2.10.tgz b/stable/factorio/7.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/factorio/7.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/factorio/7.7.5/ix_values.yaml b/stable/factorio/7.7.7/ix_values.yaml similarity index 100% rename from stable/factorio/7.7.5/ix_values.yaml rename to stable/factorio/7.7.7/ix_values.yaml diff --git a/stable/factorio/7.7.5/questions.yaml b/stable/factorio/7.7.7/questions.yaml similarity index 100% rename from stable/factorio/7.7.5/questions.yaml rename to stable/factorio/7.7.7/questions.yaml diff --git a/stable/ferdi-server/11.7.3/templates/NOTES.txt b/stable/factorio/7.7.7/templates/NOTES.txt similarity index 100% rename from stable/ferdi-server/11.7.3/templates/NOTES.txt rename to stable/factorio/7.7.7/templates/NOTES.txt diff --git a/stable/factorio/7.7.5/templates/common.yaml b/stable/factorio/7.7.7/templates/common.yaml similarity index 100% rename from stable/factorio/7.7.5/templates/common.yaml rename to stable/factorio/7.7.7/templates/common.yaml diff --git a/stable/factorioservermanager/5.7.3/values.yaml b/stable/factorio/7.7.7/values.yaml similarity index 100% rename from stable/factorioservermanager/5.7.3/values.yaml rename to stable/factorio/7.7.7/values.yaml diff --git a/stable/factorioservermanager/5.7.3/CHANGELOG.md b/stable/factorioservermanager/5.7.3/CHANGELOG.md deleted file mode 100644 index 6eec6aa0a72..00000000000 --- a/stable/factorioservermanager/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/factorioservermanager/5.7.3/Chart.yaml b/stable/factorioservermanager/5.7.3/Chart.yaml deleted file mode 100644 index b2abc7740aa..00000000000 --- a/stable/factorioservermanager/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "A tool for managing Factorio servers " -home: https://truecharts.org/charts/stable/factorioservermanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png -keywords: - - factorioservermanager - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: factorioservermanager -sources: - - https://github.com/OpenFactorioServerManager/factorio-server-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager - - https://hub.docker.com/r/ofsm/ofsm -type: application -version: 5.7.3 diff --git a/stable/factorioservermanager/5.7.3/app-changelog.md b/stable/factorioservermanager/5.7.3/app-changelog.md deleted file mode 100644 index 8c9446f5649..00000000000 --- a/stable/factorioservermanager/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz b/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/farmos/5.7.3/.helmignore b/stable/factorioservermanager/5.7.5/.helmignore similarity index 100% rename from stable/farmos/5.7.3/.helmignore rename to stable/factorioservermanager/5.7.5/.helmignore diff --git a/stable/factorioservermanager/5.7.5/CHANGELOG.md b/stable/factorioservermanager/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..78955a658f4 --- /dev/null +++ b/stable/factorioservermanager/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorioservermanager-5.7.5](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorioservermanager-5.7.4](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorioservermanager-5.7.4](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorioservermanager-5.7.4](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorioservermanager-5.7.4](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorioservermanager-5.7.4](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/factorioservermanager/5.7.5/Chart.yaml b/stable/factorioservermanager/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d96b254af0d --- /dev/null +++ b/stable/factorioservermanager/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "A tool for managing Factorio servers " +home: https://truecharts.org/charts/stable/factorioservermanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png +keywords: + - factorioservermanager + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorioservermanager +sources: + - https://github.com/OpenFactorioServerManager/factorio-server-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 5.7.5 diff --git a/stable/factorioservermanager/5.7.3/README.md b/stable/factorioservermanager/5.7.5/README.md similarity index 100% rename from stable/factorioservermanager/5.7.3/README.md rename to stable/factorioservermanager/5.7.5/README.md diff --git a/stable/factorioservermanager/5.7.5/app-changelog.md b/stable/factorioservermanager/5.7.5/app-changelog.md new file mode 100644 index 00000000000..484c0f86485 --- /dev/null +++ b/stable/factorioservermanager/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [factorioservermanager-5.7.5](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/factorioservermanager/5.7.3/app-readme.md b/stable/factorioservermanager/5.7.5/app-readme.md similarity index 100% rename from stable/factorioservermanager/5.7.3/app-readme.md rename to stable/factorioservermanager/5.7.5/app-readme.md diff --git a/stable/factorioservermanager/5.7.5/charts/common-20.2.10.tgz b/stable/factorioservermanager/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/factorioservermanager/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/factorioservermanager/5.7.3/ix_values.yaml b/stable/factorioservermanager/5.7.5/ix_values.yaml similarity index 100% rename from stable/factorioservermanager/5.7.3/ix_values.yaml rename to stable/factorioservermanager/5.7.5/ix_values.yaml diff --git a/stable/factorioservermanager/5.7.3/questions.yaml b/stable/factorioservermanager/5.7.5/questions.yaml similarity index 100% rename from stable/factorioservermanager/5.7.3/questions.yaml rename to stable/factorioservermanager/5.7.5/questions.yaml diff --git a/stable/factorioservermanager/5.7.3/templates/common.yaml b/stable/factorioservermanager/5.7.5/templates/common.yaml similarity index 100% rename from stable/factorioservermanager/5.7.3/templates/common.yaml rename to stable/factorioservermanager/5.7.5/templates/common.yaml diff --git a/stable/farmos/5.7.3/values.yaml b/stable/factorioservermanager/5.7.5/values.yaml similarity index 100% rename from stable/farmos/5.7.3/values.yaml rename to stable/factorioservermanager/5.7.5/values.yaml diff --git a/stable/farmos/5.7.3/CHANGELOG.md b/stable/farmos/5.7.3/CHANGELOG.md deleted file mode 100644 index 82b12943b45..00000000000 --- a/stable/farmos/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/farmos/5.7.3/Chart.yaml b/stable/farmos/5.7.3/Chart.yaml deleted file mode 100644 index 157efcdf5de..00000000000 --- a/stable/farmos/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" -home: https://truecharts.org/charts/stable/farmos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png -keywords: - - farmos - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: farmos -sources: - - https://github.com/farmOS/farmOS - - https://github.com/truecharts/charts/tree/master/charts/stable/farmos - - https://hub.docker.com/r/farmos/farmos -type: application -version: 5.7.3 diff --git a/stable/farmos/5.7.3/app-changelog.md b/stable/farmos/5.7.3/app-changelog.md deleted file mode 100644 index 693bd6f3f36..00000000000 --- a/stable/farmos/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/farmos/5.7.3/charts/common-20.2.4.tgz b/stable/farmos/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/farmos/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fastcom-mqtt/5.7.3/.helmignore b/stable/farmos/5.7.5/.helmignore similarity index 100% rename from stable/fastcom-mqtt/5.7.3/.helmignore rename to stable/farmos/5.7.5/.helmignore diff --git a/stable/farmos/5.7.5/CHANGELOG.md b/stable/farmos/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b8a0792dee1 --- /dev/null +++ b/stable/farmos/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [farmos-5.7.5](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [farmos-5.7.4](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [farmos-5.7.4](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [farmos-5.7.4](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [farmos-5.7.4](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [farmos-5.7.4](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/farmos/5.7.5/Chart.yaml b/stable/farmos/5.7.5/Chart.yaml new file mode 100644 index 00000000000..83687269b85 --- /dev/null +++ b/stable/farmos/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" +home: https://truecharts.org/charts/stable/farmos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png +keywords: + - farmos + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: farmos +sources: + - https://github.com/farmOS/farmOS + - https://github.com/truecharts/charts/tree/master/charts/stable/farmos + - https://hub.docker.com/r/farmos/farmos +type: application +version: 5.7.5 diff --git a/stable/farmos/5.7.3/README.md b/stable/farmos/5.7.5/README.md similarity index 100% rename from stable/farmos/5.7.3/README.md rename to stable/farmos/5.7.5/README.md diff --git a/stable/farmos/5.7.5/app-changelog.md b/stable/farmos/5.7.5/app-changelog.md new file mode 100644 index 00000000000..49dde887a4b --- /dev/null +++ b/stable/farmos/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [farmos-5.7.5](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/farmos/5.7.3/app-readme.md b/stable/farmos/5.7.5/app-readme.md similarity index 100% rename from stable/farmos/5.7.3/app-readme.md rename to stable/farmos/5.7.5/app-readme.md diff --git a/stable/farmos/5.7.5/charts/common-20.2.10.tgz b/stable/farmos/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/farmos/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/farmos/5.7.3/ix_values.yaml b/stable/farmos/5.7.5/ix_values.yaml similarity index 100% rename from stable/farmos/5.7.3/ix_values.yaml rename to stable/farmos/5.7.5/ix_values.yaml diff --git a/stable/farmos/5.7.3/questions.yaml b/stable/farmos/5.7.5/questions.yaml similarity index 100% rename from stable/farmos/5.7.3/questions.yaml rename to stable/farmos/5.7.5/questions.yaml diff --git a/stable/farmos/5.7.3/templates/common.yaml b/stable/farmos/5.7.5/templates/common.yaml similarity index 100% rename from stable/farmos/5.7.3/templates/common.yaml rename to stable/farmos/5.7.5/templates/common.yaml diff --git a/stable/fastcom-mqtt/5.7.3/values.yaml b/stable/farmos/5.7.5/values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.7.3/values.yaml rename to stable/farmos/5.7.5/values.yaml diff --git a/stable/fastcom-mqtt/5.7.3/CHANGELOG.md b/stable/fastcom-mqtt/5.7.3/CHANGELOG.md deleted file mode 100644 index 9e1d879c6e3..00000000000 --- a/stable/fastcom-mqtt/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fastcom-mqtt/5.7.3/Chart.yaml b/stable/fastcom-mqtt/5.7.3/Chart.yaml deleted file mode 100644 index 466847dcab2..00000000000 --- a/stable/fastcom-mqtt/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Chart Chart with Fast.com CLI sending data directly to MQTT Broker -home: https://truecharts.org/charts/stable/fastcom-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png -keywords: - - fastcom-mqtt - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fastcom-mqtt -sources: - - https://github.com/simonjenny/fastcom-mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt - - https://hub.docker.com/r/simonjenny/fastcom-mqtt -type: application -version: 5.7.3 diff --git a/stable/fastcom-mqtt/5.7.3/app-changelog.md b/stable/fastcom-mqtt/5.7.3/app-changelog.md deleted file mode 100644 index 377fbff1a2b..00000000000 --- a/stable/fastcom-mqtt/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz b/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fenrus/5.7.3/.helmignore b/stable/fastcom-mqtt/5.7.5/.helmignore similarity index 100% rename from stable/fenrus/5.7.3/.helmignore rename to stable/fastcom-mqtt/5.7.5/.helmignore diff --git a/stable/fastcom-mqtt/5.7.5/CHANGELOG.md b/stable/fastcom-mqtt/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..71f418c50f2 --- /dev/null +++ b/stable/fastcom-mqtt/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fastcom-mqtt-5.7.5](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fastcom-mqtt-5.7.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fastcom-mqtt-5.7.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fastcom-mqtt-5.7.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fastcom-mqtt-5.7.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fastcom-mqtt-5.7.4](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.7.5/Chart.yaml b/stable/fastcom-mqtt/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f36cfca7ae4 --- /dev/null +++ b/stable/fastcom-mqtt/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Chart Chart with Fast.com CLI sending data directly to MQTT Broker +home: https://truecharts.org/charts/stable/fastcom-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png +keywords: + - fastcom-mqtt + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fastcom-mqtt +sources: + - https://github.com/simonjenny/fastcom-mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt + - https://hub.docker.com/r/simonjenny/fastcom-mqtt +type: application +version: 5.7.5 diff --git a/stable/fastcom-mqtt/5.7.3/README.md b/stable/fastcom-mqtt/5.7.5/README.md similarity index 100% rename from stable/fastcom-mqtt/5.7.3/README.md rename to stable/fastcom-mqtt/5.7.5/README.md diff --git a/stable/fastcom-mqtt/5.7.5/app-changelog.md b/stable/fastcom-mqtt/5.7.5/app-changelog.md new file mode 100644 index 00000000000..18a9a1f6d73 --- /dev/null +++ b/stable/fastcom-mqtt/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fastcom-mqtt-5.7.5](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.7.3/app-readme.md b/stable/fastcom-mqtt/5.7.5/app-readme.md similarity index 100% rename from stable/fastcom-mqtt/5.7.3/app-readme.md rename to stable/fastcom-mqtt/5.7.5/app-readme.md diff --git a/stable/fastcom-mqtt/5.7.5/charts/common-20.2.10.tgz b/stable/fastcom-mqtt/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fastcom-mqtt/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fastcom-mqtt/5.7.3/ix_values.yaml b/stable/fastcom-mqtt/5.7.5/ix_values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.7.3/ix_values.yaml rename to stable/fastcom-mqtt/5.7.5/ix_values.yaml diff --git a/stable/fastcom-mqtt/5.7.3/questions.yaml b/stable/fastcom-mqtt/5.7.5/questions.yaml similarity index 100% rename from stable/fastcom-mqtt/5.7.3/questions.yaml rename to stable/fastcom-mqtt/5.7.5/questions.yaml diff --git a/stable/fastcom-mqtt/5.7.3/templates/common.yaml b/stable/fastcom-mqtt/5.7.5/templates/common.yaml similarity index 100% rename from stable/fastcom-mqtt/5.7.3/templates/common.yaml rename to stable/fastcom-mqtt/5.7.5/templates/common.yaml diff --git a/stable/fenrus/5.7.3/values.yaml b/stable/fastcom-mqtt/5.7.5/values.yaml similarity index 100% rename from stable/fenrus/5.7.3/values.yaml rename to stable/fastcom-mqtt/5.7.5/values.yaml diff --git a/stable/fenrus/5.7.3/CHANGELOG.md b/stable/fenrus/5.7.3/CHANGELOG.md deleted file mode 100644 index 3a9ec8963a8..00000000000 --- a/stable/fenrus/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fenrus/5.7.3/Chart.yaml b/stable/fenrus/5.7.3/Chart.yaml deleted file mode 100644 index 02da558b871..00000000000 --- a/stable/fenrus/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Fenrus is a home page / personal dashboard with smart apps. \n" -home: https://truecharts.org/charts/stable/fenrus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png -keywords: - - fenrus - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fenrus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus - - https://hub.docker.com/r/revenz/fenrus -type: application -version: 5.7.3 diff --git a/stable/fenrus/5.7.3/app-changelog.md b/stable/fenrus/5.7.3/app-changelog.md deleted file mode 100644 index ad64e0c1a3f..00000000000 --- a/stable/fenrus/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fenrus/5.7.3/charts/common-20.2.4.tgz b/stable/fenrus/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fenrus/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.7.3/.helmignore b/stable/fenrus/5.7.5/.helmignore similarity index 100% rename from stable/ferdi-server/11.7.3/.helmignore rename to stable/fenrus/5.7.5/.helmignore diff --git a/stable/fenrus/5.7.5/CHANGELOG.md b/stable/fenrus/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1559d45bc57 --- /dev/null +++ b/stable/fenrus/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fenrus-5.7.5](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fenrus-5.7.4](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fenrus-5.7.4](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fenrus-5.7.4](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fenrus-5.7.4](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fenrus-5.7.4](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fenrus/5.7.5/Chart.yaml b/stable/fenrus/5.7.5/Chart.yaml new file mode 100644 index 00000000000..96776f44fb7 --- /dev/null +++ b/stable/fenrus/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Fenrus is a home page / personal dashboard with smart apps. \n" +home: https://truecharts.org/charts/stable/fenrus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png +keywords: + - fenrus + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fenrus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus + - https://hub.docker.com/r/revenz/fenrus +type: application +version: 5.7.5 diff --git a/stable/fenrus/5.7.3/README.md b/stable/fenrus/5.7.5/README.md similarity index 100% rename from stable/fenrus/5.7.3/README.md rename to stable/fenrus/5.7.5/README.md diff --git a/stable/fenrus/5.7.5/app-changelog.md b/stable/fenrus/5.7.5/app-changelog.md new file mode 100644 index 00000000000..10f75137fb9 --- /dev/null +++ b/stable/fenrus/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fenrus-5.7.5](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fenrus/5.7.3/app-readme.md b/stable/fenrus/5.7.5/app-readme.md similarity index 100% rename from stable/fenrus/5.7.3/app-readme.md rename to stable/fenrus/5.7.5/app-readme.md diff --git a/stable/fenrus/5.7.5/charts/common-20.2.10.tgz b/stable/fenrus/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fenrus/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fenrus/5.7.3/ix_values.yaml b/stable/fenrus/5.7.5/ix_values.yaml similarity index 100% rename from stable/fenrus/5.7.3/ix_values.yaml rename to stable/fenrus/5.7.5/ix_values.yaml diff --git a/stable/fenrus/5.7.3/questions.yaml b/stable/fenrus/5.7.5/questions.yaml similarity index 100% rename from stable/fenrus/5.7.3/questions.yaml rename to stable/fenrus/5.7.5/questions.yaml diff --git a/stable/fenrus/5.7.3/templates/common.yaml b/stable/fenrus/5.7.5/templates/common.yaml similarity index 100% rename from stable/fenrus/5.7.3/templates/common.yaml rename to stable/fenrus/5.7.5/templates/common.yaml diff --git a/stable/ferdi-server/11.7.3/values.yaml b/stable/fenrus/5.7.5/values.yaml similarity index 100% rename from stable/ferdi-server/11.7.3/values.yaml rename to stable/fenrus/5.7.5/values.yaml diff --git a/stable/ferdi-server/11.7.3/CHANGELOG.md b/stable/ferdi-server/11.7.3/CHANGELOG.md deleted file mode 100644 index 1d4edbc592c..00000000000 --- a/stable/ferdi-server/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ferdi-server/11.7.3/Chart.yaml b/stable/ferdi-server/11.7.3/Chart.yaml deleted file mode 100644 index f7b5eda5a59..00000000000 --- a/stable/ferdi-server/11.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Server for Ferdi that you can re-use to run your own -home: https://truecharts.org/charts/stable/ferdi-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png -keywords: - - ferdi -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ferdi-server -sources: - - https://github.com/getferdi/server - - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - - https://hub.docker.com/r/getferdi/ferdi-server -type: application -version: 11.7.3 diff --git a/stable/ferdi-server/11.7.3/app-changelog.md b/stable/ferdi-server/11.7.3/app-changelog.md deleted file mode 100644 index ad0e6be8f95..00000000000 --- a/stable/ferdi-server/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz b/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/.helmignore b/stable/ferdi-server/11.7.5/.helmignore similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/.helmignore rename to stable/ferdi-server/11.7.5/.helmignore diff --git a/stable/ferdi-server/11.7.5/CHANGELOG.md b/stable/ferdi-server/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c0b0ab7b2dc --- /dev/null +++ b/stable/ferdi-server/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ferdi-server-11.7.5](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ferdi-server-11.7.4](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ferdi-server-11.7.4](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ferdi-server-11.7.4](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ferdi-server-11.7.4](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ferdi-server-11.7.4](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ferdi-server/11.7.5/Chart.yaml b/stable/ferdi-server/11.7.5/Chart.yaml new file mode 100644 index 00000000000..5ccc6ff096a --- /dev/null +++ b/stable/ferdi-server/11.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Server for Ferdi that you can re-use to run your own +home: https://truecharts.org/charts/stable/ferdi-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png +keywords: + - ferdi +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ferdi-server +sources: + - https://github.com/getferdi/server + - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server + - https://hub.docker.com/r/getferdi/ferdi-server +type: application +version: 11.7.5 diff --git a/stable/ferdi-server/11.7.3/README.md b/stable/ferdi-server/11.7.5/README.md similarity index 100% rename from stable/ferdi-server/11.7.3/README.md rename to stable/ferdi-server/11.7.5/README.md diff --git a/stable/ferdi-server/11.7.5/app-changelog.md b/stable/ferdi-server/11.7.5/app-changelog.md new file mode 100644 index 00000000000..4f25eb928d6 --- /dev/null +++ b/stable/ferdi-server/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ferdi-server-11.7.5](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ferdi-server/11.7.3/app-readme.md b/stable/ferdi-server/11.7.5/app-readme.md similarity index 100% rename from stable/ferdi-server/11.7.3/app-readme.md rename to stable/ferdi-server/11.7.5/app-readme.md diff --git a/stable/ferdi-server/11.7.5/charts/common-20.2.10.tgz b/stable/ferdi-server/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ferdi-server/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ferdi-server/11.7.3/ix_values.yaml b/stable/ferdi-server/11.7.5/ix_values.yaml similarity index 100% rename from stable/ferdi-server/11.7.3/ix_values.yaml rename to stable/ferdi-server/11.7.5/ix_values.yaml diff --git a/stable/ferdi-server/11.7.3/questions.yaml b/stable/ferdi-server/11.7.5/questions.yaml similarity index 100% rename from stable/ferdi-server/11.7.3/questions.yaml rename to stable/ferdi-server/11.7.5/questions.yaml diff --git a/stable/filebot/9.7.3/templates/NOTES.txt b/stable/ferdi-server/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/filebot/9.7.3/templates/NOTES.txt rename to stable/ferdi-server/11.7.5/templates/NOTES.txt diff --git a/stable/ferdi-server/11.7.3/templates/_secrets.tpl b/stable/ferdi-server/11.7.5/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/11.7.3/templates/_secrets.tpl rename to stable/ferdi-server/11.7.5/templates/_secrets.tpl diff --git a/stable/ferdi-server/11.7.3/templates/common.yaml b/stable/ferdi-server/11.7.5/templates/common.yaml similarity index 100% rename from stable/ferdi-server/11.7.3/templates/common.yaml rename to stable/ferdi-server/11.7.5/templates/common.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/values.yaml b/stable/ferdi-server/11.7.5/values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/values.yaml rename to stable/ferdi-server/11.7.5/values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md deleted file mode 100644 index 53c92041aa9..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml deleted file mode 100644 index 28ca3340e0a..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Chart Chart designed to watch a directory and encode media files. -home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png -keywords: - - ffmpeg-mkvdts2ac3 - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ffmpeg-mkvdts2ac3 -sources: - - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 - - https://hub.docker.com/r/snoopy86/ffmpeg -type: application -version: 5.7.3 diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md deleted file mode 100644 index c5ed38e9688..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz b/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/filebot/9.7.3/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.7.5/.helmignore similarity index 100% rename from stable/filebot/9.7.3/.helmignore rename to stable/ffmpeg-mkvdts2ac3/5.7.5/.helmignore diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.5/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..13ed4d26036 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ffmpeg-mkvdts2ac3-5.7.5](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ffmpeg-mkvdts2ac3-5.7.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ffmpeg-mkvdts2ac3-5.7.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ffmpeg-mkvdts2ac3-5.7.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ffmpeg-mkvdts2ac3-5.7.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ffmpeg-mkvdts2ac3-5.7.4](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.5/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..876036e63b2 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Chart Chart designed to watch a directory and encode media files. +home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png +keywords: + - ffmpeg-mkvdts2ac3 + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ffmpeg-mkvdts2ac3 +sources: + - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 + - https://hub.docker.com/r/snoopy86/ffmpeg +type: application +version: 5.7.5 diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/README.md b/stable/ffmpeg-mkvdts2ac3/5.7.5/README.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/README.md rename to stable/ffmpeg-mkvdts2ac3/5.7.5/README.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.5/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..1aa4d737b31 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ffmpeg-mkvdts2ac3-5.7.5](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.7.5/app-readme.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/app-readme.md rename to stable/ffmpeg-mkvdts2ac3/5.7.5/app-readme.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.5/charts/common-20.2.10.tgz b/stable/ffmpeg-mkvdts2ac3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.5/ix_values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/ix_values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.5/ix_values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.5/questions.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/questions.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.5/questions.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.5/templates/common.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.7.3/templates/common.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.5/templates/common.yaml diff --git a/stable/filebot/9.7.3/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.5/values.yaml similarity index 100% rename from stable/filebot/9.7.3/values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.5/values.yaml diff --git a/stable/filebot/9.7.3/CHANGELOG.md b/stable/filebot/9.7.3/CHANGELOG.md deleted file mode 100644 index 7e686cb942e..00000000000 --- a/stable/filebot/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/filebot/9.7.3/Chart.yaml b/stable/filebot/9.7.3/Chart.yaml deleted file mode 100644 index f38028409d9..00000000000 --- a/stable/filebot/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. -home: https://truecharts.org/charts/stable/filebot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png -keywords: - - media - - filebot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filebot -sources: - - https://github.com/jlesage/docker-filebot - - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - - https://hub.docker.com/r/jlesage/filebot -type: application -version: 9.7.3 diff --git a/stable/filebot/9.7.3/app-changelog.md b/stable/filebot/9.7.3/app-changelog.md deleted file mode 100644 index 512ed1693d1..00000000000 --- a/stable/filebot/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/filebot/9.7.3/charts/common-20.2.4.tgz b/stable/filebot/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/filebot/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/filebrowser/9.7.3/.helmignore b/stable/filebot/9.7.5/.helmignore similarity index 100% rename from stable/filebrowser/9.7.3/.helmignore rename to stable/filebot/9.7.5/.helmignore diff --git a/stable/filebot/9.7.5/CHANGELOG.md b/stable/filebot/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0c30d766b89 --- /dev/null +++ b/stable/filebot/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebot-9.7.5](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebot-9.7.4](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebot-9.7.4](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebot-9.7.4](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebot-9.7.4](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebot-9.7.4](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/filebot/9.7.5/Chart.yaml b/stable/filebot/9.7.5/Chart.yaml new file mode 100644 index 00000000000..1408235329d --- /dev/null +++ b/stable/filebot/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. +home: https://truecharts.org/charts/stable/filebot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png +keywords: + - media + - filebot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebot +sources: + - https://github.com/jlesage/docker-filebot + - https://github.com/truecharts/charts/tree/master/charts/stable/filebot + - https://hub.docker.com/r/jlesage/filebot +type: application +version: 9.7.5 diff --git a/stable/filebot/9.7.3/README.md b/stable/filebot/9.7.5/README.md similarity index 100% rename from stable/filebot/9.7.3/README.md rename to stable/filebot/9.7.5/README.md diff --git a/stable/filebot/9.7.5/app-changelog.md b/stable/filebot/9.7.5/app-changelog.md new file mode 100644 index 00000000000..06877d620d2 --- /dev/null +++ b/stable/filebot/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [filebot-9.7.5](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/filebot/9.7.3/app-readme.md b/stable/filebot/9.7.5/app-readme.md similarity index 100% rename from stable/filebot/9.7.3/app-readme.md rename to stable/filebot/9.7.5/app-readme.md diff --git a/stable/filebot/9.7.5/charts/common-20.2.10.tgz b/stable/filebot/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/filebot/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/filebot/9.7.3/ix_values.yaml b/stable/filebot/9.7.5/ix_values.yaml similarity index 100% rename from stable/filebot/9.7.3/ix_values.yaml rename to stable/filebot/9.7.5/ix_values.yaml diff --git a/stable/filebot/9.7.3/questions.yaml b/stable/filebot/9.7.5/questions.yaml similarity index 100% rename from stable/filebot/9.7.3/questions.yaml rename to stable/filebot/9.7.5/questions.yaml diff --git a/stable/filebrowser/9.7.3/templates/NOTES.txt b/stable/filebot/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/9.7.3/templates/NOTES.txt rename to stable/filebot/9.7.5/templates/NOTES.txt diff --git a/stable/filebot/9.7.3/templates/common.yaml b/stable/filebot/9.7.5/templates/common.yaml similarity index 100% rename from stable/filebot/9.7.3/templates/common.yaml rename to stable/filebot/9.7.5/templates/common.yaml diff --git a/stable/filebrowser/9.7.3/values.yaml b/stable/filebot/9.7.5/values.yaml similarity index 100% rename from stable/filebrowser/9.7.3/values.yaml rename to stable/filebot/9.7.5/values.yaml diff --git a/stable/filebrowser/9.7.3/CHANGELOG.md b/stable/filebrowser/9.7.3/CHANGELOG.md deleted file mode 100644 index 03d987a97fe..00000000000 --- a/stable/filebrowser/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/filebrowser/9.7.3/Chart.yaml b/stable/filebrowser/9.7.3/Chart.yaml deleted file mode 100644 index 181466dbed6..00000000000 --- a/stable/filebrowser/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.27.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Filebrowser provides a file managing interface within a specified directory -home: https://truecharts.org/charts/stable/filebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png -keywords: - - filebrowser -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filebrowser -sources: - - https://filebrowser.org/cli/filebrowser - - https://github.com/filebrowser/filebrowser - - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser - - https://hub.docker.com/r/filebrowser/filebrowser -type: application -version: 9.7.3 diff --git a/stable/filebrowser/9.7.3/app-changelog.md b/stable/filebrowser/9.7.3/app-changelog.md deleted file mode 100644 index 8110a18e84d..00000000000 --- a/stable/filebrowser/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz b/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fileflows/10.8.10/.helmignore b/stable/filebrowser/9.7.5/.helmignore similarity index 100% rename from stable/fileflows/10.8.10/.helmignore rename to stable/filebrowser/9.7.5/.helmignore diff --git a/stable/filebrowser/9.7.5/CHANGELOG.md b/stable/filebrowser/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9f51db968d7 --- /dev/null +++ b/stable/filebrowser/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebrowser-9.7.5](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebrowser-9.7.4](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebrowser-9.7.4](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebrowser-9.7.4](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebrowser-9.7.4](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [filebrowser-9.7.4](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/filebrowser/9.7.5/Chart.yaml b/stable/filebrowser/9.7.5/Chart.yaml new file mode 100644 index 00000000000..a16539452e7 --- /dev/null +++ b/stable/filebrowser/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Filebrowser provides a file managing interface within a specified directory +home: https://truecharts.org/charts/stable/filebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png +keywords: + - filebrowser +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebrowser +sources: + - https://filebrowser.org/cli/filebrowser + - https://github.com/filebrowser/filebrowser + - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser + - https://hub.docker.com/r/filebrowser/filebrowser +type: application +version: 9.7.5 diff --git a/stable/filebrowser/9.7.3/README.md b/stable/filebrowser/9.7.5/README.md similarity index 100% rename from stable/filebrowser/9.7.3/README.md rename to stable/filebrowser/9.7.5/README.md diff --git a/stable/filebrowser/9.7.5/app-changelog.md b/stable/filebrowser/9.7.5/app-changelog.md new file mode 100644 index 00000000000..6a6a1bdb15f --- /dev/null +++ b/stable/filebrowser/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [filebrowser-9.7.5](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/filebrowser/9.7.3/app-readme.md b/stable/filebrowser/9.7.5/app-readme.md similarity index 100% rename from stable/filebrowser/9.7.3/app-readme.md rename to stable/filebrowser/9.7.5/app-readme.md diff --git a/stable/filebrowser/9.7.5/charts/common-20.2.10.tgz b/stable/filebrowser/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/filebrowser/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/filebrowser/9.7.3/ix_values.yaml b/stable/filebrowser/9.7.5/ix_values.yaml similarity index 100% rename from stable/filebrowser/9.7.3/ix_values.yaml rename to stable/filebrowser/9.7.5/ix_values.yaml diff --git a/stable/filebrowser/9.7.3/questions.yaml b/stable/filebrowser/9.7.5/questions.yaml similarity index 100% rename from stable/filebrowser/9.7.3/questions.yaml rename to stable/filebrowser/9.7.5/questions.yaml diff --git a/stable/fileflows/10.8.10/templates/NOTES.txt b/stable/filebrowser/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/fileflows/10.8.10/templates/NOTES.txt rename to stable/filebrowser/9.7.5/templates/NOTES.txt diff --git a/stable/filebrowser/9.7.3/templates/common.yaml b/stable/filebrowser/9.7.5/templates/common.yaml similarity index 100% rename from stable/filebrowser/9.7.3/templates/common.yaml rename to stable/filebrowser/9.7.5/templates/common.yaml diff --git a/stable/fileflows/10.8.10/values.yaml b/stable/filebrowser/9.7.5/values.yaml similarity index 100% rename from stable/fileflows/10.8.10/values.yaml rename to stable/filebrowser/9.7.5/values.yaml diff --git a/stable/fileflows/10.8.10/CHANGELOG.md b/stable/fileflows/10.8.10/CHANGELOG.md deleted file mode 100644 index da3c48813de..00000000000 --- a/stable/fileflows/10.8.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fileflows-10.8.10](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.10) (2024-03-29) - -### Chore - - - -- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) - -- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) - -- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) - -- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileflows-10.8.10](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.10) (2024-03-29) - -### Chore - - - -- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) - -- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) - -- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) - -- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileflows-10.8.9](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.9) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) - -- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) - -- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) - -- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileflows-10.8.9](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.9) (2024-03-28) - -### Chore - diff --git a/stable/fileflows/10.8.10/Chart.yaml b/stable/fileflows/10.8.10/Chart.yaml deleted file mode 100644 index c5a2946c368..00000000000 --- a/stable/fileflows/10.8.10/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.03.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An application that lets you automatically process files through a simple rule flow. -home: https://truecharts.org/charts/stable/fileflows -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png -keywords: - - fileflows -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fileflows -sources: - - https://github.com/revenz/FileFlows - - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - - https://hub.docker.com/r/revenz/fileflows -type: application -version: 10.8.10 diff --git a/stable/fileflows/10.8.10/app-changelog.md b/stable/fileflows/10.8.10/app-changelog.md deleted file mode 100644 index 705f3e40761..00000000000 --- a/stable/fileflows/10.8.10/app-changelog.md +++ /dev/null @@ -1,29 +0,0 @@ - - -## [fileflows-10.8.10](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.10) (2024-03-29) - -### Chore - - - -- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) - -- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) - -- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) - -- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fileflows/10.8.10/charts/common-20.2.9.tgz b/stable/fileflows/10.8.10/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/fileflows/10.8.10/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/fileflows/10.8.10/ix_values.yaml b/stable/fileflows/10.8.10/ix_values.yaml deleted file mode 100644 index b5a1f5ed2fe..00000000000 --- a/stable/fileflows/10.8.10/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: revenz/fileflows - tag: 24.03@sha256:5a9b38062588fe2eafb8c7b7cfe0aebbcf9903c23529ff6cf59bfb7ff2271500 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: {} -service: - main: - ports: - main: - port: 10242 - targetPort: 5000 -persistence: - data: - enabled: true - mountPath: /app/Data - logs: - enabled: true - mountPath: /app/Logs - temp: - enabled: true - mountPath: /temp - media: - enabled: true - mountPath: /media -portal: - open: - enabled: true diff --git a/stable/fileshelter/6.8.3/.helmignore b/stable/fileflows/10.8.12/.helmignore similarity index 100% rename from stable/fileshelter/6.8.3/.helmignore rename to stable/fileflows/10.8.12/.helmignore diff --git a/stable/fileflows/10.8.12/CHANGELOG.md b/stable/fileflows/10.8.12/CHANGELOG.md new file mode 100644 index 00000000000..9280f2d96e4 --- /dev/null +++ b/stable/fileflows/10.8.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileflows-10.8.12](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image revenz/fileflows to 24.03[@728887d](https://github.com/728887d) by renovate ([#19953](https://github.com/truecharts/charts/issues/19953)) + +- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) + +- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) + +- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) + +- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileflows-10.8.11](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.11) (2024-03-30) + +### Chore + + + +- update container image revenz/fileflows to 24.03[@728887d](https://github.com/728887d) by renovate ([#19953](https://github.com/truecharts/charts/issues/19953)) + +- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) + +- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) + +- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) + +- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileflows-10.8.11](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.11) (2024-03-30) + +### Chore + + + +- update container image revenz/fileflows to 24.03[@728887d](https://github.com/728887d) by renovate ([#19953](https://github.com/truecharts/charts/issues/19953)) + +- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) + +- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) + +- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) + +- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) diff --git a/stable/fileflows/10.8.12/Chart.yaml b/stable/fileflows/10.8.12/Chart.yaml new file mode 100644 index 00000000000..4191186d6b0 --- /dev/null +++ b/stable/fileflows/10.8.12/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.03.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An application that lets you automatically process files through a simple rule flow. +home: https://truecharts.org/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png +keywords: + - fileflows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileflows +sources: + - https://github.com/revenz/FileFlows + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://hub.docker.com/r/revenz/fileflows +type: application +version: 10.8.12 diff --git a/stable/fileflows/10.8.10/README.md b/stable/fileflows/10.8.12/README.md similarity index 100% rename from stable/fileflows/10.8.10/README.md rename to stable/fileflows/10.8.12/README.md diff --git a/stable/fileflows/10.8.12/app-changelog.md b/stable/fileflows/10.8.12/app-changelog.md new file mode 100644 index 00000000000..85d09ca5111 --- /dev/null +++ b/stable/fileflows/10.8.12/app-changelog.md @@ -0,0 +1,33 @@ + + +## [fileflows-10.8.12](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image revenz/fileflows to 24.03[@728887d](https://github.com/728887d) by renovate ([#19953](https://github.com/truecharts/charts/issues/19953)) + +- update container image revenz/fileflows to 24.03[@5a9b380](https://github.com/5a9b380) by renovate ([#19946](https://github.com/truecharts/charts/issues/19946)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image revenz/fileflows to 24.03[@7c8b771](https://github.com/7c8b771) by renovate ([#19848](https://github.com/truecharts/charts/issues/19848)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653)) + +- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626)) + +- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617)) + +- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fileflows/10.8.10/app-readme.md b/stable/fileflows/10.8.12/app-readme.md similarity index 100% rename from stable/fileflows/10.8.10/app-readme.md rename to stable/fileflows/10.8.12/app-readme.md diff --git a/stable/fileflows/10.8.12/charts/common-20.2.10.tgz b/stable/fileflows/10.8.12/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fileflows/10.8.12/charts/common-20.2.10.tgz differ diff --git a/stable/fileflows/10.8.12/ix_values.yaml b/stable/fileflows/10.8.12/ix_values.yaml new file mode 100644 index 00000000000..39e9dc40ba9 --- /dev/null +++ b/stable/fileflows/10.8.12/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: revenz/fileflows + tag: 24.03@sha256:728887d17fb4c20698d4e2a860a562757b5a19355e4b97cbf20c77bda9062775 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} +service: + main: + ports: + main: + port: 10242 + targetPort: 5000 +persistence: + data: + enabled: true + mountPath: /app/Data + logs: + enabled: true + mountPath: /app/Logs + temp: + enabled: true + mountPath: /temp + media: + enabled: true + mountPath: /media +portal: + open: + enabled: true diff --git a/stable/fileflows/10.8.10/questions.yaml b/stable/fileflows/10.8.12/questions.yaml similarity index 100% rename from stable/fileflows/10.8.10/questions.yaml rename to stable/fileflows/10.8.12/questions.yaml diff --git a/stable/filestash/6.7.3/templates/NOTES.txt b/stable/fileflows/10.8.12/templates/NOTES.txt similarity index 100% rename from stable/filestash/6.7.3/templates/NOTES.txt rename to stable/fileflows/10.8.12/templates/NOTES.txt diff --git a/stable/fileflows/10.8.10/templates/common.yaml b/stable/fileflows/10.8.12/templates/common.yaml similarity index 100% rename from stable/fileflows/10.8.10/templates/common.yaml rename to stable/fileflows/10.8.12/templates/common.yaml diff --git a/stable/fileshelter/6.8.3/values.yaml b/stable/fileflows/10.8.12/values.yaml similarity index 100% rename from stable/fileshelter/6.8.3/values.yaml rename to stable/fileflows/10.8.12/values.yaml diff --git a/stable/fileshelter/6.8.3/CHANGELOG.md b/stable/fileshelter/6.8.3/CHANGELOG.md deleted file mode 100644 index a30f7706033..00000000000 --- a/stable/fileshelter/6.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fileshelter/6.8.3/Chart.yaml b/stable/fileshelter/6.8.3/Chart.yaml deleted file mode 100644 index 2821baab21f..00000000000 --- a/stable/fileshelter/6.8.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! -home: https://truecharts.org/charts/stable/fileshelter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png -keywords: - - fileshelter - - Cloud - - Tools-Utilities - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fileshelter -sources: - - https://github.com/epoupon/fileshelter - - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter - - https://hub.docker.com/r/epoupon/fileshelter -type: application -version: 6.8.3 diff --git a/stable/fileshelter/6.8.3/app-changelog.md b/stable/fileshelter/6.8.3/app-changelog.md deleted file mode 100644 index 657bda08307..00000000000 --- a/stable/fileshelter/6.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz b/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/filestash/6.7.3/.helmignore b/stable/fileshelter/6.8.5/.helmignore similarity index 100% rename from stable/filestash/6.7.3/.helmignore rename to stable/fileshelter/6.8.5/.helmignore diff --git a/stable/fileshelter/6.8.5/CHANGELOG.md b/stable/fileshelter/6.8.5/CHANGELOG.md new file mode 100644 index 00000000000..29abb185792 --- /dev/null +++ b/stable/fileshelter/6.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileshelter-6.8.5](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileshelter-6.8.4](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileshelter-6.8.4](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileshelter-6.8.4](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileshelter-6.8.4](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fileshelter-6.8.4](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fileshelter/6.8.5/Chart.yaml b/stable/fileshelter/6.8.5/Chart.yaml new file mode 100644 index 00000000000..4e64498ac89 --- /dev/null +++ b/stable/fileshelter/6.8.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! +home: https://truecharts.org/charts/stable/fileshelter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png +keywords: + - fileshelter + - Cloud + - Tools-Utilities + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileshelter +sources: + - https://github.com/epoupon/fileshelter + - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter + - https://hub.docker.com/r/epoupon/fileshelter +type: application +version: 6.8.5 diff --git a/stable/fileshelter/6.8.3/README.md b/stable/fileshelter/6.8.5/README.md similarity index 100% rename from stable/fileshelter/6.8.3/README.md rename to stable/fileshelter/6.8.5/README.md diff --git a/stable/fileshelter/6.8.5/app-changelog.md b/stable/fileshelter/6.8.5/app-changelog.md new file mode 100644 index 00000000000..d40a04067bf --- /dev/null +++ b/stable/fileshelter/6.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fileshelter-6.8.5](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fileshelter/6.8.3/app-readme.md b/stable/fileshelter/6.8.5/app-readme.md similarity index 100% rename from stable/fileshelter/6.8.3/app-readme.md rename to stable/fileshelter/6.8.5/app-readme.md diff --git a/stable/fileshelter/6.8.5/charts/common-20.2.10.tgz b/stable/fileshelter/6.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fileshelter/6.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/fileshelter/6.8.3/ix_values.yaml b/stable/fileshelter/6.8.5/ix_values.yaml similarity index 100% rename from stable/fileshelter/6.8.3/ix_values.yaml rename to stable/fileshelter/6.8.5/ix_values.yaml diff --git a/stable/fileshelter/6.8.3/questions.yaml b/stable/fileshelter/6.8.5/questions.yaml similarity index 100% rename from stable/fileshelter/6.8.3/questions.yaml rename to stable/fileshelter/6.8.5/questions.yaml diff --git a/stable/fileshelter/6.8.3/templates/common.yaml b/stable/fileshelter/6.8.5/templates/common.yaml similarity index 100% rename from stable/fileshelter/6.8.3/templates/common.yaml rename to stable/fileshelter/6.8.5/templates/common.yaml diff --git a/stable/filestash/6.7.3/values.yaml b/stable/fileshelter/6.8.5/values.yaml similarity index 100% rename from stable/filestash/6.7.3/values.yaml rename to stable/fileshelter/6.8.5/values.yaml diff --git a/stable/filestash/6.7.3/CHANGELOG.md b/stable/filestash/6.7.3/CHANGELOG.md deleted file mode 100644 index f6db9835b5d..00000000000 --- a/stable/filestash/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - diff --git a/stable/filestash/6.7.3/Chart.yaml b/stable/filestash/6.7.3/Chart.yaml deleted file mode 100644 index 756abac2d27..00000000000 --- a/stable/filestash/6.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Dropbox-like file manager that let you manage your data anywhere it is located. -home: https://truecharts.org/charts/stable/filestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png -keywords: - - filestash - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filestash -sources: - - https://www.filestash.app/ - - https://github.com/mickael-kerjean/filestash - - https://github.com/truecharts/charts/tree/master/charts/stable/filestash - - https://hub.docker.com/r/machines/filestash -type: application -version: 6.7.3 diff --git a/stable/filestash/6.7.3/app-changelog.md b/stable/filestash/6.7.3/app-changelog.md deleted file mode 100644 index c07eb704d97..00000000000 --- a/stable/filestash/6.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) \ No newline at end of file diff --git a/stable/filestash/6.7.3/charts/common-20.2.4.tgz b/stable/filestash/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/filestash/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/filezilla/11.7.5/.helmignore b/stable/filestash/6.7.5/.helmignore similarity index 100% rename from stable/filezilla/11.7.5/.helmignore rename to stable/filestash/6.7.5/.helmignore diff --git a/stable/filestash/6.7.5/CHANGELOG.md b/stable/filestash/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..06ea573c4bd --- /dev/null +++ b/stable/filestash/6.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filestash-6.7.5](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) + + +## [filestash-6.7.4](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) + + +## [filestash-6.7.4](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) + + +## [filestash-6.7.4](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) + + +## [filestash-6.7.4](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/filestash/6.7.5/Chart.yaml b/stable/filestash/6.7.5/Chart.yaml new file mode 100644 index 00000000000..ab01901dc08 --- /dev/null +++ b/stable/filestash/6.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Dropbox-like file manager that let you manage your data anywhere it is located. +home: https://truecharts.org/charts/stable/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png +keywords: + - filestash + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filestash +sources: + - https://www.filestash.app/ + - https://github.com/mickael-kerjean/filestash + - https://github.com/truecharts/charts/tree/master/charts/stable/filestash + - https://hub.docker.com/r/machines/filestash +type: application +version: 6.7.5 diff --git a/stable/filestash/6.7.3/README.md b/stable/filestash/6.7.5/README.md similarity index 100% rename from stable/filestash/6.7.3/README.md rename to stable/filestash/6.7.5/README.md diff --git a/stable/filestash/6.7.5/app-changelog.md b/stable/filestash/6.7.5/app-changelog.md new file mode 100644 index 00000000000..d66363d7344 --- /dev/null +++ b/stable/filestash/6.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [filestash-6.7.5](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272)) \ No newline at end of file diff --git a/stable/filestash/6.7.3/app-readme.md b/stable/filestash/6.7.5/app-readme.md similarity index 100% rename from stable/filestash/6.7.3/app-readme.md rename to stable/filestash/6.7.5/app-readme.md diff --git a/stable/filestash/6.7.5/charts/common-20.2.10.tgz b/stable/filestash/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/filestash/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/filestash/6.7.3/ix_values.yaml b/stable/filestash/6.7.5/ix_values.yaml similarity index 100% rename from stable/filestash/6.7.3/ix_values.yaml rename to stable/filestash/6.7.5/ix_values.yaml diff --git a/stable/filestash/6.7.3/questions.yaml b/stable/filestash/6.7.5/questions.yaml similarity index 100% rename from stable/filestash/6.7.3/questions.yaml rename to stable/filestash/6.7.5/questions.yaml diff --git a/stable/filezilla/11.7.5/templates/NOTES.txt b/stable/filestash/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/filezilla/11.7.5/templates/NOTES.txt rename to stable/filestash/6.7.5/templates/NOTES.txt diff --git a/stable/filestash/6.7.3/templates/common.yaml b/stable/filestash/6.7.5/templates/common.yaml similarity index 100% rename from stable/filestash/6.7.3/templates/common.yaml rename to stable/filestash/6.7.5/templates/common.yaml diff --git a/stable/filezilla/11.7.5/values.yaml b/stable/filestash/6.7.5/values.yaml similarity index 100% rename from stable/filezilla/11.7.5/values.yaml rename to stable/filestash/6.7.5/values.yaml diff --git a/stable/filezilla/11.7.5/CHANGELOG.md b/stable/filezilla/11.7.5/CHANGELOG.md deleted file mode 100644 index e08a2fc2217..00000000000 --- a/stable/filezilla/11.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/filezilla/11.7.5/Chart.yaml b/stable/filezilla/11.7.5/Chart.yaml deleted file mode 100644 index 2037fd5efad..00000000000 --- a/stable/filezilla/11.7.5/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.66.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Helm chart for Kubernetes -home: https://truecharts.org/charts/stable/filezilla -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png -keywords: - - filezilla - - ftp - - sftp - - ftps - - client -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: filezilla -sources: - - https://github.com/linuxserver/docker-filezilla - - https://filezilla-project.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - - https://ghcr.io/linuxserver/filezilla -type: application -version: 11.7.5 diff --git a/stable/filezilla/11.7.5/app-changelog.md b/stable/filezilla/11.7.5/app-changelog.md deleted file mode 100644 index da6e2c9333c..00000000000 --- a/stable/filezilla/11.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [filezilla-11.7.5](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) \ No newline at end of file diff --git a/stable/filezilla/11.7.5/charts/common-20.2.4.tgz b/stable/filezilla/11.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/filezilla/11.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.8.2/.helmignore b/stable/filezilla/11.7.7/.helmignore similarity index 100% rename from stable/fireflyiii/25.8.2/.helmignore rename to stable/filezilla/11.7.7/.helmignore diff --git a/stable/filezilla/11.7.7/CHANGELOG.md b/stable/filezilla/11.7.7/CHANGELOG.md new file mode 100644 index 00000000000..0d65dad4297 --- /dev/null +++ b/stable/filezilla/11.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filezilla-11.7.7](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) + + +## [filezilla-11.7.6](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) + + +## [filezilla-11.7.6](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) + + +## [filezilla-11.7.6](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/filezilla/11.7.7/Chart.yaml b/stable/filezilla/11.7.7/Chart.yaml new file mode 100644 index 00000000000..a955dae14f5 --- /dev/null +++ b/stable/filezilla/11.7.7/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.66.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Helm chart for Kubernetes +home: https://truecharts.org/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png +keywords: + - filezilla + - ftp + - sftp + - ftps + - client +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filezilla +sources: + - https://github.com/linuxserver/docker-filezilla + - https://filezilla-project.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla + - https://ghcr.io/linuxserver/filezilla +type: application +version: 11.7.7 diff --git a/stable/filezilla/11.7.5/README.md b/stable/filezilla/11.7.7/README.md similarity index 100% rename from stable/filezilla/11.7.5/README.md rename to stable/filezilla/11.7.7/README.md diff --git a/stable/filezilla/11.7.7/app-changelog.md b/stable/filezilla/11.7.7/app-changelog.md new file mode 100644 index 00000000000..98708b13bdc --- /dev/null +++ b/stable/filezilla/11.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [filezilla-11.7.7](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@f483368](https://github.com/f483368) by renovate ([#19796](https://github.com/truecharts/charts/issues/19796)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235)) \ No newline at end of file diff --git a/stable/filezilla/11.7.5/app-readme.md b/stable/filezilla/11.7.7/app-readme.md similarity index 100% rename from stable/filezilla/11.7.5/app-readme.md rename to stable/filezilla/11.7.7/app-readme.md diff --git a/stable/filezilla/11.7.7/charts/common-20.2.10.tgz b/stable/filezilla/11.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/filezilla/11.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/filezilla/11.7.5/ix_values.yaml b/stable/filezilla/11.7.7/ix_values.yaml similarity index 100% rename from stable/filezilla/11.7.5/ix_values.yaml rename to stable/filezilla/11.7.7/ix_values.yaml diff --git a/stable/filezilla/11.7.5/questions.yaml b/stable/filezilla/11.7.7/questions.yaml similarity index 100% rename from stable/filezilla/11.7.5/questions.yaml rename to stable/filezilla/11.7.7/questions.yaml diff --git a/stable/fireflyiii/25.8.2/templates/NOTES.txt b/stable/filezilla/11.7.7/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.8.2/templates/NOTES.txt rename to stable/filezilla/11.7.7/templates/NOTES.txt diff --git a/stable/filezilla/11.7.5/templates/common.yaml b/stable/filezilla/11.7.7/templates/common.yaml similarity index 100% rename from stable/filezilla/11.7.5/templates/common.yaml rename to stable/filezilla/11.7.7/templates/common.yaml diff --git a/stable/fireflyiii/25.8.2/values.yaml b/stable/filezilla/11.7.7/values.yaml similarity index 100% rename from stable/fireflyiii/25.8.2/values.yaml rename to stable/filezilla/11.7.7/values.yaml diff --git a/stable/fireflyiii/25.8.2/CHANGELOG.md b/stable/fireflyiii/25.8.2/CHANGELOG.md deleted file mode 100644 index 81b0b961933..00000000000 --- a/stable/fireflyiii/25.8.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) - -- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) - -- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) - -- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) - -- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) - -- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) - -- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) - -- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) \ No newline at end of file diff --git a/stable/fireflyiii/25.8.2/Chart.yaml b/stable/fireflyiii/25.8.2/Chart.yaml deleted file mode 100644 index ce3f19edc85..00000000000 --- a/stable/fireflyiii/25.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finacial - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.12 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source personal finance manager -home: https://truecharts.org/charts/stable/fireflyiii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png -keywords: - - fireflyiii - - finacial -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fireflyiii -sources: - - https://github.com/firefly-iii/firefly-iii/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - - https://hub.docker.com/r/fireflyiii/core -type: application -version: 25.8.2 diff --git a/stable/fireflyiii/25.8.2/app-changelog.md b/stable/fireflyiii/25.8.2/app-changelog.md deleted file mode 100644 index 93a014e508d..00000000000 --- a/stable/fireflyiii/25.8.2/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) - -- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) - -- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz b/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.7.4/.helmignore b/stable/fireflyiii/25.8.4/.helmignore similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/.helmignore rename to stable/fireflyiii/25.8.4/.helmignore diff --git a/stable/fireflyiii/25.8.4/CHANGELOG.md b/stable/fireflyiii/25.8.4/CHANGELOG.md new file mode 100644 index 00000000000..1f55c830d6c --- /dev/null +++ b/stable/fireflyiii/25.8.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireflyiii-25.8.4](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) + +- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) + +- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [fireflyiii-25.8.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) + +- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) + +- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [fireflyiii-25.8.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) + +- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) + +- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [fireflyiii-25.8.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/fireflyiii/25.8.4/Chart.yaml b/stable/fireflyiii/25.8.4/Chart.yaml new file mode 100644 index 00000000000..8913dd9d93a --- /dev/null +++ b/stable/fireflyiii/25.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finacial + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.12 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source personal finance manager +home: https://truecharts.org/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png +keywords: + - fireflyiii + - finacial +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireflyiii +sources: + - https://github.com/firefly-iii/firefly-iii/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://hub.docker.com/r/fireflyiii/core +type: application +version: 25.8.4 diff --git a/stable/fireflyiii/25.8.2/LICENSE b/stable/fireflyiii/25.8.4/LICENSE similarity index 100% rename from stable/fireflyiii/25.8.2/LICENSE rename to stable/fireflyiii/25.8.4/LICENSE diff --git a/stable/fireflyiii/25.8.2/README.md b/stable/fireflyiii/25.8.4/README.md similarity index 100% rename from stable/fireflyiii/25.8.2/README.md rename to stable/fireflyiii/25.8.4/README.md diff --git a/stable/fireflyiii/25.8.4/app-changelog.md b/stable/fireflyiii/25.8.4/app-changelog.md new file mode 100644 index 00000000000..3fdfb0900bf --- /dev/null +++ b/stable/fireflyiii/25.8.4/app-changelog.md @@ -0,0 +1,29 @@ + + +## [fireflyiii-25.8.4](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593)) + +- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518)) + +- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/fireflyiii/25.8.2/app-readme.md b/stable/fireflyiii/25.8.4/app-readme.md similarity index 100% rename from stable/fireflyiii/25.8.2/app-readme.md rename to stable/fireflyiii/25.8.4/app-readme.md diff --git a/stable/fireflyiii/25.8.4/charts/common-20.2.10.tgz b/stable/fireflyiii/25.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fireflyiii/25.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/fireflyiii/25.8.2/charts/redis-13.2.2.tgz b/stable/fireflyiii/25.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/fireflyiii/25.8.2/charts/redis-13.2.2.tgz rename to stable/fireflyiii/25.8.4/charts/redis-13.2.2.tgz diff --git a/stable/fireflyiii/25.8.2/ix_values.yaml b/stable/fireflyiii/25.8.4/ix_values.yaml similarity index 100% rename from stable/fireflyiii/25.8.2/ix_values.yaml rename to stable/fireflyiii/25.8.4/ix_values.yaml diff --git a/stable/fireflyiii/25.8.2/questions.yaml b/stable/fireflyiii/25.8.4/questions.yaml similarity index 100% rename from stable/fireflyiii/25.8.2/questions.yaml rename to stable/fireflyiii/25.8.4/questions.yaml diff --git a/stable/firefox-syncserver/17.7.3/templates/NOTES.txt b/stable/fireflyiii/25.8.4/templates/NOTES.txt similarity index 100% rename from stable/firefox-syncserver/17.7.3/templates/NOTES.txt rename to stable/fireflyiii/25.8.4/templates/NOTES.txt diff --git a/stable/fireflyiii/25.8.2/templates/_cronjob.tpl b/stable/fireflyiii/25.8.4/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.8.2/templates/_cronjob.tpl rename to stable/fireflyiii/25.8.4/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.8.2/templates/_secrets.tpl b/stable/fireflyiii/25.8.4/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.8.2/templates/_secrets.tpl rename to stable/fireflyiii/25.8.4/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.8.2/templates/common.yaml b/stable/fireflyiii/25.8.4/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.8.2/templates/common.yaml rename to stable/fireflyiii/25.8.4/templates/common.yaml diff --git a/stable/firefox-desktop-g3/5.7.4/values.yaml b/stable/fireflyiii/25.8.4/values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/values.yaml rename to stable/fireflyiii/25.8.4/values.yaml diff --git a/stable/firefox-desktop-g3/5.7.4/CHANGELOG.md b/stable/firefox-desktop-g3/5.7.4/CHANGELOG.md deleted file mode 100644 index 3e947589a91..00000000000 --- a/stable/firefox-desktop-g3/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - diff --git a/stable/firefox-desktop-g3/5.7.4/Chart.yaml b/stable/firefox-desktop-g3/5.7.4/Chart.yaml deleted file mode 100644 index 7dd3acf3809..00000000000 --- a/stable/firefox-desktop-g3/5.7.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/firefox-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png -keywords: - - firefox-desktop-g3 - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 -type: application -version: 5.7.4 diff --git a/stable/firefox-desktop-g3/5.7.4/app-changelog.md b/stable/firefox-desktop-g3/5.7.4/app-changelog.md deleted file mode 100644 index 0924c782c86..00000000000 --- a/stable/firefox-desktop-g3/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [firefox-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox-desktop-g3/5.7.4/charts/common-20.2.9.tgz b/stable/firefox-desktop-g3/5.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/firefox-desktop-g3/5.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.7.4/ix_values.yaml b/stable/firefox-desktop-g3/5.7.4/ix_values.yaml deleted file mode 100644 index 799ee32d354..00000000000 --- a/stable/firefox-desktop-g3/5.7.4/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-firefox-g3 - tag: latest@sha256:40f4918aeef69cc9d43da0b1bf47314e404fe2db5b9894e9ea74a0252c2b8f1d -persistence: - internalshare: - enabled: true - mountPath: /UNRAID_SHARE -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6901 - protocol: http - targetPort: 6901 - webuivnc: - enabled: true - ports: - webuivnc: - enabled: true - port: 5901 - protocol: tcp - targetPort: 5901 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PW: unraid - VNC_RESOLUTION: 1360x768 diff --git a/stable/firefox-syncserver/17.7.3/.helmignore b/stable/firefox-desktop-g3/5.7.6/.helmignore similarity index 100% rename from stable/firefox-syncserver/17.7.3/.helmignore rename to stable/firefox-desktop-g3/5.7.6/.helmignore diff --git a/stable/firefox-desktop-g3/5.7.6/CHANGELOG.md b/stable/firefox-desktop-g3/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..429d5eb61ac --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-desktop-g3-5.7.6](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/firefox-desktop-g3/5.7.6/Chart.yaml b/stable/firefox-desktop-g3/5.7.6/Chart.yaml new file mode 100644 index 00000000000..db7dcb39b7f --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/firefox-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png +keywords: + - firefox-desktop-g3 + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 +type: application +version: 5.7.6 diff --git a/stable/firefox-desktop-g3/5.7.4/README.md b/stable/firefox-desktop-g3/5.7.6/README.md similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/README.md rename to stable/firefox-desktop-g3/5.7.6/README.md diff --git a/stable/firefox-desktop-g3/5.7.6/app-changelog.md b/stable/firefox-desktop-g3/5.7.6/app-changelog.md new file mode 100644 index 00000000000..5ca5a500b59 --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [firefox-desktop-g3-5.7.6](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@d969e16](https://github.com/d969e16) by renovate ([#19930](https://github.com/truecharts/charts/issues/19930)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox-desktop-g3/5.7.4/app-readme.md b/stable/firefox-desktop-g3/5.7.6/app-readme.md similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/app-readme.md rename to stable/firefox-desktop-g3/5.7.6/app-readme.md diff --git a/stable/firefox-desktop-g3/5.7.6/charts/common-20.2.10.tgz b/stable/firefox-desktop-g3/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/firefox-desktop-g3/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/firefox-desktop-g3/5.7.6/ix_values.yaml b/stable/firefox-desktop-g3/5.7.6/ix_values.yaml new file mode 100644 index 00000000000..323a716b911 --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.6/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-firefox-g3 + tag: latest@sha256:d969e16f7d318cfc1b7127aafd83d5fa836a189fced5308463aa115628913b3c +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6901 + protocol: http + targetPort: 6901 + webuivnc: + enabled: true + ports: + webuivnc: + enabled: true + port: 5901 + protocol: tcp + targetPort: 5901 +workload: + main: + podSpec: + containers: + main: + env: + VNC_PW: unraid + VNC_RESOLUTION: 1360x768 diff --git a/stable/firefox-desktop-g3/5.7.4/questions.yaml b/stable/firefox-desktop-g3/5.7.6/questions.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/questions.yaml rename to stable/firefox-desktop-g3/5.7.6/questions.yaml diff --git a/stable/firefox-desktop-g3/5.7.4/templates/common.yaml b/stable/firefox-desktop-g3/5.7.6/templates/common.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.7.4/templates/common.yaml rename to stable/firefox-desktop-g3/5.7.6/templates/common.yaml diff --git a/stable/firefox-syncserver/17.7.3/values.yaml b/stable/firefox-desktop-g3/5.7.6/values.yaml similarity index 100% rename from stable/firefox-syncserver/17.7.3/values.yaml rename to stable/firefox-desktop-g3/5.7.6/values.yaml diff --git a/stable/firefox-syncserver/17.7.3/CHANGELOG.md b/stable/firefox-syncserver/17.7.3/CHANGELOG.md deleted file mode 100644 index 84b7609c1e6..00000000000 --- a/stable/firefox-syncserver/17.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/firefox-syncserver/17.7.3/Chart.yaml b/stable/firefox-syncserver/17.7.3/Chart.yaml deleted file mode 100644 index bdc7747781d..00000000000 --- a/stable/firefox-syncserver/17.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is an all-in-one package for running a self-hosted Firefox Sync server. -home: https://truecharts.org/charts/stable/firefox-syncserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png -keywords: - - server - - sync - - syncserver - - firefox -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox-syncserver -sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver - - https://ghcr.io/crazy-max/firefox-syncserver -type: application -version: 17.7.3 diff --git a/stable/firefox-syncserver/17.7.3/app-changelog.md b/stable/firefox-syncserver/17.7.3/app-changelog.md deleted file mode 100644 index ddcea36155d..00000000000 --- a/stable/firefox-syncserver/17.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz b/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/firefox/13.0.2/.helmignore b/stable/firefox-syncserver/17.7.5/.helmignore similarity index 100% rename from stable/firefox/13.0.2/.helmignore rename to stable/firefox-syncserver/17.7.5/.helmignore diff --git a/stable/firefox-syncserver/17.7.5/CHANGELOG.md b/stable/firefox-syncserver/17.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f728df895fa --- /dev/null +++ b/stable/firefox-syncserver/17.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-syncserver-17.7.5](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-syncserver-17.7.4](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-syncserver-17.7.4](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-syncserver-17.7.4](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-syncserver-17.7.4](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-syncserver-17.7.4](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/firefox-syncserver/17.7.5/Chart.yaml b/stable/firefox-syncserver/17.7.5/Chart.yaml new file mode 100644 index 00000000000..ecde5ee31da --- /dev/null +++ b/stable/firefox-syncserver/17.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is an all-in-one package for running a self-hosted Firefox Sync server. +home: https://truecharts.org/charts/stable/firefox-syncserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png +keywords: + - server + - sync + - syncserver + - firefox +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-syncserver +sources: + - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver + - https://ghcr.io/crazy-max/firefox-syncserver +type: application +version: 17.7.5 diff --git a/stable/firefox-syncserver/17.7.3/README.md b/stable/firefox-syncserver/17.7.5/README.md similarity index 100% rename from stable/firefox-syncserver/17.7.3/README.md rename to stable/firefox-syncserver/17.7.5/README.md diff --git a/stable/firefox-syncserver/17.7.5/app-changelog.md b/stable/firefox-syncserver/17.7.5/app-changelog.md new file mode 100644 index 00000000000..bb68c0d16c2 --- /dev/null +++ b/stable/firefox-syncserver/17.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [firefox-syncserver-17.7.5](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox-syncserver/17.7.3/app-readme.md b/stable/firefox-syncserver/17.7.5/app-readme.md similarity index 100% rename from stable/firefox-syncserver/17.7.3/app-readme.md rename to stable/firefox-syncserver/17.7.5/app-readme.md diff --git a/stable/firefox-syncserver/17.7.5/charts/common-20.2.10.tgz b/stable/firefox-syncserver/17.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/firefox-syncserver/17.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/firefox-syncserver/17.7.3/ix_values.yaml b/stable/firefox-syncserver/17.7.5/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/17.7.3/ix_values.yaml rename to stable/firefox-syncserver/17.7.5/ix_values.yaml diff --git a/stable/firefox-syncserver/17.7.3/questions.yaml b/stable/firefox-syncserver/17.7.5/questions.yaml similarity index 100% rename from stable/firefox-syncserver/17.7.3/questions.yaml rename to stable/firefox-syncserver/17.7.5/questions.yaml diff --git a/stable/firefox/13.0.2/templates/NOTES.txt b/stable/firefox-syncserver/17.7.5/templates/NOTES.txt similarity index 100% rename from stable/firefox/13.0.2/templates/NOTES.txt rename to stable/firefox-syncserver/17.7.5/templates/NOTES.txt diff --git a/stable/firefox-syncserver/17.7.3/templates/common.yaml b/stable/firefox-syncserver/17.7.5/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/17.7.3/templates/common.yaml rename to stable/firefox-syncserver/17.7.5/templates/common.yaml diff --git a/stable/firefox/13.0.2/values.yaml b/stable/firefox-syncserver/17.7.5/values.yaml similarity index 100% rename from stable/firefox/13.0.2/values.yaml rename to stable/firefox-syncserver/17.7.5/values.yaml diff --git a/stable/firefox/13.0.2/CHANGELOG.md b/stable/firefox/13.0.2/CHANGELOG.md deleted file mode 100644 index 27778340ee7..00000000000 --- a/stable/firefox/13.0.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) - -- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) - -- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) - -- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) - -- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - diff --git a/stable/firefox/13.0.2/Chart.yaml b/stable/firefox/13.0.2/Chart.yaml deleted file mode 100644 index d274ddb169c..00000000000 --- a/stable/firefox/13.0.2/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: browser - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 124.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. -home: https://truecharts.org/charts/stable/firefox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png -keywords: - - firefox - - browser -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firefox -sources: - - https://github.com/linuxserver/docker-firefox - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - - https://ghcr.io/linuxserver/firefox -type: application -version: 13.0.2 diff --git a/stable/firefox/13.0.2/app-changelog.md b/stable/firefox/13.0.2/app-changelog.md deleted file mode 100644 index f0141bad667..00000000000 --- a/stable/firefox/13.0.2/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) - -- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox/13.0.2/charts/common-20.2.4.tgz b/stable/firefox/13.0.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/firefox/13.0.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fireshare/6.8.3/.helmignore b/stable/firefox/13.0.4/.helmignore similarity index 100% rename from stable/fireshare/6.8.3/.helmignore rename to stable/firefox/13.0.4/.helmignore diff --git a/stable/firefox/13.0.4/CHANGELOG.md b/stable/firefox/13.0.4/CHANGELOG.md new file mode 100644 index 00000000000..e59b6c63192 --- /dev/null +++ b/stable/firefox/13.0.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-13.0.4](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) + +- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-13.0.3](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) + +- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-13.0.3](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) + +- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firefox-13.0.3](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) + +- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) \ No newline at end of file diff --git a/stable/firefox/13.0.4/Chart.yaml b/stable/firefox/13.0.4/Chart.yaml new file mode 100644 index 00000000000..ad28298e694 --- /dev/null +++ b/stable/firefox/13.0.4/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: browser + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 124.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. +home: https://truecharts.org/charts/stable/firefox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png +keywords: + - firefox + - browser +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox +sources: + - https://github.com/linuxserver/docker-firefox + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox + - https://ghcr.io/linuxserver/firefox +type: application +version: 13.0.4 diff --git a/stable/firefox/13.0.2/README.md b/stable/firefox/13.0.4/README.md similarity index 100% rename from stable/firefox/13.0.2/README.md rename to stable/firefox/13.0.4/README.md diff --git a/stable/firefox/13.0.4/app-changelog.md b/stable/firefox/13.0.4/app-changelog.md new file mode 100644 index 00000000000..65fd62effbb --- /dev/null +++ b/stable/firefox/13.0.4/app-changelog.md @@ -0,0 +1,25 @@ + + +## [firefox-13.0.4](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703)) + +- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firefox/13.0.2/app-readme.md b/stable/firefox/13.0.4/app-readme.md similarity index 100% rename from stable/firefox/13.0.2/app-readme.md rename to stable/firefox/13.0.4/app-readme.md diff --git a/stable/firefox/13.0.4/charts/common-20.2.10.tgz b/stable/firefox/13.0.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/firefox/13.0.4/charts/common-20.2.10.tgz differ diff --git a/stable/firefox/13.0.2/ix_values.yaml b/stable/firefox/13.0.4/ix_values.yaml similarity index 100% rename from stable/firefox/13.0.2/ix_values.yaml rename to stable/firefox/13.0.4/ix_values.yaml diff --git a/stable/firefox/13.0.2/questions.yaml b/stable/firefox/13.0.4/questions.yaml similarity index 100% rename from stable/firefox/13.0.2/questions.yaml rename to stable/firefox/13.0.4/questions.yaml diff --git a/stable/firezone/3.7.3/templates/NOTES.txt b/stable/firefox/13.0.4/templates/NOTES.txt similarity index 100% rename from stable/firezone/3.7.3/templates/NOTES.txt rename to stable/firefox/13.0.4/templates/NOTES.txt diff --git a/stable/firefox/13.0.2/templates/common.yaml b/stable/firefox/13.0.4/templates/common.yaml similarity index 100% rename from stable/firefox/13.0.2/templates/common.yaml rename to stable/firefox/13.0.4/templates/common.yaml diff --git a/stable/fireshare/6.8.3/values.yaml b/stable/firefox/13.0.4/values.yaml similarity index 100% rename from stable/fireshare/6.8.3/values.yaml rename to stable/firefox/13.0.4/values.yaml diff --git a/stable/fireshare/6.8.3/CHANGELOG.md b/stable/fireshare/6.8.3/CHANGELOG.md deleted file mode 100644 index 31bc54f8807..00000000000 --- a/stable/fireshare/6.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fireshare/6.8.3/Chart.yaml b/stable/fireshare/6.8.3/Chart.yaml deleted file mode 100644 index d5e0c7e4cd3..00000000000 --- a/stable/fireshare/6.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.19 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Share your game clips, videos, or other media via unique links. -home: https://truecharts.org/charts/stable/fireshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png -keywords: - - fireshare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fireshare -sources: - - https://github.com/ShaneIsrael/fireshare - - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare - - https://hub.docker.com/r/shaneisrael/fireshare -type: application -version: 6.8.3 diff --git a/stable/fireshare/6.8.3/app-changelog.md b/stable/fireshare/6.8.3/app-changelog.md deleted file mode 100644 index 0353bfa71de..00000000000 --- a/stable/fireshare/6.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fireshare/6.8.3/charts/common-20.2.4.tgz b/stable/fireshare/6.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fireshare/6.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/firezone/3.7.3/.helmignore b/stable/fireshare/6.8.5/.helmignore similarity index 100% rename from stable/firezone/3.7.3/.helmignore rename to stable/fireshare/6.8.5/.helmignore diff --git a/stable/fireshare/6.8.5/CHANGELOG.md b/stable/fireshare/6.8.5/CHANGELOG.md new file mode 100644 index 00000000000..ef24f4928dc --- /dev/null +++ b/stable/fireshare/6.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireshare-6.8.5](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fireshare-6.8.4](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fireshare-6.8.4](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fireshare-6.8.4](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fireshare-6.8.4](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fireshare-6.8.4](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fireshare/6.8.5/Chart.yaml b/stable/fireshare/6.8.5/Chart.yaml new file mode 100644 index 00000000000..6547649fcb7 --- /dev/null +++ b/stable/fireshare/6.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.19 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Share your game clips, videos, or other media via unique links. +home: https://truecharts.org/charts/stable/fireshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png +keywords: + - fireshare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireshare +sources: + - https://github.com/ShaneIsrael/fireshare + - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare + - https://hub.docker.com/r/shaneisrael/fireshare +type: application +version: 6.8.5 diff --git a/stable/fireshare/6.8.3/README.md b/stable/fireshare/6.8.5/README.md similarity index 100% rename from stable/fireshare/6.8.3/README.md rename to stable/fireshare/6.8.5/README.md diff --git a/stable/fireshare/6.8.5/app-changelog.md b/stable/fireshare/6.8.5/app-changelog.md new file mode 100644 index 00000000000..3d216e8a3e6 --- /dev/null +++ b/stable/fireshare/6.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fireshare-6.8.5](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fireshare/6.8.3/app-readme.md b/stable/fireshare/6.8.5/app-readme.md similarity index 100% rename from stable/fireshare/6.8.3/app-readme.md rename to stable/fireshare/6.8.5/app-readme.md diff --git a/stable/fireshare/6.8.5/charts/common-20.2.10.tgz b/stable/fireshare/6.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fireshare/6.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/fireshare/6.8.3/ix_values.yaml b/stable/fireshare/6.8.5/ix_values.yaml similarity index 100% rename from stable/fireshare/6.8.3/ix_values.yaml rename to stable/fireshare/6.8.5/ix_values.yaml diff --git a/stable/fireshare/6.8.3/questions.yaml b/stable/fireshare/6.8.5/questions.yaml similarity index 100% rename from stable/fireshare/6.8.3/questions.yaml rename to stable/fireshare/6.8.5/questions.yaml diff --git a/stable/fireshare/6.8.3/templates/_secrets.tpl b/stable/fireshare/6.8.5/templates/_secrets.tpl similarity index 100% rename from stable/fireshare/6.8.3/templates/_secrets.tpl rename to stable/fireshare/6.8.5/templates/_secrets.tpl diff --git a/stable/fireshare/6.8.3/templates/common.yaml b/stable/fireshare/6.8.5/templates/common.yaml similarity index 100% rename from stable/fireshare/6.8.3/templates/common.yaml rename to stable/fireshare/6.8.5/templates/common.yaml diff --git a/stable/firezone/3.7.3/values.yaml b/stable/fireshare/6.8.5/values.yaml similarity index 100% rename from stable/firezone/3.7.3/values.yaml rename to stable/fireshare/6.8.5/values.yaml diff --git a/stable/firezone/3.7.3/CHANGELOG.md b/stable/firezone/3.7.3/CHANGELOG.md deleted file mode 100644 index e639dc52f8f..00000000000 --- a/stable/firezone/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/firezone/3.7.3/Chart.yaml b/stable/firezone/3.7.3/Chart.yaml deleted file mode 100644 index 7feaa8f8e49..00000000000 --- a/stable/firezone/3.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: vpn - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.36 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WireGuard-based VPN server and egress firewall -home: https://truecharts.org/charts/stable/firezone -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png -keywords: - - firezone - - wireguard - - vpn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: firezone -sources: - - https://github.com/firezone/firezone - - https://github.com/truecharts/charts/tree/master/charts/stable/firezone - - https://hub.docker.com/r/firezone/firezone -type: application -version: 3.7.3 diff --git a/stable/firezone/3.7.3/app-changelog.md b/stable/firezone/3.7.3/app-changelog.md deleted file mode 100644 index e8407a746e5..00000000000 --- a/stable/firezone/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firezone/3.7.3/charts/common-20.2.4.tgz b/stable/firezone/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/firezone/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fistfuloffrags/5.7.3/.helmignore b/stable/firezone/3.7.5/.helmignore similarity index 100% rename from stable/fistfuloffrags/5.7.3/.helmignore rename to stable/firezone/3.7.5/.helmignore diff --git a/stable/firezone/3.7.5/CHANGELOG.md b/stable/firezone/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..aa935696d48 --- /dev/null +++ b/stable/firezone/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firezone-3.7.5](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firezone-3.7.4](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firezone-3.7.4](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firezone-3.7.4](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firezone-3.7.4](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [firezone-3.7.4](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/firezone/3.7.5/Chart.yaml b/stable/firezone/3.7.5/Chart.yaml new file mode 100644 index 00000000000..1bccfee73d3 --- /dev/null +++ b/stable/firezone/3.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: vpn + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.36 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard-based VPN server and egress firewall +home: https://truecharts.org/charts/stable/firezone +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png +keywords: + - firezone + - wireguard + - vpn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firezone +sources: + - https://github.com/firezone/firezone + - https://github.com/truecharts/charts/tree/master/charts/stable/firezone + - https://hub.docker.com/r/firezone/firezone +type: application +version: 3.7.5 diff --git a/stable/firezone/3.7.3/README.md b/stable/firezone/3.7.5/README.md similarity index 100% rename from stable/firezone/3.7.3/README.md rename to stable/firezone/3.7.5/README.md diff --git a/stable/firezone/3.7.5/app-changelog.md b/stable/firezone/3.7.5/app-changelog.md new file mode 100644 index 00000000000..f9dfc61ca36 --- /dev/null +++ b/stable/firezone/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [firezone-3.7.5](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/firezone/3.7.3/app-readme.md b/stable/firezone/3.7.5/app-readme.md similarity index 100% rename from stable/firezone/3.7.3/app-readme.md rename to stable/firezone/3.7.5/app-readme.md diff --git a/stable/firezone/3.7.5/charts/common-20.2.10.tgz b/stable/firezone/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/firezone/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/firezone/3.7.3/ix_values.yaml b/stable/firezone/3.7.5/ix_values.yaml similarity index 100% rename from stable/firezone/3.7.3/ix_values.yaml rename to stable/firezone/3.7.5/ix_values.yaml diff --git a/stable/firezone/3.7.3/questions.yaml b/stable/firezone/3.7.5/questions.yaml similarity index 100% rename from stable/firezone/3.7.3/questions.yaml rename to stable/firezone/3.7.5/questions.yaml diff --git a/stable/flaresolverr/13.7.3/templates/NOTES.txt b/stable/firezone/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/13.7.3/templates/NOTES.txt rename to stable/firezone/3.7.5/templates/NOTES.txt diff --git a/stable/firezone/3.7.3/templates/_secrets.tpl b/stable/firezone/3.7.5/templates/_secrets.tpl similarity index 100% rename from stable/firezone/3.7.3/templates/_secrets.tpl rename to stable/firezone/3.7.5/templates/_secrets.tpl diff --git a/stable/firezone/3.7.3/templates/common.yaml b/stable/firezone/3.7.5/templates/common.yaml similarity index 100% rename from stable/firezone/3.7.3/templates/common.yaml rename to stable/firezone/3.7.5/templates/common.yaml diff --git a/stable/fistfuloffrags/5.7.3/values.yaml b/stable/firezone/3.7.5/values.yaml similarity index 100% rename from stable/fistfuloffrags/5.7.3/values.yaml rename to stable/firezone/3.7.5/values.yaml diff --git a/stable/fistfuloffrags/5.7.3/CHANGELOG.md b/stable/fistfuloffrags/5.7.3/CHANGELOG.md deleted file mode 100644 index e5d21706c0b..00000000000 --- a/stable/fistfuloffrags/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fistfuloffrags/5.7.3/Chart.yaml b/stable/fistfuloffrags/5.7.3/Chart.yaml deleted file mode 100644 index 6b51e7d47ce..00000000000 --- a/stable/fistfuloffrags/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: fistfuloffrags -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. -home: https://truecharts.org/charts/stable/fistfuloffrags -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png -keywords: - - fistfuloffrags - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fistfuloffrags -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/fistfuloffrags/5.7.3/app-changelog.md b/stable/fistfuloffrags/5.7.3/app-changelog.md deleted file mode 100644 index 9aca4f81b62..00000000000 --- a/stable/fistfuloffrags/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz b/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fivem/5.7.3/.helmignore b/stable/fistfuloffrags/5.7.5/.helmignore similarity index 100% rename from stable/fivem/5.7.3/.helmignore rename to stable/fistfuloffrags/5.7.5/.helmignore diff --git a/stable/fistfuloffrags/5.7.5/CHANGELOG.md b/stable/fistfuloffrags/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4c31d518826 --- /dev/null +++ b/stable/fistfuloffrags/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fistfuloffrags-5.7.5](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fistfuloffrags-5.7.4](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fistfuloffrags-5.7.4](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fistfuloffrags-5.7.4](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fistfuloffrags-5.7.4](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fistfuloffrags-5.7.4](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fistfuloffrags/5.7.5/Chart.yaml b/stable/fistfuloffrags/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3570adaf352 --- /dev/null +++ b/stable/fistfuloffrags/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: fistfuloffrags +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. +home: https://truecharts.org/charts/stable/fistfuloffrags +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png +keywords: + - fistfuloffrags + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fistfuloffrags +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/fistfuloffrags/5.7.3/README.md b/stable/fistfuloffrags/5.7.5/README.md similarity index 100% rename from stable/fistfuloffrags/5.7.3/README.md rename to stable/fistfuloffrags/5.7.5/README.md diff --git a/stable/fistfuloffrags/5.7.5/app-changelog.md b/stable/fistfuloffrags/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7afbfbe760f --- /dev/null +++ b/stable/fistfuloffrags/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fistfuloffrags-5.7.5](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fistfuloffrags/5.7.3/app-readme.md b/stable/fistfuloffrags/5.7.5/app-readme.md similarity index 100% rename from stable/fistfuloffrags/5.7.3/app-readme.md rename to stable/fistfuloffrags/5.7.5/app-readme.md diff --git a/stable/fistfuloffrags/5.7.5/charts/common-20.2.10.tgz b/stable/fistfuloffrags/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fistfuloffrags/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fistfuloffrags/5.7.3/ix_values.yaml b/stable/fistfuloffrags/5.7.5/ix_values.yaml similarity index 100% rename from stable/fistfuloffrags/5.7.3/ix_values.yaml rename to stable/fistfuloffrags/5.7.5/ix_values.yaml diff --git a/stable/fistfuloffrags/5.7.3/questions.yaml b/stable/fistfuloffrags/5.7.5/questions.yaml similarity index 100% rename from stable/fistfuloffrags/5.7.3/questions.yaml rename to stable/fistfuloffrags/5.7.5/questions.yaml diff --git a/stable/fistfuloffrags/5.7.3/templates/common.yaml b/stable/fistfuloffrags/5.7.5/templates/common.yaml similarity index 100% rename from stable/fistfuloffrags/5.7.3/templates/common.yaml rename to stable/fistfuloffrags/5.7.5/templates/common.yaml diff --git a/stable/fivem/5.7.3/values.yaml b/stable/fistfuloffrags/5.7.5/values.yaml similarity index 100% rename from stable/fivem/5.7.3/values.yaml rename to stable/fistfuloffrags/5.7.5/values.yaml diff --git a/stable/fivem/5.7.3/CHANGELOG.md b/stable/fivem/5.7.3/CHANGELOG.md deleted file mode 100644 index f034ca34552..00000000000 --- a/stable/fivem/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fivem/5.7.3/Chart.yaml b/stable/fivem/5.7.3/Chart.yaml deleted file mode 100644 index 608981c950f..00000000000 --- a/stable/fivem/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/charts/stable/fivem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png -keywords: - - fivem - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fivem -sources: - - https://fivem.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fivem - - https://hub.docker.com/r/ich777/fivemserver -type: application -version: 5.7.3 diff --git a/stable/fivem/5.7.3/app-changelog.md b/stable/fivem/5.7.3/app-changelog.md deleted file mode 100644 index be1f1c3db0e..00000000000 --- a/stable/fivem/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fivem/5.7.3/charts/common-20.2.4.tgz b/stable/fivem/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fivem/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/flame/5.7.3/.helmignore b/stable/fivem/5.7.5/.helmignore similarity index 100% rename from stable/flame/5.7.3/.helmignore rename to stable/fivem/5.7.5/.helmignore diff --git a/stable/fivem/5.7.5/CHANGELOG.md b/stable/fivem/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d0418870189 --- /dev/null +++ b/stable/fivem/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fivem-5.7.5](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fivem-5.7.4](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fivem-5.7.4](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fivem-5.7.4](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fivem-5.7.4](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fivem-5.7.4](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fivem/5.7.5/Chart.yaml b/stable/fivem/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5f521d2797d --- /dev/null +++ b/stable/fivem/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/charts/stable/fivem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png +keywords: + - fivem + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fivem +sources: + - https://fivem.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fivem + - https://hub.docker.com/r/ich777/fivemserver +type: application +version: 5.7.5 diff --git a/stable/fivem/5.7.3/README.md b/stable/fivem/5.7.5/README.md similarity index 100% rename from stable/fivem/5.7.3/README.md rename to stable/fivem/5.7.5/README.md diff --git a/stable/fivem/5.7.5/app-changelog.md b/stable/fivem/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e102b6d3a71 --- /dev/null +++ b/stable/fivem/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fivem-5.7.5](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fivem/5.7.3/app-readme.md b/stable/fivem/5.7.5/app-readme.md similarity index 100% rename from stable/fivem/5.7.3/app-readme.md rename to stable/fivem/5.7.5/app-readme.md diff --git a/stable/fivem/5.7.5/charts/common-20.2.10.tgz b/stable/fivem/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fivem/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fivem/5.7.3/ix_values.yaml b/stable/fivem/5.7.5/ix_values.yaml similarity index 100% rename from stable/fivem/5.7.3/ix_values.yaml rename to stable/fivem/5.7.5/ix_values.yaml diff --git a/stable/fivem/5.7.3/questions.yaml b/stable/fivem/5.7.5/questions.yaml similarity index 100% rename from stable/fivem/5.7.3/questions.yaml rename to stable/fivem/5.7.5/questions.yaml diff --git a/stable/fivem/5.7.3/templates/common.yaml b/stable/fivem/5.7.5/templates/common.yaml similarity index 100% rename from stable/fivem/5.7.3/templates/common.yaml rename to stable/fivem/5.7.5/templates/common.yaml diff --git a/stable/flame/5.7.3/values.yaml b/stable/fivem/5.7.5/values.yaml similarity index 100% rename from stable/flame/5.7.3/values.yaml rename to stable/fivem/5.7.5/values.yaml diff --git a/stable/flame/5.7.3/CHANGELOG.md b/stable/flame/5.7.3/CHANGELOG.md deleted file mode 100644 index 1d8c3cc0101..00000000000 --- a/stable/flame/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/flame/5.7.3/Chart.yaml b/stable/flame/5.7.3/Chart.yaml deleted file mode 100644 index 6257aaa7fae..00000000000 --- a/stable/flame/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. -home: https://truecharts.org/charts/stable/flame -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png -keywords: - - flame - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flame -sources: - - https://github.com/pawelmalak/flame - - https://github.com/truecharts/charts/tree/master/charts/stable/flame - - https://hub.docker.com/r/pawelmalak/flame -type: application -version: 5.7.3 diff --git a/stable/flame/5.7.3/app-changelog.md b/stable/flame/5.7.3/app-changelog.md deleted file mode 100644 index b93116aed88..00000000000 --- a/stable/flame/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flame/5.7.3/charts/common-20.2.4.tgz b/stable/flame/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/flame/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.7.3/.helmignore b/stable/flame/5.7.5/.helmignore similarity index 100% rename from stable/flaresolverr/13.7.3/.helmignore rename to stable/flame/5.7.5/.helmignore diff --git a/stable/flame/5.7.5/CHANGELOG.md b/stable/flame/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..55c0fd84f25 --- /dev/null +++ b/stable/flame/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flame-5.7.5](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flame-5.7.4](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flame-5.7.4](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flame-5.7.4](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flame-5.7.4](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flame-5.7.4](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/flame/5.7.5/Chart.yaml b/stable/flame/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3bc1fe2efdc --- /dev/null +++ b/stable/flame/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. +home: https://truecharts.org/charts/stable/flame +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png +keywords: + - flame + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flame +sources: + - https://github.com/pawelmalak/flame + - https://github.com/truecharts/charts/tree/master/charts/stable/flame + - https://hub.docker.com/r/pawelmalak/flame +type: application +version: 5.7.5 diff --git a/stable/flame/5.7.3/README.md b/stable/flame/5.7.5/README.md similarity index 100% rename from stable/flame/5.7.3/README.md rename to stable/flame/5.7.5/README.md diff --git a/stable/flame/5.7.5/app-changelog.md b/stable/flame/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8ead607a6c4 --- /dev/null +++ b/stable/flame/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [flame-5.7.5](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flame/5.7.3/app-readme.md b/stable/flame/5.7.5/app-readme.md similarity index 100% rename from stable/flame/5.7.3/app-readme.md rename to stable/flame/5.7.5/app-readme.md diff --git a/stable/flame/5.7.5/charts/common-20.2.10.tgz b/stable/flame/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flame/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/flame/5.7.3/ix_values.yaml b/stable/flame/5.7.5/ix_values.yaml similarity index 100% rename from stable/flame/5.7.3/ix_values.yaml rename to stable/flame/5.7.5/ix_values.yaml diff --git a/stable/flame/5.7.3/questions.yaml b/stable/flame/5.7.5/questions.yaml similarity index 100% rename from stable/flame/5.7.3/questions.yaml rename to stable/flame/5.7.5/questions.yaml diff --git a/stable/flame/5.7.3/templates/common.yaml b/stable/flame/5.7.5/templates/common.yaml similarity index 100% rename from stable/flame/5.7.3/templates/common.yaml rename to stable/flame/5.7.5/templates/common.yaml diff --git a/stable/flaresolverr/13.7.3/values.yaml b/stable/flame/5.7.5/values.yaml similarity index 100% rename from stable/flaresolverr/13.7.3/values.yaml rename to stable/flame/5.7.5/values.yaml diff --git a/stable/flaresolverr/13.7.3/CHANGELOG.md b/stable/flaresolverr/13.7.3/CHANGELOG.md deleted file mode 100644 index 4524eac3b1a..00000000000 --- a/stable/flaresolverr/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/flaresolverr/13.7.3/Chart.yaml b/stable/flaresolverr/13.7.3/Chart.yaml deleted file mode 100644 index 4f644d64f9e..00000000000 --- a/stable/flaresolverr/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.16 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlareSolverr is a proxy server to bypass Cloudflare protection -home: https://truecharts.org/charts/stable/flaresolverr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png -keywords: - - flaresolverr - - proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flaresolverr -sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - - https://ghcr.io/flaresolverr/flaresolverr -type: application -version: 13.7.3 diff --git a/stable/flaresolverr/13.7.3/app-changelog.md b/stable/flaresolverr/13.7.3/app-changelog.md deleted file mode 100644 index dc76b73c325..00000000000 --- a/stable/flaresolverr/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz b/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fleet/12.12.10/.helmignore b/stable/flaresolverr/13.7.5/.helmignore similarity index 100% rename from stable/fleet/12.12.10/.helmignore rename to stable/flaresolverr/13.7.5/.helmignore diff --git a/stable/flaresolverr/13.7.5/CHANGELOG.md b/stable/flaresolverr/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..95fc1fb5d26 --- /dev/null +++ b/stable/flaresolverr/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flaresolverr-13.7.5](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flaresolverr-13.7.4](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flaresolverr-13.7.4](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flaresolverr-13.7.4](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flaresolverr-13.7.4](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flaresolverr-13.7.4](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/flaresolverr/13.7.5/Chart.yaml b/stable/flaresolverr/13.7.5/Chart.yaml new file mode 100644 index 00000000000..d775cc5492a --- /dev/null +++ b/stable/flaresolverr/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.16 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlareSolverr is a proxy server to bypass Cloudflare protection +home: https://truecharts.org/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png +keywords: + - flaresolverr + - proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flaresolverr +sources: + - https://github.com/FlareSolverr/FlareSolverr + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr + - https://ghcr.io/flaresolverr/flaresolverr +type: application +version: 13.7.5 diff --git a/stable/flaresolverr/13.7.3/README.md b/stable/flaresolverr/13.7.5/README.md similarity index 100% rename from stable/flaresolverr/13.7.3/README.md rename to stable/flaresolverr/13.7.5/README.md diff --git a/stable/flaresolverr/13.7.5/app-changelog.md b/stable/flaresolverr/13.7.5/app-changelog.md new file mode 100644 index 00000000000..23e3d4cffdc --- /dev/null +++ b/stable/flaresolverr/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [flaresolverr-13.7.5](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flaresolverr/13.7.3/app-readme.md b/stable/flaresolverr/13.7.5/app-readme.md similarity index 100% rename from stable/flaresolverr/13.7.3/app-readme.md rename to stable/flaresolverr/13.7.5/app-readme.md diff --git a/stable/flaresolverr/13.7.5/charts/common-20.2.10.tgz b/stable/flaresolverr/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flaresolverr/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/flaresolverr/13.7.3/ix_values.yaml b/stable/flaresolverr/13.7.5/ix_values.yaml similarity index 100% rename from stable/flaresolverr/13.7.3/ix_values.yaml rename to stable/flaresolverr/13.7.5/ix_values.yaml diff --git a/stable/flaresolverr/13.7.3/questions.yaml b/stable/flaresolverr/13.7.5/questions.yaml similarity index 100% rename from stable/flaresolverr/13.7.3/questions.yaml rename to stable/flaresolverr/13.7.5/questions.yaml diff --git a/stable/fleet/12.12.10/templates/NOTES.txt b/stable/flaresolverr/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/fleet/12.12.10/templates/NOTES.txt rename to stable/flaresolverr/13.7.5/templates/NOTES.txt diff --git a/stable/flaresolverr/13.7.3/templates/common.yaml b/stable/flaresolverr/13.7.5/templates/common.yaml similarity index 100% rename from stable/flaresolverr/13.7.3/templates/common.yaml rename to stable/flaresolverr/13.7.5/templates/common.yaml diff --git a/stable/fleet/12.12.10/values.yaml b/stable/flaresolverr/13.7.5/values.yaml similarity index 100% rename from stable/fleet/12.12.10/values.yaml rename to stable/flaresolverr/13.7.5/values.yaml diff --git a/stable/fleet/12.12.10/CHANGELOG.md b/stable/fleet/12.12.10/CHANGELOG.md deleted file mode 100644 index e972cb202da..00000000000 --- a/stable/fleet/12.12.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fleet-12.12.10](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.10) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) - - -## [fleet-12.12.10](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.10) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) - - -## [fleet-12.12.10](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.10) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) diff --git a/stable/fleet/12.12.10/Chart.yaml b/stable/fleet/12.12.10/Chart.yaml deleted file mode 100644 index 47d9d32f807..00000000000 --- a/stable/fleet/12.12.10/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.3 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.5 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. -home: https://truecharts.org/charts/stable/fleet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png -keywords: - - fleet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fleet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - - https://ghcr.io/linuxserver/fleet -type: application -version: 12.12.10 diff --git a/stable/fleet/12.12.10/app-changelog.md b/stable/fleet/12.12.10/app-changelog.md deleted file mode 100644 index cf9da2fd9aa..00000000000 --- a/stable/fleet/12.12.10/app-changelog.md +++ /dev/null @@ -1,39 +0,0 @@ - - -## [fleet-12.12.10](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.10) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) \ No newline at end of file diff --git a/stable/fleet/12.12.10/charts/common-20.2.9.tgz b/stable/fleet/12.12.10/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/fleet/12.12.10/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/fleet/12.12.10/ix_values.yaml b/stable/fleet/12.12.10/ix_values.yaml deleted file mode 100644 index d362f0d2ae8..00000000000 --- a/stable/fleet/12.12.10/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/linuxserver/fleet - pullPolicy: IfNotPresent - tag: 2.3.3@sha256:9a59776ce0ad81c28d2fd9e0616d8aef092e00cf9e8a18bd11b8add0a583dfe6 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - fleet_admin_authentication_type: DATABASE - fleet_database_username: fleet - fleet_database_url: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: jdbc-mariadb - fleet_database_password: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password -# secretEnv: - -service: - main: - ports: - main: - targetPort: 8080 - port: 10145 -persistence: - config: - enabled: true - mountPath: /config - varrun: - enabled: true -mariadb: - enabled: true - mariadbUsername: fleet - mariadbDatabase: fleet -portal: - open: - enabled: true diff --git a/stable/flexget/9.7.5/.helmignore b/stable/fleet/12.12.12/.helmignore similarity index 100% rename from stable/flexget/9.7.5/.helmignore rename to stable/fleet/12.12.12/.helmignore diff --git a/stable/fleet/12.12.12/CHANGELOG.md b/stable/fleet/12.12.12/CHANGELOG.md new file mode 100644 index 00000000000..0fefb046ed5 --- /dev/null +++ b/stable/fleet/12.12.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fleet-12.12.12](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@677c979](https://github.com/677c979) by renovate ([#19950](https://github.com/truecharts/charts/issues/19950)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) + + +## [fleet-12.12.11](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.11) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@677c979](https://github.com/677c979) by renovate ([#19950](https://github.com/truecharts/charts/issues/19950)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) + + +## [fleet-12.12.11](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.11) (2024-03-30) + +### Chore + + diff --git a/stable/fleet/12.12.12/Chart.yaml b/stable/fleet/12.12.12/Chart.yaml new file mode 100644 index 00000000000..823723f167a --- /dev/null +++ b/stable/fleet/12.12.12/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. +home: https://truecharts.org/charts/stable/fleet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png +keywords: + - fleet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fleet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fleet + - https://ghcr.io/linuxserver/fleet +type: application +version: 12.12.12 diff --git a/stable/fleet/12.12.10/README.md b/stable/fleet/12.12.12/README.md similarity index 100% rename from stable/fleet/12.12.10/README.md rename to stable/fleet/12.12.12/README.md diff --git a/stable/fleet/12.12.12/app-changelog.md b/stable/fleet/12.12.12/app-changelog.md new file mode 100644 index 00000000000..e7e327b11a7 --- /dev/null +++ b/stable/fleet/12.12.12/app-changelog.md @@ -0,0 +1,43 @@ + + +## [fleet-12.12.12](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@677c979](https://github.com/677c979) by renovate ([#19950](https://github.com/truecharts/charts/issues/19950)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236)) \ No newline at end of file diff --git a/stable/fleet/12.12.10/app-readme.md b/stable/fleet/12.12.12/app-readme.md similarity index 100% rename from stable/fleet/12.12.10/app-readme.md rename to stable/fleet/12.12.12/app-readme.md diff --git a/stable/fleet/12.12.12/charts/common-20.2.10.tgz b/stable/fleet/12.12.12/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fleet/12.12.12/charts/common-20.2.10.tgz differ diff --git a/stable/fleet/12.12.12/charts/mariadb-13.7.5.tgz b/stable/fleet/12.12.12/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/fleet/12.12.12/charts/mariadb-13.7.5.tgz differ diff --git a/stable/fleet/12.12.12/ix_values.yaml b/stable/fleet/12.12.12/ix_values.yaml new file mode 100644 index 00000000000..b33e23181b0 --- /dev/null +++ b/stable/fleet/12.12.12/ix_values.yaml @@ -0,0 +1,59 @@ +image: + repository: ghcr.io/linuxserver/fleet + pullPolicy: IfNotPresent + tag: 2.3.3@sha256:677c979f850d94f9ebba2aa92465eb3bce24e76d0b6558e0753f9b744bbb315e +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + fleet_admin_authentication_type: DATABASE + fleet_database_username: fleet + fleet_database_url: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: jdbc-mariadb + fleet_database_password: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password +# secretEnv: + +service: + main: + ports: + main: + targetPort: 8080 + port: 10145 +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: true +mariadb: + enabled: true + mariadbUsername: fleet + mariadbDatabase: fleet +portal: + open: + enabled: true diff --git a/stable/fleet/12.12.10/questions.yaml b/stable/fleet/12.12.12/questions.yaml similarity index 100% rename from stable/fleet/12.12.10/questions.yaml rename to stable/fleet/12.12.12/questions.yaml diff --git a/stable/flexget/9.7.5/templates/NOTES.txt b/stable/fleet/12.12.12/templates/NOTES.txt similarity index 100% rename from stable/flexget/9.7.5/templates/NOTES.txt rename to stable/fleet/12.12.12/templates/NOTES.txt diff --git a/stable/fleet/12.12.10/templates/common.yaml b/stable/fleet/12.12.12/templates/common.yaml similarity index 100% rename from stable/fleet/12.12.10/templates/common.yaml rename to stable/fleet/12.12.12/templates/common.yaml diff --git a/stable/flexget/9.7.5/values.yaml b/stable/fleet/12.12.12/values.yaml similarity index 100% rename from stable/flexget/9.7.5/values.yaml rename to stable/fleet/12.12.12/values.yaml diff --git a/stable/flexget/9.7.5/CHANGELOG.md b/stable/flexget/9.7.5/CHANGELOG.md deleted file mode 100644 index 83ff8514661..00000000000 --- a/stable/flexget/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/flexget/9.7.5/Chart.yaml b/stable/flexget/9.7.5/Chart.yaml deleted file mode 100644 index ad84740d934..00000000000 --- a/stable/flexget/9.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.26 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlexGet is a multipurpose automation tool for all of your media -home: https://truecharts.org/charts/stable/flexget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png -keywords: - - flexget - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flexget -sources: - - https://github.com/wiserain/docker-flexget - - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - - https://hub.docker.com/r/wiserain/flexget -type: application -version: 9.7.5 diff --git a/stable/flexget/9.7.5/app-changelog.md b/stable/flexget/9.7.5/app-changelog.md deleted file mode 100644 index 6c3741c49b8..00000000000 --- a/stable/flexget/9.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [flexget-9.7.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) \ No newline at end of file diff --git a/stable/flexget/9.7.5/charts/common-20.2.9.tgz b/stable/flexget/9.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/flexget/9.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/flexget/9.7.5/ix_values.yaml b/stable/flexget/9.7.5/ix_values.yaml deleted file mode 100644 index bac029c8278..00000000000 --- a/stable/flexget/9.7.5/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - repository: wiserain/flexget - pullPolicy: IfNotPresent - tag: 3.11.26@sha256:9c19e5d6d49a8865a72a843b276714ca1b833f4b2aa9dc18fa4455106b7bdb4a -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - FG_LOG_LEVEL: info - FG_LOG_FILE: flexget.log - FG_WEBUI_PASSWD: "jLeT78KBDPW" -service: - main: - ports: - main: - port: 10174 - targetPort: 5050 -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true diff --git a/stable/flextv/5.7.3/.helmignore b/stable/flexget/9.7.7/.helmignore similarity index 100% rename from stable/flextv/5.7.3/.helmignore rename to stable/flexget/9.7.7/.helmignore diff --git a/stable/flexget/9.7.7/CHANGELOG.md b/stable/flexget/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..df6eab66f2e --- /dev/null +++ b/stable/flexget/9.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flexget-9.7.7](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image wiserain/flexget to v3.11.27[@7063056](https://github.com/7063056) by renovate ([#19975](https://github.com/truecharts/charts/issues/19975)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) + + +## [flexget-9.7.6](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.6) (2024-03-30) + +### Chore + + + +- update container image wiserain/flexget to v3.11.27[@7063056](https://github.com/7063056) by renovate ([#19975](https://github.com/truecharts/charts/issues/19975)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) + + +## [flexget-9.7.6](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.6) (2024-03-30) + +### Chore + + + +- update container image wiserain/flexget to v3.11.27[@7063056](https://github.com/7063056) by renovate ([#19975](https://github.com/truecharts/charts/issues/19975)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) + + +## [flexget-9.7.6](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.6) (2024-03-30) + +### Chore + + + +- update container image wiserain/flexget to v3.11.27[@7063056](https://github.com/7063056) by renovate ([#19975](https://github.com/truecharts/charts/issues/19975)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flexget/9.7.7/Chart.yaml b/stable/flexget/9.7.7/Chart.yaml new file mode 100644 index 00000000000..8f4f496c539 --- /dev/null +++ b/stable/flexget/9.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.27 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlexGet is a multipurpose automation tool for all of your media +home: https://truecharts.org/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png +keywords: + - flexget + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flexget +sources: + - https://github.com/wiserain/docker-flexget + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget + - https://hub.docker.com/r/wiserain/flexget +type: application +version: 9.7.7 diff --git a/stable/flexget/9.7.5/README.md b/stable/flexget/9.7.7/README.md similarity index 100% rename from stable/flexget/9.7.5/README.md rename to stable/flexget/9.7.7/README.md diff --git a/stable/flexget/9.7.7/app-changelog.md b/stable/flexget/9.7.7/app-changelog.md new file mode 100644 index 00000000000..034f70e87f8 --- /dev/null +++ b/stable/flexget/9.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [flexget-9.7.7](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image wiserain/flexget to v3.11.27[@7063056](https://github.com/7063056) by renovate ([#19975](https://github.com/truecharts/charts/issues/19975)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331)) \ No newline at end of file diff --git a/stable/flexget/9.7.5/app-readme.md b/stable/flexget/9.7.7/app-readme.md similarity index 100% rename from stable/flexget/9.7.5/app-readme.md rename to stable/flexget/9.7.7/app-readme.md diff --git a/stable/flexget/9.7.7/charts/common-20.2.10.tgz b/stable/flexget/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flexget/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/flexget/9.7.7/ix_values.yaml b/stable/flexget/9.7.7/ix_values.yaml new file mode 100644 index 00000000000..a59e8a1ee67 --- /dev/null +++ b/stable/flexget/9.7.7/ix_values.yaml @@ -0,0 +1,45 @@ +image: + repository: wiserain/flexget + pullPolicy: IfNotPresent + tag: 3.11.27@sha256:70630564447fd2a2046daffd7d7ed97bbf23c1f5c362f98b7da325be29c15333 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + FG_LOG_LEVEL: info + FG_LOG_FILE: flexget.log + FG_WEBUI_PASSWD: "jLeT78KBDPW" +service: + main: + ports: + main: + port: 10174 + targetPort: 5050 +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true diff --git a/stable/flexget/9.7.5/questions.yaml b/stable/flexget/9.7.7/questions.yaml similarity index 100% rename from stable/flexget/9.7.5/questions.yaml rename to stable/flexget/9.7.7/questions.yaml diff --git a/stable/flood/13.7.3/templates/NOTES.txt b/stable/flexget/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/flood/13.7.3/templates/NOTES.txt rename to stable/flexget/9.7.7/templates/NOTES.txt diff --git a/stable/flexget/9.7.5/templates/common.yaml b/stable/flexget/9.7.7/templates/common.yaml similarity index 100% rename from stable/flexget/9.7.5/templates/common.yaml rename to stable/flexget/9.7.7/templates/common.yaml diff --git a/stable/flextv/5.7.3/values.yaml b/stable/flexget/9.7.7/values.yaml similarity index 100% rename from stable/flextv/5.7.3/values.yaml rename to stable/flexget/9.7.7/values.yaml diff --git a/stable/flextv/5.7.3/CHANGELOG.md b/stable/flextv/5.7.3/CHANGELOG.md deleted file mode 100644 index d2a5dcfa725..00000000000 --- a/stable/flextv/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/flextv/5.7.3/Chart.yaml b/stable/flextv/5.7.3/Chart.yaml deleted file mode 100644 index 0e1d7ee9b21..00000000000 --- a/stable/flextv/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A super-sexy voice interface for the Plex HTPC. -home: https://truecharts.org/charts/stable/flextv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png -keywords: - - flextv - - MediaApp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flextv -sources: - - https://github.com/d8ahazard/FlexTV - - https://registry.hub.docker.com/r/jcreynolds/flextv/ - - https://github.com/truecharts/charts/tree/master/charts/stable/flextv - - https://hub.docker.com/r/jcreynolds/flextv -type: application -version: 5.7.3 diff --git a/stable/flextv/5.7.3/app-changelog.md b/stable/flextv/5.7.3/app-changelog.md deleted file mode 100644 index efeec2001a0..00000000000 --- a/stable/flextv/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flextv/5.7.3/charts/common-20.2.4.tgz b/stable/flextv/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/flextv/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/flood/13.7.3/.helmignore b/stable/flextv/5.7.5/.helmignore similarity index 100% rename from stable/flood/13.7.3/.helmignore rename to stable/flextv/5.7.5/.helmignore diff --git a/stable/flextv/5.7.5/CHANGELOG.md b/stable/flextv/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b160a6d833a --- /dev/null +++ b/stable/flextv/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flextv-5.7.5](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flextv-5.7.4](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flextv-5.7.4](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flextv-5.7.4](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flextv-5.7.4](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flextv-5.7.4](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/flextv/5.7.5/Chart.yaml b/stable/flextv/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cd85b3a2e18 --- /dev/null +++ b/stable/flextv/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A super-sexy voice interface for the Plex HTPC. +home: https://truecharts.org/charts/stable/flextv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png +keywords: + - flextv + - MediaApp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flextv +sources: + - https://github.com/d8ahazard/FlexTV + - https://registry.hub.docker.com/r/jcreynolds/flextv/ + - https://github.com/truecharts/charts/tree/master/charts/stable/flextv + - https://hub.docker.com/r/jcreynolds/flextv +type: application +version: 5.7.5 diff --git a/stable/flextv/5.7.3/README.md b/stable/flextv/5.7.5/README.md similarity index 100% rename from stable/flextv/5.7.3/README.md rename to stable/flextv/5.7.5/README.md diff --git a/stable/flextv/5.7.5/app-changelog.md b/stable/flextv/5.7.5/app-changelog.md new file mode 100644 index 00000000000..5200ecd18a6 --- /dev/null +++ b/stable/flextv/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [flextv-5.7.5](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flextv/5.7.3/app-readme.md b/stable/flextv/5.7.5/app-readme.md similarity index 100% rename from stable/flextv/5.7.3/app-readme.md rename to stable/flextv/5.7.5/app-readme.md diff --git a/stable/flextv/5.7.5/charts/common-20.2.10.tgz b/stable/flextv/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flextv/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/flextv/5.7.3/ix_values.yaml b/stable/flextv/5.7.5/ix_values.yaml similarity index 100% rename from stable/flextv/5.7.3/ix_values.yaml rename to stable/flextv/5.7.5/ix_values.yaml diff --git a/stable/flextv/5.7.3/questions.yaml b/stable/flextv/5.7.5/questions.yaml similarity index 100% rename from stable/flextv/5.7.3/questions.yaml rename to stable/flextv/5.7.5/questions.yaml diff --git a/stable/flextv/5.7.3/templates/common.yaml b/stable/flextv/5.7.5/templates/common.yaml similarity index 100% rename from stable/flextv/5.7.3/templates/common.yaml rename to stable/flextv/5.7.5/templates/common.yaml diff --git a/stable/flood/13.7.3/values.yaml b/stable/flextv/5.7.5/values.yaml similarity index 100% rename from stable/flood/13.7.3/values.yaml rename to stable/flextv/5.7.5/values.yaml diff --git a/stable/flood/13.7.3/CHANGELOG.md b/stable/flood/13.7.3/CHANGELOG.md deleted file mode 100644 index 16e83a3e642..00000000000 --- a/stable/flood/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/flood/13.7.3/Chart.yaml b/stable/flood/13.7.3/Chart.yaml deleted file mode 100644 index 973810bc204..00000000000 --- a/stable/flood/13.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.7.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Flood is a monitoring service for various torrent clients -home: https://truecharts.org/charts/stable/flood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png -keywords: - - flood - - rtorrent - - qbittorrent - - transmission -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flood -sources: - - https://github.com/jesec/flood - - https://github.com/truecharts/charts/tree/master/charts/stable/flood - - https://hub.docker.com/r/jesec/flood -type: application -version: 13.7.3 diff --git a/stable/flood/13.7.3/app-changelog.md b/stable/flood/13.7.3/app-changelog.md deleted file mode 100644 index 912d0534e69..00000000000 --- a/stable/flood/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flood/13.7.3/charts/common-20.2.4.tgz b/stable/flood/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/flood/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/flowise/4.8.4/.helmignore b/stable/flood/13.7.5/.helmignore similarity index 100% rename from stable/flowise/4.8.4/.helmignore rename to stable/flood/13.7.5/.helmignore diff --git a/stable/flood/13.7.5/CHANGELOG.md b/stable/flood/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a31ba1a9378 --- /dev/null +++ b/stable/flood/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flood-13.7.5](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flood-13.7.4](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flood-13.7.4](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flood-13.7.4](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flood-13.7.4](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [flood-13.7.4](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/flood/13.7.5/Chart.yaml b/stable/flood/13.7.5/Chart.yaml new file mode 100644 index 00000000000..b07b7c85ed1 --- /dev/null +++ b/stable/flood/13.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flood is a monitoring service for various torrent clients +home: https://truecharts.org/charts/stable/flood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png +keywords: + - flood + - rtorrent + - qbittorrent + - transmission +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flood +sources: + - https://github.com/jesec/flood + - https://github.com/truecharts/charts/tree/master/charts/stable/flood + - https://hub.docker.com/r/jesec/flood +type: application +version: 13.7.5 diff --git a/stable/flood/13.7.3/README.md b/stable/flood/13.7.5/README.md similarity index 100% rename from stable/flood/13.7.3/README.md rename to stable/flood/13.7.5/README.md diff --git a/stable/flood/13.7.5/app-changelog.md b/stable/flood/13.7.5/app-changelog.md new file mode 100644 index 00000000000..21053558515 --- /dev/null +++ b/stable/flood/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [flood-13.7.5](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/flood/13.7.3/app-readme.md b/stable/flood/13.7.5/app-readme.md similarity index 100% rename from stable/flood/13.7.3/app-readme.md rename to stable/flood/13.7.5/app-readme.md diff --git a/stable/flood/13.7.5/charts/common-20.2.10.tgz b/stable/flood/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flood/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/flood/13.7.3/ix_values.yaml b/stable/flood/13.7.5/ix_values.yaml similarity index 100% rename from stable/flood/13.7.3/ix_values.yaml rename to stable/flood/13.7.5/ix_values.yaml diff --git a/stable/flood/13.7.3/questions.yaml b/stable/flood/13.7.5/questions.yaml similarity index 100% rename from stable/flood/13.7.3/questions.yaml rename to stable/flood/13.7.5/questions.yaml diff --git a/stable/flowise/4.8.4/templates/NOTES.txt b/stable/flood/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/flowise/4.8.4/templates/NOTES.txt rename to stable/flood/13.7.5/templates/NOTES.txt diff --git a/stable/flood/13.7.3/templates/common.yaml b/stable/flood/13.7.5/templates/common.yaml similarity index 100% rename from stable/flood/13.7.3/templates/common.yaml rename to stable/flood/13.7.5/templates/common.yaml diff --git a/stable/flowise/4.8.4/values.yaml b/stable/flood/13.7.5/values.yaml similarity index 100% rename from stable/flowise/4.8.4/values.yaml rename to stable/flood/13.7.5/values.yaml diff --git a/stable/flowise/4.8.4/CHANGELOG.md b/stable/flowise/4.8.4/CHANGELOG.md deleted file mode 100644 index 54e7596a3ec..00000000000 --- a/stable/flowise/4.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/flowise/4.8.4/Chart.yaml b/stable/flowise/4.8.4/Chart.yaml deleted file mode 100644 index a0d15497bd7..00000000000 --- a/stable/flowise/4.8.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Drag & drop UI to build your customized LLM flow. -home: https://truecharts.org/charts/stable/flowise -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png -keywords: - - flowise - - ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: flowise -sources: - - https://github.com/FlowiseAI/Flowise - - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - - https://hub.docker.com/r/flowiseai/flowise -type: application -version: 4.8.4 diff --git a/stable/flowise/4.8.4/app-changelog.md b/stable/flowise/4.8.4/app-changelog.md deleted file mode 100644 index 656cdea65cf..00000000000 --- a/stable/flowise/4.8.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) \ No newline at end of file diff --git a/stable/flowise/4.8.4/charts/common-20.2.4.tgz b/stable/flowise/4.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/flowise/4.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fluidd/9.8.3/.helmignore b/stable/flowise/4.8.6/.helmignore similarity index 100% rename from stable/fluidd/9.8.3/.helmignore rename to stable/flowise/4.8.6/.helmignore diff --git a/stable/flowise/4.8.6/CHANGELOG.md b/stable/flowise/4.8.6/CHANGELOG.md new file mode 100644 index 00000000000..733572b5059 --- /dev/null +++ b/stable/flowise/4.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flowise-4.8.6](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) + + +## [flowise-4.8.5](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) + + +## [flowise-4.8.5](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) + + +## [flowise-4.8.5](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) + + +## [flowise-4.8.5](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.5) (2024-03-27) + +### Chore diff --git a/stable/flowise/4.8.6/Chart.yaml b/stable/flowise/4.8.6/Chart.yaml new file mode 100644 index 00000000000..5fe8c6a01a9 --- /dev/null +++ b/stable/flowise/4.8.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drag & drop UI to build your customized LLM flow. +home: https://truecharts.org/charts/stable/flowise +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png +keywords: + - flowise + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flowise +sources: + - https://github.com/FlowiseAI/Flowise + - https://github.com/truecharts/charts/tree/master/charts/stable/flowise + - https://hub.docker.com/r/flowiseai/flowise +type: application +version: 4.8.6 diff --git a/stable/flowise/4.8.4/README.md b/stable/flowise/4.8.6/README.md similarity index 100% rename from stable/flowise/4.8.4/README.md rename to stable/flowise/4.8.6/README.md diff --git a/stable/flowise/4.8.6/app-changelog.md b/stable/flowise/4.8.6/app-changelog.md new file mode 100644 index 00000000000..37a16e28e09 --- /dev/null +++ b/stable/flowise/4.8.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [flowise-4.8.6](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303)) \ No newline at end of file diff --git a/stable/flowise/4.8.4/app-readme.md b/stable/flowise/4.8.6/app-readme.md similarity index 100% rename from stable/flowise/4.8.4/app-readme.md rename to stable/flowise/4.8.6/app-readme.md diff --git a/stable/flowise/4.8.6/charts/common-20.2.10.tgz b/stable/flowise/4.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/flowise/4.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/flowise/4.8.4/ix_values.yaml b/stable/flowise/4.8.6/ix_values.yaml similarity index 100% rename from stable/flowise/4.8.4/ix_values.yaml rename to stable/flowise/4.8.6/ix_values.yaml diff --git a/stable/flowise/4.8.4/questions.yaml b/stable/flowise/4.8.6/questions.yaml similarity index 100% rename from stable/flowise/4.8.4/questions.yaml rename to stable/flowise/4.8.6/questions.yaml diff --git a/stable/fluidd/9.8.3/templates/NOTES.txt b/stable/flowise/4.8.6/templates/NOTES.txt similarity index 100% rename from stable/fluidd/9.8.3/templates/NOTES.txt rename to stable/flowise/4.8.6/templates/NOTES.txt diff --git a/stable/flowise/4.8.4/templates/_secrets.tpl b/stable/flowise/4.8.6/templates/_secrets.tpl similarity index 100% rename from stable/flowise/4.8.4/templates/_secrets.tpl rename to stable/flowise/4.8.6/templates/_secrets.tpl diff --git a/stable/flowise/4.8.4/templates/common.yaml b/stable/flowise/4.8.6/templates/common.yaml similarity index 100% rename from stable/flowise/4.8.4/templates/common.yaml rename to stable/flowise/4.8.6/templates/common.yaml diff --git a/stable/fluidd/9.8.3/values.yaml b/stable/flowise/4.8.6/values.yaml similarity index 100% rename from stable/fluidd/9.8.3/values.yaml rename to stable/flowise/4.8.6/values.yaml diff --git a/stable/fluidd/9.8.3/CHANGELOG.md b/stable/fluidd/9.8.3/CHANGELOG.md deleted file mode 100644 index 523a1370314..00000000000 --- a/stable/fluidd/9.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - diff --git a/stable/fluidd/9.8.3/Chart.yaml b/stable/fluidd/9.8.3/Chart.yaml deleted file mode 100644 index 57b64ce6cba..00000000000 --- a/stable/fluidd/9.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.29.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. -home: https://truecharts.org/charts/stable/fluidd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png -keywords: - - fluidd -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fluidd -sources: - - https://github.com/fluidd-core/fluidd - - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - - https://ghcr.io/fluidd-core/fluidd -type: application -version: 9.8.3 diff --git a/stable/fluidd/9.8.3/app-changelog.md b/stable/fluidd/9.8.3/app-changelog.md deleted file mode 100644 index e04dcca7146..00000000000 --- a/stable/fluidd/9.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fluidd/9.8.3/charts/common-20.2.4.tgz b/stable/fluidd/9.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fluidd/9.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fluttercoin-wallet/5.7.3/.helmignore b/stable/fluidd/9.8.5/.helmignore similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/.helmignore rename to stable/fluidd/9.8.5/.helmignore diff --git a/stable/fluidd/9.8.5/CHANGELOG.md b/stable/fluidd/9.8.5/CHANGELOG.md new file mode 100644 index 00000000000..9c3db79b1e1 --- /dev/null +++ b/stable/fluidd/9.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluidd-9.8.5](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluidd-9.8.4](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluidd-9.8.4](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluidd-9.8.4](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluidd-9.8.4](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/fluidd/9.8.5/Chart.yaml b/stable/fluidd/9.8.5/Chart.yaml new file mode 100644 index 00000000000..cd2417221e2 --- /dev/null +++ b/stable/fluidd/9.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.29.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. +home: https://truecharts.org/charts/stable/fluidd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png +keywords: + - fluidd +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluidd +sources: + - https://github.com/fluidd-core/fluidd + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://ghcr.io/fluidd-core/fluidd +type: application +version: 9.8.5 diff --git a/stable/fluidd/9.8.3/README.md b/stable/fluidd/9.8.5/README.md similarity index 100% rename from stable/fluidd/9.8.3/README.md rename to stable/fluidd/9.8.5/README.md diff --git a/stable/fluidd/9.8.5/app-changelog.md b/stable/fluidd/9.8.5/app-changelog.md new file mode 100644 index 00000000000..58fdf4ede75 --- /dev/null +++ b/stable/fluidd/9.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [fluidd-9.8.5](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fluidd/9.8.3/app-readme.md b/stable/fluidd/9.8.5/app-readme.md similarity index 100% rename from stable/fluidd/9.8.3/app-readme.md rename to stable/fluidd/9.8.5/app-readme.md diff --git a/stable/fluidd/9.8.5/charts/common-20.2.10.tgz b/stable/fluidd/9.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fluidd/9.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/fluidd/9.8.3/ix_values.yaml b/stable/fluidd/9.8.5/ix_values.yaml similarity index 100% rename from stable/fluidd/9.8.3/ix_values.yaml rename to stable/fluidd/9.8.5/ix_values.yaml diff --git a/stable/fluidd/9.8.3/questions.yaml b/stable/fluidd/9.8.5/questions.yaml similarity index 100% rename from stable/fluidd/9.8.3/questions.yaml rename to stable/fluidd/9.8.5/questions.yaml diff --git a/stable/foldingathome/9.7.5/templates/NOTES.txt b/stable/fluidd/9.8.5/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/9.7.5/templates/NOTES.txt rename to stable/fluidd/9.8.5/templates/NOTES.txt diff --git a/stable/fluidd/9.8.3/templates/common.yaml b/stable/fluidd/9.8.5/templates/common.yaml similarity index 100% rename from stable/fluidd/9.8.3/templates/common.yaml rename to stable/fluidd/9.8.5/templates/common.yaml diff --git a/stable/fluttercoin-wallet/5.7.3/values.yaml b/stable/fluidd/9.8.5/values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/values.yaml rename to stable/fluidd/9.8.5/values.yaml diff --git a/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md b/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md deleted file mode 100644 index ca8323f914f..00000000000 --- a/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fluttercoin-wallet/5.7.3/Chart.yaml b/stable/fluttercoin-wallet/5.7.3/Chart.yaml deleted file mode 100644 index 97f542bf562..00000000000 --- a/stable/fluttercoin-wallet/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. -home: https://truecharts.org/charts/stable/fluttercoin-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png -keywords: - - fluttercoin-wallet - - Network-Other - - Productivity - - Tools-Utilities - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fluttercoin-wallet -sources: - - https://fluttercoin.me/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet - - https://hub.docker.com/r/ich777/fluttercoin -type: application -version: 5.7.3 diff --git a/stable/fluttercoin-wallet/5.7.3/app-changelog.md b/stable/fluttercoin-wallet/5.7.3/app-changelog.md deleted file mode 100644 index 25fdf1bc55a..00000000000 --- a/stable/fluttercoin-wallet/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz b/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fmd2-wine/5.7.3/.helmignore b/stable/fluttercoin-wallet/5.7.5/.helmignore similarity index 100% rename from stable/fmd2-wine/5.7.3/.helmignore rename to stable/fluttercoin-wallet/5.7.5/.helmignore diff --git a/stable/fluttercoin-wallet/5.7.5/CHANGELOG.md b/stable/fluttercoin-wallet/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..006def695b2 --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluttercoin-wallet-5.7.5](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluttercoin-wallet-5.7.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluttercoin-wallet-5.7.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluttercoin-wallet-5.7.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluttercoin-wallet-5.7.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fluttercoin-wallet-5.7.4](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.7.5/Chart.yaml b/stable/fluttercoin-wallet/5.7.5/Chart.yaml new file mode 100644 index 00000000000..899f41f31e6 --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. +home: https://truecharts.org/charts/stable/fluttercoin-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png +keywords: + - fluttercoin-wallet + - Network-Other + - Productivity + - Tools-Utilities + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluttercoin-wallet +sources: + - https://fluttercoin.me/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet + - https://hub.docker.com/r/ich777/fluttercoin +type: application +version: 5.7.5 diff --git a/stable/fluttercoin-wallet/5.7.3/README.md b/stable/fluttercoin-wallet/5.7.5/README.md similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/README.md rename to stable/fluttercoin-wallet/5.7.5/README.md diff --git a/stable/fluttercoin-wallet/5.7.5/app-changelog.md b/stable/fluttercoin-wallet/5.7.5/app-changelog.md new file mode 100644 index 00000000000..186bf2d3f04 --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fluttercoin-wallet-5.7.5](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.7.3/app-readme.md b/stable/fluttercoin-wallet/5.7.5/app-readme.md similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/app-readme.md rename to stable/fluttercoin-wallet/5.7.5/app-readme.md diff --git a/stable/fluttercoin-wallet/5.7.5/charts/common-20.2.10.tgz b/stable/fluttercoin-wallet/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fluttercoin-wallet/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fluttercoin-wallet/5.7.3/ix_values.yaml b/stable/fluttercoin-wallet/5.7.5/ix_values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/ix_values.yaml rename to stable/fluttercoin-wallet/5.7.5/ix_values.yaml diff --git a/stable/fluttercoin-wallet/5.7.3/questions.yaml b/stable/fluttercoin-wallet/5.7.5/questions.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/questions.yaml rename to stable/fluttercoin-wallet/5.7.5/questions.yaml diff --git a/stable/fluttercoin-wallet/5.7.3/templates/common.yaml b/stable/fluttercoin-wallet/5.7.5/templates/common.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.7.3/templates/common.yaml rename to stable/fluttercoin-wallet/5.7.5/templates/common.yaml diff --git a/stable/fmd2-wine/5.7.3/values.yaml b/stable/fluttercoin-wallet/5.7.5/values.yaml similarity index 100% rename from stable/fmd2-wine/5.7.3/values.yaml rename to stable/fluttercoin-wallet/5.7.5/values.yaml diff --git a/stable/fmd2-wine/5.7.3/CHANGELOG.md b/stable/fmd2-wine/5.7.3/CHANGELOG.md deleted file mode 100644 index 4d7478cd22b..00000000000 --- a/stable/fmd2-wine/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fmd2-wine/5.7.3/Chart.yaml b/stable/fmd2-wine/5.7.3/Chart.yaml deleted file mode 100644 index b607671637d..00000000000 --- a/stable/fmd2-wine/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " -home: https://truecharts.org/charts/stable/fmd2-wine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png -keywords: - - fmd2-wine - - Downloaders - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fmd2-wine -sources: - - https://github.com/Banh-Canh/docker-FMD2 - - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine - - https://hub.docker.com/r/banhcanh/docker-fmd2 -type: application -version: 5.7.3 diff --git a/stable/fmd2-wine/5.7.3/app-changelog.md b/stable/fmd2-wine/5.7.3/app-changelog.md deleted file mode 100644 index c73fb12499a..00000000000 --- a/stable/fmd2-wine/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz b/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/foldingathome/9.7.5/.helmignore b/stable/fmd2-wine/5.7.5/.helmignore similarity index 100% rename from stable/foldingathome/9.7.5/.helmignore rename to stable/fmd2-wine/5.7.5/.helmignore diff --git a/stable/fmd2-wine/5.7.5/CHANGELOG.md b/stable/fmd2-wine/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..310e00d403a --- /dev/null +++ b/stable/fmd2-wine/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fmd2-wine-5.7.5](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fmd2-wine-5.7.4](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fmd2-wine-5.7.4](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fmd2-wine-5.7.4](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fmd2-wine-5.7.4](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fmd2-wine-5.7.4](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fmd2-wine/5.7.5/Chart.yaml b/stable/fmd2-wine/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b86b01b170d --- /dev/null +++ b/stable/fmd2-wine/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " +home: https://truecharts.org/charts/stable/fmd2-wine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png +keywords: + - fmd2-wine + - Downloaders + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fmd2-wine +sources: + - https://github.com/Banh-Canh/docker-FMD2 + - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine + - https://hub.docker.com/r/banhcanh/docker-fmd2 +type: application +version: 5.7.5 diff --git a/stable/fmd2-wine/5.7.3/README.md b/stable/fmd2-wine/5.7.5/README.md similarity index 100% rename from stable/fmd2-wine/5.7.3/README.md rename to stable/fmd2-wine/5.7.5/README.md diff --git a/stable/fmd2-wine/5.7.5/app-changelog.md b/stable/fmd2-wine/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ffc9df5d782 --- /dev/null +++ b/stable/fmd2-wine/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fmd2-wine-5.7.5](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fmd2-wine/5.7.3/app-readme.md b/stable/fmd2-wine/5.7.5/app-readme.md similarity index 100% rename from stable/fmd2-wine/5.7.3/app-readme.md rename to stable/fmd2-wine/5.7.5/app-readme.md diff --git a/stable/fmd2-wine/5.7.5/charts/common-20.2.10.tgz b/stable/fmd2-wine/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fmd2-wine/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fmd2-wine/5.7.3/ix_values.yaml b/stable/fmd2-wine/5.7.5/ix_values.yaml similarity index 100% rename from stable/fmd2-wine/5.7.3/ix_values.yaml rename to stable/fmd2-wine/5.7.5/ix_values.yaml diff --git a/stable/fmd2-wine/5.7.3/questions.yaml b/stable/fmd2-wine/5.7.5/questions.yaml similarity index 100% rename from stable/fmd2-wine/5.7.3/questions.yaml rename to stable/fmd2-wine/5.7.5/questions.yaml diff --git a/stable/fmd2-wine/5.7.3/templates/common.yaml b/stable/fmd2-wine/5.7.5/templates/common.yaml similarity index 100% rename from stable/fmd2-wine/5.7.3/templates/common.yaml rename to stable/fmd2-wine/5.7.5/templates/common.yaml diff --git a/stable/foldingathome/9.7.5/values.yaml b/stable/fmd2-wine/5.7.5/values.yaml similarity index 100% rename from stable/foldingathome/9.7.5/values.yaml rename to stable/fmd2-wine/5.7.5/values.yaml diff --git a/stable/foldingathome/9.7.5/CHANGELOG.md b/stable/foldingathome/9.7.5/CHANGELOG.md deleted file mode 100644 index b1097cba658..00000000000 --- a/stable/foldingathome/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/foldingathome/9.7.5/Chart.yaml b/stable/foldingathome/9.7.5/Chart.yaml deleted file mode 100644 index 519e50dda25..00000000000 --- a/stable/foldingathome/9.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.6.21 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. -home: https://truecharts.org/charts/stable/foldingathome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png -keywords: - - foldingathome -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: foldingathome -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - - https://ghcr.io/linuxserver/foldingathome -type: application -version: 9.7.5 diff --git a/stable/foldingathome/9.7.5/app-changelog.md b/stable/foldingathome/9.7.5/app-changelog.md deleted file mode 100644 index a585bf48d74..00000000000 --- a/stable/foldingathome/9.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [foldingathome-9.7.5](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) \ No newline at end of file diff --git a/stable/foldingathome/9.7.5/charts/common-20.2.4.tgz b/stable/foldingathome/9.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/foldingathome/9.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fossil/11.7.3/.helmignore b/stable/foldingathome/9.7.7/.helmignore similarity index 100% rename from stable/fossil/11.7.3/.helmignore rename to stable/foldingathome/9.7.7/.helmignore diff --git a/stable/foldingathome/9.7.7/CHANGELOG.md b/stable/foldingathome/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..188c7013a63 --- /dev/null +++ b/stable/foldingathome/9.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [foldingathome-9.7.7](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) + + +## [foldingathome-9.7.6](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) + + +## [foldingathome-9.7.6](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) + + +## [foldingathome-9.7.6](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/foldingathome/9.7.7/Chart.yaml b/stable/foldingathome/9.7.7/Chart.yaml new file mode 100644 index 00000000000..9845372b8d7 --- /dev/null +++ b/stable/foldingathome/9.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.21 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. +home: https://truecharts.org/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png +keywords: + - foldingathome +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: foldingathome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome + - https://ghcr.io/linuxserver/foldingathome +type: application +version: 9.7.7 diff --git a/stable/foldingathome/9.7.5/README.md b/stable/foldingathome/9.7.7/README.md similarity index 100% rename from stable/foldingathome/9.7.5/README.md rename to stable/foldingathome/9.7.7/README.md diff --git a/stable/foldingathome/9.7.7/app-changelog.md b/stable/foldingathome/9.7.7/app-changelog.md new file mode 100644 index 00000000000..298878369dc --- /dev/null +++ b/stable/foldingathome/9.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [foldingathome-9.7.7](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@9f34c06](https://github.com/9f34c06) by renovate ([#19805](https://github.com/truecharts/charts/issues/19805)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237)) \ No newline at end of file diff --git a/stable/foldingathome/9.7.5/app-readme.md b/stable/foldingathome/9.7.7/app-readme.md similarity index 100% rename from stable/foldingathome/9.7.5/app-readme.md rename to stable/foldingathome/9.7.7/app-readme.md diff --git a/stable/foldingathome/9.7.7/charts/common-20.2.10.tgz b/stable/foldingathome/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/foldingathome/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/foldingathome/9.7.5/ix_values.yaml b/stable/foldingathome/9.7.7/ix_values.yaml similarity index 100% rename from stable/foldingathome/9.7.5/ix_values.yaml rename to stable/foldingathome/9.7.7/ix_values.yaml diff --git a/stable/foldingathome/9.7.5/questions.yaml b/stable/foldingathome/9.7.7/questions.yaml similarity index 100% rename from stable/foldingathome/9.7.5/questions.yaml rename to stable/foldingathome/9.7.7/questions.yaml diff --git a/stable/fossil/11.7.3/templates/NOTES.txt b/stable/foldingathome/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/fossil/11.7.3/templates/NOTES.txt rename to stable/foldingathome/9.7.7/templates/NOTES.txt diff --git a/stable/foldingathome/9.7.5/templates/common.yaml b/stable/foldingathome/9.7.7/templates/common.yaml similarity index 100% rename from stable/foldingathome/9.7.5/templates/common.yaml rename to stable/foldingathome/9.7.7/templates/common.yaml diff --git a/stable/fossil/11.7.3/values.yaml b/stable/foldingathome/9.7.7/values.yaml similarity index 100% rename from stable/fossil/11.7.3/values.yaml rename to stable/foldingathome/9.7.7/values.yaml diff --git a/stable/fossil/11.7.3/CHANGELOG.md b/stable/fossil/11.7.3/CHANGELOG.md deleted file mode 100644 index 85501db2e9e..00000000000 --- a/stable/fossil/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fossil/11.7.3/Chart.yaml b/stable/fossil/11.7.3/Chart.yaml deleted file mode 100644 index b5e1dae941d..00000000000 --- a/stable/fossil/11.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.15.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple, high-reliability, distributed software configuration management system -home: https://truecharts.org/charts/stable/fossil -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png -keywords: - - fossil - - scm -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fossil -sources: - - https://fossil-scm.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - - https://ghcr.io/nicholaswilde/fossil -type: application -version: 11.7.3 diff --git a/stable/fossil/11.7.3/app-changelog.md b/stable/fossil/11.7.3/app-changelog.md deleted file mode 100644 index d1460e3e051..00000000000 --- a/stable/fossil/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fossil/11.7.3/charts/common-20.2.4.tgz b/stable/fossil/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fossil/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fotosho/5.7.3/.helmignore b/stable/fossil/11.7.5/.helmignore similarity index 100% rename from stable/fotosho/5.7.3/.helmignore rename to stable/fossil/11.7.5/.helmignore diff --git a/stable/fossil/11.7.5/CHANGELOG.md b/stable/fossil/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4ad4326fa8b --- /dev/null +++ b/stable/fossil/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fossil-11.7.5](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fossil-11.7.4](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fossil-11.7.4](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fossil-11.7.4](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fossil-11.7.4](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fossil-11.7.4](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fossil/11.7.5/Chart.yaml b/stable/fossil/11.7.5/Chart.yaml new file mode 100644 index 00000000000..2c0e1472284 --- /dev/null +++ b/stable/fossil/11.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, high-reliability, distributed software configuration management system +home: https://truecharts.org/charts/stable/fossil +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png +keywords: + - fossil + - scm +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fossil +sources: + - https://fossil-scm.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fossil + - https://ghcr.io/nicholaswilde/fossil +type: application +version: 11.7.5 diff --git a/stable/fossil/11.7.3/README.md b/stable/fossil/11.7.5/README.md similarity index 100% rename from stable/fossil/11.7.3/README.md rename to stable/fossil/11.7.5/README.md diff --git a/stable/fossil/11.7.5/app-changelog.md b/stable/fossil/11.7.5/app-changelog.md new file mode 100644 index 00000000000..85b4c95760e --- /dev/null +++ b/stable/fossil/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fossil-11.7.5](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fossil/11.7.3/app-readme.md b/stable/fossil/11.7.5/app-readme.md similarity index 100% rename from stable/fossil/11.7.3/app-readme.md rename to stable/fossil/11.7.5/app-readme.md diff --git a/stable/fossil/11.7.5/charts/common-20.2.10.tgz b/stable/fossil/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fossil/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fossil/11.7.3/ix_values.yaml b/stable/fossil/11.7.5/ix_values.yaml similarity index 100% rename from stable/fossil/11.7.3/ix_values.yaml rename to stable/fossil/11.7.5/ix_values.yaml diff --git a/stable/fossil/11.7.3/questions.yaml b/stable/fossil/11.7.5/questions.yaml similarity index 100% rename from stable/fossil/11.7.3/questions.yaml rename to stable/fossil/11.7.5/questions.yaml diff --git a/stable/freeradius/13.7.3/templates/NOTES.txt b/stable/fossil/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/freeradius/13.7.3/templates/NOTES.txt rename to stable/fossil/11.7.5/templates/NOTES.txt diff --git a/stable/fossil/11.7.3/templates/common.yaml b/stable/fossil/11.7.5/templates/common.yaml similarity index 100% rename from stable/fossil/11.7.3/templates/common.yaml rename to stable/fossil/11.7.5/templates/common.yaml diff --git a/stable/fotosho/5.7.3/values.yaml b/stable/fossil/11.7.5/values.yaml similarity index 100% rename from stable/fotosho/5.7.3/values.yaml rename to stable/fossil/11.7.5/values.yaml diff --git a/stable/fotosho/5.7.3/CHANGELOG.md b/stable/fotosho/5.7.3/CHANGELOG.md deleted file mode 100644 index db72118d395..00000000000 --- a/stable/fotosho/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fotosho/5.7.3/Chart.yaml b/stable/fotosho/5.7.3/Chart.yaml deleted file mode 100644 index 301e5f1018a..00000000000 --- a/stable/fotosho/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." -home: https://truecharts.org/charts/stable/fotosho -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png -keywords: - - fotosho - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fotosho -sources: - - https://github.com/advplyr/fotosho - - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho - - https://hub.docker.com/r/advplyr/fotosho -type: application -version: 5.7.3 diff --git a/stable/fotosho/5.7.3/app-changelog.md b/stable/fotosho/5.7.3/app-changelog.md deleted file mode 100644 index 7c2b4999b72..00000000000 --- a/stable/fotosho/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fotosho/5.7.3/charts/common-20.2.4.tgz b/stable/fotosho/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fotosho/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/freecad-desktop-g3/5.7.3/.helmignore b/stable/fotosho/5.7.5/.helmignore similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/.helmignore rename to stable/fotosho/5.7.5/.helmignore diff --git a/stable/fotosho/5.7.5/CHANGELOG.md b/stable/fotosho/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7731b562628 --- /dev/null +++ b/stable/fotosho/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fotosho-5.7.5](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fotosho-5.7.4](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fotosho-5.7.4](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fotosho-5.7.4](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fotosho-5.7.4](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fotosho-5.7.4](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fotosho/5.7.5/Chart.yaml b/stable/fotosho/5.7.5/Chart.yaml new file mode 100644 index 00000000000..777a45e733c --- /dev/null +++ b/stable/fotosho/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." +home: https://truecharts.org/charts/stable/fotosho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png +keywords: + - fotosho + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fotosho +sources: + - https://github.com/advplyr/fotosho + - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho + - https://hub.docker.com/r/advplyr/fotosho +type: application +version: 5.7.5 diff --git a/stable/fotosho/5.7.3/README.md b/stable/fotosho/5.7.5/README.md similarity index 100% rename from stable/fotosho/5.7.3/README.md rename to stable/fotosho/5.7.5/README.md diff --git a/stable/fotosho/5.7.5/app-changelog.md b/stable/fotosho/5.7.5/app-changelog.md new file mode 100644 index 00000000000..aa2b937158f --- /dev/null +++ b/stable/fotosho/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fotosho-5.7.5](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fotosho/5.7.3/app-readme.md b/stable/fotosho/5.7.5/app-readme.md similarity index 100% rename from stable/fotosho/5.7.3/app-readme.md rename to stable/fotosho/5.7.5/app-readme.md diff --git a/stable/fotosho/5.7.5/charts/common-20.2.10.tgz b/stable/fotosho/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fotosho/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fotosho/5.7.3/ix_values.yaml b/stable/fotosho/5.7.5/ix_values.yaml similarity index 100% rename from stable/fotosho/5.7.3/ix_values.yaml rename to stable/fotosho/5.7.5/ix_values.yaml diff --git a/stable/fotosho/5.7.3/questions.yaml b/stable/fotosho/5.7.5/questions.yaml similarity index 100% rename from stable/fotosho/5.7.3/questions.yaml rename to stable/fotosho/5.7.5/questions.yaml diff --git a/stable/fotosho/5.7.3/templates/common.yaml b/stable/fotosho/5.7.5/templates/common.yaml similarity index 100% rename from stable/fotosho/5.7.3/templates/common.yaml rename to stable/fotosho/5.7.5/templates/common.yaml diff --git a/stable/freecad-desktop-g3/5.7.3/values.yaml b/stable/fotosho/5.7.5/values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/values.yaml rename to stable/fotosho/5.7.5/values.yaml diff --git a/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md b/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md deleted file mode 100644 index 13ce425cbac..00000000000 --- a/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/freecad-desktop-g3/5.7.3/Chart.yaml b/stable/freecad-desktop-g3/5.7.3/Chart.yaml deleted file mode 100644 index 09313a38ba4..00000000000 --- a/stable/freecad-desktop-g3/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/freecad-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png -keywords: - - freecad-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freecad-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 -type: application -version: 5.7.3 diff --git a/stable/freecad-desktop-g3/5.7.3/app-changelog.md b/stable/freecad-desktop-g3/5.7.3/app-changelog.md deleted file mode 100644 index 8ae69936dd4..00000000000 --- a/stable/freecad-desktop-g3/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) \ No newline at end of file diff --git a/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/freeradius/13.7.3/.helmignore b/stable/freecad-desktop-g3/5.7.5/.helmignore similarity index 100% rename from stable/freeradius/13.7.3/.helmignore rename to stable/freecad-desktop-g3/5.7.5/.helmignore diff --git a/stable/freecad-desktop-g3/5.7.5/CHANGELOG.md b/stable/freecad-desktop-g3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..75c67911eed --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freecad-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) + + +## [freecad-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) + + +## [freecad-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) + + +## [freecad-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) + + +## [freecad-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/freecad-desktop-g3/5.7.5/Chart.yaml b/stable/freecad-desktop-g3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b00cf176a56 --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png +keywords: + - freecad-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freecad-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 +type: application +version: 5.7.5 diff --git a/stable/freecad-desktop-g3/5.7.3/README.md b/stable/freecad-desktop-g3/5.7.5/README.md similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/README.md rename to stable/freecad-desktop-g3/5.7.5/README.md diff --git a/stable/freecad-desktop-g3/5.7.5/app-changelog.md b/stable/freecad-desktop-g3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..eb54b7524c5 --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [freecad-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213)) \ No newline at end of file diff --git a/stable/freecad-desktop-g3/5.7.3/app-readme.md b/stable/freecad-desktop-g3/5.7.5/app-readme.md similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/app-readme.md rename to stable/freecad-desktop-g3/5.7.5/app-readme.md diff --git a/stable/freecad-desktop-g3/5.7.5/charts/common-20.2.10.tgz b/stable/freecad-desktop-g3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/freecad-desktop-g3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/freecad-desktop-g3/5.7.3/ix_values.yaml b/stable/freecad-desktop-g3/5.7.5/ix_values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/ix_values.yaml rename to stable/freecad-desktop-g3/5.7.5/ix_values.yaml diff --git a/stable/freecad-desktop-g3/5.7.3/questions.yaml b/stable/freecad-desktop-g3/5.7.5/questions.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/questions.yaml rename to stable/freecad-desktop-g3/5.7.5/questions.yaml diff --git a/stable/freecad-desktop-g3/5.7.3/templates/common.yaml b/stable/freecad-desktop-g3/5.7.5/templates/common.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.7.3/templates/common.yaml rename to stable/freecad-desktop-g3/5.7.5/templates/common.yaml diff --git a/stable/freeradius/13.7.3/values.yaml b/stable/freecad-desktop-g3/5.7.5/values.yaml similarity index 100% rename from stable/freeradius/13.7.3/values.yaml rename to stable/freecad-desktop-g3/5.7.5/values.yaml diff --git a/stable/freeradius/13.7.3/CHANGELOG.md b/stable/freeradius/13.7.3/CHANGELOG.md deleted file mode 100644 index a362fb90c5a..00000000000 --- a/stable/freeradius/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/freeradius/13.7.3/Chart.yaml b/stable/freeradius/13.7.3/Chart.yaml deleted file mode 100644 index d09a030b01e..00000000000 --- a/stable/freeradius/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: auth - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OpenSource Radius implementation -home: https://truecharts.org/charts/stable/freeradius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png -keywords: - - radius - - auth -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freeradius -sources: - - https://freeradius.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - - https://github.com/truecharts/containers/tree/master/apps/freeradius -type: application -version: 13.7.3 diff --git a/stable/freeradius/13.7.3/app-changelog.md b/stable/freeradius/13.7.3/app-changelog.md deleted file mode 100644 index 0bdc507d705..00000000000 --- a/stable/freeradius/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/freeradius/13.7.3/charts/common-20.2.4.tgz b/stable/freeradius/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/freeradius/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/freshrss/18.7.5/.helmignore b/stable/freeradius/13.7.5/.helmignore similarity index 100% rename from stable/freshrss/18.7.5/.helmignore rename to stable/freeradius/13.7.5/.helmignore diff --git a/stable/freeradius/13.7.5/CHANGELOG.md b/stable/freeradius/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0f5a9bea5b3 --- /dev/null +++ b/stable/freeradius/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freeradius-13.7.5](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freeradius-13.7.4](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freeradius-13.7.4](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freeradius-13.7.4](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freeradius-13.7.4](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freeradius-13.7.4](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/freeradius/13.7.5/Chart.yaml b/stable/freeradius/13.7.5/Chart.yaml new file mode 100644 index 00000000000..21e12cbebf9 --- /dev/null +++ b/stable/freeradius/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: auth + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenSource Radius implementation +home: https://truecharts.org/charts/stable/freeradius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png +keywords: + - radius + - auth +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freeradius +sources: + - https://freeradius.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius + - https://github.com/truecharts/containers/tree/master/apps/freeradius +type: application +version: 13.7.5 diff --git a/stable/freeradius/13.7.3/README.md b/stable/freeradius/13.7.5/README.md similarity index 100% rename from stable/freeradius/13.7.3/README.md rename to stable/freeradius/13.7.5/README.md diff --git a/stable/freeradius/13.7.5/app-changelog.md b/stable/freeradius/13.7.5/app-changelog.md new file mode 100644 index 00000000000..6d4c46a9388 --- /dev/null +++ b/stable/freeradius/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [freeradius-13.7.5](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/freeradius/13.7.3/app-readme.md b/stable/freeradius/13.7.5/app-readme.md similarity index 100% rename from stable/freeradius/13.7.3/app-readme.md rename to stable/freeradius/13.7.5/app-readme.md diff --git a/stable/freeradius/13.7.5/charts/common-20.2.10.tgz b/stable/freeradius/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/freeradius/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/freeradius/13.7.3/ix_values.yaml b/stable/freeradius/13.7.5/ix_values.yaml similarity index 100% rename from stable/freeradius/13.7.3/ix_values.yaml rename to stable/freeradius/13.7.5/ix_values.yaml diff --git a/stable/freeradius/13.7.3/questions.yaml b/stable/freeradius/13.7.5/questions.yaml similarity index 100% rename from stable/freeradius/13.7.3/questions.yaml rename to stable/freeradius/13.7.5/questions.yaml diff --git a/stable/freshrss/18.7.5/templates/NOTES.txt b/stable/freeradius/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/freshrss/18.7.5/templates/NOTES.txt rename to stable/freeradius/13.7.5/templates/NOTES.txt diff --git a/stable/freeradius/13.7.3/templates/common.yaml b/stable/freeradius/13.7.5/templates/common.yaml similarity index 100% rename from stable/freeradius/13.7.3/templates/common.yaml rename to stable/freeradius/13.7.5/templates/common.yaml diff --git a/stable/freshrss/18.7.5/values.yaml b/stable/freeradius/13.7.5/values.yaml similarity index 100% rename from stable/freshrss/18.7.5/values.yaml rename to stable/freeradius/13.7.5/values.yaml diff --git a/stable/freshrss/18.7.5/CHANGELOG.md b/stable/freshrss/18.7.5/CHANGELOG.md deleted file mode 100644 index 41180ef04d7..00000000000 --- a/stable/freshrss/18.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/freshrss/18.7.5/Chart.yaml b/stable/freshrss/18.7.5/Chart.yaml deleted file mode 100644 index 430aa0372f6..00000000000 --- a/stable/freshrss/18.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: FreshRSS is a self-hosted RSS feed aggregator -home: https://truecharts.org/charts/stable/freshrss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png -keywords: - - freshrss - - rss -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: freshrss -sources: - - https://github.com/FreshRSS/FreshRSS - - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss - - https://ghcr.io/linuxserver/freshrss -type: application -version: 18.7.5 diff --git a/stable/freshrss/18.7.5/app-changelog.md b/stable/freshrss/18.7.5/app-changelog.md deleted file mode 100644 index 61c3cd0d24d..00000000000 --- a/stable/freshrss/18.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/freshrss/18.7.5/charts/common-20.2.4.tgz b/stable/freshrss/18.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/freshrss/18.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/friendica/14.0.4/.helmignore b/stable/freshrss/18.7.7/.helmignore similarity index 100% rename from stable/friendica/14.0.4/.helmignore rename to stable/freshrss/18.7.7/.helmignore diff --git a/stable/freshrss/18.7.7/CHANGELOG.md b/stable/freshrss/18.7.7/CHANGELOG.md new file mode 100644 index 00000000000..66969bce55a --- /dev/null +++ b/stable/freshrss/18.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freshrss-18.7.7](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freshrss-18.7.6](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freshrss-18.7.6](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freshrss-18.7.6](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [freshrss-18.7.6](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.6) (2024-03-27) + +### Chore diff --git a/stable/freshrss/18.7.7/Chart.yaml b/stable/freshrss/18.7.7/Chart.yaml new file mode 100644 index 00000000000..859396971d3 --- /dev/null +++ b/stable/freshrss/18.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FreshRSS is a self-hosted RSS feed aggregator +home: https://truecharts.org/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png +keywords: + - freshrss + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freshrss +sources: + - https://github.com/FreshRSS/FreshRSS + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss + - https://ghcr.io/linuxserver/freshrss +type: application +version: 18.7.7 diff --git a/stable/freshrss/18.7.5/README.md b/stable/freshrss/18.7.7/README.md similarity index 100% rename from stable/freshrss/18.7.5/README.md rename to stable/freshrss/18.7.7/README.md diff --git a/stable/freshrss/18.7.7/app-changelog.md b/stable/freshrss/18.7.7/app-changelog.md new file mode 100644 index 00000000000..847dcd4e286 --- /dev/null +++ b/stable/freshrss/18.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [freshrss-18.7.7](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/freshrss/18.7.5/app-readme.md b/stable/freshrss/18.7.7/app-readme.md similarity index 100% rename from stable/freshrss/18.7.5/app-readme.md rename to stable/freshrss/18.7.7/app-readme.md diff --git a/stable/freshrss/18.7.7/charts/common-20.2.10.tgz b/stable/freshrss/18.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/freshrss/18.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/freshrss/18.7.5/ix_values.yaml b/stable/freshrss/18.7.7/ix_values.yaml similarity index 100% rename from stable/freshrss/18.7.5/ix_values.yaml rename to stable/freshrss/18.7.7/ix_values.yaml diff --git a/stable/freshrss/18.7.5/questions.yaml b/stable/freshrss/18.7.7/questions.yaml similarity index 100% rename from stable/freshrss/18.7.5/questions.yaml rename to stable/freshrss/18.7.7/questions.yaml diff --git a/stable/friendica/14.0.4/templates/NOTES.txt b/stable/freshrss/18.7.7/templates/NOTES.txt similarity index 100% rename from stable/friendica/14.0.4/templates/NOTES.txt rename to stable/freshrss/18.7.7/templates/NOTES.txt diff --git a/stable/freshrss/18.7.5/templates/common.yaml b/stable/freshrss/18.7.7/templates/common.yaml similarity index 100% rename from stable/freshrss/18.7.5/templates/common.yaml rename to stable/freshrss/18.7.7/templates/common.yaml diff --git a/stable/friendica/14.0.4/values.yaml b/stable/freshrss/18.7.7/values.yaml similarity index 100% rename from stable/friendica/14.0.4/values.yaml rename to stable/freshrss/18.7.7/values.yaml diff --git a/stable/friendica/14.0.4/CHANGELOG.md b/stable/friendica/14.0.4/CHANGELOG.md deleted file mode 100644 index 08c2d2f2e24..00000000000 --- a/stable/friendica/14.0.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [friendica-14.0.4](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) - - -## [friendica-14.0.4](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) - - -## [friendica-14.0.3](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.3) (2024-03-26) - -### Chore diff --git a/stable/friendica/14.0.4/Chart.yaml b/stable/friendica/14.0.4/Chart.yaml deleted file mode 100644 index dada86a8b1f..00000000000 --- a/stable/friendica/14.0.4/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.03.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Welcome to the free social web -home: https://truecharts.org/charts/stable/friendica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png -keywords: - - friend - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: friendica -sources: - - https://friendi.ca/ - - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - - https://hub.docker.com/_/friendica -type: application -version: 14.0.4 diff --git a/stable/friendica/14.0.4/app-changelog.md b/stable/friendica/14.0.4/app-changelog.md deleted file mode 100644 index b7f207f150a..00000000000 --- a/stable/friendica/14.0.4/app-changelog.md +++ /dev/null @@ -1,43 +0,0 @@ - - -## [friendica-14.0.4](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) \ No newline at end of file diff --git a/stable/friendica/14.0.4/charts/common-20.2.9.tgz b/stable/friendica/14.0.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/friendica/14.0.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/friendica/14.0.4/charts/mariadb-13.7.4.tgz b/stable/friendica/14.0.4/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/friendica/14.0.4/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/frigate/14.3.3/.helmignore b/stable/friendica/14.0.6/.helmignore similarity index 100% rename from stable/frigate/14.3.3/.helmignore rename to stable/friendica/14.0.6/.helmignore diff --git a/stable/friendica/14.0.6/CHANGELOG.md b/stable/friendica/14.0.6/CHANGELOG.md new file mode 100644 index 00000000000..2af76e867b8 --- /dev/null +++ b/stable/friendica/14.0.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [friendica-14.0.6](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) + + +## [friendica-14.0.5](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.5) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) \ No newline at end of file diff --git a/stable/friendica/14.0.6/Chart.yaml b/stable/friendica/14.0.6/Chart.yaml new file mode 100644 index 00000000000..958a05320f0 --- /dev/null +++ b/stable/friendica/14.0.6/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.03.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Welcome to the free social web +home: https://truecharts.org/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png +keywords: + - friend + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: friendica +sources: + - https://friendi.ca/ + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica + - https://hub.docker.com/_/friendica +type: application +version: 14.0.6 diff --git a/stable/friendica/14.0.4/README.md b/stable/friendica/14.0.6/README.md similarity index 100% rename from stable/friendica/14.0.4/README.md rename to stable/friendica/14.0.6/README.md diff --git a/stable/friendica/14.0.6/app-changelog.md b/stable/friendica/14.0.6/app-changelog.md new file mode 100644 index 00000000000..dcc49e0f700 --- /dev/null +++ b/stable/friendica/14.0.6/app-changelog.md @@ -0,0 +1,47 @@ + + +## [friendica-14.0.6](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) \ No newline at end of file diff --git a/stable/friendica/14.0.4/app-readme.md b/stable/friendica/14.0.6/app-readme.md similarity index 100% rename from stable/friendica/14.0.4/app-readme.md rename to stable/friendica/14.0.6/app-readme.md diff --git a/stable/friendica/14.0.6/charts/common-20.2.10.tgz b/stable/friendica/14.0.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/friendica/14.0.6/charts/common-20.2.10.tgz differ diff --git a/stable/friendica/14.0.6/charts/mariadb-13.7.5.tgz b/stable/friendica/14.0.6/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/friendica/14.0.6/charts/mariadb-13.7.5.tgz differ diff --git a/stable/friendica/14.0.4/charts/redis-13.2.2.tgz b/stable/friendica/14.0.6/charts/redis-13.2.2.tgz similarity index 100% rename from stable/friendica/14.0.4/charts/redis-13.2.2.tgz rename to stable/friendica/14.0.6/charts/redis-13.2.2.tgz diff --git a/stable/friendica/14.0.4/ix_values.yaml b/stable/friendica/14.0.6/ix_values.yaml similarity index 100% rename from stable/friendica/14.0.4/ix_values.yaml rename to stable/friendica/14.0.6/ix_values.yaml diff --git a/stable/friendica/14.0.4/questions.yaml b/stable/friendica/14.0.6/questions.yaml similarity index 100% rename from stable/friendica/14.0.4/questions.yaml rename to stable/friendica/14.0.6/questions.yaml diff --git a/stable/frigate/14.3.3/templates/NOTES.txt b/stable/friendica/14.0.6/templates/NOTES.txt similarity index 100% rename from stable/frigate/14.3.3/templates/NOTES.txt rename to stable/friendica/14.0.6/templates/NOTES.txt diff --git a/stable/friendica/14.0.4/templates/common.yaml b/stable/friendica/14.0.6/templates/common.yaml similarity index 100% rename from stable/friendica/14.0.4/templates/common.yaml rename to stable/friendica/14.0.6/templates/common.yaml diff --git a/stable/frigate/14.3.3/values.yaml b/stable/friendica/14.0.6/values.yaml similarity index 100% rename from stable/frigate/14.3.3/values.yaml rename to stable/friendica/14.0.6/values.yaml diff --git a/stable/frigate/14.3.3/CHANGELOG.md b/stable/frigate/14.3.3/CHANGELOG.md deleted file mode 100644 index 87eb886876b..00000000000 --- a/stable/frigate/14.3.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/frigate/14.3.3/Chart.yaml b/stable/frigate/14.3.3/Chart.yaml deleted file mode 100644 index 921d08ad8ea..00000000000 --- a/stable/frigate/14.3.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: nvr - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.13.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NVR With Realtime Object Detection for IP Cameras -home: https://truecharts.org/charts/stable/frigate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png -keywords: - - encode - - nvr - - media - - frigate -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: frigate -sources: - - https://github.com/blakeblackshear/frigate - - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - - https://ghcr.io/blakeblackshear/frigate -type: application -version: 14.3.3 diff --git a/stable/frigate/14.3.3/app-changelog.md b/stable/frigate/14.3.3/app-changelog.md deleted file mode 100644 index 80f17fc9e94..00000000000 --- a/stable/frigate/14.3.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/frigate/14.3.3/charts/common-20.2.4.tgz b/stable/frigate/14.3.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/frigate/14.3.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/fsm/5.7.3/.helmignore b/stable/frigate/14.3.5/.helmignore similarity index 100% rename from stable/fsm/5.7.3/.helmignore rename to stable/frigate/14.3.5/.helmignore diff --git a/stable/frigate/14.3.5/CHANGELOG.md b/stable/frigate/14.3.5/CHANGELOG.md new file mode 100644 index 00000000000..fd785ba8b4c --- /dev/null +++ b/stable/frigate/14.3.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [frigate-14.3.5](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [frigate-14.3.4](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [frigate-14.3.4](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [frigate-14.3.4](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [frigate-14.3.4](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [frigate-14.3.4](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/frigate/14.3.5/Chart.yaml b/stable/frigate/14.3.5/Chart.yaml new file mode 100644 index 00000000000..9447f652e8f --- /dev/null +++ b/stable/frigate/14.3.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: nvr + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.13.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NVR With Realtime Object Detection for IP Cameras +home: https://truecharts.org/charts/stable/frigate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png +keywords: + - encode + - nvr + - media + - frigate +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: frigate +sources: + - https://github.com/blakeblackshear/frigate + - https://github.com/truecharts/charts/tree/master/charts/stable/frigate + - https://ghcr.io/blakeblackshear/frigate +type: application +version: 14.3.5 diff --git a/stable/frigate/14.3.3/README.md b/stable/frigate/14.3.5/README.md similarity index 100% rename from stable/frigate/14.3.3/README.md rename to stable/frigate/14.3.5/README.md diff --git a/stable/frigate/14.3.5/app-changelog.md b/stable/frigate/14.3.5/app-changelog.md new file mode 100644 index 00000000000..954b4ba9153 --- /dev/null +++ b/stable/frigate/14.3.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [frigate-14.3.5](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/frigate/14.3.3/app-readme.md b/stable/frigate/14.3.5/app-readme.md similarity index 100% rename from stable/frigate/14.3.3/app-readme.md rename to stable/frigate/14.3.5/app-readme.md diff --git a/stable/frigate/14.3.5/charts/common-20.2.10.tgz b/stable/frigate/14.3.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/frigate/14.3.5/charts/common-20.2.10.tgz differ diff --git a/stable/frigate/14.3.3/ix_values.yaml b/stable/frigate/14.3.5/ix_values.yaml similarity index 100% rename from stable/frigate/14.3.3/ix_values.yaml rename to stable/frigate/14.3.5/ix_values.yaml diff --git a/stable/frigate/14.3.3/questions.yaml b/stable/frigate/14.3.5/questions.yaml similarity index 100% rename from stable/frigate/14.3.3/questions.yaml rename to stable/frigate/14.3.5/questions.yaml diff --git a/stable/game-server-watcher/1.4.4/templates/NOTES.txt b/stable/frigate/14.3.5/templates/NOTES.txt similarity index 100% rename from stable/game-server-watcher/1.4.4/templates/NOTES.txt rename to stable/frigate/14.3.5/templates/NOTES.txt diff --git a/stable/frigate/14.3.3/templates/_configmap.tpl b/stable/frigate/14.3.5/templates/_configmap.tpl similarity index 100% rename from stable/frigate/14.3.3/templates/_configmap.tpl rename to stable/frigate/14.3.5/templates/_configmap.tpl diff --git a/stable/frigate/14.3.3/templates/common.yaml b/stable/frigate/14.3.5/templates/common.yaml similarity index 100% rename from stable/frigate/14.3.3/templates/common.yaml rename to stable/frigate/14.3.5/templates/common.yaml diff --git a/stable/fsm/5.7.3/values.yaml b/stable/frigate/14.3.5/values.yaml similarity index 100% rename from stable/fsm/5.7.3/values.yaml rename to stable/frigate/14.3.5/values.yaml diff --git a/stable/fsm/5.7.3/CHANGELOG.md b/stable/fsm/5.7.3/CHANGELOG.md deleted file mode 100644 index 050e143da37..00000000000 --- a/stable/fsm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/fsm/5.7.3/Chart.yaml b/stable/fsm/5.7.3/Chart.yaml deleted file mode 100644 index 02ee6731551..00000000000 --- a/stable/fsm/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: No description provide. -home: https://truecharts.org/charts/stable/fsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png -keywords: - - fsm - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: fsm -sources: - - https://registry.hub.docker.com/r/ofsm/ofsm - - https://github.com/truecharts/charts/tree/master/charts/stable/fsm - - https://hub.docker.com/r/ofsm/ofsm -type: application -version: 5.7.3 diff --git a/stable/fsm/5.7.3/app-changelog.md b/stable/fsm/5.7.3/app-changelog.md deleted file mode 100644 index 467f21dc7a5..00000000000 --- a/stable/fsm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fsm/5.7.3/charts/common-20.2.4.tgz b/stable/fsm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/fsm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/game-server-watcher/1.4.4/.helmignore b/stable/fsm/5.7.5/.helmignore similarity index 100% rename from stable/game-server-watcher/1.4.4/.helmignore rename to stable/fsm/5.7.5/.helmignore diff --git a/stable/fsm/5.7.5/CHANGELOG.md b/stable/fsm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..34c00f80cbb --- /dev/null +++ b/stable/fsm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fsm-5.7.5](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fsm-5.7.4](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fsm-5.7.4](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fsm-5.7.4](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fsm-5.7.4](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [fsm-5.7.4](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/fsm/5.7.5/Chart.yaml b/stable/fsm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..166fb2216c7 --- /dev/null +++ b/stable/fsm/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/fsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png +keywords: + - fsm + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fsm +sources: + - https://registry.hub.docker.com/r/ofsm/ofsm + - https://github.com/truecharts/charts/tree/master/charts/stable/fsm + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 5.7.5 diff --git a/stable/fsm/5.7.3/README.md b/stable/fsm/5.7.5/README.md similarity index 100% rename from stable/fsm/5.7.3/README.md rename to stable/fsm/5.7.5/README.md diff --git a/stable/fsm/5.7.5/app-changelog.md b/stable/fsm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..a1fe7341b79 --- /dev/null +++ b/stable/fsm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [fsm-5.7.5](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/fsm/5.7.3/app-readme.md b/stable/fsm/5.7.5/app-readme.md similarity index 100% rename from stable/fsm/5.7.3/app-readme.md rename to stable/fsm/5.7.5/app-readme.md diff --git a/stable/fsm/5.7.5/charts/common-20.2.10.tgz b/stable/fsm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/fsm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/fsm/5.7.3/ix_values.yaml b/stable/fsm/5.7.5/ix_values.yaml similarity index 100% rename from stable/fsm/5.7.3/ix_values.yaml rename to stable/fsm/5.7.5/ix_values.yaml diff --git a/stable/fsm/5.7.3/questions.yaml b/stable/fsm/5.7.5/questions.yaml similarity index 100% rename from stable/fsm/5.7.3/questions.yaml rename to stable/fsm/5.7.5/questions.yaml diff --git a/stable/fsm/5.7.3/templates/common.yaml b/stable/fsm/5.7.5/templates/common.yaml similarity index 100% rename from stable/fsm/5.7.3/templates/common.yaml rename to stable/fsm/5.7.5/templates/common.yaml diff --git a/stable/game-server-watcher/1.4.4/values.yaml b/stable/fsm/5.7.5/values.yaml similarity index 100% rename from stable/game-server-watcher/1.4.4/values.yaml rename to stable/fsm/5.7.5/values.yaml diff --git a/stable/game-server-watcher/1.4.4/CHANGELOG.md b/stable/game-server-watcher/1.4.4/CHANGELOG.md deleted file mode 100644 index 08ac6aff168..00000000000 --- a/stable/game-server-watcher/1.4.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) diff --git a/stable/game-server-watcher/1.4.4/Chart.yaml b/stable/game-server-watcher/1.4.4/Chart.yaml deleted file mode 100644 index c8bd6f8fa87..00000000000 --- a/stable/game-server-watcher/1.4.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitor - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.8 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple discord/telegram/slack bot to monitor your game servers and players in style. -home: https://truecharts.org/charts/stable/game-server-watcher -icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png -keywords: - - game-server-watcher - - monitoring - - bots -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: game-server-watcher -sources: - - https://github.com/a-sync/game-server-watcher - - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher - - https://ghcr.io/a-sync/game-server-watcher -type: application -version: 1.4.4 diff --git a/stable/game-server-watcher/1.4.4/app-changelog.md b/stable/game-server-watcher/1.4.4/app-changelog.md deleted file mode 100644 index d5bf4398c33..00000000000 --- a/stable/game-server-watcher/1.4.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz b/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.8.0/.helmignore b/stable/game-server-watcher/1.4.6/.helmignore similarity index 100% rename from stable/gamevault-backend/5.8.0/.helmignore rename to stable/game-server-watcher/1.4.6/.helmignore diff --git a/stable/game-server-watcher/1.4.6/CHANGELOG.md b/stable/game-server-watcher/1.4.6/CHANGELOG.md new file mode 100644 index 00000000000..d09be7984d5 --- /dev/null +++ b/stable/game-server-watcher/1.4.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [game-server-watcher-1.4.6](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [game-server-watcher-1.4.5](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [game-server-watcher-1.4.5](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [game-server-watcher-1.4.5](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [game-server-watcher-1.4.5](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.5) (2024-03-27) + +### Chore diff --git a/stable/game-server-watcher/1.4.6/Chart.yaml b/stable/game-server-watcher/1.4.6/Chart.yaml new file mode 100644 index 00000000000..d66ceda6f5a --- /dev/null +++ b/stable/game-server-watcher/1.4.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitor + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.8 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple discord/telegram/slack bot to monitor your game servers and players in style. +home: https://truecharts.org/charts/stable/game-server-watcher +icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png +keywords: + - game-server-watcher + - monitoring + - bots +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: game-server-watcher +sources: + - https://github.com/a-sync/game-server-watcher + - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher + - https://ghcr.io/a-sync/game-server-watcher +type: application +version: 1.4.6 diff --git a/stable/game-server-watcher/1.4.4/README.md b/stable/game-server-watcher/1.4.6/README.md similarity index 100% rename from stable/game-server-watcher/1.4.4/README.md rename to stable/game-server-watcher/1.4.6/README.md diff --git a/stable/game-server-watcher/1.4.6/app-changelog.md b/stable/game-server-watcher/1.4.6/app-changelog.md new file mode 100644 index 00000000000..509149274ae --- /dev/null +++ b/stable/game-server-watcher/1.4.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [game-server-watcher-1.4.6](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/game-server-watcher/1.4.4/app-readme.md b/stable/game-server-watcher/1.4.6/app-readme.md similarity index 100% rename from stable/game-server-watcher/1.4.4/app-readme.md rename to stable/game-server-watcher/1.4.6/app-readme.md diff --git a/stable/game-server-watcher/1.4.6/charts/common-20.2.10.tgz b/stable/game-server-watcher/1.4.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/game-server-watcher/1.4.6/charts/common-20.2.10.tgz differ diff --git a/stable/game-server-watcher/1.4.4/ix_values.yaml b/stable/game-server-watcher/1.4.6/ix_values.yaml similarity index 100% rename from stable/game-server-watcher/1.4.4/ix_values.yaml rename to stable/game-server-watcher/1.4.6/ix_values.yaml diff --git a/stable/game-server-watcher/1.4.4/questions.yaml b/stable/game-server-watcher/1.4.6/questions.yaml similarity index 100% rename from stable/game-server-watcher/1.4.4/questions.yaml rename to stable/game-server-watcher/1.4.6/questions.yaml diff --git a/stable/gamevault-backend/5.8.0/templates/NOTES.txt b/stable/game-server-watcher/1.4.6/templates/NOTES.txt similarity index 100% rename from stable/gamevault-backend/5.8.0/templates/NOTES.txt rename to stable/game-server-watcher/1.4.6/templates/NOTES.txt diff --git a/stable/game-server-watcher/1.4.4/templates/common.yaml b/stable/game-server-watcher/1.4.6/templates/common.yaml similarity index 100% rename from stable/game-server-watcher/1.4.4/templates/common.yaml rename to stable/game-server-watcher/1.4.6/templates/common.yaml diff --git a/stable/gamevault-backend/5.8.0/values.yaml b/stable/game-server-watcher/1.4.6/values.yaml similarity index 100% rename from stable/gamevault-backend/5.8.0/values.yaml rename to stable/game-server-watcher/1.4.6/values.yaml diff --git a/stable/gamevault-backend/5.8.0/CHANGELOG.md b/stable/gamevault-backend/5.8.0/CHANGELOG.md deleted file mode 100644 index 89188dc1761..00000000000 --- a/stable/gamevault-backend/5.8.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/gamevault-backend/5.8.0/Chart.yaml b/stable/gamevault-backend/5.8.0/Chart.yaml deleted file mode 100644 index 4fd411e3cbe..00000000000 --- a/stable/gamevault-backend/5.8.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.3.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the self-hosted gaming platform for alternatively obtained games. -home: https://truecharts.org/charts/stable/gamevault-backend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png -keywords: - - gamevault-backend - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gamevault-backend -sources: - - https://github.com/Phalcode/gamevault-backend - - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend - - https://hub.docker.com/r/phalcode/gamevault-backend -type: application -version: 5.8.0 diff --git a/stable/gamevault-backend/5.8.0/app-changelog.md b/stable/gamevault-backend/5.8.0/app-changelog.md deleted file mode 100644 index b971d828a53..00000000000 --- a/stable/gamevault-backend/5.8.0/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [gamevault-backend-5.8.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.0) (2024-03-29) - -### Chore - - - -- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.8.0/charts/common-20.2.9.tgz b/stable/gamevault-backend/5.8.0/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/gamevault-backend/5.8.0/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.8.0/ix_values.yaml b/stable/gamevault-backend/5.8.0/ix_values.yaml deleted file mode 100644 index b7e6ce5ff27..00000000000 --- a/stable/gamevault-backend/5.8.0/ix_values.yaml +++ /dev/null @@ -1,108 +0,0 @@ -image: - repository: phalcode/gamevault-backend - pullPolicy: IfNotPresent - tag: 10.3.1@sha256:cc0aaf44a94979cbefbec7d4f4c259a5b21e882e44482dd5c983ad88ad8a9f1e -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 8080 - targetPort: 8080 -gamevault: - server: - admin_username: admin - admin_password: password - registration_disabled: false - account_activation_disabled: false - allowed_origins: - - "*" - log_level: info - games: - index_interval_in_minutes: 5 - search_recursive: true - file_formats: - - ".7z" - images: - gc_keep_days: 30 - gc_interval_minutes: 60 - rawg: - api_url: https://api.rawg.io/api - api_cache_days: 7 - api_key: "" -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: /api/v1/health - type: http - readiness: - path: /api/v1/health - type: http - startup: - path: /api/v1/health - type: http - env: - # manually set and change to /games so its easy for users to know where to place their game files. - VOLUMES_FILES: "{{.Values.persistence.games.mountPath }}" - VOLUMES_IMAGES: "{{.Values.persistence.images.mountPath }}" - VOLUMES_LOG: "{{.Values.persistence.logs.mountPath }}" - # DB - DB_SYSTEM: POSTGRESQL - DB_PORT: 5432 - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_USERNAME: "{{ .Values.cnpg.main.user }}" - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - # ADMIN - SERVER_ADMIN_USERNAME: "{{ .Values.gamevault.server.admin_username }}" - SERVER_ADMIN_PASSWORD: "{{ .Values.gamevault.server.admin_password }}" - SERVER_REGISTRATION_DISABLED: "{{ .Values.gamevault.server.registration_disabled }}" - SERVER_ACCOUNT_ACTIVATION_DISABLED: "{{ .Values.gamevault.server.account_activation_disabled }}" - # SERVER - SERVER_LOG_LEVEL: "{{ .Values.gamevault.server.log_level }}" - SERVER_CORS_ALLOWED_ORIGINS: '{{ join "," .Values.gamevault.server.allowed_origins }}' - # GAMES - GAMES_INDEX_INTERVAL_IN_MINUTES: "{{ .Values.gamevault.games.index_interval_in_minutes }}" - GAMES_SEARCH_RECURSIVE: "{{ .Values.gamevault.games.search_recursive }}" - GAMES_SUPPORTED_FILE_FORMATS: '{{ join "," .Values.gamevault.games.file_formats }}' - # IMAGES - IMAGE_GC_KEEP_DAYS: "{{ .Values.gamevault.images.gc_keep_days }}" - IMAGE_GC_INTERVAL_MINUTES: "{{ .Values.gamevault.images.gc_interval_minutes }}" - # RAWG - RAWG_API_URL: "{{ .Values.gamevault.rawg.api_url }}" - RAWG_API_CACHE_DAYS: "{{ .Values.gamevault.rawg.api_cache_days }}" - RAWG_API_KEY: "{{ .Values.gamevault.rawg.api_key }}" -persistence: - logs: - enabled: true - mountPath: /logs - images: - enabled: true - mountPath: /images - games: - enabled: true - mountPath: /games -cnpg: - main: - enabled: true - user: gamevault - database: gamevault -portal: - open: - enabled: false diff --git a/stable/gaps/18.7.3/.helmignore b/stable/gamevault-backend/5.8.2/.helmignore similarity index 100% rename from stable/gaps/18.7.3/.helmignore rename to stable/gamevault-backend/5.8.2/.helmignore diff --git a/stable/gamevault-backend/5.8.2/CHANGELOG.md b/stable/gamevault-backend/5.8.2/CHANGELOG.md new file mode 100644 index 00000000000..bef80f7ff5b --- /dev/null +++ b/stable/gamevault-backend/5.8.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gamevault-backend-5.8.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image phalcode/gamevault-backend to v10.3.2[@403ecfb](https://github.com/403ecfb) by renovate ([#19962](https://github.com/truecharts/charts/issues/19962)) + +- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gamevault-backend-5.8.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.1) (2024-03-30) + +### Chore + + + +- update container image phalcode/gamevault-backend to v10.3.2[@403ecfb](https://github.com/403ecfb) by renovate ([#19962](https://github.com/truecharts/charts/issues/19962)) + +- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gamevault-backend-5.8.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.1) (2024-03-30) + +### Chore + + + +- update container image phalcode/gamevault-backend to v10.3.2[@403ecfb](https://github.com/403ecfb) by renovate ([#19962](https://github.com/truecharts/charts/issues/19962)) + +- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gamevault-backend-5.8.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.1) (2024-03-30) + +### Chore + + + +- update container image phalcode/gamevault-backend to v10.3.2[@403ecfb](https://github.com/403ecfb) by renovate ([#19962](https://github.com/truecharts/charts/issues/19962)) + +- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gamevault-backend-5.8.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.1) (2024-03-30) + +### Chore diff --git a/stable/gamevault-backend/5.8.2/Chart.yaml b/stable/gamevault-backend/5.8.2/Chart.yaml new file mode 100644 index 00000000000..89d3946a35e --- /dev/null +++ b/stable/gamevault-backend/5.8.2/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.3.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the self-hosted gaming platform for alternatively obtained games. +home: https://truecharts.org/charts/stable/gamevault-backend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png +keywords: + - gamevault-backend + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gamevault-backend +sources: + - https://github.com/Phalcode/gamevault-backend + - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend + - https://hub.docker.com/r/phalcode/gamevault-backend +type: application +version: 5.8.2 diff --git a/stable/gamevault-backend/5.8.0/README.md b/stable/gamevault-backend/5.8.2/README.md similarity index 100% rename from stable/gamevault-backend/5.8.0/README.md rename to stable/gamevault-backend/5.8.2/README.md diff --git a/stable/gamevault-backend/5.8.2/app-changelog.md b/stable/gamevault-backend/5.8.2/app-changelog.md new file mode 100644 index 00000000000..0ba8bfd8f03 --- /dev/null +++ b/stable/gamevault-backend/5.8.2/app-changelog.md @@ -0,0 +1,23 @@ + + +## [gamevault-backend-5.8.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.8.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image phalcode/gamevault-backend to v10.3.2[@403ecfb](https://github.com/403ecfb) by renovate ([#19962](https://github.com/truecharts/charts/issues/19962)) + +- update container image phalcode/gamevault-backend to v10.3.1[@cc0aaf4](https://github.com/cc0aaf4) by renovate ([#19929](https://github.com/truecharts/charts/issues/19929)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.8.0/app-readme.md b/stable/gamevault-backend/5.8.2/app-readme.md similarity index 100% rename from stable/gamevault-backend/5.8.0/app-readme.md rename to stable/gamevault-backend/5.8.2/app-readme.md diff --git a/stable/gamevault-backend/5.8.2/charts/common-20.2.10.tgz b/stable/gamevault-backend/5.8.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gamevault-backend/5.8.2/charts/common-20.2.10.tgz differ diff --git a/stable/gamevault-backend/5.8.2/ix_values.yaml b/stable/gamevault-backend/5.8.2/ix_values.yaml new file mode 100644 index 00000000000..25ac1dbf65b --- /dev/null +++ b/stable/gamevault-backend/5.8.2/ix_values.yaml @@ -0,0 +1,108 @@ +image: + repository: phalcode/gamevault-backend + pullPolicy: IfNotPresent + tag: 10.3.2@sha256:403ecfb903d6408750e7de113dd3d0d80959da42e737119a0b5e693eac7554d7 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 8080 + targetPort: 8080 +gamevault: + server: + admin_username: admin + admin_password: password + registration_disabled: false + account_activation_disabled: false + allowed_origins: + - "*" + log_level: info + games: + index_interval_in_minutes: 5 + search_recursive: true + file_formats: + - ".7z" + images: + gc_keep_days: 30 + gc_interval_minutes: 60 + rawg: + api_url: https://api.rawg.io/api + api_cache_days: 7 + api_key: "" +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /api/v1/health + type: http + readiness: + path: /api/v1/health + type: http + startup: + path: /api/v1/health + type: http + env: + # manually set and change to /games so its easy for users to know where to place their game files. + VOLUMES_FILES: "{{.Values.persistence.games.mountPath }}" + VOLUMES_IMAGES: "{{.Values.persistence.images.mountPath }}" + VOLUMES_LOG: "{{.Values.persistence.logs.mountPath }}" + # DB + DB_SYSTEM: POSTGRESQL + DB_PORT: 5432 + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + # ADMIN + SERVER_ADMIN_USERNAME: "{{ .Values.gamevault.server.admin_username }}" + SERVER_ADMIN_PASSWORD: "{{ .Values.gamevault.server.admin_password }}" + SERVER_REGISTRATION_DISABLED: "{{ .Values.gamevault.server.registration_disabled }}" + SERVER_ACCOUNT_ACTIVATION_DISABLED: "{{ .Values.gamevault.server.account_activation_disabled }}" + # SERVER + SERVER_LOG_LEVEL: "{{ .Values.gamevault.server.log_level }}" + SERVER_CORS_ALLOWED_ORIGINS: '{{ join "," .Values.gamevault.server.allowed_origins }}' + # GAMES + GAMES_INDEX_INTERVAL_IN_MINUTES: "{{ .Values.gamevault.games.index_interval_in_minutes }}" + GAMES_SEARCH_RECURSIVE: "{{ .Values.gamevault.games.search_recursive }}" + GAMES_SUPPORTED_FILE_FORMATS: '{{ join "," .Values.gamevault.games.file_formats }}' + # IMAGES + IMAGE_GC_KEEP_DAYS: "{{ .Values.gamevault.images.gc_keep_days }}" + IMAGE_GC_INTERVAL_MINUTES: "{{ .Values.gamevault.images.gc_interval_minutes }}" + # RAWG + RAWG_API_URL: "{{ .Values.gamevault.rawg.api_url }}" + RAWG_API_CACHE_DAYS: "{{ .Values.gamevault.rawg.api_cache_days }}" + RAWG_API_KEY: "{{ .Values.gamevault.rawg.api_key }}" +persistence: + logs: + enabled: true + mountPath: /logs + images: + enabled: true + mountPath: /images + games: + enabled: true + mountPath: /games +cnpg: + main: + enabled: true + user: gamevault + database: gamevault +portal: + open: + enabled: false diff --git a/stable/gamevault-backend/5.8.0/questions.yaml b/stable/gamevault-backend/5.8.2/questions.yaml similarity index 100% rename from stable/gamevault-backend/5.8.0/questions.yaml rename to stable/gamevault-backend/5.8.2/questions.yaml diff --git a/stable/gaps/18.7.3/templates/NOTES.txt b/stable/gamevault-backend/5.8.2/templates/NOTES.txt similarity index 100% rename from stable/gaps/18.7.3/templates/NOTES.txt rename to stable/gamevault-backend/5.8.2/templates/NOTES.txt diff --git a/stable/gamevault-backend/5.8.0/templates/common.yaml b/stable/gamevault-backend/5.8.2/templates/common.yaml similarity index 100% rename from stable/gamevault-backend/5.8.0/templates/common.yaml rename to stable/gamevault-backend/5.8.2/templates/common.yaml diff --git a/stable/gaps/18.7.3/values.yaml b/stable/gamevault-backend/5.8.2/values.yaml similarity index 100% rename from stable/gaps/18.7.3/values.yaml rename to stable/gamevault-backend/5.8.2/values.yaml diff --git a/stable/gaps/18.7.3/CHANGELOG.md b/stable/gaps/18.7.3/CHANGELOG.md deleted file mode 100644 index 81fa185cf0d..00000000000 --- a/stable/gaps/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/gaps/18.7.3/Chart.yaml b/stable/gaps/18.7.3/Chart.yaml deleted file mode 100644 index c0650dd13fa..00000000000 --- a/stable/gaps/18.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. -home: https://truecharts.org/charts/stable/gaps -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png -keywords: - - gaps - - plex - - plex-media-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gaps -sources: - - https://github.com/JasonHHouse/gaps - - https://github.com/truecharts/charts/tree/master/charts/stable/gaps - - https://hub.docker.com/r/housewrecker/gaps -type: application -version: 18.7.3 diff --git a/stable/gaps/18.7.3/app-changelog.md b/stable/gaps/18.7.3/app-changelog.md deleted file mode 100644 index 0b24c49f758..00000000000 --- a/stable/gaps/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gaps/18.7.3/charts/common-20.2.4.tgz b/stable/gaps/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gaps/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/garrysmod/5.7.3/.helmignore b/stable/gaps/18.7.5/.helmignore similarity index 100% rename from stable/garrysmod/5.7.3/.helmignore rename to stable/gaps/18.7.5/.helmignore diff --git a/stable/gaps/18.7.5/CHANGELOG.md b/stable/gaps/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bdd54597235 --- /dev/null +++ b/stable/gaps/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaps-18.7.5](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gaps-18.7.4](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gaps-18.7.4](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gaps-18.7.4](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gaps-18.7.4](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gaps-18.7.4](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/gaps/18.7.5/Chart.yaml b/stable/gaps/18.7.5/Chart.yaml new file mode 100644 index 00000000000..f4a4195df9b --- /dev/null +++ b/stable/gaps/18.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. +home: https://truecharts.org/charts/stable/gaps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png +keywords: + - gaps + - plex + - plex-media-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaps +sources: + - https://github.com/JasonHHouse/gaps + - https://github.com/truecharts/charts/tree/master/charts/stable/gaps + - https://hub.docker.com/r/housewrecker/gaps +type: application +version: 18.7.5 diff --git a/stable/gaps/18.7.3/README.md b/stable/gaps/18.7.5/README.md similarity index 100% rename from stable/gaps/18.7.3/README.md rename to stable/gaps/18.7.5/README.md diff --git a/stable/gaps/18.7.5/app-changelog.md b/stable/gaps/18.7.5/app-changelog.md new file mode 100644 index 00000000000..914f6039c6a --- /dev/null +++ b/stable/gaps/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [gaps-18.7.5](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gaps/18.7.3/app-readme.md b/stable/gaps/18.7.5/app-readme.md similarity index 100% rename from stable/gaps/18.7.3/app-readme.md rename to stable/gaps/18.7.5/app-readme.md diff --git a/stable/gaps/18.7.5/charts/common-20.2.10.tgz b/stable/gaps/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gaps/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/gaps/18.7.3/ix_values.yaml b/stable/gaps/18.7.5/ix_values.yaml similarity index 100% rename from stable/gaps/18.7.3/ix_values.yaml rename to stable/gaps/18.7.5/ix_values.yaml diff --git a/stable/gaps/18.7.3/questions.yaml b/stable/gaps/18.7.5/questions.yaml similarity index 100% rename from stable/gaps/18.7.3/questions.yaml rename to stable/gaps/18.7.5/questions.yaml diff --git a/stable/gaseous-server/1.8.8/templates/NOTES.txt b/stable/gaps/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/gaseous-server/1.8.8/templates/NOTES.txt rename to stable/gaps/18.7.5/templates/NOTES.txt diff --git a/stable/gaps/18.7.3/templates/common.yaml b/stable/gaps/18.7.5/templates/common.yaml similarity index 100% rename from stable/gaps/18.7.3/templates/common.yaml rename to stable/gaps/18.7.5/templates/common.yaml diff --git a/stable/garrysmod/5.7.3/values.yaml b/stable/gaps/18.7.5/values.yaml similarity index 100% rename from stable/garrysmod/5.7.3/values.yaml rename to stable/gaps/18.7.5/values.yaml diff --git a/stable/garrysmod/5.7.3/CHANGELOG.md b/stable/garrysmod/5.7.3/CHANGELOG.md deleted file mode 100644 index 5a81d463a02..00000000000 --- a/stable/garrysmod/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/garrysmod/5.7.3/Chart.yaml b/stable/garrysmod/5.7.3/Chart.yaml deleted file mode 100644 index ac02b9d927f..00000000000 --- a/stable/garrysmod/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: garrysmod -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. -home: https://truecharts.org/charts/stable/garrysmod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png -keywords: - - garrysmod - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: garrysmod -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/garrysmod/5.7.3/app-changelog.md b/stable/garrysmod/5.7.3/app-changelog.md deleted file mode 100644 index 62365ecf7d1..00000000000 --- a/stable/garrysmod/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz b/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gaseous-server/1.8.8/.helmignore b/stable/garrysmod/5.7.5/.helmignore similarity index 100% rename from stable/gaseous-server/1.8.8/.helmignore rename to stable/garrysmod/5.7.5/.helmignore diff --git a/stable/garrysmod/5.7.5/CHANGELOG.md b/stable/garrysmod/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..de3decfcd73 --- /dev/null +++ b/stable/garrysmod/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [garrysmod-5.7.5](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [garrysmod-5.7.4](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [garrysmod-5.7.4](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [garrysmod-5.7.4](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [garrysmod-5.7.4](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [garrysmod-5.7.4](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/garrysmod/5.7.5/Chart.yaml b/stable/garrysmod/5.7.5/Chart.yaml new file mode 100644 index 00000000000..154faf8c197 --- /dev/null +++ b/stable/garrysmod/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: garrysmod +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. +home: https://truecharts.org/charts/stable/garrysmod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png +keywords: + - garrysmod + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: garrysmod +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/garrysmod/5.7.3/README.md b/stable/garrysmod/5.7.5/README.md similarity index 100% rename from stable/garrysmod/5.7.3/README.md rename to stable/garrysmod/5.7.5/README.md diff --git a/stable/garrysmod/5.7.5/app-changelog.md b/stable/garrysmod/5.7.5/app-changelog.md new file mode 100644 index 00000000000..6e38e55eca6 --- /dev/null +++ b/stable/garrysmod/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [garrysmod-5.7.5](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/garrysmod/5.7.3/app-readme.md b/stable/garrysmod/5.7.5/app-readme.md similarity index 100% rename from stable/garrysmod/5.7.3/app-readme.md rename to stable/garrysmod/5.7.5/app-readme.md diff --git a/stable/garrysmod/5.7.5/charts/common-20.2.10.tgz b/stable/garrysmod/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/garrysmod/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/garrysmod/5.7.3/ix_values.yaml b/stable/garrysmod/5.7.5/ix_values.yaml similarity index 100% rename from stable/garrysmod/5.7.3/ix_values.yaml rename to stable/garrysmod/5.7.5/ix_values.yaml diff --git a/stable/garrysmod/5.7.3/questions.yaml b/stable/garrysmod/5.7.5/questions.yaml similarity index 100% rename from stable/garrysmod/5.7.3/questions.yaml rename to stable/garrysmod/5.7.5/questions.yaml diff --git a/stable/garrysmod/5.7.3/templates/common.yaml b/stable/garrysmod/5.7.5/templates/common.yaml similarity index 100% rename from stable/garrysmod/5.7.3/templates/common.yaml rename to stable/garrysmod/5.7.5/templates/common.yaml diff --git a/stable/gaseous-server/1.8.8/values.yaml b/stable/garrysmod/5.7.5/values.yaml similarity index 100% rename from stable/gaseous-server/1.8.8/values.yaml rename to stable/garrysmod/5.7.5/values.yaml diff --git a/stable/genea/5.7.3/.helmignore b/stable/gaseous-server/1.8.10/.helmignore similarity index 100% rename from stable/genea/5.7.3/.helmignore rename to stable/gaseous-server/1.8.10/.helmignore diff --git a/stable/gaseous-server/1.8.10/CHANGELOG.md b/stable/gaseous-server/1.8.10/CHANGELOG.md new file mode 100644 index 00000000000..ffd8677a3fb --- /dev/null +++ b/stable/gaseous-server/1.8.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaseous-server-1.8.10](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [gaseous-server-1.8.9](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [gaseous-server-1.8.9](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/gaseous-server/1.8.10/Chart.yaml b/stable/gaseous-server/1.8.10/Chart.yaml new file mode 100644 index 00000000000..9c3b9c9047f --- /dev/null +++ b/stable/gaseous-server/1.8.10/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game ROM manager using multiple sources to identify and provide metadata. +home: https://truecharts.org/charts/stable/gaseous-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png +keywords: + - gaseous-server + - rom-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaseous-server +sources: + - https://github.com/gaseous-project/gaseous-server + - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server + - https://hub.docker.com/r/gaseousgames/gaseousserver +type: application +version: 1.8.10 diff --git a/stable/gaseous-server/1.8.8/README.md b/stable/gaseous-server/1.8.10/README.md similarity index 100% rename from stable/gaseous-server/1.8.8/README.md rename to stable/gaseous-server/1.8.10/README.md diff --git a/stable/gaseous-server/1.8.10/app-changelog.md b/stable/gaseous-server/1.8.10/app-changelog.md new file mode 100644 index 00000000000..dd4665ef5dc --- /dev/null +++ b/stable/gaseous-server/1.8.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [gaseous-server-1.8.10](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/gaseous-server/1.8.8/app-readme.md b/stable/gaseous-server/1.8.10/app-readme.md similarity index 100% rename from stable/gaseous-server/1.8.8/app-readme.md rename to stable/gaseous-server/1.8.10/app-readme.md diff --git a/stable/gaseous-server/1.8.10/charts/common-20.2.10.tgz b/stable/gaseous-server/1.8.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gaseous-server/1.8.10/charts/common-20.2.10.tgz differ diff --git a/stable/gaseous-server/1.8.10/charts/mariadb-13.7.5.tgz b/stable/gaseous-server/1.8.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/gaseous-server/1.8.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/gaseous-server/1.8.8/ix_values.yaml b/stable/gaseous-server/1.8.10/ix_values.yaml similarity index 100% rename from stable/gaseous-server/1.8.8/ix_values.yaml rename to stable/gaseous-server/1.8.10/ix_values.yaml diff --git a/stable/gaseous-server/1.8.8/questions.yaml b/stable/gaseous-server/1.8.10/questions.yaml similarity index 100% rename from stable/gaseous-server/1.8.8/questions.yaml rename to stable/gaseous-server/1.8.10/questions.yaml diff --git a/stable/ghostfolio/4.16.1/templates/NOTES.txt b/stable/gaseous-server/1.8.10/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.16.1/templates/NOTES.txt rename to stable/gaseous-server/1.8.10/templates/NOTES.txt diff --git a/stable/gaseous-server/1.8.8/templates/common.yaml b/stable/gaseous-server/1.8.10/templates/common.yaml similarity index 100% rename from stable/gaseous-server/1.8.8/templates/common.yaml rename to stable/gaseous-server/1.8.10/templates/common.yaml diff --git a/stable/genea/5.7.3/values.yaml b/stable/gaseous-server/1.8.10/values.yaml similarity index 100% rename from stable/genea/5.7.3/values.yaml rename to stable/gaseous-server/1.8.10/values.yaml diff --git a/stable/gaseous-server/1.8.8/CHANGELOG.md b/stable/gaseous-server/1.8.8/CHANGELOG.md deleted file mode 100644 index 5b1488890e3..00000000000 --- a/stable/gaseous-server/1.8.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gaseous-server-1.8.8](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [gaseous-server-1.8.8](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [gaseous-server-1.8.7](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/gaseous-server/1.8.8/Chart.yaml b/stable/gaseous-server/1.8.8/Chart.yaml deleted file mode 100644 index 798a7450374..00000000000 --- a/stable/gaseous-server/1.8.8/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A game ROM manager using multiple sources to identify and provide metadata. -home: https://truecharts.org/charts/stable/gaseous-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png -keywords: - - gaseous-server - - rom-manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gaseous-server -sources: - - https://github.com/gaseous-project/gaseous-server - - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server - - https://hub.docker.com/r/gaseousgames/gaseousserver -type: application -version: 1.8.8 diff --git a/stable/gaseous-server/1.8.8/app-changelog.md b/stable/gaseous-server/1.8.8/app-changelog.md deleted file mode 100644 index 677ca151144..00000000000 --- a/stable/gaseous-server/1.8.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [gaseous-server-1.8.8](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/gaseous-server/1.8.8/charts/common-20.2.9.tgz b/stable/gaseous-server/1.8.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/gaseous-server/1.8.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/gaseous-server/1.8.8/charts/mariadb-13.7.4.tgz b/stable/gaseous-server/1.8.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/gaseous-server/1.8.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/genea/5.7.3/CHANGELOG.md b/stable/genea/5.7.3/CHANGELOG.md deleted file mode 100644 index ce0600d8068..00000000000 --- a/stable/genea/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/genea/5.7.3/Chart.yaml b/stable/genea/5.7.3/Chart.yaml deleted file mode 100644 index d104937aff8..00000000000 --- a/stable/genea/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. -home: https://truecharts.org/charts/stable/genea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png -keywords: - - genea - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: genea -sources: - - https://github.com/genea-app/genea-app - - https://github.com/truecharts/charts/tree/master/charts/stable/genea - - https://hub.docker.com/r/biggiesize/genea-app -type: application -version: 5.7.3 diff --git a/stable/genea/5.7.3/app-changelog.md b/stable/genea/5.7.3/app-changelog.md deleted file mode 100644 index 1ad19a44301..00000000000 --- a/stable/genea/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/genea/5.7.3/charts/common-20.2.4.tgz b/stable/genea/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/genea/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/genea/5.7.3/ix_values.yaml b/stable/genea/5.7.3/ix_values.yaml deleted file mode 100644 index 4c5697bc152..00000000000 --- a/stable/genea/5.7.3/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: biggiesize/genea-app - tag: latest@sha256:acd12892dfaca16eb7216c1a4112883f3ce7d5aed0078ff2f390970a4a383625 -persistence: {} -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/ghostfolio/4.16.1/.helmignore b/stable/genea/5.8.0/.helmignore similarity index 100% rename from stable/ghostfolio/4.16.1/.helmignore rename to stable/genea/5.8.0/.helmignore diff --git a/stable/genea/5.8.0/CHANGELOG.md b/stable/genea/5.8.0/CHANGELOG.md new file mode 100644 index 00000000000..9451f13ed28 --- /dev/null +++ b/stable/genea/5.8.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [genea-5.8.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.8.0) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [genea-5.7.4](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [genea-5.7.4](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [genea-5.7.4](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [genea-5.7.4](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [genea-5.7.4](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/genea/5.8.0/Chart.yaml b/stable/genea/5.8.0/Chart.yaml new file mode 100644 index 00000000000..9d8fc2a736f --- /dev/null +++ b/stable/genea/5.8.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. +home: https://truecharts.org/charts/stable/genea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png +keywords: + - genea + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: genea +sources: + - https://github.com/genea-app/genea-app + - https://github.com/truecharts/charts/tree/master/charts/stable/genea + - https://hub.docker.com/r/biggiesize/genea-app +type: application +version: 5.8.0 diff --git a/stable/genea/5.7.3/README.md b/stable/genea/5.8.0/README.md similarity index 100% rename from stable/genea/5.7.3/README.md rename to stable/genea/5.8.0/README.md diff --git a/stable/genea/5.8.0/app-changelog.md b/stable/genea/5.8.0/app-changelog.md new file mode 100644 index 00000000000..e20a1219e61 --- /dev/null +++ b/stable/genea/5.8.0/app-changelog.md @@ -0,0 +1,19 @@ + + +## [genea-5.8.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.8.0) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/genea/5.7.3/app-readme.md b/stable/genea/5.8.0/app-readme.md similarity index 100% rename from stable/genea/5.7.3/app-readme.md rename to stable/genea/5.8.0/app-readme.md diff --git a/stable/genea/5.8.0/charts/common-20.2.10.tgz b/stable/genea/5.8.0/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/genea/5.8.0/charts/common-20.2.10.tgz differ diff --git a/stable/genea/5.8.0/ix_values.yaml b/stable/genea/5.8.0/ix_values.yaml new file mode 100644 index 00000000000..36325094cab --- /dev/null +++ b/stable/genea/5.8.0/ix_values.yaml @@ -0,0 +1,22 @@ +image: + pullPolicy: IfNotPresent + repository: biggiesize/genea-app + tag: latest@sha256:acd12892dfaca16eb7216c1a4112883f3ce7d5aed0078ff2f390970a4a383625 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 3181 + port: 3181 + +portal: + open: + enabled: true diff --git a/stable/genea/5.8.0/questions.yaml b/stable/genea/5.8.0/questions.yaml new file mode 100755 index 00000000000..bd2ba148593 --- /dev/null +++ b/stable/genea/5.8.0/questions.yaml @@ -0,0 +1,2440 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 3181 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 0 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/genea/5.7.3/templates/common.yaml b/stable/genea/5.8.0/templates/common.yaml similarity index 100% rename from stable/genea/5.7.3/templates/common.yaml rename to stable/genea/5.8.0/templates/common.yaml diff --git a/stable/ghostfolio/4.16.1/values.yaml b/stable/genea/5.8.0/values.yaml similarity index 100% rename from stable/ghostfolio/4.16.1/values.yaml rename to stable/genea/5.8.0/values.yaml diff --git a/stable/ghostfolio/4.16.1/CHANGELOG.md b/stable/ghostfolio/4.16.1/CHANGELOG.md deleted file mode 100644 index 81e6adacbf2..00000000000 --- a/stable/ghostfolio/4.16.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ghostfolio-4.16.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.16.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) - - -## [ghostfolio-4.16.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.16.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) - - -## [ghostfolio-4.16.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.16.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) diff --git a/stable/ghostfolio/4.16.1/Chart.yaml b/stable/ghostfolio/4.16.1/Chart.yaml deleted file mode 100644 index 5da86a3df74..00000000000 --- a/stable/ghostfolio/4.16.1/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.67.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. -home: https://truecharts.org/charts/stable/ghostfolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png -keywords: - - ghostfolio - - finance -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ghostfolio -sources: - - https://github.com/ghostfolio/ghostfolio - - https://ghostfol.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - - https://hub.docker.com/r/ghostfolio/ghostfolio -type: application -version: 4.16.1 diff --git a/stable/ghostfolio/4.16.1/app-changelog.md b/stable/ghostfolio/4.16.1/app-changelog.md deleted file mode 100644 index 24e8d39ce40..00000000000 --- a/stable/ghostfolio/4.16.1/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [ghostfolio-4.16.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.16.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) \ No newline at end of file diff --git a/stable/ghostfolio/4.16.1/charts/common-20.2.9.tgz b/stable/ghostfolio/4.16.1/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/ghostfolio/4.16.1/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.16.1/ix_values.yaml b/stable/ghostfolio/4.16.1/ix_values.yaml deleted file mode 100644 index ee2ba4b06bc..00000000000 --- a/stable/ghostfolio/4.16.1/ix_values.yaml +++ /dev/null @@ -1,65 +0,0 @@ -image: - repository: ghostfolio/ghostfolio - pullPolicy: IfNotPresent - tag: 2.67.0@sha256:5d1c30ceb2b6fb804285b53c9809ae7428ee883e6767dae6fa959e82871b94b3 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 3333 - targetPort: 3333 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/" - type: http - readiness: - path: "/" - type: http - startup: - type: tcp - env: - ALPHA_VANTAGE_API_KEY: "" - ACCESS_TOKEN_SALT: - secretKeyRef: - name: ghostfolio-secrets - key: ACCESS_TOKEN_SALT - JWT_SECRET_KEY: - secretKeyRef: - name: ghostfolio-secrets - key: JWT_SECRET_KEY - DATABASE_URL: - secretKeyRef: - name: ghostfolio-secrets - key: DATABASE_URL - REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - REDIS_PORT: "6379" -cnpg: - main: - enabled: true - user: ghostfolio - database: ghostfolio -redis: - enabled: true -portal: - open: - enabled: true diff --git a/stable/gitea/18.14.11/.helmignore b/stable/ghostfolio/4.17.1/.helmignore similarity index 100% rename from stable/gitea/18.14.11/.helmignore rename to stable/ghostfolio/4.17.1/.helmignore diff --git a/stable/ghostfolio/4.17.1/CHANGELOG.md b/stable/ghostfolio/4.17.1/CHANGELOG.md new file mode 100644 index 00000000000..1d0a5a6db06 --- /dev/null +++ b/stable/ghostfolio/4.17.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ghostfolio-4.17.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.17.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghostfolio/ghostfolio to v2.68.0[@e66080f](https://github.com/e66080f) by renovate ([#19965](https://github.com/truecharts/charts/issues/19965)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) + + +## [ghostfolio-4.17.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.17.0) (2024-03-30) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.68.0[@e66080f](https://github.com/e66080f) by renovate ([#19965](https://github.com/truecharts/charts/issues/19965)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) + + +## [ghostfolio-4.17.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.17.0) (2024-03-30) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.68.0[@e66080f](https://github.com/e66080f) by renovate ([#19965](https://github.com/truecharts/charts/issues/19965)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) diff --git a/stable/ghostfolio/4.17.1/Chart.yaml b/stable/ghostfolio/4.17.1/Chart.yaml new file mode 100644 index 00000000000..897ce637bc7 --- /dev/null +++ b/stable/ghostfolio/4.17.1/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: finance + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.68.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. +home: https://truecharts.org/charts/stable/ghostfolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png +keywords: + - ghostfolio + - finance +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ghostfolio +sources: + - https://github.com/ghostfolio/ghostfolio + - https://ghostfol.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio + - https://hub.docker.com/r/ghostfolio/ghostfolio +type: application +version: 4.17.1 diff --git a/stable/ghostfolio/4.16.1/README.md b/stable/ghostfolio/4.17.1/README.md similarity index 100% rename from stable/ghostfolio/4.16.1/README.md rename to stable/ghostfolio/4.17.1/README.md diff --git a/stable/ghostfolio/4.17.1/app-changelog.md b/stable/ghostfolio/4.17.1/app-changelog.md new file mode 100644 index 00000000000..7bd106b820e --- /dev/null +++ b/stable/ghostfolio/4.17.1/app-changelog.md @@ -0,0 +1,35 @@ + + +## [ghostfolio-4.17.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.17.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghostfolio/ghostfolio to v2.68.0[@e66080f](https://github.com/e66080f) by renovate ([#19965](https://github.com/truecharts/charts/issues/19965)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghostfolio/ghostfolio to v2.67.0[@5d1c30c](https://github.com/5d1c30c) by renovate ([#19841](https://github.com/truecharts/charts/issues/19841)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343)) \ No newline at end of file diff --git a/stable/ghostfolio/4.16.1/app-readme.md b/stable/ghostfolio/4.17.1/app-readme.md similarity index 100% rename from stable/ghostfolio/4.16.1/app-readme.md rename to stable/ghostfolio/4.17.1/app-readme.md diff --git a/stable/ghostfolio/4.17.1/charts/common-20.2.10.tgz b/stable/ghostfolio/4.17.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ghostfolio/4.17.1/charts/common-20.2.10.tgz differ diff --git a/stable/ghostfolio/4.16.1/charts/redis-13.2.2.tgz b/stable/ghostfolio/4.17.1/charts/redis-13.2.2.tgz similarity index 100% rename from stable/ghostfolio/4.16.1/charts/redis-13.2.2.tgz rename to stable/ghostfolio/4.17.1/charts/redis-13.2.2.tgz diff --git a/stable/ghostfolio/4.17.1/ix_values.yaml b/stable/ghostfolio/4.17.1/ix_values.yaml new file mode 100644 index 00000000000..37552e10645 --- /dev/null +++ b/stable/ghostfolio/4.17.1/ix_values.yaml @@ -0,0 +1,65 @@ +image: + repository: ghostfolio/ghostfolio + pullPolicy: IfNotPresent + tag: 2.68.0@sha256:e66080f5b5f96f03323cbe17e8e3efc08c5e765ea7f631b460221a0d9cc0b729 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 3333 + targetPort: 3333 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/" + type: http + readiness: + path: "/" + type: http + startup: + type: tcp + env: + ALPHA_VANTAGE_API_KEY: "" + ACCESS_TOKEN_SALT: + secretKeyRef: + name: ghostfolio-secrets + key: ACCESS_TOKEN_SALT + JWT_SECRET_KEY: + secretKeyRef: + name: ghostfolio-secrets + key: JWT_SECRET_KEY + DATABASE_URL: + secretKeyRef: + name: ghostfolio-secrets + key: DATABASE_URL + REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + REDIS_PORT: "6379" +cnpg: + main: + enabled: true + user: ghostfolio + database: ghostfolio +redis: + enabled: true +portal: + open: + enabled: true diff --git a/stable/ghostfolio/4.16.1/questions.yaml b/stable/ghostfolio/4.17.1/questions.yaml similarity index 100% rename from stable/ghostfolio/4.16.1/questions.yaml rename to stable/ghostfolio/4.17.1/questions.yaml diff --git a/stable/gitea/18.14.11/templates/NOTES.txt b/stable/ghostfolio/4.17.1/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.14.11/templates/NOTES.txt rename to stable/ghostfolio/4.17.1/templates/NOTES.txt diff --git a/stable/ghostfolio/4.16.1/templates/_secrets.tpl b/stable/ghostfolio/4.17.1/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.16.1/templates/_secrets.tpl rename to stable/ghostfolio/4.17.1/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.16.1/templates/common.yaml b/stable/ghostfolio/4.17.1/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.16.1/templates/common.yaml rename to stable/ghostfolio/4.17.1/templates/common.yaml diff --git a/stable/gitea/18.14.11/values.yaml b/stable/ghostfolio/4.17.1/values.yaml similarity index 100% rename from stable/gitea/18.14.11/values.yaml rename to stable/ghostfolio/4.17.1/values.yaml diff --git a/stable/gitea/18.14.11/CHANGELOG.md b/stable/gitea/18.14.11/CHANGELOG.md deleted file mode 100644 index b8a47e4f671..00000000000 --- a/stable/gitea/18.14.11/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gitea-18.14.11](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.11) (2024-03-27) - -### Chore - - - -- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) - -- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) - -- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) - -- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) - -- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) - -- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) - - -## [gitea-18.14.11](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.11) (2024-03-27) - -### Chore - - - -- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) - -- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) - -- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) - -- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) - -- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) - -- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) - - -## [gitea-18.14.11](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.11) (2024-03-27) - -### Chore - - - -- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) diff --git a/stable/gitea/18.14.11/Chart.yaml b/stable/gitea/18.14.11/Chart.yaml deleted file mode 100644 index 5f97f759379..00000000000 --- a/stable/gitea/18.14.11/Chart.yaml +++ /dev/null @@ -1,49 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GIT - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.21.10 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: memcached - version: 12.8.5 - repository: oci://tccr.io/truecharts - condition: memcached.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted GIT repositories -home: https://truecharts.org/charts/stable/gitea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png -keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gitea -sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - - https://hub.docker.com/r/gitea/gitea -type: application -version: 18.14.11 diff --git a/stable/gitea/18.14.11/app-changelog.md b/stable/gitea/18.14.11/app-changelog.md deleted file mode 100644 index 762f5ae9e4c..00000000000 --- a/stable/gitea/18.14.11/app-changelog.md +++ /dev/null @@ -1,41 +0,0 @@ - - -## [gitea-18.14.11](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.11) (2024-03-27) - -### Chore - - - -- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) - -- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) - -- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) - -- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) - -- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) - -- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) \ No newline at end of file diff --git a/stable/gitea/18.14.11/charts/common-20.2.9.tgz b/stable/gitea/18.14.11/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/gitea/18.14.11/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/gitea/18.14.11/charts/memcached-12.8.5.tgz b/stable/gitea/18.14.11/charts/memcached-12.8.5.tgz deleted file mode 100644 index 7b1d9e07d42..00000000000 Binary files a/stable/gitea/18.14.11/charts/memcached-12.8.5.tgz and /dev/null differ diff --git a/stable/github-backup/5.7.3/.helmignore b/stable/gitea/18.14.13/.helmignore similarity index 100% rename from stable/github-backup/5.7.3/.helmignore rename to stable/gitea/18.14.13/.helmignore diff --git a/stable/gitea/18.14.13/CHANGELOG.md b/stable/gitea/18.14.13/CHANGELOG.md new file mode 100644 index 00000000000..f38ed797d84 --- /dev/null +++ b/stable/gitea/18.14.13/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gitea-18.14.13](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.13) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image memcached to v12.8.6[@0066c96](https://github.com/0066c96) by renovate ([#19901](https://github.com/truecharts/charts/issues/19901)) + +- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) + +- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) + +- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) + +- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) + +- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) + +- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) + + +## [gitea-18.14.12](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.12) (2024-03-28) + +### Chore + + + +- update container image memcached to v12.8.6[@0066c96](https://github.com/0066c96) by renovate ([#19901](https://github.com/truecharts/charts/issues/19901)) + +- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) + +- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) + +- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) + +- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) + +- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) + +- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) + + +## [gitea-18.14.12](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.12) (2024-03-28) diff --git a/stable/gitea/18.14.13/Chart.yaml b/stable/gitea/18.14.13/Chart.yaml new file mode 100644 index 00000000000..95618228415 --- /dev/null +++ b/stable/gitea/18.14.13/Chart.yaml @@ -0,0 +1,49 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GIT + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.21.10 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: memcached + version: 12.8.6 + repository: oci://tccr.io/truecharts + condition: memcached.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted GIT repositories +home: https://truecharts.org/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png +keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gitea +sources: + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://hub.docker.com/r/gitea/gitea +type: application +version: 18.14.13 diff --git a/stable/gitea/18.14.11/README.md b/stable/gitea/18.14.13/README.md similarity index 100% rename from stable/gitea/18.14.11/README.md rename to stable/gitea/18.14.13/README.md diff --git a/stable/gitea/18.14.13/app-changelog.md b/stable/gitea/18.14.13/app-changelog.md new file mode 100644 index 00000000000..7bffcf7f5fc --- /dev/null +++ b/stable/gitea/18.14.13/app-changelog.md @@ -0,0 +1,45 @@ + + +## [gitea-18.14.13](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.13) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image memcached to v12.8.6[@0066c96](https://github.com/0066c96) by renovate ([#19901](https://github.com/truecharts/charts/issues/19901)) + +- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image memcached to v12.8.4[@feb7bcc](https://github.com/feb7bcc) by renovate ([#19765](https://github.com/truecharts/charts/issues/19765)) + +- update container image gitea/gitea to v1.21.10[@01ec404](https://github.com/01ec404) by renovate ([#19810](https://github.com/truecharts/charts/issues/19810)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627)) + +- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535)) + +- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394)) + +- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311)) + +- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319)) \ No newline at end of file diff --git a/stable/gitea/18.14.11/app-readme.md b/stable/gitea/18.14.13/app-readme.md similarity index 100% rename from stable/gitea/18.14.11/app-readme.md rename to stable/gitea/18.14.13/app-readme.md diff --git a/stable/gitea/18.14.13/charts/common-20.2.10.tgz b/stable/gitea/18.14.13/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gitea/18.14.13/charts/common-20.2.10.tgz differ diff --git a/stable/gitea/18.14.13/charts/memcached-12.8.6.tgz b/stable/gitea/18.14.13/charts/memcached-12.8.6.tgz new file mode 100644 index 00000000000..be18976ec1e Binary files /dev/null and b/stable/gitea/18.14.13/charts/memcached-12.8.6.tgz differ diff --git a/stable/gitea/18.14.11/ix_values.yaml b/stable/gitea/18.14.13/ix_values.yaml similarity index 100% rename from stable/gitea/18.14.11/ix_values.yaml rename to stable/gitea/18.14.13/ix_values.yaml diff --git a/stable/gitea/18.14.11/questions.yaml b/stable/gitea/18.14.13/questions.yaml similarity index 100% rename from stable/gitea/18.14.11/questions.yaml rename to stable/gitea/18.14.13/questions.yaml diff --git a/stable/golinks/11.7.3/templates/NOTES.txt b/stable/gitea/18.14.13/templates/NOTES.txt similarity index 100% rename from stable/golinks/11.7.3/templates/NOTES.txt rename to stable/gitea/18.14.13/templates/NOTES.txt diff --git a/stable/gitea/18.14.11/templates/_configmap.tpl b/stable/gitea/18.14.13/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.14.11/templates/_configmap.tpl rename to stable/gitea/18.14.13/templates/_configmap.tpl diff --git a/stable/gitea/18.14.11/templates/_secrets.tpl b/stable/gitea/18.14.13/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.14.11/templates/_secrets.tpl rename to stable/gitea/18.14.13/templates/_secrets.tpl diff --git a/stable/gitea/18.14.11/templates/common.yaml b/stable/gitea/18.14.13/templates/common.yaml similarity index 100% rename from stable/gitea/18.14.11/templates/common.yaml rename to stable/gitea/18.14.13/templates/common.yaml diff --git a/stable/github-backup/5.7.3/values.yaml b/stable/gitea/18.14.13/values.yaml similarity index 100% rename from stable/github-backup/5.7.3/values.yaml rename to stable/gitea/18.14.13/values.yaml diff --git a/stable/github-backup/5.7.3/CHANGELOG.md b/stable/github-backup/5.7.3/CHANGELOG.md deleted file mode 100644 index d2d9c99bc41..00000000000 --- a/stable/github-backup/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/github-backup/5.7.3/Chart.yaml b/stable/github-backup/5.7.3/Chart.yaml deleted file mode 100644 index 327abbca596..00000000000 --- a/stable/github-backup/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. -home: https://truecharts.org/charts/stable/github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png -keywords: - - github-backup - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: github-backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup - - https://hub.docker.com/r/lnxd/github-backup -type: application -version: 5.7.3 diff --git a/stable/github-backup/5.7.3/app-changelog.md b/stable/github-backup/5.7.3/app-changelog.md deleted file mode 100644 index 0894f91802b..00000000000 --- a/stable/github-backup/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/github-backup/5.7.3/charts/common-20.2.4.tgz b/stable/github-backup/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/github-backup/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/glauth/5.7.3/.helmignore b/stable/github-backup/5.7.5/.helmignore similarity index 100% rename from stable/glauth/5.7.3/.helmignore rename to stable/github-backup/5.7.5/.helmignore diff --git a/stable/github-backup/5.7.5/CHANGELOG.md b/stable/github-backup/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a6c35c4fa1d --- /dev/null +++ b/stable/github-backup/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [github-backup-5.7.5](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [github-backup-5.7.4](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [github-backup-5.7.4](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [github-backup-5.7.4](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [github-backup-5.7.4](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [github-backup-5.7.4](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/github-backup/5.7.5/Chart.yaml b/stable/github-backup/5.7.5/Chart.yaml new file mode 100644 index 00000000000..ea94bf4eaca --- /dev/null +++ b/stable/github-backup/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. +home: https://truecharts.org/charts/stable/github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png +keywords: + - github-backup + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: github-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup + - https://hub.docker.com/r/lnxd/github-backup +type: application +version: 5.7.5 diff --git a/stable/github-backup/5.7.3/README.md b/stable/github-backup/5.7.5/README.md similarity index 100% rename from stable/github-backup/5.7.3/README.md rename to stable/github-backup/5.7.5/README.md diff --git a/stable/github-backup/5.7.5/app-changelog.md b/stable/github-backup/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2012daea554 --- /dev/null +++ b/stable/github-backup/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [github-backup-5.7.5](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/github-backup/5.7.3/app-readme.md b/stable/github-backup/5.7.5/app-readme.md similarity index 100% rename from stable/github-backup/5.7.3/app-readme.md rename to stable/github-backup/5.7.5/app-readme.md diff --git a/stable/github-backup/5.7.5/charts/common-20.2.10.tgz b/stable/github-backup/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/github-backup/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/github-backup/5.7.3/ix_values.yaml b/stable/github-backup/5.7.5/ix_values.yaml similarity index 100% rename from stable/github-backup/5.7.3/ix_values.yaml rename to stable/github-backup/5.7.5/ix_values.yaml diff --git a/stable/github-backup/5.7.3/questions.yaml b/stable/github-backup/5.7.5/questions.yaml similarity index 100% rename from stable/github-backup/5.7.3/questions.yaml rename to stable/github-backup/5.7.5/questions.yaml diff --git a/stable/github-backup/5.7.3/templates/common.yaml b/stable/github-backup/5.7.5/templates/common.yaml similarity index 100% rename from stable/github-backup/5.7.3/templates/common.yaml rename to stable/github-backup/5.7.5/templates/common.yaml diff --git a/stable/glauth/5.7.3/values.yaml b/stable/github-backup/5.7.5/values.yaml similarity index 100% rename from stable/glauth/5.7.3/values.yaml rename to stable/github-backup/5.7.5/values.yaml diff --git a/stable/glauth/5.7.3/CHANGELOG.md b/stable/glauth/5.7.3/CHANGELOG.md deleted file mode 100644 index 92abb003f0a..00000000000 --- a/stable/glauth/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/glauth/5.7.3/Chart.yaml b/stable/glauth/5.7.3/Chart.yaml deleted file mode 100644 index f5165daa4fc..00000000000 --- a/stable/glauth/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -home: https://truecharts.org/charts/stable/glauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png -keywords: - - glauth - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: glauth -sources: - - https://glauth.github.io - - https://github.com/truecharts/charts/tree/master/charts/stable/glauth - - https://hub.docker.com/r/glauth/glauth -type: application -version: 5.7.3 diff --git a/stable/glauth/5.7.3/app-changelog.md b/stable/glauth/5.7.3/app-changelog.md deleted file mode 100644 index 30ef2d27c53..00000000000 --- a/stable/glauth/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/glauth/5.7.3/charts/common-20.2.4.tgz b/stable/glauth/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/glauth/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/go-playground/5.7.3/.helmignore b/stable/glauth/5.7.5/.helmignore similarity index 100% rename from stable/go-playground/5.7.3/.helmignore rename to stable/glauth/5.7.5/.helmignore diff --git a/stable/glauth/5.7.5/CHANGELOG.md b/stable/glauth/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e6e34c0c3aa --- /dev/null +++ b/stable/glauth/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [glauth-5.7.5](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [glauth-5.7.4](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [glauth-5.7.4](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [glauth-5.7.4](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [glauth-5.7.4](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [glauth-5.7.4](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/glauth/5.7.5/Chart.yaml b/stable/glauth/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c99983dff28 --- /dev/null +++ b/stable/glauth/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. +home: https://truecharts.org/charts/stable/glauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png +keywords: + - glauth + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: glauth +sources: + - https://glauth.github.io + - https://github.com/truecharts/charts/tree/master/charts/stable/glauth + - https://hub.docker.com/r/glauth/glauth +type: application +version: 5.7.5 diff --git a/stable/glauth/5.7.3/README.md b/stable/glauth/5.7.5/README.md similarity index 100% rename from stable/glauth/5.7.3/README.md rename to stable/glauth/5.7.5/README.md diff --git a/stable/glauth/5.7.5/app-changelog.md b/stable/glauth/5.7.5/app-changelog.md new file mode 100644 index 00000000000..360e59efaf1 --- /dev/null +++ b/stable/glauth/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [glauth-5.7.5](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/glauth/5.7.3/app-readme.md b/stable/glauth/5.7.5/app-readme.md similarity index 100% rename from stable/glauth/5.7.3/app-readme.md rename to stable/glauth/5.7.5/app-readme.md diff --git a/stable/glauth/5.7.5/charts/common-20.2.10.tgz b/stable/glauth/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/glauth/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/glauth/5.7.3/ix_values.yaml b/stable/glauth/5.7.5/ix_values.yaml similarity index 100% rename from stable/glauth/5.7.3/ix_values.yaml rename to stable/glauth/5.7.5/ix_values.yaml diff --git a/stable/glauth/5.7.3/questions.yaml b/stable/glauth/5.7.5/questions.yaml similarity index 100% rename from stable/glauth/5.7.3/questions.yaml rename to stable/glauth/5.7.5/questions.yaml diff --git a/stable/glauth/5.7.3/templates/common.yaml b/stable/glauth/5.7.5/templates/common.yaml similarity index 100% rename from stable/glauth/5.7.3/templates/common.yaml rename to stable/glauth/5.7.5/templates/common.yaml diff --git a/stable/go-playground/5.7.3/values.yaml b/stable/glauth/5.7.5/values.yaml similarity index 100% rename from stable/go-playground/5.7.3/values.yaml rename to stable/glauth/5.7.5/values.yaml diff --git a/stable/go-playground/5.7.3/CHANGELOG.md b/stable/go-playground/5.7.3/CHANGELOG.md deleted file mode 100644 index 826d4f7faed..00000000000 --- a/stable/go-playground/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/go-playground/5.7.3/Chart.yaml b/stable/go-playground/5.7.3/Chart.yaml deleted file mode 100644 index d591659a2c1..00000000000 --- a/stable/go-playground/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: mproved Go Playground powered by Monaco Editor and React -home: https://truecharts.org/charts/stable/go-playground -icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png -keywords: - - go-playground - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: go-playground -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground - - https://hub.docker.com/r/x1unix/go-playground -type: application -version: 5.7.3 diff --git a/stable/go-playground/5.7.3/app-changelog.md b/stable/go-playground/5.7.3/app-changelog.md deleted file mode 100644 index 7b000cc4490..00000000000 --- a/stable/go-playground/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/go-playground/5.7.3/charts/common-20.2.4.tgz b/stable/go-playground/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/go-playground/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/goaccess-npm-logs/5.7.3/.helmignore b/stable/go-playground/5.7.5/.helmignore similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/.helmignore rename to stable/go-playground/5.7.5/.helmignore diff --git a/stable/go-playground/5.7.5/CHANGELOG.md b/stable/go-playground/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9f80c9166a8 --- /dev/null +++ b/stable/go-playground/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [go-playground-5.7.5](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [go-playground-5.7.4](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [go-playground-5.7.4](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [go-playground-5.7.4](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [go-playground-5.7.4](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [go-playground-5.7.4](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/go-playground/5.7.5/Chart.yaml b/stable/go-playground/5.7.5/Chart.yaml new file mode 100644 index 00000000000..299f08aa8ee --- /dev/null +++ b/stable/go-playground/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mproved Go Playground powered by Monaco Editor and React +home: https://truecharts.org/charts/stable/go-playground +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png +keywords: + - go-playground + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: go-playground +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground + - https://hub.docker.com/r/x1unix/go-playground +type: application +version: 5.7.5 diff --git a/stable/go-playground/5.7.3/README.md b/stable/go-playground/5.7.5/README.md similarity index 100% rename from stable/go-playground/5.7.3/README.md rename to stable/go-playground/5.7.5/README.md diff --git a/stable/go-playground/5.7.5/app-changelog.md b/stable/go-playground/5.7.5/app-changelog.md new file mode 100644 index 00000000000..29a88d4d49e --- /dev/null +++ b/stable/go-playground/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [go-playground-5.7.5](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/go-playground/5.7.3/app-readme.md b/stable/go-playground/5.7.5/app-readme.md similarity index 100% rename from stable/go-playground/5.7.3/app-readme.md rename to stable/go-playground/5.7.5/app-readme.md diff --git a/stable/go-playground/5.7.5/charts/common-20.2.10.tgz b/stable/go-playground/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/go-playground/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/go-playground/5.7.3/ix_values.yaml b/stable/go-playground/5.7.5/ix_values.yaml similarity index 100% rename from stable/go-playground/5.7.3/ix_values.yaml rename to stable/go-playground/5.7.5/ix_values.yaml diff --git a/stable/go-playground/5.7.3/questions.yaml b/stable/go-playground/5.7.5/questions.yaml similarity index 100% rename from stable/go-playground/5.7.3/questions.yaml rename to stable/go-playground/5.7.5/questions.yaml diff --git a/stable/go-playground/5.7.3/templates/common.yaml b/stable/go-playground/5.7.5/templates/common.yaml similarity index 100% rename from stable/go-playground/5.7.3/templates/common.yaml rename to stable/go-playground/5.7.5/templates/common.yaml diff --git a/stable/goaccess-npm-logs/5.7.3/values.yaml b/stable/go-playground/5.7.5/values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/values.yaml rename to stable/go-playground/5.7.5/values.yaml diff --git a/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md b/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md deleted file mode 100644 index 7fe20834fa5..00000000000 --- a/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/goaccess-npm-logs/5.7.3/Chart.yaml b/stable/goaccess-npm-logs/5.7.3/Chart.yaml deleted file mode 100644 index de947f8a824..00000000000 --- a/stable/goaccess-npm-logs/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GoAccess for Nginx Proxy Manager Logs -home: https://truecharts.org/charts/stable/goaccess-npm-logs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png -keywords: - - goaccess-npm-logs - - Tools-Utilities - - Network-Proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: goaccess-npm-logs -sources: - - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs - - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager -type: application -version: 5.7.3 diff --git a/stable/goaccess-npm-logs/5.7.3/app-changelog.md b/stable/goaccess-npm-logs/5.7.3/app-changelog.md deleted file mode 100644 index 58798325a96..00000000000 --- a/stable/goaccess-npm-logs/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz b/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/goaccess/5.7.3/.helmignore b/stable/goaccess-npm-logs/5.7.5/.helmignore similarity index 100% rename from stable/goaccess/5.7.3/.helmignore rename to stable/goaccess-npm-logs/5.7.5/.helmignore diff --git a/stable/goaccess-npm-logs/5.7.5/CHANGELOG.md b/stable/goaccess-npm-logs/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a2b30df7fe0 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-npm-logs-5.7.5](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-npm-logs-5.7.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-npm-logs-5.7.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-npm-logs-5.7.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-npm-logs-5.7.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-npm-logs-5.7.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.7.5/Chart.yaml b/stable/goaccess-npm-logs/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9715c0ce8e7 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess for Nginx Proxy Manager Logs +home: https://truecharts.org/charts/stable/goaccess-npm-logs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png +keywords: + - goaccess-npm-logs + - Tools-Utilities + - Network-Proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess-npm-logs +sources: + - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs + - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager +type: application +version: 5.7.5 diff --git a/stable/goaccess-npm-logs/5.7.3/README.md b/stable/goaccess-npm-logs/5.7.5/README.md similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/README.md rename to stable/goaccess-npm-logs/5.7.5/README.md diff --git a/stable/goaccess-npm-logs/5.7.5/app-changelog.md b/stable/goaccess-npm-logs/5.7.5/app-changelog.md new file mode 100644 index 00000000000..453a3129745 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [goaccess-npm-logs-5.7.5](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.7.3/app-readme.md b/stable/goaccess-npm-logs/5.7.5/app-readme.md similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/app-readme.md rename to stable/goaccess-npm-logs/5.7.5/app-readme.md diff --git a/stable/goaccess-npm-logs/5.7.5/charts/common-20.2.10.tgz b/stable/goaccess-npm-logs/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/goaccess-npm-logs/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/goaccess-npm-logs/5.7.3/ix_values.yaml b/stable/goaccess-npm-logs/5.7.5/ix_values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/ix_values.yaml rename to stable/goaccess-npm-logs/5.7.5/ix_values.yaml diff --git a/stable/goaccess-npm-logs/5.7.3/questions.yaml b/stable/goaccess-npm-logs/5.7.5/questions.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/questions.yaml rename to stable/goaccess-npm-logs/5.7.5/questions.yaml diff --git a/stable/goaccess-npm-logs/5.7.3/templates/common.yaml b/stable/goaccess-npm-logs/5.7.5/templates/common.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.7.3/templates/common.yaml rename to stable/goaccess-npm-logs/5.7.5/templates/common.yaml diff --git a/stable/goaccess/5.7.3/values.yaml b/stable/goaccess-npm-logs/5.7.5/values.yaml similarity index 100% rename from stable/goaccess/5.7.3/values.yaml rename to stable/goaccess-npm-logs/5.7.5/values.yaml diff --git a/stable/goaccess/5.7.3/CHANGELOG.md b/stable/goaccess/5.7.3/CHANGELOG.md deleted file mode 100644 index b2db2ab358e..00000000000 --- a/stable/goaccess/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/goaccess/5.7.3/Chart.yaml b/stable/goaccess/5.7.3/Chart.yaml deleted file mode 100644 index 3a986e0b46d..00000000000 --- a/stable/goaccess/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. -home: https://truecharts.org/charts/stable/goaccess -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png -keywords: - - goaccess - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: goaccess -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess - - https://hub.docker.com/r/gregyankovoy/goaccess -type: application -version: 5.7.3 diff --git a/stable/goaccess/5.7.3/app-changelog.md b/stable/goaccess/5.7.3/app-changelog.md deleted file mode 100644 index b9123eb975d..00000000000 --- a/stable/goaccess/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/goaccess/5.7.3/charts/common-20.2.4.tgz b/stable/goaccess/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/goaccess/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/godaddy-ddns/5.7.3/.helmignore b/stable/goaccess/5.7.5/.helmignore similarity index 100% rename from stable/godaddy-ddns/5.7.3/.helmignore rename to stable/goaccess/5.7.5/.helmignore diff --git a/stable/goaccess/5.7.5/CHANGELOG.md b/stable/goaccess/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a835d73d68f --- /dev/null +++ b/stable/goaccess/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-5.7.5](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-5.7.4](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-5.7.4](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-5.7.4](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-5.7.4](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [goaccess-5.7.4](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/goaccess/5.7.5/Chart.yaml b/stable/goaccess/5.7.5/Chart.yaml new file mode 100644 index 00000000000..315fecfc451 --- /dev/null +++ b/stable/goaccess/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. +home: https://truecharts.org/charts/stable/goaccess +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png +keywords: + - goaccess + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess + - https://hub.docker.com/r/gregyankovoy/goaccess +type: application +version: 5.7.5 diff --git a/stable/goaccess/5.7.3/README.md b/stable/goaccess/5.7.5/README.md similarity index 100% rename from stable/goaccess/5.7.3/README.md rename to stable/goaccess/5.7.5/README.md diff --git a/stable/goaccess/5.7.5/app-changelog.md b/stable/goaccess/5.7.5/app-changelog.md new file mode 100644 index 00000000000..cef5213926f --- /dev/null +++ b/stable/goaccess/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [goaccess-5.7.5](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/goaccess/5.7.3/app-readme.md b/stable/goaccess/5.7.5/app-readme.md similarity index 100% rename from stable/goaccess/5.7.3/app-readme.md rename to stable/goaccess/5.7.5/app-readme.md diff --git a/stable/goaccess/5.7.5/charts/common-20.2.10.tgz b/stable/goaccess/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/goaccess/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/goaccess/5.7.3/ix_values.yaml b/stable/goaccess/5.7.5/ix_values.yaml similarity index 100% rename from stable/goaccess/5.7.3/ix_values.yaml rename to stable/goaccess/5.7.5/ix_values.yaml diff --git a/stable/goaccess/5.7.3/questions.yaml b/stable/goaccess/5.7.5/questions.yaml similarity index 100% rename from stable/goaccess/5.7.3/questions.yaml rename to stable/goaccess/5.7.5/questions.yaml diff --git a/stable/goaccess/5.7.3/templates/common.yaml b/stable/goaccess/5.7.5/templates/common.yaml similarity index 100% rename from stable/goaccess/5.7.3/templates/common.yaml rename to stable/goaccess/5.7.5/templates/common.yaml diff --git a/stable/godaddy-ddns/5.7.3/values.yaml b/stable/goaccess/5.7.5/values.yaml similarity index 100% rename from stable/godaddy-ddns/5.7.3/values.yaml rename to stable/goaccess/5.7.5/values.yaml diff --git a/stable/godaddy-ddns/5.7.3/CHANGELOG.md b/stable/godaddy-ddns/5.7.3/CHANGELOG.md deleted file mode 100644 index 11171dfbf17..00000000000 --- a/stable/godaddy-ddns/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/godaddy-ddns/5.7.3/Chart.yaml b/stable/godaddy-ddns/5.7.3/Chart.yaml deleted file mode 100644 index 02ab391753a..00000000000 --- a/stable/godaddy-ddns/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. -home: https://truecharts.org/charts/stable/godaddy-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png -keywords: - - godaddy-ddns - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: godaddy-ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns - - https://hub.docker.com/r/jwater7/godaddy-publicip-updater -type: application -version: 5.7.3 diff --git a/stable/godaddy-ddns/5.7.3/app-changelog.md b/stable/godaddy-ddns/5.7.3/app-changelog.md deleted file mode 100644 index 43c97e05a37..00000000000 --- a/stable/godaddy-ddns/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gokapi/5.7.5/.helmignore b/stable/godaddy-ddns/5.7.5/.helmignore similarity index 100% rename from stable/gokapi/5.7.5/.helmignore rename to stable/godaddy-ddns/5.7.5/.helmignore diff --git a/stable/godaddy-ddns/5.7.5/CHANGELOG.md b/stable/godaddy-ddns/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4ec524b56e3 --- /dev/null +++ b/stable/godaddy-ddns/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [godaddy-ddns-5.7.5](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [godaddy-ddns-5.7.4](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [godaddy-ddns-5.7.4](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [godaddy-ddns-5.7.4](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [godaddy-ddns-5.7.4](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [godaddy-ddns-5.7.4](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/godaddy-ddns/5.7.5/Chart.yaml b/stable/godaddy-ddns/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e7846d2a57e --- /dev/null +++ b/stable/godaddy-ddns/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. +home: https://truecharts.org/charts/stable/godaddy-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png +keywords: + - godaddy-ddns + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: godaddy-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns + - https://hub.docker.com/r/jwater7/godaddy-publicip-updater +type: application +version: 5.7.5 diff --git a/stable/godaddy-ddns/5.7.3/README.md b/stable/godaddy-ddns/5.7.5/README.md similarity index 100% rename from stable/godaddy-ddns/5.7.3/README.md rename to stable/godaddy-ddns/5.7.5/README.md diff --git a/stable/godaddy-ddns/5.7.5/app-changelog.md b/stable/godaddy-ddns/5.7.5/app-changelog.md new file mode 100644 index 00000000000..af15015bc98 --- /dev/null +++ b/stable/godaddy-ddns/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [godaddy-ddns-5.7.5](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/godaddy-ddns/5.7.3/app-readme.md b/stable/godaddy-ddns/5.7.5/app-readme.md similarity index 100% rename from stable/godaddy-ddns/5.7.3/app-readme.md rename to stable/godaddy-ddns/5.7.5/app-readme.md diff --git a/stable/godaddy-ddns/5.7.5/charts/common-20.2.10.tgz b/stable/godaddy-ddns/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/godaddy-ddns/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/godaddy-ddns/5.7.3/ix_values.yaml b/stable/godaddy-ddns/5.7.5/ix_values.yaml similarity index 100% rename from stable/godaddy-ddns/5.7.3/ix_values.yaml rename to stable/godaddy-ddns/5.7.5/ix_values.yaml diff --git a/stable/godaddy-ddns/5.7.3/questions.yaml b/stable/godaddy-ddns/5.7.5/questions.yaml similarity index 100% rename from stable/godaddy-ddns/5.7.3/questions.yaml rename to stable/godaddy-ddns/5.7.5/questions.yaml diff --git a/stable/godaddy-ddns/5.7.3/templates/common.yaml b/stable/godaddy-ddns/5.7.5/templates/common.yaml similarity index 100% rename from stable/godaddy-ddns/5.7.3/templates/common.yaml rename to stable/godaddy-ddns/5.7.5/templates/common.yaml diff --git a/stable/gokapi/5.7.5/values.yaml b/stable/godaddy-ddns/5.7.5/values.yaml similarity index 100% rename from stable/gokapi/5.7.5/values.yaml rename to stable/godaddy-ddns/5.7.5/values.yaml diff --git a/stable/gokapi/5.7.5/CHANGELOG.md b/stable/gokapi/5.7.5/CHANGELOG.md deleted file mode 100644 index b84bb9212a8..00000000000 --- a/stable/gokapi/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/gokapi/5.7.5/Chart.yaml b/stable/gokapi/5.7.5/Chart.yaml deleted file mode 100644 index 8dec70831fc..00000000000 --- a/stable/gokapi/5.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. -home: https://truecharts.org/charts/stable/gokapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png -keywords: - - gokapi - - cloud - - utilities -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gokapi -sources: - - https://github.com/Forceu/gokapi - - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi - - https://hub.docker.com/r/f0rc3/gokapi -type: application -version: 5.7.5 diff --git a/stable/gokapi/5.7.5/app-changelog.md b/stable/gokapi/5.7.5/app-changelog.md deleted file mode 100644 index cb990ca5d42..00000000000 --- a/stable/gokapi/5.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [gokapi-5.7.5](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.5) (2024-03-27) - -### Chore - - - -- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) - -- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gokapi/5.7.5/charts/common-20.2.4.tgz b/stable/gokapi/5.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gokapi/5.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/golinks/11.7.3/.helmignore b/stable/gokapi/5.7.7/.helmignore similarity index 100% rename from stable/golinks/11.7.3/.helmignore rename to stable/gokapi/5.7.7/.helmignore diff --git a/stable/gokapi/5.7.7/CHANGELOG.md b/stable/gokapi/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..8a0d0aea5cc --- /dev/null +++ b/stable/gokapi/5.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gokapi-5.7.7](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) + +- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gokapi-5.7.6](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) + +- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gokapi-5.7.6](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) + +- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gokapi-5.7.6](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) + +- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gokapi-5.7.6](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.6) (2024-03-28) + +### Chore diff --git a/stable/gokapi/5.7.7/Chart.yaml b/stable/gokapi/5.7.7/Chart.yaml new file mode 100644 index 00000000000..672ed392ed8 --- /dev/null +++ b/stable/gokapi/5.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. +home: https://truecharts.org/charts/stable/gokapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png +keywords: + - gokapi + - cloud + - utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gokapi +sources: + - https://github.com/Forceu/gokapi + - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi + - https://hub.docker.com/r/f0rc3/gokapi +type: application +version: 5.7.7 diff --git a/stable/gokapi/5.7.5/README.md b/stable/gokapi/5.7.7/README.md similarity index 100% rename from stable/gokapi/5.7.5/README.md rename to stable/gokapi/5.7.7/README.md diff --git a/stable/gokapi/5.7.7/app-changelog.md b/stable/gokapi/5.7.7/app-changelog.md new file mode 100644 index 00000000000..b7762dd6812 --- /dev/null +++ b/stable/gokapi/5.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [gokapi-5.7.7](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image f0rc3/gokapi to v1.8.1[@333cd14](https://github.com/333cd14) by renovate ([#19837](https://github.com/truecharts/charts/issues/19837)) + +- update container image f0rc3/gokapi to v[@33b1779](https://github.com/33b1779) by renovate ([#19826](https://github.com/truecharts/charts/issues/19826)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gokapi/5.7.5/app-readme.md b/stable/gokapi/5.7.7/app-readme.md similarity index 100% rename from stable/gokapi/5.7.5/app-readme.md rename to stable/gokapi/5.7.7/app-readme.md diff --git a/stable/gokapi/5.7.7/charts/common-20.2.10.tgz b/stable/gokapi/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gokapi/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/gokapi/5.7.5/ix_values.yaml b/stable/gokapi/5.7.7/ix_values.yaml similarity index 100% rename from stable/gokapi/5.7.5/ix_values.yaml rename to stable/gokapi/5.7.7/ix_values.yaml diff --git a/stable/gokapi/5.7.5/questions.yaml b/stable/gokapi/5.7.7/questions.yaml similarity index 100% rename from stable/gokapi/5.7.5/questions.yaml rename to stable/gokapi/5.7.7/questions.yaml diff --git a/stable/gokapi/5.7.5/templates/common.yaml b/stable/gokapi/5.7.7/templates/common.yaml similarity index 100% rename from stable/gokapi/5.7.5/templates/common.yaml rename to stable/gokapi/5.7.7/templates/common.yaml diff --git a/stable/golinks/11.7.3/values.yaml b/stable/gokapi/5.7.7/values.yaml similarity index 100% rename from stable/golinks/11.7.3/values.yaml rename to stable/gokapi/5.7.7/values.yaml diff --git a/stable/golinks/11.7.3/CHANGELOG.md b/stable/golinks/11.7.3/CHANGELOG.md deleted file mode 100644 index a66fb20faa7..00000000000 --- a/stable/golinks/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/golinks/11.7.3/Chart.yaml b/stable/golinks/11.7.3/Chart.yaml deleted file mode 100644 index e56d9d7bb76..00000000000 --- a/stable/golinks/11.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 154c581 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. -home: https://truecharts.org/charts/stable/golinks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png -keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: golinks -sources: - - https://github.com/nicholaswilde/docker-golinks - - https://github.com/prologic/golinks - - https://github.com/truecharts/charts/tree/master/charts/stable/golinks - - https://ghcr.io/nicholaswilde/golinks -type: application -version: 11.7.3 diff --git a/stable/golinks/11.7.3/app-changelog.md b/stable/golinks/11.7.3/app-changelog.md deleted file mode 100644 index 48f36cc207a..00000000000 --- a/stable/golinks/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/golinks/11.7.3/charts/common-20.2.4.tgz b/stable/golinks/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/golinks/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gonic/13.7.4/.helmignore b/stable/golinks/11.7.5/.helmignore similarity index 100% rename from stable/gonic/13.7.4/.helmignore rename to stable/golinks/11.7.5/.helmignore diff --git a/stable/golinks/11.7.5/CHANGELOG.md b/stable/golinks/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9a9f4a10f05 --- /dev/null +++ b/stable/golinks/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [golinks-11.7.5](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [golinks-11.7.4](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [golinks-11.7.4](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [golinks-11.7.4](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [golinks-11.7.4](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [golinks-11.7.4](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/golinks/11.7.5/Chart.yaml b/stable/golinks/11.7.5/Chart.yaml new file mode 100644 index 00000000000..a23164cd459 --- /dev/null +++ b/stable/golinks/11.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 154c581 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. +home: https://truecharts.org/charts/stable/golinks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png +keywords: + - search + - browser + - bookmarks + - smart-bookmarks + - golinks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: golinks +sources: + - https://github.com/nicholaswilde/docker-golinks + - https://github.com/prologic/golinks + - https://github.com/truecharts/charts/tree/master/charts/stable/golinks + - https://ghcr.io/nicholaswilde/golinks +type: application +version: 11.7.5 diff --git a/stable/golinks/11.7.3/README.md b/stable/golinks/11.7.5/README.md similarity index 100% rename from stable/golinks/11.7.3/README.md rename to stable/golinks/11.7.5/README.md diff --git a/stable/golinks/11.7.5/app-changelog.md b/stable/golinks/11.7.5/app-changelog.md new file mode 100644 index 00000000000..adf64d1a955 --- /dev/null +++ b/stable/golinks/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [golinks-11.7.5](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/golinks/11.7.3/app-readme.md b/stable/golinks/11.7.5/app-readme.md similarity index 100% rename from stable/golinks/11.7.3/app-readme.md rename to stable/golinks/11.7.5/app-readme.md diff --git a/stable/golinks/11.7.5/charts/common-20.2.10.tgz b/stable/golinks/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/golinks/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/golinks/11.7.3/ix_values.yaml b/stable/golinks/11.7.5/ix_values.yaml similarity index 100% rename from stable/golinks/11.7.3/ix_values.yaml rename to stable/golinks/11.7.5/ix_values.yaml diff --git a/stable/golinks/11.7.3/questions.yaml b/stable/golinks/11.7.5/questions.yaml similarity index 100% rename from stable/golinks/11.7.3/questions.yaml rename to stable/golinks/11.7.5/questions.yaml diff --git a/stable/gonic/13.7.4/templates/NOTES.txt b/stable/golinks/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/gonic/13.7.4/templates/NOTES.txt rename to stable/golinks/11.7.5/templates/NOTES.txt diff --git a/stable/golinks/11.7.3/templates/common.yaml b/stable/golinks/11.7.5/templates/common.yaml similarity index 100% rename from stable/golinks/11.7.3/templates/common.yaml rename to stable/golinks/11.7.5/templates/common.yaml diff --git a/stable/gonic/13.7.4/values.yaml b/stable/golinks/11.7.5/values.yaml similarity index 100% rename from stable/gonic/13.7.4/values.yaml rename to stable/golinks/11.7.5/values.yaml diff --git a/stable/gonic/13.7.4/CHANGELOG.md b/stable/gonic/13.7.4/CHANGELOG.md deleted file mode 100644 index 5555c7f45b7..00000000000 --- a/stable/gonic/13.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - diff --git a/stable/gonic/13.7.4/Chart.yaml b/stable/gonic/13.7.4/Chart.yaml deleted file mode 100644 index d6c65bf5aa4..00000000000 --- a/stable/gonic/13.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.16.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Music streaming server / subsonic server API implementation -home: https://truecharts.org/charts/stable/gonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png -keywords: - - music - - subsonic -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gonic -sources: - - https://github.com/sentriz/gonic - - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - - https://hub.docker.com/r/sentriz/gonic -type: application -version: 13.7.4 diff --git a/stable/gonic/13.7.4/app-changelog.md b/stable/gonic/13.7.4/app-changelog.md deleted file mode 100644 index 5c9821ee2ab..00000000000 --- a/stable/gonic/13.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gonic/13.7.4/charts/common-20.2.4.tgz b/stable/gonic/13.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gonic/13.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/googlephotossync/6.0.1/.helmignore b/stable/gonic/13.7.6/.helmignore similarity index 100% rename from stable/googlephotossync/6.0.1/.helmignore rename to stable/gonic/13.7.6/.helmignore diff --git a/stable/gonic/13.7.6/CHANGELOG.md b/stable/gonic/13.7.6/CHANGELOG.md new file mode 100644 index 00000000000..9d7c72ada36 --- /dev/null +++ b/stable/gonic/13.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gonic-13.7.6](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gonic-13.7.5](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gonic-13.7.5](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gonic-13.7.5](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gonic-13.7.5](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/gonic/13.7.6/Chart.yaml b/stable/gonic/13.7.6/Chart.yaml new file mode 100644 index 00000000000..b7b883aa37d --- /dev/null +++ b/stable/gonic/13.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.16.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Music streaming server / subsonic server API implementation +home: https://truecharts.org/charts/stable/gonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png +keywords: + - music + - subsonic +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gonic +sources: + - https://github.com/sentriz/gonic + - https://github.com/truecharts/charts/tree/master/charts/stable/gonic + - https://hub.docker.com/r/sentriz/gonic +type: application +version: 13.7.6 diff --git a/stable/gonic/13.7.4/README.md b/stable/gonic/13.7.6/README.md similarity index 100% rename from stable/gonic/13.7.4/README.md rename to stable/gonic/13.7.6/README.md diff --git a/stable/gonic/13.7.6/app-changelog.md b/stable/gonic/13.7.6/app-changelog.md new file mode 100644 index 00000000000..31fc2bb2f95 --- /dev/null +++ b/stable/gonic/13.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [gonic-13.7.6](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gonic/13.7.4/app-readme.md b/stable/gonic/13.7.6/app-readme.md similarity index 100% rename from stable/gonic/13.7.4/app-readme.md rename to stable/gonic/13.7.6/app-readme.md diff --git a/stable/gonic/13.7.6/charts/common-20.2.10.tgz b/stable/gonic/13.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gonic/13.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/gonic/13.7.4/ix_values.yaml b/stable/gonic/13.7.6/ix_values.yaml similarity index 100% rename from stable/gonic/13.7.4/ix_values.yaml rename to stable/gonic/13.7.6/ix_values.yaml diff --git a/stable/gonic/13.7.4/questions.yaml b/stable/gonic/13.7.6/questions.yaml similarity index 100% rename from stable/gonic/13.7.4/questions.yaml rename to stable/gonic/13.7.6/questions.yaml diff --git a/stable/grav/11.7.6/templates/NOTES.txt b/stable/gonic/13.7.6/templates/NOTES.txt similarity index 100% rename from stable/grav/11.7.6/templates/NOTES.txt rename to stable/gonic/13.7.6/templates/NOTES.txt diff --git a/stable/gonic/13.7.4/templates/common.yaml b/stable/gonic/13.7.6/templates/common.yaml similarity index 100% rename from stable/gonic/13.7.4/templates/common.yaml rename to stable/gonic/13.7.6/templates/common.yaml diff --git a/stable/googlephotossync/6.0.1/values.yaml b/stable/gonic/13.7.6/values.yaml similarity index 100% rename from stable/googlephotossync/6.0.1/values.yaml rename to stable/gonic/13.7.6/values.yaml diff --git a/stable/googlephotossync/6.0.1/CHANGELOG.md b/stable/googlephotossync/6.0.1/CHANGELOG.md deleted file mode 100644 index 15eb988676f..00000000000 --- a/stable/googlephotossync/6.0.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - diff --git a/stable/googlephotossync/6.0.1/Chart.yaml b/stable/googlephotossync/6.0.1/Chart.yaml deleted file mode 100644 index 36fd557d79d..00000000000 --- a/stable/googlephotossync/6.0.1/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). -home: https://truecharts.org/charts/stable/googlephotossync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png -keywords: - - googlephotossync - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: googlephotossync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync - - https://ghcr.io/gilesknap/gphotos-sync -type: application -version: 6.0.1 diff --git a/stable/googlephotossync/6.0.1/app-changelog.md b/stable/googlephotossync/6.0.1/app-changelog.md deleted file mode 100644 index 0371917b0cc..00000000000 --- a/stable/googlephotossync/6.0.1/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) \ No newline at end of file diff --git a/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz b/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gpodder/5.7.3/.helmignore b/stable/googlephotossync/6.0.3/.helmignore similarity index 100% rename from stable/gpodder/5.7.3/.helmignore rename to stable/googlephotossync/6.0.3/.helmignore diff --git a/stable/googlephotossync/6.0.3/CHANGELOG.md b/stable/googlephotossync/6.0.3/CHANGELOG.md new file mode 100644 index 00000000000..2020d985931 --- /dev/null +++ b/stable/googlephotossync/6.0.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [googlephotossync-6.0.3](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) + + +## [googlephotossync-6.0.2](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.2) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) + + +## [googlephotossync-6.0.2](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.2) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) + + +## [googlephotossync-6.0.2](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.2) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) + + +## [googlephotossync-6.0.2](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.2) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/googlephotossync/6.0.3/Chart.yaml b/stable/googlephotossync/6.0.3/Chart.yaml new file mode 100644 index 00000000000..afcd702091a --- /dev/null +++ b/stable/googlephotossync/6.0.3/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). +home: https://truecharts.org/charts/stable/googlephotossync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png +keywords: + - googlephotossync + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: googlephotossync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync + - https://ghcr.io/gilesknap/gphotos-sync +type: application +version: 6.0.3 diff --git a/stable/googlephotossync/6.0.1/README.md b/stable/googlephotossync/6.0.3/README.md similarity index 100% rename from stable/googlephotossync/6.0.1/README.md rename to stable/googlephotossync/6.0.3/README.md diff --git a/stable/googlephotossync/6.0.3/app-changelog.md b/stable/googlephotossync/6.0.3/app-changelog.md new file mode 100644 index 00000000000..47a097df692 --- /dev/null +++ b/stable/googlephotossync/6.0.3/app-changelog.md @@ -0,0 +1,21 @@ + + +## [googlephotossync-6.0.3](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713)) \ No newline at end of file diff --git a/stable/googlephotossync/6.0.1/app-readme.md b/stable/googlephotossync/6.0.3/app-readme.md similarity index 100% rename from stable/googlephotossync/6.0.1/app-readme.md rename to stable/googlephotossync/6.0.3/app-readme.md diff --git a/stable/googlephotossync/6.0.3/charts/common-20.2.10.tgz b/stable/googlephotossync/6.0.3/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/googlephotossync/6.0.3/charts/common-20.2.10.tgz differ diff --git a/stable/googlephotossync/6.0.1/ix_values.yaml b/stable/googlephotossync/6.0.3/ix_values.yaml similarity index 100% rename from stable/googlephotossync/6.0.1/ix_values.yaml rename to stable/googlephotossync/6.0.3/ix_values.yaml diff --git a/stable/googlephotossync/6.0.1/questions.yaml b/stable/googlephotossync/6.0.3/questions.yaml similarity index 100% rename from stable/googlephotossync/6.0.1/questions.yaml rename to stable/googlephotossync/6.0.3/questions.yaml diff --git a/stable/googlephotossync/6.0.1/templates/common.yaml b/stable/googlephotossync/6.0.3/templates/common.yaml similarity index 100% rename from stable/googlephotossync/6.0.1/templates/common.yaml rename to stable/googlephotossync/6.0.3/templates/common.yaml diff --git a/stable/gpodder/5.7.3/values.yaml b/stable/googlephotossync/6.0.3/values.yaml similarity index 100% rename from stable/gpodder/5.7.3/values.yaml rename to stable/googlephotossync/6.0.3/values.yaml diff --git a/stable/gpodder/5.7.3/CHANGELOG.md b/stable/gpodder/5.7.3/CHANGELOG.md deleted file mode 100644 index 727bc49c060..00000000000 --- a/stable/gpodder/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/gpodder/5.7.3/Chart.yaml b/stable/gpodder/5.7.3/Chart.yaml deleted file mode 100644 index b2bf3cb735f..00000000000 --- a/stable/gpodder/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; -home: https://truecharts.org/charts/stable/gpodder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png -keywords: - - gpodder - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gpodder -sources: - - https://gpodder.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder - - https://hub.docker.com/r/xthursdayx/gpodder-docker -type: application -version: 5.7.3 diff --git a/stable/gpodder/5.7.3/app-changelog.md b/stable/gpodder/5.7.3/app-changelog.md deleted file mode 100644 index aa001b1c986..00000000000 --- a/stable/gpodder/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gpodder/5.7.3/charts/common-20.2.4.tgz b/stable/gpodder/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gpodder/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.7.3/.helmignore b/stable/gpodder/5.7.5/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.7.3/.helmignore rename to stable/gpodder/5.7.5/.helmignore diff --git a/stable/gpodder/5.7.5/CHANGELOG.md b/stable/gpodder/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9bf40ef6b07 --- /dev/null +++ b/stable/gpodder/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gpodder-5.7.5](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gpodder-5.7.4](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gpodder-5.7.4](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gpodder-5.7.4](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gpodder-5.7.4](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gpodder-5.7.4](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/gpodder/5.7.5/Chart.yaml b/stable/gpodder/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e00a6c55453 --- /dev/null +++ b/stable/gpodder/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; +home: https://truecharts.org/charts/stable/gpodder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png +keywords: + - gpodder + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gpodder +sources: + - https://gpodder.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder + - https://hub.docker.com/r/xthursdayx/gpodder-docker +type: application +version: 5.7.5 diff --git a/stable/gpodder/5.7.3/README.md b/stable/gpodder/5.7.5/README.md similarity index 100% rename from stable/gpodder/5.7.3/README.md rename to stable/gpodder/5.7.5/README.md diff --git a/stable/gpodder/5.7.5/app-changelog.md b/stable/gpodder/5.7.5/app-changelog.md new file mode 100644 index 00000000000..85246e1dffd --- /dev/null +++ b/stable/gpodder/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [gpodder-5.7.5](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gpodder/5.7.3/app-readme.md b/stable/gpodder/5.7.5/app-readme.md similarity index 100% rename from stable/gpodder/5.7.3/app-readme.md rename to stable/gpodder/5.7.5/app-readme.md diff --git a/stable/gpodder/5.7.5/charts/common-20.2.10.tgz b/stable/gpodder/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gpodder/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/gpodder/5.7.3/ix_values.yaml b/stable/gpodder/5.7.5/ix_values.yaml similarity index 100% rename from stable/gpodder/5.7.3/ix_values.yaml rename to stable/gpodder/5.7.5/ix_values.yaml diff --git a/stable/gpodder/5.7.3/questions.yaml b/stable/gpodder/5.7.5/questions.yaml similarity index 100% rename from stable/gpodder/5.7.3/questions.yaml rename to stable/gpodder/5.7.5/questions.yaml diff --git a/stable/gpodder/5.7.3/templates/common.yaml b/stable/gpodder/5.7.5/templates/common.yaml similarity index 100% rename from stable/gpodder/5.7.3/templates/common.yaml rename to stable/gpodder/5.7.5/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.7.3/values.yaml b/stable/gpodder/5.7.5/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.7.3/values.yaml rename to stable/gpodder/5.7.5/values.yaml diff --git a/stable/grafana-image-renderer/5.7.3/CHANGELOG.md b/stable/grafana-image-renderer/5.7.3/CHANGELOG.md deleted file mode 100644 index 684084d127f..00000000000 --- a/stable/grafana-image-renderer/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/grafana-image-renderer/5.7.3/Chart.yaml b/stable/grafana-image-renderer/5.7.3/Chart.yaml deleted file mode 100644 index c984d2cca9d..00000000000 --- a/stable/grafana-image-renderer/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. -home: https://truecharts.org/charts/stable/grafana-image-renderer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png -keywords: - - grafana-image-renderer - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana-image-renderer -sources: - - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md - - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer - - https://hub.docker.com/r/grafana/grafana-image-renderer -type: application -version: 5.7.3 diff --git a/stable/grafana-image-renderer/5.7.3/app-changelog.md b/stable/grafana-image-renderer/5.7.3/app-changelog.md deleted file mode 100644 index 30795ce107f..00000000000 --- a/stable/grafana-image-renderer/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz b/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/grav/11.7.6/.helmignore b/stable/grafana-image-renderer/5.7.5/.helmignore similarity index 100% rename from stable/grav/11.7.6/.helmignore rename to stable/grafana-image-renderer/5.7.5/.helmignore diff --git a/stable/grafana-image-renderer/5.7.5/CHANGELOG.md b/stable/grafana-image-renderer/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f1687d57ce9 --- /dev/null +++ b/stable/grafana-image-renderer/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-image-renderer-5.7.5](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-image-renderer-5.7.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-image-renderer-5.7.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-image-renderer-5.7.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-image-renderer-5.7.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-image-renderer-5.7.4](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.7.5/Chart.yaml b/stable/grafana-image-renderer/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f059d77a33f --- /dev/null +++ b/stable/grafana-image-renderer/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. +home: https://truecharts.org/charts/stable/grafana-image-renderer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png +keywords: + - grafana-image-renderer + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana-image-renderer +sources: + - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md + - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer + - https://hub.docker.com/r/grafana/grafana-image-renderer +type: application +version: 5.7.5 diff --git a/stable/grafana-image-renderer/5.7.3/README.md b/stable/grafana-image-renderer/5.7.5/README.md similarity index 100% rename from stable/grafana-image-renderer/5.7.3/README.md rename to stable/grafana-image-renderer/5.7.5/README.md diff --git a/stable/grafana-image-renderer/5.7.5/app-changelog.md b/stable/grafana-image-renderer/5.7.5/app-changelog.md new file mode 100644 index 00000000000..caced935e1f --- /dev/null +++ b/stable/grafana-image-renderer/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [grafana-image-renderer-5.7.5](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.7.3/app-readme.md b/stable/grafana-image-renderer/5.7.5/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.7.3/app-readme.md rename to stable/grafana-image-renderer/5.7.5/app-readme.md diff --git a/stable/grafana-image-renderer/5.7.5/charts/common-20.2.10.tgz b/stable/grafana-image-renderer/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/grafana-image-renderer/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/grafana-image-renderer/5.7.3/ix_values.yaml b/stable/grafana-image-renderer/5.7.5/ix_values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.7.3/ix_values.yaml rename to stable/grafana-image-renderer/5.7.5/ix_values.yaml diff --git a/stable/genea/5.7.3/questions.yaml b/stable/grafana-image-renderer/5.7.5/questions.yaml similarity index 100% rename from stable/genea/5.7.3/questions.yaml rename to stable/grafana-image-renderer/5.7.5/questions.yaml diff --git a/stable/grafana-image-renderer/5.7.3/templates/common.yaml b/stable/grafana-image-renderer/5.7.5/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.7.3/templates/common.yaml rename to stable/grafana-image-renderer/5.7.5/templates/common.yaml diff --git a/stable/grav/11.7.6/values.yaml b/stable/grafana-image-renderer/5.7.5/values.yaml similarity index 100% rename from stable/grav/11.7.6/values.yaml rename to stable/grafana-image-renderer/5.7.5/values.yaml diff --git a/stable/grav/11.7.6/CHANGELOG.md b/stable/grav/11.7.6/CHANGELOG.md deleted file mode 100644 index 149748fba5a..00000000000 --- a/stable/grav/11.7.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grav-11.7.6](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) - - -## [grav-11.7.6](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) - - -## [grav-11.7.6](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) - - -## [grav-11.7.6](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) \ No newline at end of file diff --git a/stable/grav/11.7.6/Chart.yaml b/stable/grav/11.7.6/Chart.yaml deleted file mode 100644 index f929df97ff1..00000000000 --- a/stable/grav/11.7.6/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.45 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Fast, Simple, and Flexible, file-based Web-platform. -home: https://truecharts.org/charts/stable/grav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png -keywords: - - grav - - web - - platform - - file -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grav -sources: - - https://github.com/getgrav/grav/ - - https://github.com/linuxserver/docker-grav - - https://github.com/truecharts/charts/tree/master/charts/stable/grav - - https://ghcr.io/linuxserver/grav -type: application -version: 11.7.6 diff --git a/stable/grav/11.7.6/app-changelog.md b/stable/grav/11.7.6/app-changelog.md deleted file mode 100644 index cf8a533ce01..00000000000 --- a/stable/grav/11.7.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [grav-11.7.6](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) \ No newline at end of file diff --git a/stable/grav/11.7.6/charts/common-20.2.9.tgz b/stable/grav/11.7.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/grav/11.7.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/grav/11.7.6/ix_values.yaml b/stable/grav/11.7.6/ix_values.yaml deleted file mode 100644 index f634efdbb38..00000000000 --- a/stable/grav/11.7.6/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grav - pullPolicy: IfNotPresent - tag: 1.7.45@sha256:6f5b185e5bdfe237c8eeee1229197829eabd1b3e61fecdf50f054be0c3d14fc9 -service: - main: - ports: - main: - port: 10012 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/gravity/3.7.3/.helmignore b/stable/grav/11.7.8/.helmignore similarity index 100% rename from stable/gravity/3.7.3/.helmignore rename to stable/grav/11.7.8/.helmignore diff --git a/stable/grav/11.7.8/CHANGELOG.md b/stable/grav/11.7.8/CHANGELOG.md new file mode 100644 index 00000000000..d929340dceb --- /dev/null +++ b/stable/grav/11.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grav-11.7.8](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@c98fa7a](https://github.com/c98fa7a) by renovate ([#19921](https://github.com/truecharts/charts/issues/19921)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) + + +## [grav-11.7.7](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@c98fa7a](https://github.com/c98fa7a) by renovate ([#19921](https://github.com/truecharts/charts/issues/19921)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) + + +## [grav-11.7.7](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@c98fa7a](https://github.com/c98fa7a) by renovate ([#19921](https://github.com/truecharts/charts/issues/19921)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) + + +## [grav-11.7.7](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@c98fa7a](https://github.com/c98fa7a) by renovate ([#19921](https://github.com/truecharts/charts/issues/19921)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) \ No newline at end of file diff --git a/stable/grav/11.7.8/Chart.yaml b/stable/grav/11.7.8/Chart.yaml new file mode 100644 index 00000000000..2fc40387b1c --- /dev/null +++ b/stable/grav/11.7.8/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.45 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Fast, Simple, and Flexible, file-based Web-platform. +home: https://truecharts.org/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png +keywords: + - grav + - web + - platform + - file +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grav +sources: + - https://github.com/getgrav/grav/ + - https://github.com/linuxserver/docker-grav + - https://github.com/truecharts/charts/tree/master/charts/stable/grav + - https://ghcr.io/linuxserver/grav +type: application +version: 11.7.8 diff --git a/stable/grav/11.7.6/README.md b/stable/grav/11.7.8/README.md similarity index 100% rename from stable/grav/11.7.6/README.md rename to stable/grav/11.7.8/README.md diff --git a/stable/grav/11.7.8/app-changelog.md b/stable/grav/11.7.8/app-changelog.md new file mode 100644 index 00000000000..0674788dcc5 --- /dev/null +++ b/stable/grav/11.7.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [grav-11.7.8](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@c98fa7a](https://github.com/c98fa7a) by renovate ([#19921](https://github.com/truecharts/charts/issues/19921)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352)) \ No newline at end of file diff --git a/stable/grav/11.7.6/app-readme.md b/stable/grav/11.7.8/app-readme.md similarity index 100% rename from stable/grav/11.7.6/app-readme.md rename to stable/grav/11.7.8/app-readme.md diff --git a/stable/grav/11.7.8/charts/common-20.2.10.tgz b/stable/grav/11.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/grav/11.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/grav/11.7.8/ix_values.yaml b/stable/grav/11.7.8/ix_values.yaml new file mode 100644 index 00000000000..f8e0ad684e8 --- /dev/null +++ b/stable/grav/11.7.8/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/grav + pullPolicy: IfNotPresent + tag: 1.7.45@sha256:c98fa7a5fa274a3f92ff946fe5c78c1444b47f5f0f8437aebdfdc5e83da0af40 +service: + main: + ports: + main: + port: 10012 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/grav/11.7.6/questions.yaml b/stable/grav/11.7.8/questions.yaml similarity index 100% rename from stable/grav/11.7.6/questions.yaml rename to stable/grav/11.7.8/questions.yaml diff --git a/stable/gravity/3.7.3/templates/NOTES.txt b/stable/grav/11.7.8/templates/NOTES.txt similarity index 100% rename from stable/gravity/3.7.3/templates/NOTES.txt rename to stable/grav/11.7.8/templates/NOTES.txt diff --git a/stable/grav/11.7.6/templates/common.yaml b/stable/grav/11.7.8/templates/common.yaml similarity index 100% rename from stable/grav/11.7.6/templates/common.yaml rename to stable/grav/11.7.8/templates/common.yaml diff --git a/stable/gravity/3.7.3/values.yaml b/stable/grav/11.7.8/values.yaml similarity index 100% rename from stable/gravity/3.7.3/values.yaml rename to stable/grav/11.7.8/values.yaml diff --git a/stable/gravity/3.7.3/CHANGELOG.md b/stable/gravity/3.7.3/CHANGELOG.md deleted file mode 100644 index fd5bd885609..00000000000 --- a/stable/gravity/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/gravity/3.7.3/Chart.yaml b/stable/gravity/3.7.3/Chart.yaml deleted file mode 100644 index 8ba2008222a..00000000000 --- a/stable/gravity/3.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dns - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. -home: https://truecharts.org/charts/stable/gravity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png -keywords: - - gravity - - dns - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gravity -sources: - - https://github.com/BeryJu/gravity - - https://github.com/truecharts/charts/tree/master/charts/stable/gravity - - https://ghcr.io/beryju/gravity -type: application -version: 3.7.3 diff --git a/stable/gravity/3.7.3/app-changelog.md b/stable/gravity/3.7.3/app-changelog.md deleted file mode 100644 index b093a9220ea..00000000000 --- a/stable/gravity/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gravity/3.7.3/charts/common-20.2.4.tgz b/stable/gravity/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gravity/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.7.3/.helmignore b/stable/gravity/3.7.5/.helmignore similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/.helmignore rename to stable/gravity/3.7.5/.helmignore diff --git a/stable/gravity/3.7.5/CHANGELOG.md b/stable/gravity/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0915a4f533d --- /dev/null +++ b/stable/gravity/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gravity-3.7.5](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gravity-3.7.4](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gravity-3.7.4](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gravity-3.7.4](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gravity-3.7.4](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [gravity-3.7.4](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/gravity/3.7.5/Chart.yaml b/stable/gravity/3.7.5/Chart.yaml new file mode 100644 index 00000000000..8efa43226a0 --- /dev/null +++ b/stable/gravity/3.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dns + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. +home: https://truecharts.org/charts/stable/gravity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png +keywords: + - gravity + - dns + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gravity +sources: + - https://github.com/BeryJu/gravity + - https://github.com/truecharts/charts/tree/master/charts/stable/gravity + - https://ghcr.io/beryju/gravity +type: application +version: 3.7.5 diff --git a/stable/gravity/3.7.3/README.md b/stable/gravity/3.7.5/README.md similarity index 100% rename from stable/gravity/3.7.3/README.md rename to stable/gravity/3.7.5/README.md diff --git a/stable/gravity/3.7.5/app-changelog.md b/stable/gravity/3.7.5/app-changelog.md new file mode 100644 index 00000000000..89bcba33000 --- /dev/null +++ b/stable/gravity/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [gravity-3.7.5](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/gravity/3.7.3/app-readme.md b/stable/gravity/3.7.5/app-readme.md similarity index 100% rename from stable/gravity/3.7.3/app-readme.md rename to stable/gravity/3.7.5/app-readme.md diff --git a/stable/gravity/3.7.5/charts/common-20.2.10.tgz b/stable/gravity/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gravity/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/gravity/3.7.3/ix_values.yaml b/stable/gravity/3.7.5/ix_values.yaml similarity index 100% rename from stable/gravity/3.7.3/ix_values.yaml rename to stable/gravity/3.7.5/ix_values.yaml diff --git a/stable/gravity/3.7.3/logo.png b/stable/gravity/3.7.5/logo.png similarity index 100% rename from stable/gravity/3.7.3/logo.png rename to stable/gravity/3.7.5/logo.png diff --git a/stable/gravity/3.7.3/questions.yaml b/stable/gravity/3.7.5/questions.yaml similarity index 100% rename from stable/gravity/3.7.3/questions.yaml rename to stable/gravity/3.7.5/questions.yaml diff --git a/stable/grocy/18.8.5/templates/NOTES.txt b/stable/gravity/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/grocy/18.8.5/templates/NOTES.txt rename to stable/gravity/3.7.5/templates/NOTES.txt diff --git a/stable/gravity/3.7.3/templates/_secrets.tpl b/stable/gravity/3.7.5/templates/_secrets.tpl similarity index 100% rename from stable/gravity/3.7.3/templates/_secrets.tpl rename to stable/gravity/3.7.5/templates/_secrets.tpl diff --git a/stable/gravity/3.7.3/templates/common.yaml b/stable/gravity/3.7.5/templates/common.yaml similarity index 100% rename from stable/gravity/3.7.3/templates/common.yaml rename to stable/gravity/3.7.5/templates/common.yaml diff --git a/stable/gridcoinwalletgui/5.7.3/values.yaml b/stable/gravity/3.7.5/values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/values.yaml rename to stable/gravity/3.7.5/values.yaml diff --git a/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md b/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md deleted file mode 100644 index 5b057051881..00000000000 --- a/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/gridcoinwalletgui/5.7.3/Chart.yaml b/stable/gridcoinwalletgui/5.7.3/Chart.yaml deleted file mode 100644 index f46cfdde518..00000000000 --- a/stable/gridcoinwalletgui/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Running Boinc? Get some Gridcoins from your Boinc work! -home: https://truecharts.org/charts/stable/gridcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png -keywords: - - gridcoinwalletgui - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: gridcoinwalletgui -sources: - - https://gridcoin.us/ - - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui - - https://hub.docker.com/r/sublivion/gridcoinwalletgui -type: application -version: 5.7.3 diff --git a/stable/gridcoinwalletgui/5.7.3/app-changelog.md b/stable/gridcoinwalletgui/5.7.3/app-changelog.md deleted file mode 100644 index 88dacd9c96c..00000000000 --- a/stable/gridcoinwalletgui/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz b/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/grocy/18.8.5/.helmignore b/stable/gridcoinwalletgui/5.7.5/.helmignore similarity index 100% rename from stable/grocy/18.8.5/.helmignore rename to stable/gridcoinwalletgui/5.7.5/.helmignore diff --git a/stable/gridcoinwalletgui/5.7.5/CHANGELOG.md b/stable/gridcoinwalletgui/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c2f88dc3201 --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gridcoinwalletgui-5.7.5](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) + + +## [gridcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) + + +## [gridcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) + + +## [gridcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) + + +## [gridcoinwalletgui-5.7.4](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/gridcoinwalletgui/5.7.5/Chart.yaml b/stable/gridcoinwalletgui/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7075961a901 --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Running Boinc? Get some Gridcoins from your Boinc work! +home: https://truecharts.org/charts/stable/gridcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png +keywords: + - gridcoinwalletgui + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gridcoinwalletgui +sources: + - https://gridcoin.us/ + - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui + - https://hub.docker.com/r/sublivion/gridcoinwalletgui +type: application +version: 5.7.5 diff --git a/stable/gridcoinwalletgui/5.7.3/README.md b/stable/gridcoinwalletgui/5.7.5/README.md similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/README.md rename to stable/gridcoinwalletgui/5.7.5/README.md diff --git a/stable/gridcoinwalletgui/5.7.5/app-changelog.md b/stable/gridcoinwalletgui/5.7.5/app-changelog.md new file mode 100644 index 00000000000..1ee63445670 --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [gridcoinwalletgui-5.7.5](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287)) \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.7.3/app-readme.md b/stable/gridcoinwalletgui/5.7.5/app-readme.md similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/app-readme.md rename to stable/gridcoinwalletgui/5.7.5/app-readme.md diff --git a/stable/gridcoinwalletgui/5.7.5/charts/common-20.2.10.tgz b/stable/gridcoinwalletgui/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/gridcoinwalletgui/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/gridcoinwalletgui/5.7.3/ix_values.yaml b/stable/gridcoinwalletgui/5.7.5/ix_values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/ix_values.yaml rename to stable/gridcoinwalletgui/5.7.5/ix_values.yaml diff --git a/stable/gridcoinwalletgui/5.7.3/questions.yaml b/stable/gridcoinwalletgui/5.7.5/questions.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/questions.yaml rename to stable/gridcoinwalletgui/5.7.5/questions.yaml diff --git a/stable/gridcoinwalletgui/5.7.3/templates/common.yaml b/stable/gridcoinwalletgui/5.7.5/templates/common.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.7.3/templates/common.yaml rename to stable/gridcoinwalletgui/5.7.5/templates/common.yaml diff --git a/stable/grocy/18.8.5/values.yaml b/stable/gridcoinwalletgui/5.7.5/values.yaml similarity index 100% rename from stable/grocy/18.8.5/values.yaml rename to stable/gridcoinwalletgui/5.7.5/values.yaml diff --git a/stable/grocy/18.8.5/CHANGELOG.md b/stable/grocy/18.8.5/CHANGELOG.md deleted file mode 100644 index cbd96a48b03..00000000000 --- a/stable/grocy/18.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - diff --git a/stable/grocy/18.8.5/Chart.yaml b/stable/grocy/18.8.5/Chart.yaml deleted file mode 100644 index 74a6bc4fe15..00000000000 --- a/stable/grocy/18.8.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home -home: https://truecharts.org/charts/stable/grocy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png -keywords: - - grocy - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grocy -sources: - - https://github.com/grocy/grocy - - https://github.com/truecharts/charts/tree/master/charts/stable/grocy - - https://ghcr.io/linuxserver/grocy -type: application -version: 18.8.5 diff --git a/stable/grocy/18.8.5/app-changelog.md b/stable/grocy/18.8.5/app-changelog.md deleted file mode 100644 index d7adf400bd7..00000000000 --- a/stable/grocy/18.8.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [grocy-18.8.5](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) \ No newline at end of file diff --git a/stable/grocy/18.8.5/charts/common-20.2.9.tgz b/stable/grocy/18.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/grocy/18.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/grocy/18.8.5/ix_values.yaml b/stable/grocy/18.8.5/ix_values.yaml deleted file mode 100644 index 735fe9a2824..00000000000 --- a/stable/grocy/18.8.5/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grocy - tag: 4.2.0@sha256:bcbda0e94494c3b37ce4e5b9027d85b21f0eff08bac8804efd15dff5d9687a78 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10013 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/guacamole/13.7.3/.helmignore b/stable/grocy/18.8.7/.helmignore similarity index 100% rename from stable/guacamole/13.7.3/.helmignore rename to stable/grocy/18.8.7/.helmignore diff --git a/stable/grocy/18.8.7/CHANGELOG.md b/stable/grocy/18.8.7/CHANGELOG.md new file mode 100644 index 00000000000..6c16c3966e7 --- /dev/null +++ b/stable/grocy/18.8.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grocy-18.8.7](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@7fb90cb](https://github.com/7fb90cb) by renovate ([#19959](https://github.com/truecharts/charts/issues/19959)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) + + +## [grocy-18.8.6](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@7fb90cb](https://github.com/7fb90cb) by renovate ([#19959](https://github.com/truecharts/charts/issues/19959)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) + + +## [grocy-18.8.6](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@7fb90cb](https://github.com/7fb90cb) by renovate ([#19959](https://github.com/truecharts/charts/issues/19959)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) + + +## [grocy-18.8.6](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.6) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@7fb90cb](https://github.com/7fb90cb) by renovate ([#19959](https://github.com/truecharts/charts/issues/19959)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/grocy/18.8.7/Chart.yaml b/stable/grocy/18.8.7/Chart.yaml new file mode 100644 index 00000000000..0d1842d5a10 --- /dev/null +++ b/stable/grocy/18.8.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png +keywords: + - grocy + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grocy +sources: + - https://github.com/grocy/grocy + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy + - https://ghcr.io/linuxserver/grocy +type: application +version: 18.8.7 diff --git a/stable/grocy/18.8.5/README.md b/stable/grocy/18.8.7/README.md similarity index 100% rename from stable/grocy/18.8.5/README.md rename to stable/grocy/18.8.7/README.md diff --git a/stable/grocy/18.8.7/app-changelog.md b/stable/grocy/18.8.7/app-changelog.md new file mode 100644 index 00000000000..12a696ea96a --- /dev/null +++ b/stable/grocy/18.8.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [grocy-18.8.7](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@7fb90cb](https://github.com/7fb90cb) by renovate ([#19959](https://github.com/truecharts/charts/issues/19959)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341)) \ No newline at end of file diff --git a/stable/grocy/18.8.5/app-readme.md b/stable/grocy/18.8.7/app-readme.md similarity index 100% rename from stable/grocy/18.8.5/app-readme.md rename to stable/grocy/18.8.7/app-readme.md diff --git a/stable/grocy/18.8.7/charts/common-20.2.10.tgz b/stable/grocy/18.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/grocy/18.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/grocy/18.8.7/ix_values.yaml b/stable/grocy/18.8.7/ix_values.yaml new file mode 100644 index 00000000000..c1a9c79174d --- /dev/null +++ b/stable/grocy/18.8.7/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/grocy + tag: 4.2.0@sha256:7fb90cbd7ad6fdb62fc0f4d03913f4407bb058880aace5604f96d5e6350bcc38 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10013 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/grocy/18.8.5/questions.yaml b/stable/grocy/18.8.7/questions.yaml similarity index 100% rename from stable/grocy/18.8.5/questions.yaml rename to stable/grocy/18.8.7/questions.yaml diff --git a/stable/guacd/9.7.3/templates/NOTES.txt b/stable/grocy/18.8.7/templates/NOTES.txt similarity index 100% rename from stable/guacd/9.7.3/templates/NOTES.txt rename to stable/grocy/18.8.7/templates/NOTES.txt diff --git a/stable/grocy/18.8.5/templates/common.yaml b/stable/grocy/18.8.7/templates/common.yaml similarity index 100% rename from stable/grocy/18.8.5/templates/common.yaml rename to stable/grocy/18.8.7/templates/common.yaml diff --git a/stable/guacamole/13.7.3/values.yaml b/stable/grocy/18.8.7/values.yaml similarity index 100% rename from stable/guacamole/13.7.3/values.yaml rename to stable/grocy/18.8.7/values.yaml diff --git a/stable/guacamole/13.7.3/CHANGELOG.md b/stable/guacamole/13.7.3/CHANGELOG.md deleted file mode 100644 index b48045c7a10..00000000000 --- a/stable/guacamole/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/guacamole/13.7.3/Chart.yaml b/stable/guacamole/13.7.3/Chart.yaml deleted file mode 100644 index 47206db003a..00000000000 --- a/stable/guacamole/13.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacamole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png -keywords: - - guacamole - - remote -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guacamole -sources: - - https://github.com/apache/guacamole-client - - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - - https://hub.docker.com/r/guacamole/guacamole - - https://hub.docker.com/r/guacamole/guacd -type: application -version: 13.7.3 diff --git a/stable/guacamole/13.7.3/app-changelog.md b/stable/guacamole/13.7.3/app-changelog.md deleted file mode 100644 index c516558d441..00000000000 --- a/stable/guacamole/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/guacamole/13.7.3/charts/common-20.2.4.tgz b/stable/guacamole/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/guacamole/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/guacd/9.7.3/.helmignore b/stable/guacamole/13.7.5/.helmignore similarity index 100% rename from stable/guacd/9.7.3/.helmignore rename to stable/guacamole/13.7.5/.helmignore diff --git a/stable/guacamole/13.7.5/CHANGELOG.md b/stable/guacamole/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bacbf8d66d2 --- /dev/null +++ b/stable/guacamole/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacamole-13.7.5](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacamole-13.7.4](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacamole-13.7.4](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacamole-13.7.4](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacamole-13.7.4](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacamole-13.7.4](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/guacamole/13.7.5/Chart.yaml b/stable/guacamole/13.7.5/Chart.yaml new file mode 100644 index 00000000000..edfc18ba2cf --- /dev/null +++ b/stable/guacamole/13.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacamole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png +keywords: + - guacamole + - remote +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guacamole +sources: + - https://github.com/apache/guacamole-client + - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole + - https://hub.docker.com/r/guacamole/guacd + - https://hub.docker.com/r/guacamole/guacamole +type: application +version: 13.7.5 diff --git a/stable/guacamole/13.7.3/README.md b/stable/guacamole/13.7.5/README.md similarity index 100% rename from stable/guacamole/13.7.3/README.md rename to stable/guacamole/13.7.5/README.md diff --git a/stable/guacamole/13.7.5/app-changelog.md b/stable/guacamole/13.7.5/app-changelog.md new file mode 100644 index 00000000000..58383b0cf4e --- /dev/null +++ b/stable/guacamole/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [guacamole-13.7.5](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/guacamole/13.7.3/app-readme.md b/stable/guacamole/13.7.5/app-readme.md similarity index 100% rename from stable/guacamole/13.7.3/app-readme.md rename to stable/guacamole/13.7.5/app-readme.md diff --git a/stable/guacamole/13.7.5/charts/common-20.2.10.tgz b/stable/guacamole/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/guacamole/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/guacamole/13.7.3/ix_values.yaml b/stable/guacamole/13.7.5/ix_values.yaml similarity index 100% rename from stable/guacamole/13.7.3/ix_values.yaml rename to stable/guacamole/13.7.5/ix_values.yaml diff --git a/stable/guacamole/13.7.3/questions.yaml b/stable/guacamole/13.7.5/questions.yaml similarity index 100% rename from stable/guacamole/13.7.3/questions.yaml rename to stable/guacamole/13.7.5/questions.yaml diff --git a/stable/guacamole/13.7.3/templates/_configmap.tpl b/stable/guacamole/13.7.5/templates/_configmap.tpl similarity index 100% rename from stable/guacamole/13.7.3/templates/_configmap.tpl rename to stable/guacamole/13.7.5/templates/_configmap.tpl diff --git a/stable/guacamole/13.7.3/templates/common.yaml b/stable/guacamole/13.7.5/templates/common.yaml similarity index 100% rename from stable/guacamole/13.7.3/templates/common.yaml rename to stable/guacamole/13.7.5/templates/common.yaml diff --git a/stable/guacd/9.7.3/values.yaml b/stable/guacamole/13.7.5/values.yaml similarity index 100% rename from stable/guacd/9.7.3/values.yaml rename to stable/guacamole/13.7.5/values.yaml diff --git a/stable/guacd/9.7.3/CHANGELOG.md b/stable/guacd/9.7.3/CHANGELOG.md deleted file mode 100644 index c28d8ec6280..00000000000 --- a/stable/guacd/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/guacd/9.7.3/Chart.yaml b/stable/guacd/9.7.3/Chart.yaml deleted file mode 100644 index 1f2815ef4ba..00000000000 --- a/stable/guacd/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Guacd - Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png -keywords: - - guacd - - guacamole - - remote -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guacd -sources: - - https://github.com/apache/guacamole-server - - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - - https://hub.docker.com/r/guacamole/guacd -type: application -version: 9.7.3 diff --git a/stable/guacd/9.7.3/app-changelog.md b/stable/guacd/9.7.3/app-changelog.md deleted file mode 100644 index cc3738af6de..00000000000 --- a/stable/guacd/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/guacd/9.7.3/charts/common-20.2.4.tgz b/stable/guacd/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/guacd/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/guide2go/5.7.3/.helmignore b/stable/guacd/9.7.5/.helmignore similarity index 100% rename from stable/guide2go/5.7.3/.helmignore rename to stable/guacd/9.7.5/.helmignore diff --git a/stable/guacd/9.7.5/CHANGELOG.md b/stable/guacd/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1a39f19b812 --- /dev/null +++ b/stable/guacd/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacd-9.7.5](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacd-9.7.4](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacd-9.7.4](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacd-9.7.4](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacd-9.7.4](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [guacd-9.7.4](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/guacd/9.7.5/Chart.yaml b/stable/guacd/9.7.5/Chart.yaml new file mode 100644 index 00000000000..4a885b00f96 --- /dev/null +++ b/stable/guacd/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Guacd - Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png +keywords: + - guacd + - guacamole + - remote +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guacd +sources: + - https://github.com/apache/guacamole-server + - https://github.com/truecharts/charts/tree/master/charts/stable/guacd + - https://hub.docker.com/r/guacamole/guacd +type: application +version: 9.7.5 diff --git a/stable/guacd/9.7.3/README.md b/stable/guacd/9.7.5/README.md similarity index 100% rename from stable/guacd/9.7.3/README.md rename to stable/guacd/9.7.5/README.md diff --git a/stable/guacd/9.7.5/app-changelog.md b/stable/guacd/9.7.5/app-changelog.md new file mode 100644 index 00000000000..070cece7775 --- /dev/null +++ b/stable/guacd/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [guacd-9.7.5](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/guacd/9.7.3/app-readme.md b/stable/guacd/9.7.5/app-readme.md similarity index 100% rename from stable/guacd/9.7.3/app-readme.md rename to stable/guacd/9.7.5/app-readme.md diff --git a/stable/guacd/9.7.5/charts/common-20.2.10.tgz b/stable/guacd/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/guacd/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/guacd/9.7.3/ix_values.yaml b/stable/guacd/9.7.5/ix_values.yaml similarity index 100% rename from stable/guacd/9.7.3/ix_values.yaml rename to stable/guacd/9.7.5/ix_values.yaml diff --git a/stable/guacd/9.7.3/questions.yaml b/stable/guacd/9.7.5/questions.yaml similarity index 100% rename from stable/guacd/9.7.3/questions.yaml rename to stable/guacd/9.7.5/questions.yaml diff --git a/stable/hammond/9.7.3/templates/NOTES.txt b/stable/guacd/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/hammond/9.7.3/templates/NOTES.txt rename to stable/guacd/9.7.5/templates/NOTES.txt diff --git a/stable/guacd/9.7.3/templates/common.yaml b/stable/guacd/9.7.5/templates/common.yaml similarity index 100% rename from stable/guacd/9.7.3/templates/common.yaml rename to stable/guacd/9.7.5/templates/common.yaml diff --git a/stable/guide2go/5.7.3/values.yaml b/stable/guacd/9.7.5/values.yaml similarity index 100% rename from stable/guide2go/5.7.3/values.yaml rename to stable/guacd/9.7.5/values.yaml diff --git a/stable/guide2go/5.7.3/CHANGELOG.md b/stable/guide2go/5.7.3/CHANGELOG.md deleted file mode 100644 index 53616c9f4f4..00000000000 --- a/stable/guide2go/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/guide2go/5.7.3/Chart.yaml b/stable/guide2go/5.7.3/Chart.yaml deleted file mode 100644 index a747b3438d8..00000000000 --- a/stable/guide2go/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a xml grabber from schedule direct service -home: https://truecharts.org/charts/stable/guide2go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png -keywords: - - guide2go - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: guide2go -sources: - - https://github.com/alturismo/guide2go - - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go - - https://hub.docker.com/r/alturismo/guide2go -type: application -version: 5.7.3 diff --git a/stable/guide2go/5.7.3/app-changelog.md b/stable/guide2go/5.7.3/app-changelog.md deleted file mode 100644 index 56a0a9720eb..00000000000 --- a/stable/guide2go/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) \ No newline at end of file diff --git a/stable/guide2go/5.7.3/charts/common-20.2.4.tgz b/stable/guide2go/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/guide2go/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/h5ai/5.7.3/.helmignore b/stable/guide2go/5.7.5/.helmignore similarity index 100% rename from stable/h5ai/5.7.3/.helmignore rename to stable/guide2go/5.7.5/.helmignore diff --git a/stable/guide2go/5.7.5/CHANGELOG.md b/stable/guide2go/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1f1db7d8585 --- /dev/null +++ b/stable/guide2go/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guide2go-5.7.5](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) + + +## [guide2go-5.7.4](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) + + +## [guide2go-5.7.4](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) + + +## [guide2go-5.7.4](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) + + +## [guide2go-5.7.4](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/guide2go/5.7.5/Chart.yaml b/stable/guide2go/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4d7eeb0ce22 --- /dev/null +++ b/stable/guide2go/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber from schedule direct service +home: https://truecharts.org/charts/stable/guide2go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png +keywords: + - guide2go + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guide2go +sources: + - https://github.com/alturismo/guide2go + - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go + - https://hub.docker.com/r/alturismo/guide2go +type: application +version: 5.7.5 diff --git a/stable/guide2go/5.7.3/README.md b/stable/guide2go/5.7.5/README.md similarity index 100% rename from stable/guide2go/5.7.3/README.md rename to stable/guide2go/5.7.5/README.md diff --git a/stable/guide2go/5.7.5/app-changelog.md b/stable/guide2go/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e272202de32 --- /dev/null +++ b/stable/guide2go/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [guide2go-5.7.5](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217)) \ No newline at end of file diff --git a/stable/guide2go/5.7.3/app-readme.md b/stable/guide2go/5.7.5/app-readme.md similarity index 100% rename from stable/guide2go/5.7.3/app-readme.md rename to stable/guide2go/5.7.5/app-readme.md diff --git a/stable/guide2go/5.7.5/charts/common-20.2.10.tgz b/stable/guide2go/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/guide2go/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/guide2go/5.7.3/ix_values.yaml b/stable/guide2go/5.7.5/ix_values.yaml similarity index 100% rename from stable/guide2go/5.7.3/ix_values.yaml rename to stable/guide2go/5.7.5/ix_values.yaml diff --git a/stable/guide2go/5.7.3/questions.yaml b/stable/guide2go/5.7.5/questions.yaml similarity index 100% rename from stable/guide2go/5.7.3/questions.yaml rename to stable/guide2go/5.7.5/questions.yaml diff --git a/stable/guide2go/5.7.3/templates/common.yaml b/stable/guide2go/5.7.5/templates/common.yaml similarity index 100% rename from stable/guide2go/5.7.3/templates/common.yaml rename to stable/guide2go/5.7.5/templates/common.yaml diff --git a/stable/h5ai/5.7.3/values.yaml b/stable/guide2go/5.7.5/values.yaml similarity index 100% rename from stable/h5ai/5.7.3/values.yaml rename to stable/guide2go/5.7.5/values.yaml diff --git a/stable/h5ai/5.7.3/CHANGELOG.md b/stable/h5ai/5.7.3/CHANGELOG.md deleted file mode 100644 index 175d83d44d4..00000000000 --- a/stable/h5ai/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/h5ai/5.7.3/Chart.yaml b/stable/h5ai/5.7.3/Chart.yaml deleted file mode 100644 index bf55050eb38..00000000000 --- a/stable/h5ai/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. -home: https://truecharts.org/charts/stable/h5ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png -keywords: - - h5ai - - Cloud - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: h5ai -sources: - - https://github.com/awesometic/docker-h5ai - - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai - - https://hub.docker.com/r/awesometic/h5ai -type: application -version: 5.7.3 diff --git a/stable/h5ai/5.7.3/app-changelog.md b/stable/h5ai/5.7.3/app-changelog.md deleted file mode 100644 index 07e46c9a58c..00000000000 --- a/stable/h5ai/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/h5ai/5.7.3/charts/common-20.2.4.tgz b/stable/h5ai/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/h5ai/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/halflife2deathmatch/5.7.3/.helmignore b/stable/h5ai/5.7.5/.helmignore similarity index 100% rename from stable/halflife2deathmatch/5.7.3/.helmignore rename to stable/h5ai/5.7.5/.helmignore diff --git a/stable/h5ai/5.7.5/CHANGELOG.md b/stable/h5ai/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e867b7d1910 --- /dev/null +++ b/stable/h5ai/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [h5ai-5.7.5](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [h5ai-5.7.4](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [h5ai-5.7.4](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [h5ai-5.7.4](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [h5ai-5.7.4](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [h5ai-5.7.4](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/h5ai/5.7.5/Chart.yaml b/stable/h5ai/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4be95dea113 --- /dev/null +++ b/stable/h5ai/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. +home: https://truecharts.org/charts/stable/h5ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png +keywords: + - h5ai + - Cloud + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: h5ai +sources: + - https://github.com/awesometic/docker-h5ai + - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai + - https://hub.docker.com/r/awesometic/h5ai +type: application +version: 5.7.5 diff --git a/stable/h5ai/5.7.3/README.md b/stable/h5ai/5.7.5/README.md similarity index 100% rename from stable/h5ai/5.7.3/README.md rename to stable/h5ai/5.7.5/README.md diff --git a/stable/h5ai/5.7.5/app-changelog.md b/stable/h5ai/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0ba31ffcbe1 --- /dev/null +++ b/stable/h5ai/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [h5ai-5.7.5](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/h5ai/5.7.3/app-readme.md b/stable/h5ai/5.7.5/app-readme.md similarity index 100% rename from stable/h5ai/5.7.3/app-readme.md rename to stable/h5ai/5.7.5/app-readme.md diff --git a/stable/h5ai/5.7.5/charts/common-20.2.10.tgz b/stable/h5ai/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/h5ai/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/h5ai/5.7.3/ix_values.yaml b/stable/h5ai/5.7.5/ix_values.yaml similarity index 100% rename from stable/h5ai/5.7.3/ix_values.yaml rename to stable/h5ai/5.7.5/ix_values.yaml diff --git a/stable/h5ai/5.7.3/questions.yaml b/stable/h5ai/5.7.5/questions.yaml similarity index 100% rename from stable/h5ai/5.7.3/questions.yaml rename to stable/h5ai/5.7.5/questions.yaml diff --git a/stable/h5ai/5.7.3/templates/common.yaml b/stable/h5ai/5.7.5/templates/common.yaml similarity index 100% rename from stable/h5ai/5.7.3/templates/common.yaml rename to stable/h5ai/5.7.5/templates/common.yaml diff --git a/stable/halflife2deathmatch/5.7.3/values.yaml b/stable/h5ai/5.7.5/values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.7.3/values.yaml rename to stable/h5ai/5.7.5/values.yaml diff --git a/stable/halflife2deathmatch/5.7.3/CHANGELOG.md b/stable/halflife2deathmatch/5.7.3/CHANGELOG.md deleted file mode 100644 index 85f13cee864..00000000000 --- a/stable/halflife2deathmatch/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/halflife2deathmatch/5.7.3/Chart.yaml b/stable/halflife2deathmatch/5.7.3/Chart.yaml deleted file mode 100644 index a0ecd2e3594..00000000000 --- a/stable/halflife2deathmatch/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hl2dm -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. -home: https://truecharts.org/charts/stable/halflife2deathmatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png -keywords: - - halflife2deathmatch - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: halflife2deathmatch -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/halflife2deathmatch/5.7.3/app-changelog.md b/stable/halflife2deathmatch/5.7.3/app-changelog.md deleted file mode 100644 index ec130131dea..00000000000 --- a/stable/halflife2deathmatch/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz b/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hammond/9.7.3/.helmignore b/stable/halflife2deathmatch/5.7.5/.helmignore similarity index 100% rename from stable/hammond/9.7.3/.helmignore rename to stable/halflife2deathmatch/5.7.5/.helmignore diff --git a/stable/halflife2deathmatch/5.7.5/CHANGELOG.md b/stable/halflife2deathmatch/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ec7b87571ec --- /dev/null +++ b/stable/halflife2deathmatch/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [halflife2deathmatch-5.7.5](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [halflife2deathmatch-5.7.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [halflife2deathmatch-5.7.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [halflife2deathmatch-5.7.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [halflife2deathmatch-5.7.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [halflife2deathmatch-5.7.4](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.7.5/Chart.yaml b/stable/halflife2deathmatch/5.7.5/Chart.yaml new file mode 100644 index 00000000000..ff17cb9228a --- /dev/null +++ b/stable/halflife2deathmatch/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hl2dm +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. +home: https://truecharts.org/charts/stable/halflife2deathmatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png +keywords: + - halflife2deathmatch + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: halflife2deathmatch +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/halflife2deathmatch/5.7.3/README.md b/stable/halflife2deathmatch/5.7.5/README.md similarity index 100% rename from stable/halflife2deathmatch/5.7.3/README.md rename to stable/halflife2deathmatch/5.7.5/README.md diff --git a/stable/halflife2deathmatch/5.7.5/app-changelog.md b/stable/halflife2deathmatch/5.7.5/app-changelog.md new file mode 100644 index 00000000000..fb75f2069b6 --- /dev/null +++ b/stable/halflife2deathmatch/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [halflife2deathmatch-5.7.5](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.7.3/app-readme.md b/stable/halflife2deathmatch/5.7.5/app-readme.md similarity index 100% rename from stable/halflife2deathmatch/5.7.3/app-readme.md rename to stable/halflife2deathmatch/5.7.5/app-readme.md diff --git a/stable/halflife2deathmatch/5.7.5/charts/common-20.2.10.tgz b/stable/halflife2deathmatch/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/halflife2deathmatch/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/halflife2deathmatch/5.7.3/ix_values.yaml b/stable/halflife2deathmatch/5.7.5/ix_values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.7.3/ix_values.yaml rename to stable/halflife2deathmatch/5.7.5/ix_values.yaml diff --git a/stable/halflife2deathmatch/5.7.3/questions.yaml b/stable/halflife2deathmatch/5.7.5/questions.yaml similarity index 100% rename from stable/halflife2deathmatch/5.7.3/questions.yaml rename to stable/halflife2deathmatch/5.7.5/questions.yaml diff --git a/stable/halflife2deathmatch/5.7.3/templates/common.yaml b/stable/halflife2deathmatch/5.7.5/templates/common.yaml similarity index 100% rename from stable/halflife2deathmatch/5.7.3/templates/common.yaml rename to stable/halflife2deathmatch/5.7.5/templates/common.yaml diff --git a/stable/hammond/9.7.3/values.yaml b/stable/halflife2deathmatch/5.7.5/values.yaml similarity index 100% rename from stable/hammond/9.7.3/values.yaml rename to stable/halflife2deathmatch/5.7.5/values.yaml diff --git a/stable/hammond/9.7.3/CHANGELOG.md b/stable/hammond/9.7.3/CHANGELOG.md deleted file mode 100644 index 0e5347f4fe0..00000000000 --- a/stable/hammond/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hammond/9.7.3/Chart.yaml b/stable/hammond/9.7.3/Chart.yaml deleted file mode 100644 index 3da1c92d31e..00000000000 --- a/stable/hammond/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.24 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted vehicle expense tracking system with support for multiple users. -home: https://truecharts.org/charts/stable/hammond -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png -keywords: - - hammond -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hammond -sources: - - https://github.com/AlfHou/hammond - - https://github.com/alfhou/hammond/pkgs/container/hammond - - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - - https://ghcr.io/alfhou/hammond -type: application -version: 9.7.3 diff --git a/stable/hammond/9.7.3/app-changelog.md b/stable/hammond/9.7.3/app-changelog.md deleted file mode 100644 index 2b7b203d10e..00000000000 --- a/stable/hammond/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hammond/9.7.3/charts/common-20.2.4.tgz b/stable/hammond/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hammond/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/handbrake/21.8.3/.helmignore b/stable/hammond/9.7.5/.helmignore similarity index 100% rename from stable/handbrake/21.8.3/.helmignore rename to stable/hammond/9.7.5/.helmignore diff --git a/stable/hammond/9.7.5/CHANGELOG.md b/stable/hammond/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f4e8ab42050 --- /dev/null +++ b/stable/hammond/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hammond-9.7.5](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hammond-9.7.4](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hammond-9.7.4](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hammond-9.7.4](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hammond-9.7.4](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hammond-9.7.4](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hammond/9.7.5/Chart.yaml b/stable/hammond/9.7.5/Chart.yaml new file mode 100644 index 00000000000..4c2cedecbf3 --- /dev/null +++ b/stable/hammond/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.24 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted vehicle expense tracking system with support for multiple users. +home: https://truecharts.org/charts/stable/hammond +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png +keywords: + - hammond +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hammond +sources: + - https://github.com/AlfHou/hammond + - https://github.com/alfhou/hammond/pkgs/container/hammond + - https://github.com/truecharts/charts/tree/master/charts/stable/hammond + - https://ghcr.io/alfhou/hammond +type: application +version: 9.7.5 diff --git a/stable/hammond/9.7.3/README.md b/stable/hammond/9.7.5/README.md similarity index 100% rename from stable/hammond/9.7.3/README.md rename to stable/hammond/9.7.5/README.md diff --git a/stable/hammond/9.7.5/app-changelog.md b/stable/hammond/9.7.5/app-changelog.md new file mode 100644 index 00000000000..101a12cbbab --- /dev/null +++ b/stable/hammond/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hammond-9.7.5](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hammond/9.7.3/app-readme.md b/stable/hammond/9.7.5/app-readme.md similarity index 100% rename from stable/hammond/9.7.3/app-readme.md rename to stable/hammond/9.7.5/app-readme.md diff --git a/stable/hammond/9.7.5/charts/common-20.2.10.tgz b/stable/hammond/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hammond/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hammond/9.7.3/ix_values.yaml b/stable/hammond/9.7.5/ix_values.yaml similarity index 100% rename from stable/hammond/9.7.3/ix_values.yaml rename to stable/hammond/9.7.5/ix_values.yaml diff --git a/stable/hammond/9.7.3/questions.yaml b/stable/hammond/9.7.5/questions.yaml similarity index 100% rename from stable/hammond/9.7.3/questions.yaml rename to stable/hammond/9.7.5/questions.yaml diff --git a/stable/handbrake/21.8.3/templates/NOTES.txt b/stable/hammond/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/handbrake/21.8.3/templates/NOTES.txt rename to stable/hammond/9.7.5/templates/NOTES.txt diff --git a/stable/hammond/9.7.3/templates/_secrets.tpl b/stable/hammond/9.7.5/templates/_secrets.tpl similarity index 100% rename from stable/hammond/9.7.3/templates/_secrets.tpl rename to stable/hammond/9.7.5/templates/_secrets.tpl diff --git a/stable/hammond/9.7.3/templates/common.yaml b/stable/hammond/9.7.5/templates/common.yaml similarity index 100% rename from stable/hammond/9.7.3/templates/common.yaml rename to stable/hammond/9.7.5/templates/common.yaml diff --git a/stable/handbrake/21.8.3/values.yaml b/stable/hammond/9.7.5/values.yaml similarity index 100% rename from stable/handbrake/21.8.3/values.yaml rename to stable/hammond/9.7.5/values.yaml diff --git a/stable/handbrake/21.8.3/CHANGELOG.md b/stable/handbrake/21.8.3/CHANGELOG.md deleted file mode 100644 index 2cbc6971bbf..00000000000 --- a/stable/handbrake/21.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/handbrake/21.8.3/Chart.yaml b/stable/handbrake/21.8.3/Chart.yaml deleted file mode 100644 index 47ddd203e29..00000000000 --- a/stable/handbrake/21.8.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.03.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. -home: https://truecharts.org/charts/stable/handbrake -icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png -keywords: - - handbrake - - encode - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: handbrake -sources: - - https://handbrake.fr/ - - https://github.com/jlesage/docker-handbrake - - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake - - https://hub.docker.com/r/jlesage/handbrake -type: application -version: 21.8.3 diff --git a/stable/handbrake/21.8.3/app-changelog.md b/stable/handbrake/21.8.3/app-changelog.md deleted file mode 100644 index 218dd39c554..00000000000 --- a/stable/handbrake/21.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/handbrake/21.8.3/charts/common-20.2.4.tgz b/stable/handbrake/21.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/handbrake/21.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hassconfigurator/5.7.3/.helmignore b/stable/handbrake/21.8.5/.helmignore similarity index 100% rename from stable/hassconfigurator/5.7.3/.helmignore rename to stable/handbrake/21.8.5/.helmignore diff --git a/stable/handbrake/21.8.5/CHANGELOG.md b/stable/handbrake/21.8.5/CHANGELOG.md new file mode 100644 index 00000000000..0a41f852d88 --- /dev/null +++ b/stable/handbrake/21.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [handbrake-21.8.5](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [handbrake-21.8.4](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [handbrake-21.8.4](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [handbrake-21.8.4](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [handbrake-21.8.4](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [handbrake-21.8.4](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/handbrake/21.8.5/Chart.yaml b/stable/handbrake/21.8.5/Chart.yaml new file mode 100644 index 00000000000..d94b8b51b2b --- /dev/null +++ b/stable/handbrake/21.8.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.03.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +home: https://truecharts.org/charts/stable/handbrake +icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png +keywords: + - handbrake + - encode + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: handbrake +sources: + - https://handbrake.fr/ + - https://github.com/jlesage/docker-handbrake + - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake + - https://hub.docker.com/r/jlesage/handbrake +type: application +version: 21.8.5 diff --git a/stable/handbrake/21.8.3/README.md b/stable/handbrake/21.8.5/README.md similarity index 100% rename from stable/handbrake/21.8.3/README.md rename to stable/handbrake/21.8.5/README.md diff --git a/stable/handbrake/21.8.5/app-changelog.md b/stable/handbrake/21.8.5/app-changelog.md new file mode 100644 index 00000000000..85804e7d0e2 --- /dev/null +++ b/stable/handbrake/21.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [handbrake-21.8.5](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/handbrake/21.8.3/app-readme.md b/stable/handbrake/21.8.5/app-readme.md similarity index 100% rename from stable/handbrake/21.8.3/app-readme.md rename to stable/handbrake/21.8.5/app-readme.md diff --git a/stable/handbrake/21.8.5/charts/common-20.2.10.tgz b/stable/handbrake/21.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/handbrake/21.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/handbrake/21.8.3/ix_values.yaml b/stable/handbrake/21.8.5/ix_values.yaml similarity index 100% rename from stable/handbrake/21.8.3/ix_values.yaml rename to stable/handbrake/21.8.5/ix_values.yaml diff --git a/stable/handbrake/21.8.3/questions.yaml b/stable/handbrake/21.8.5/questions.yaml similarity index 100% rename from stable/handbrake/21.8.3/questions.yaml rename to stable/handbrake/21.8.5/questions.yaml diff --git a/stable/haste-server/13.7.3/templates/NOTES.txt b/stable/handbrake/21.8.5/templates/NOTES.txt similarity index 100% rename from stable/haste-server/13.7.3/templates/NOTES.txt rename to stable/handbrake/21.8.5/templates/NOTES.txt diff --git a/stable/handbrake/21.8.3/templates/common.yaml b/stable/handbrake/21.8.5/templates/common.yaml similarity index 100% rename from stable/handbrake/21.8.3/templates/common.yaml rename to stable/handbrake/21.8.5/templates/common.yaml diff --git a/stable/hassconfigurator/5.7.3/values.yaml b/stable/handbrake/21.8.5/values.yaml similarity index 100% rename from stable/hassconfigurator/5.7.3/values.yaml rename to stable/handbrake/21.8.5/values.yaml diff --git a/stable/hassconfigurator/5.7.3/CHANGELOG.md b/stable/hassconfigurator/5.7.3/CHANGELOG.md deleted file mode 100644 index b0561dba958..00000000000 --- a/stable/hassconfigurator/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hassconfigurator/5.7.3/Chart.yaml b/stable/hassconfigurator/5.7.3/Chart.yaml deleted file mode 100644 index a327b680b03..00000000000 --- a/stable/hassconfigurator/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: x86_64 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator -home: https://truecharts.org/charts/stable/hassconfigurator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png -keywords: - - hassconfigurator - - home-automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hassconfigurator -sources: - - https://github.com/danielperna84/hass-configurator - - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator - - https://hub.docker.com/r/causticlab/hass-configurator-docker -type: application -version: 5.7.3 diff --git a/stable/hassconfigurator/5.7.3/app-changelog.md b/stable/hassconfigurator/5.7.3/app-changelog.md deleted file mode 100644 index 8b17c1b5865..00000000000 --- a/stable/hassconfigurator/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz b/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/haste-server/13.7.3/.helmignore b/stable/hassconfigurator/5.7.5/.helmignore similarity index 100% rename from stable/haste-server/13.7.3/.helmignore rename to stable/hassconfigurator/5.7.5/.helmignore diff --git a/stable/hassconfigurator/5.7.5/CHANGELOG.md b/stable/hassconfigurator/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3b213daca93 --- /dev/null +++ b/stable/hassconfigurator/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hassconfigurator-5.7.5](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hassconfigurator-5.7.4](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hassconfigurator-5.7.4](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hassconfigurator-5.7.4](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hassconfigurator-5.7.4](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hassconfigurator-5.7.4](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hassconfigurator/5.7.5/Chart.yaml b/stable/hassconfigurator/5.7.5/Chart.yaml new file mode 100644 index 00000000000..831be1de9b3 --- /dev/null +++ b/stable/hassconfigurator/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: x86_64 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator +home: https://truecharts.org/charts/stable/hassconfigurator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png +keywords: + - hassconfigurator + - home-automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hassconfigurator +sources: + - https://github.com/danielperna84/hass-configurator + - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator + - https://hub.docker.com/r/causticlab/hass-configurator-docker +type: application +version: 5.7.5 diff --git a/stable/hassconfigurator/5.7.3/README.md b/stable/hassconfigurator/5.7.5/README.md similarity index 100% rename from stable/hassconfigurator/5.7.3/README.md rename to stable/hassconfigurator/5.7.5/README.md diff --git a/stable/hassconfigurator/5.7.5/app-changelog.md b/stable/hassconfigurator/5.7.5/app-changelog.md new file mode 100644 index 00000000000..effc9a4022a --- /dev/null +++ b/stable/hassconfigurator/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hassconfigurator-5.7.5](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hassconfigurator/5.7.3/app-readme.md b/stable/hassconfigurator/5.7.5/app-readme.md similarity index 100% rename from stable/hassconfigurator/5.7.3/app-readme.md rename to stable/hassconfigurator/5.7.5/app-readme.md diff --git a/stable/hassconfigurator/5.7.5/charts/common-20.2.10.tgz b/stable/hassconfigurator/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hassconfigurator/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hassconfigurator/5.7.3/ix_values.yaml b/stable/hassconfigurator/5.7.5/ix_values.yaml similarity index 100% rename from stable/hassconfigurator/5.7.3/ix_values.yaml rename to stable/hassconfigurator/5.7.5/ix_values.yaml diff --git a/stable/hassconfigurator/5.7.3/questions.yaml b/stable/hassconfigurator/5.7.5/questions.yaml similarity index 100% rename from stable/hassconfigurator/5.7.3/questions.yaml rename to stable/hassconfigurator/5.7.5/questions.yaml diff --git a/stable/hassconfigurator/5.7.3/templates/common.yaml b/stable/hassconfigurator/5.7.5/templates/common.yaml similarity index 100% rename from stable/hassconfigurator/5.7.3/templates/common.yaml rename to stable/hassconfigurator/5.7.5/templates/common.yaml diff --git a/stable/haste-server/13.7.3/values.yaml b/stable/hassconfigurator/5.7.5/values.yaml similarity index 100% rename from stable/haste-server/13.7.3/values.yaml rename to stable/hassconfigurator/5.7.5/values.yaml diff --git a/stable/haste-server/13.7.3/CHANGELOG.md b/stable/haste-server/13.7.3/CHANGELOG.md deleted file mode 100644 index a5638d90ebd..00000000000 --- a/stable/haste-server/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/haste-server/13.7.3/Chart.yaml b/stable/haste-server/13.7.3/Chart.yaml deleted file mode 100644 index 61eef1ab2d1..00000000000 --- a/stable/haste-server/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple text sharing -home: https://truecharts.org/charts/stable/haste-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png -keywords: - - haste - - hastebin - - haste-server - - pastebin -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: haste-server -sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - - https://ghcr.io/k8s-at-home/haste-server -type: application -version: 13.7.3 diff --git a/stable/haste-server/13.7.3/app-changelog.md b/stable/haste-server/13.7.3/app-changelog.md deleted file mode 100644 index 0f84eea08c2..00000000000 --- a/stable/haste-server/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/haste-server/13.7.3/charts/common-20.2.4.tgz b/stable/haste-server/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/haste-server/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hastebin/5.7.3/.helmignore b/stable/haste-server/13.7.5/.helmignore similarity index 100% rename from stable/hastebin/5.7.3/.helmignore rename to stable/haste-server/13.7.5/.helmignore diff --git a/stable/haste-server/13.7.5/CHANGELOG.md b/stable/haste-server/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9df33086823 --- /dev/null +++ b/stable/haste-server/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [haste-server-13.7.5](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [haste-server-13.7.4](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [haste-server-13.7.4](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [haste-server-13.7.4](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [haste-server-13.7.4](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [haste-server-13.7.4](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/haste-server/13.7.5/Chart.yaml b/stable/haste-server/13.7.5/Chart.yaml new file mode 100644 index 00000000000..993da606517 --- /dev/null +++ b/stable/haste-server/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple text sharing +home: https://truecharts.org/charts/stable/haste-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png +keywords: + - haste + - hastebin + - haste-server + - pastebin +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: haste-server +sources: + - https://github.com/seejohnrun/haste-server + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server + - https://ghcr.io/k8s-at-home/haste-server +type: application +version: 13.7.5 diff --git a/stable/haste-server/13.7.3/README.md b/stable/haste-server/13.7.5/README.md similarity index 100% rename from stable/haste-server/13.7.3/README.md rename to stable/haste-server/13.7.5/README.md diff --git a/stable/haste-server/13.7.5/app-changelog.md b/stable/haste-server/13.7.5/app-changelog.md new file mode 100644 index 00000000000..b364a71297b --- /dev/null +++ b/stable/haste-server/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [haste-server-13.7.5](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/haste-server/13.7.3/app-readme.md b/stable/haste-server/13.7.5/app-readme.md similarity index 100% rename from stable/haste-server/13.7.3/app-readme.md rename to stable/haste-server/13.7.5/app-readme.md diff --git a/stable/haste-server/13.7.5/charts/common-20.2.10.tgz b/stable/haste-server/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/haste-server/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/haste-server/13.7.3/ix_values.yaml b/stable/haste-server/13.7.5/ix_values.yaml similarity index 100% rename from stable/haste-server/13.7.3/ix_values.yaml rename to stable/haste-server/13.7.5/ix_values.yaml diff --git a/stable/haste-server/13.7.3/questions.yaml b/stable/haste-server/13.7.5/questions.yaml similarity index 100% rename from stable/haste-server/13.7.3/questions.yaml rename to stable/haste-server/13.7.5/questions.yaml diff --git a/stable/headphones/11.7.3/templates/NOTES.txt b/stable/haste-server/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/headphones/11.7.3/templates/NOTES.txt rename to stable/haste-server/13.7.5/templates/NOTES.txt diff --git a/stable/haste-server/13.7.3/templates/common.yaml b/stable/haste-server/13.7.5/templates/common.yaml similarity index 100% rename from stable/haste-server/13.7.3/templates/common.yaml rename to stable/haste-server/13.7.5/templates/common.yaml diff --git a/stable/hastebin/5.7.3/values.yaml b/stable/haste-server/13.7.5/values.yaml similarity index 100% rename from stable/hastebin/5.7.3/values.yaml rename to stable/haste-server/13.7.5/values.yaml diff --git a/stable/hastebin/5.7.3/CHANGELOG.md b/stable/hastebin/5.7.3/CHANGELOG.md deleted file mode 100644 index 36e9b187af2..00000000000 --- a/stable/hastebin/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hastebin/5.7.3/Chart.yaml b/stable/hastebin/5.7.3/Chart.yaml deleted file mode 100644 index 199b1ff6e71..00000000000 --- a/stable/hastebin/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Alpine-based Chart for Hastebin, the node.js paste service " -home: https://truecharts.org/charts/stable/hastebin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png -keywords: - - hastebin - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hastebin -sources: - - https://github.com/nzzane/haste-server - - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin - - https://hub.docker.com/r/flippinturt/hastebin -type: application -version: 5.7.3 diff --git a/stable/hastebin/5.7.3/app-changelog.md b/stable/hastebin/5.7.3/app-changelog.md deleted file mode 100644 index 898e5277426..00000000000 --- a/stable/hastebin/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hastebin/5.7.3/charts/common-20.2.4.tgz b/stable/hastebin/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hastebin/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.8.2/.helmignore b/stable/hastebin/5.7.5/.helmignore similarity index 100% rename from stable/hasty-paste/6.8.2/.helmignore rename to stable/hastebin/5.7.5/.helmignore diff --git a/stable/hastebin/5.7.5/CHANGELOG.md b/stable/hastebin/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..828db6f3e03 --- /dev/null +++ b/stable/hastebin/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hastebin-5.7.5](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hastebin-5.7.4](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hastebin-5.7.4](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hastebin-5.7.4](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hastebin-5.7.4](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hastebin-5.7.4](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hastebin/5.7.5/Chart.yaml b/stable/hastebin/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5d56d890759 --- /dev/null +++ b/stable/hastebin/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Alpine-based Chart for Hastebin, the node.js paste service " +home: https://truecharts.org/charts/stable/hastebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png +keywords: + - hastebin + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hastebin +sources: + - https://github.com/nzzane/haste-server + - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin + - https://hub.docker.com/r/flippinturt/hastebin +type: application +version: 5.7.5 diff --git a/stable/hastebin/5.7.3/README.md b/stable/hastebin/5.7.5/README.md similarity index 100% rename from stable/hastebin/5.7.3/README.md rename to stable/hastebin/5.7.5/README.md diff --git a/stable/hastebin/5.7.5/app-changelog.md b/stable/hastebin/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ab408b0d9e1 --- /dev/null +++ b/stable/hastebin/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hastebin-5.7.5](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hastebin/5.7.3/app-readme.md b/stable/hastebin/5.7.5/app-readme.md similarity index 100% rename from stable/hastebin/5.7.3/app-readme.md rename to stable/hastebin/5.7.5/app-readme.md diff --git a/stable/hastebin/5.7.5/charts/common-20.2.10.tgz b/stable/hastebin/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hastebin/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hastebin/5.7.3/ix_values.yaml b/stable/hastebin/5.7.5/ix_values.yaml similarity index 100% rename from stable/hastebin/5.7.3/ix_values.yaml rename to stable/hastebin/5.7.5/ix_values.yaml diff --git a/stable/hastebin/5.7.3/questions.yaml b/stable/hastebin/5.7.5/questions.yaml similarity index 100% rename from stable/hastebin/5.7.3/questions.yaml rename to stable/hastebin/5.7.5/questions.yaml diff --git a/stable/hastebin/5.7.3/templates/common.yaml b/stable/hastebin/5.7.5/templates/common.yaml similarity index 100% rename from stable/hastebin/5.7.3/templates/common.yaml rename to stable/hastebin/5.7.5/templates/common.yaml diff --git a/stable/hasty-paste/6.8.2/values.yaml b/stable/hastebin/5.7.5/values.yaml similarity index 100% rename from stable/hasty-paste/6.8.2/values.yaml rename to stable/hastebin/5.7.5/values.yaml diff --git a/stable/hasty-paste/6.8.2/CHANGELOG.md b/stable/hasty-paste/6.8.2/CHANGELOG.md deleted file mode 100644 index c2e7764a387..00000000000 --- a/stable/hasty-paste/6.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/hasty-paste/6.8.2/Chart.yaml b/stable/hasty-paste/6.8.2/Chart.yaml deleted file mode 100644 index e4740673766..00000000000 --- a/stable/hasty-paste/6.8.2/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fast and minimal paste bin, written in Python using Quart. -home: https://truecharts.org/charts/stable/hasty-paste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png -keywords: - - hasty-paste - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hasty-paste -sources: - - https://github.com/enchant97/hasty-paste - - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md - - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - - https://ghcr.io/enchant97/hasty-paste -type: application -version: 6.8.2 diff --git a/stable/hasty-paste/6.8.2/app-changelog.md b/stable/hasty-paste/6.8.2/app-changelog.md deleted file mode 100644 index b4b6659bf81..00000000000 --- a/stable/hasty-paste/6.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz b/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/headphones/11.7.3/.helmignore b/stable/hasty-paste/6.8.4/.helmignore similarity index 100% rename from stable/headphones/11.7.3/.helmignore rename to stable/hasty-paste/6.8.4/.helmignore diff --git a/stable/hasty-paste/6.8.4/CHANGELOG.md b/stable/hasty-paste/6.8.4/CHANGELOG.md new file mode 100644 index 00000000000..692d1459ae8 --- /dev/null +++ b/stable/hasty-paste/6.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hasty-paste-6.8.4](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [hasty-paste-6.8.3](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [hasty-paste-6.8.3](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [hasty-paste-6.8.3](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [hasty-paste-6.8.3](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.3) (2024-03-27) + +### Chore diff --git a/stable/hasty-paste/6.8.4/Chart.yaml b/stable/hasty-paste/6.8.4/Chart.yaml new file mode 100644 index 00000000000..e6cf31d0f4e --- /dev/null +++ b/stable/hasty-paste/6.8.4/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast and minimal paste bin, written in Python using Quart. +home: https://truecharts.org/charts/stable/hasty-paste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png +keywords: + - hasty-paste + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hasty-paste +sources: + - https://github.com/enchant97/hasty-paste + - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md + - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste + - https://ghcr.io/enchant97/hasty-paste +type: application +version: 6.8.4 diff --git a/stable/hasty-paste/6.8.2/README.md b/stable/hasty-paste/6.8.4/README.md similarity index 100% rename from stable/hasty-paste/6.8.2/README.md rename to stable/hasty-paste/6.8.4/README.md diff --git a/stable/hasty-paste/6.8.4/app-changelog.md b/stable/hasty-paste/6.8.4/app-changelog.md new file mode 100644 index 00000000000..f42cdb4df5a --- /dev/null +++ b/stable/hasty-paste/6.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [hasty-paste-6.8.4](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/hasty-paste/6.8.2/app-readme.md b/stable/hasty-paste/6.8.4/app-readme.md similarity index 100% rename from stable/hasty-paste/6.8.2/app-readme.md rename to stable/hasty-paste/6.8.4/app-readme.md diff --git a/stable/hasty-paste/6.8.4/charts/common-20.2.10.tgz b/stable/hasty-paste/6.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hasty-paste/6.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/hasty-paste/6.8.2/charts/redis-13.2.2.tgz b/stable/hasty-paste/6.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/hasty-paste/6.8.2/charts/redis-13.2.2.tgz rename to stable/hasty-paste/6.8.4/charts/redis-13.2.2.tgz diff --git a/stable/hasty-paste/6.8.2/ix_values.yaml b/stable/hasty-paste/6.8.4/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.8.2/ix_values.yaml rename to stable/hasty-paste/6.8.4/ix_values.yaml diff --git a/stable/hasty-paste/6.8.2/questions.yaml b/stable/hasty-paste/6.8.4/questions.yaml similarity index 100% rename from stable/hasty-paste/6.8.2/questions.yaml rename to stable/hasty-paste/6.8.4/questions.yaml diff --git a/stable/hasty-paste/6.8.2/templates/_secrets.tpl b/stable/hasty-paste/6.8.4/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.8.2/templates/_secrets.tpl rename to stable/hasty-paste/6.8.4/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.8.2/templates/common.yaml b/stable/hasty-paste/6.8.4/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.8.2/templates/common.yaml rename to stable/hasty-paste/6.8.4/templates/common.yaml diff --git a/stable/headphones/11.7.3/values.yaml b/stable/hasty-paste/6.8.4/values.yaml similarity index 100% rename from stable/headphones/11.7.3/values.yaml rename to stable/hasty-paste/6.8.4/values.yaml diff --git a/stable/headphones/11.7.3/CHANGELOG.md b/stable/headphones/11.7.3/CHANGELOG.md deleted file mode 100644 index 08790fa8b8e..00000000000 --- a/stable/headphones/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/headphones/11.7.3/Chart.yaml b/stable/headphones/11.7.3/Chart.yaml deleted file mode 100644 index 3f754e5d881..00000000000 --- a/stable/headphones/11.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: a78f38c1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. -home: https://truecharts.org/charts/stable/headphones -icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png -keywords: - - headphones - - music - - downloader -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: headphones -sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - - https://github.com/truecharts/charts/tree/master/charts/stable/headphones - - https://ghcr.io/linuxserver/headphones -type: application -version: 11.7.3 diff --git a/stable/headphones/11.7.3/app-changelog.md b/stable/headphones/11.7.3/app-changelog.md deleted file mode 100644 index ccde2eec9ca..00000000000 --- a/stable/headphones/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/headphones/11.7.3/charts/common-20.2.4.tgz b/stable/headphones/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/headphones/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/healthchecks/14.7.5/.helmignore b/stable/headphones/11.7.5/.helmignore similarity index 100% rename from stable/healthchecks/14.7.5/.helmignore rename to stable/headphones/11.7.5/.helmignore diff --git a/stable/headphones/11.7.5/CHANGELOG.md b/stable/headphones/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a162ca773e6 --- /dev/null +++ b/stable/headphones/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [headphones-11.7.5](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [headphones-11.7.4](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [headphones-11.7.4](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [headphones-11.7.4](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [headphones-11.7.4](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [headphones-11.7.4](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/headphones/11.7.5/Chart.yaml b/stable/headphones/11.7.5/Chart.yaml new file mode 100644 index 00000000000..893b19c297c --- /dev/null +++ b/stable/headphones/11.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: a78f38c1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. +home: https://truecharts.org/charts/stable/headphones +icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png +keywords: + - headphones + - music + - downloader +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: headphones +sources: + - https://github.com/linuxserver/docker-headphones + - https://github.com/rembo10/headphones + - https://github.com/truecharts/charts/tree/master/charts/stable/headphones + - https://ghcr.io/linuxserver/headphones +type: application +version: 11.7.5 diff --git a/stable/headphones/11.7.3/README.md b/stable/headphones/11.7.5/README.md similarity index 100% rename from stable/headphones/11.7.3/README.md rename to stable/headphones/11.7.5/README.md diff --git a/stable/headphones/11.7.5/app-changelog.md b/stable/headphones/11.7.5/app-changelog.md new file mode 100644 index 00000000000..2ebd53e3c39 --- /dev/null +++ b/stable/headphones/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [headphones-11.7.5](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/headphones/11.7.3/app-readme.md b/stable/headphones/11.7.5/app-readme.md similarity index 100% rename from stable/headphones/11.7.3/app-readme.md rename to stable/headphones/11.7.5/app-readme.md diff --git a/stable/headphones/11.7.5/charts/common-20.2.10.tgz b/stable/headphones/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/headphones/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/headphones/11.7.3/ix_values.yaml b/stable/headphones/11.7.5/ix_values.yaml similarity index 100% rename from stable/headphones/11.7.3/ix_values.yaml rename to stable/headphones/11.7.5/ix_values.yaml diff --git a/stable/headphones/11.7.3/questions.yaml b/stable/headphones/11.7.5/questions.yaml similarity index 100% rename from stable/headphones/11.7.3/questions.yaml rename to stable/headphones/11.7.5/questions.yaml diff --git a/stable/healthchecks/14.7.5/templates/NOTES.txt b/stable/headphones/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/healthchecks/14.7.5/templates/NOTES.txt rename to stable/headphones/11.7.5/templates/NOTES.txt diff --git a/stable/headphones/11.7.3/templates/common.yaml b/stable/headphones/11.7.5/templates/common.yaml similarity index 100% rename from stable/headphones/11.7.3/templates/common.yaml rename to stable/headphones/11.7.5/templates/common.yaml diff --git a/stable/healthchecks/14.7.5/values.yaml b/stable/headphones/11.7.5/values.yaml similarity index 100% rename from stable/healthchecks/14.7.5/values.yaml rename to stable/headphones/11.7.5/values.yaml diff --git a/stable/healthchecks/14.7.5/CHANGELOG.md b/stable/healthchecks/14.7.5/CHANGELOG.md deleted file mode 100644 index 67b10ee702b..00000000000 --- a/stable/healthchecks/14.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) diff --git a/stable/healthchecks/14.7.5/Chart.yaml b/stable/healthchecks/14.7.5/Chart.yaml deleted file mode 100644 index e05d473e1c6..00000000000 --- a/stable/healthchecks/14.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.20240325 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. -home: https://truecharts.org/charts/stable/healthchecks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png -keywords: - - cron - - monitoring - - alert -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: healthchecks -sources: - - https://github.com/healthchecks/healthchecks - - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - - https://ghcr.io/linuxserver/healthchecks -type: application -version: 14.7.5 diff --git a/stable/healthchecks/14.7.5/app-changelog.md b/stable/healthchecks/14.7.5/app-changelog.md deleted file mode 100644 index 20a50d7ffa1..00000000000 --- a/stable/healthchecks/14.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [healthchecks-14.7.5](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/healthchecks/14.7.5/charts/common-20.2.4.tgz b/stable/healthchecks/14.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/healthchecks/14.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.7.3/.helmignore b/stable/healthchecks/14.7.7/.helmignore similarity index 100% rename from stable/hedgedoc/12.7.3/.helmignore rename to stable/healthchecks/14.7.7/.helmignore diff --git a/stable/healthchecks/14.7.7/CHANGELOG.md b/stable/healthchecks/14.7.7/CHANGELOG.md new file mode 100644 index 00000000000..f5d032cd4e7 --- /dev/null +++ b/stable/healthchecks/14.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [healthchecks-14.7.7](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [healthchecks-14.7.6](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [healthchecks-14.7.6](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [healthchecks-14.7.6](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [healthchecks-14.7.6](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.6) (2024-03-27) + +### Chore diff --git a/stable/healthchecks/14.7.7/Chart.yaml b/stable/healthchecks/14.7.7/Chart.yaml new file mode 100644 index 00000000000..80b6b59412c --- /dev/null +++ b/stable/healthchecks/14.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.20240325 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. +home: https://truecharts.org/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png +keywords: + - cron + - monitoring + - alert +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: healthchecks +sources: + - https://github.com/healthchecks/healthchecks + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks + - https://ghcr.io/linuxserver/healthchecks +type: application +version: 14.7.7 diff --git a/stable/healthchecks/14.7.5/README.md b/stable/healthchecks/14.7.7/README.md similarity index 100% rename from stable/healthchecks/14.7.5/README.md rename to stable/healthchecks/14.7.7/README.md diff --git a/stable/healthchecks/14.7.7/app-changelog.md b/stable/healthchecks/14.7.7/app-changelog.md new file mode 100644 index 00000000000..131b15dc7b1 --- /dev/null +++ b/stable/healthchecks/14.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [healthchecks-14.7.7](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240325[@f961b44](https://github.com/f961b44) by renovate ([#19772](https://github.com/truecharts/charts/issues/19772)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/healthchecks/14.7.5/app-readme.md b/stable/healthchecks/14.7.7/app-readme.md similarity index 100% rename from stable/healthchecks/14.7.5/app-readme.md rename to stable/healthchecks/14.7.7/app-readme.md diff --git a/stable/healthchecks/14.7.7/charts/common-20.2.10.tgz b/stable/healthchecks/14.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/healthchecks/14.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/healthchecks/14.7.5/ix_values.yaml b/stable/healthchecks/14.7.7/ix_values.yaml similarity index 100% rename from stable/healthchecks/14.7.5/ix_values.yaml rename to stable/healthchecks/14.7.7/ix_values.yaml diff --git a/stable/healthchecks/14.7.5/questions.yaml b/stable/healthchecks/14.7.7/questions.yaml similarity index 100% rename from stable/healthchecks/14.7.5/questions.yaml rename to stable/healthchecks/14.7.7/questions.yaml diff --git a/stable/hedgedoc/12.7.3/templates/NOTES.txt b/stable/healthchecks/14.7.7/templates/NOTES.txt similarity index 100% rename from stable/hedgedoc/12.7.3/templates/NOTES.txt rename to stable/healthchecks/14.7.7/templates/NOTES.txt diff --git a/stable/healthchecks/14.7.5/templates/common.yaml b/stable/healthchecks/14.7.7/templates/common.yaml similarity index 100% rename from stable/healthchecks/14.7.5/templates/common.yaml rename to stable/healthchecks/14.7.7/templates/common.yaml diff --git a/stable/hedgedoc/12.7.3/values.yaml b/stable/healthchecks/14.7.7/values.yaml similarity index 100% rename from stable/hedgedoc/12.7.3/values.yaml rename to stable/healthchecks/14.7.7/values.yaml diff --git a/stable/hedgedoc/12.7.3/CHANGELOG.md b/stable/hedgedoc/12.7.3/CHANGELOG.md deleted file mode 100644 index 7d53d269294..00000000000 --- a/stable/hedgedoc/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hedgedoc/12.7.3/Chart.yaml b/stable/hedgedoc/12.7.3/Chart.yaml deleted file mode 100644 index bfd4a79f889..00000000000 --- a/stable/hedgedoc/12.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HedgeDoc lets you create real-time collaborative markdown notes. -home: https://truecharts.org/charts/stable/hedgedoc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png -keywords: - - hedgedoc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hedgedoc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc - - https://quay.io/hedgedoc/hedgedoc -type: application -version: 12.7.3 diff --git a/stable/hedgedoc/12.7.3/app-changelog.md b/stable/hedgedoc/12.7.3/app-changelog.md deleted file mode 100644 index 743c462372c..00000000000 --- a/stable/hedgedoc/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz b/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/heimdall/20.7.5/.helmignore b/stable/hedgedoc/12.7.5/.helmignore similarity index 100% rename from stable/heimdall/20.7.5/.helmignore rename to stable/hedgedoc/12.7.5/.helmignore diff --git a/stable/hedgedoc/12.7.5/CHANGELOG.md b/stable/hedgedoc/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ac23202aee4 --- /dev/null +++ b/stable/hedgedoc/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hedgedoc-12.7.5](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hedgedoc-12.7.4](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hedgedoc-12.7.4](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hedgedoc-12.7.4](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hedgedoc-12.7.4](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hedgedoc-12.7.4](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hedgedoc/12.7.5/Chart.yaml b/stable/hedgedoc/12.7.5/Chart.yaml new file mode 100644 index 00000000000..24b6a4d4309 --- /dev/null +++ b/stable/hedgedoc/12.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HedgeDoc lets you create real-time collaborative markdown notes. +home: https://truecharts.org/charts/stable/hedgedoc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png +keywords: + - hedgedoc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hedgedoc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc + - https://quay.io/hedgedoc/hedgedoc +type: application +version: 12.7.5 diff --git a/stable/hedgedoc/12.7.3/README.md b/stable/hedgedoc/12.7.5/README.md similarity index 100% rename from stable/hedgedoc/12.7.3/README.md rename to stable/hedgedoc/12.7.5/README.md diff --git a/stable/hedgedoc/12.7.5/app-changelog.md b/stable/hedgedoc/12.7.5/app-changelog.md new file mode 100644 index 00000000000..f846f7b3759 --- /dev/null +++ b/stable/hedgedoc/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hedgedoc-12.7.5](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hedgedoc/12.7.3/app-readme.md b/stable/hedgedoc/12.7.5/app-readme.md similarity index 100% rename from stable/hedgedoc/12.7.3/app-readme.md rename to stable/hedgedoc/12.7.5/app-readme.md diff --git a/stable/hedgedoc/12.7.5/charts/common-20.2.10.tgz b/stable/hedgedoc/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hedgedoc/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hedgedoc/12.7.3/ix_values.yaml b/stable/hedgedoc/12.7.5/ix_values.yaml similarity index 100% rename from stable/hedgedoc/12.7.3/ix_values.yaml rename to stable/hedgedoc/12.7.5/ix_values.yaml diff --git a/stable/hedgedoc/12.7.3/questions.yaml b/stable/hedgedoc/12.7.5/questions.yaml similarity index 100% rename from stable/hedgedoc/12.7.3/questions.yaml rename to stable/hedgedoc/12.7.5/questions.yaml diff --git a/stable/heimdall/20.7.5/templates/NOTES.txt b/stable/hedgedoc/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/heimdall/20.7.5/templates/NOTES.txt rename to stable/hedgedoc/12.7.5/templates/NOTES.txt diff --git a/stable/hedgedoc/12.7.3/templates/_secrets.tpl b/stable/hedgedoc/12.7.5/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/12.7.3/templates/_secrets.tpl rename to stable/hedgedoc/12.7.5/templates/_secrets.tpl diff --git a/stable/hedgedoc/12.7.3/templates/common.yaml b/stable/hedgedoc/12.7.5/templates/common.yaml similarity index 100% rename from stable/hedgedoc/12.7.3/templates/common.yaml rename to stable/hedgedoc/12.7.5/templates/common.yaml diff --git a/stable/heimdall/20.7.5/values.yaml b/stable/hedgedoc/12.7.5/values.yaml similarity index 100% rename from stable/heimdall/20.7.5/values.yaml rename to stable/hedgedoc/12.7.5/values.yaml diff --git a/stable/heimdall/20.7.5/CHANGELOG.md b/stable/heimdall/20.7.5/CHANGELOG.md deleted file mode 100644 index ce97ac9186f..00000000000 --- a/stable/heimdall/20.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/heimdall/20.7.5/Chart.yaml b/stable/heimdall/20.7.5/Chart.yaml deleted file mode 100644 index 82e49825023..00000000000 --- a/stable/heimdall/20.7.5/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An Application dashboard and launcher -home: https://truecharts.org/charts/stable/heimdall -icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png -keywords: - - heimdall -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: heimdall -sources: - - https://github.com/linuxserver/Heimdall/ - - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - - https://hub.docker.com/r/linuxserver/heimdall -type: application -version: 20.7.5 diff --git a/stable/heimdall/20.7.5/app-changelog.md b/stable/heimdall/20.7.5/app-changelog.md deleted file mode 100644 index 1926722dfb6..00000000000 --- a/stable/heimdall/20.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [heimdall-20.7.5](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) \ No newline at end of file diff --git a/stable/heimdall/20.7.5/charts/common-20.2.9.tgz b/stable/heimdall/20.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/heimdall/20.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/heimdall/20.7.5/ix_values.yaml b/stable/heimdall/20.7.5/ix_values.yaml deleted file mode 100644 index 9798410df78..00000000000 --- a/stable/heimdall/20.7.5/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: linuxserver/heimdall - tag: 2.6.1@sha256:e11a27a9940592adc7864a6b749919a85b1acc1ff9977759e6f62d56230e73cc - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10014 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - startup: - enabled: true diff --git a/stable/hetzner-ddns/5.7.3/.helmignore b/stable/heimdall/20.7.7/.helmignore similarity index 100% rename from stable/hetzner-ddns/5.7.3/.helmignore rename to stable/heimdall/20.7.7/.helmignore diff --git a/stable/heimdall/20.7.7/CHANGELOG.md b/stable/heimdall/20.7.7/CHANGELOG.md new file mode 100644 index 00000000000..df96cef9230 --- /dev/null +++ b/stable/heimdall/20.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [heimdall-20.7.7](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/heimdall to v[@494cf99](https://github.com/494cf99) by renovate ([#19970](https://github.com/truecharts/charts/issues/19970)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) + + +## [heimdall-20.7.6](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/heimdall to v[@494cf99](https://github.com/494cf99) by renovate ([#19970](https://github.com/truecharts/charts/issues/19970)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) + + +## [heimdall-20.7.6](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/heimdall to v[@494cf99](https://github.com/494cf99) by renovate ([#19970](https://github.com/truecharts/charts/issues/19970)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) + + +## [heimdall-20.7.6](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/heimdall to v[@494cf99](https://github.com/494cf99) by renovate ([#19970](https://github.com/truecharts/charts/issues/19970)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/heimdall/20.7.7/Chart.yaml b/stable/heimdall/20.7.7/Chart.yaml new file mode 100644 index 00000000000..5f20bc047a6 --- /dev/null +++ b/stable/heimdall/20.7.7/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Application dashboard and launcher +home: https://truecharts.org/charts/stable/heimdall +icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png +keywords: + - heimdall +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: heimdall +sources: + - https://github.com/linuxserver/Heimdall/ + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall + - https://hub.docker.com/r/linuxserver/heimdall +type: application +version: 20.7.7 diff --git a/stable/heimdall/20.7.5/README.md b/stable/heimdall/20.7.7/README.md similarity index 100% rename from stable/heimdall/20.7.5/README.md rename to stable/heimdall/20.7.7/README.md diff --git a/stable/heimdall/20.7.7/app-changelog.md b/stable/heimdall/20.7.7/app-changelog.md new file mode 100644 index 00000000000..20220941990 --- /dev/null +++ b/stable/heimdall/20.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [heimdall-20.7.7](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/heimdall to v[@494cf99](https://github.com/494cf99) by renovate ([#19970](https://github.com/truecharts/charts/issues/19970)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267)) \ No newline at end of file diff --git a/stable/heimdall/20.7.5/app-readme.md b/stable/heimdall/20.7.7/app-readme.md similarity index 100% rename from stable/heimdall/20.7.5/app-readme.md rename to stable/heimdall/20.7.7/app-readme.md diff --git a/stable/heimdall/20.7.7/charts/common-20.2.10.tgz b/stable/heimdall/20.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/heimdall/20.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/heimdall/20.7.7/ix_values.yaml b/stable/heimdall/20.7.7/ix_values.yaml new file mode 100644 index 00000000000..31eeb42dbd8 --- /dev/null +++ b/stable/heimdall/20.7.7/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: linuxserver/heimdall + tag: 2.6.1@sha256:494cf9945ea6c908fcea9dfc6c59174082a23002404a9ec8077bd0ccfe23447e + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10014 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + startup: + enabled: true diff --git a/stable/heimdall/20.7.5/questions.yaml b/stable/heimdall/20.7.7/questions.yaml similarity index 100% rename from stable/heimdall/20.7.5/questions.yaml rename to stable/heimdall/20.7.7/questions.yaml diff --git a/stable/homarr/10.7.3/templates/NOTES.txt b/stable/heimdall/20.7.7/templates/NOTES.txt similarity index 100% rename from stable/homarr/10.7.3/templates/NOTES.txt rename to stable/heimdall/20.7.7/templates/NOTES.txt diff --git a/stable/heimdall/20.7.5/templates/common.yaml b/stable/heimdall/20.7.7/templates/common.yaml similarity index 100% rename from stable/heimdall/20.7.5/templates/common.yaml rename to stable/heimdall/20.7.7/templates/common.yaml diff --git a/stable/hetzner-ddns/5.7.3/values.yaml b/stable/heimdall/20.7.7/values.yaml similarity index 100% rename from stable/hetzner-ddns/5.7.3/values.yaml rename to stable/heimdall/20.7.7/values.yaml diff --git a/stable/hetzner-ddns/5.7.3/CHANGELOG.md b/stable/hetzner-ddns/5.7.3/CHANGELOG.md deleted file mode 100644 index 114e568f449..00000000000 --- a/stable/hetzner-ddns/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hetzner-ddns/5.7.3/Chart.yaml b/stable/hetzner-ddns/5.7.3/Chart.yaml deleted file mode 100644 index 79d6106612e..00000000000 --- a/stable/hetzner-ddns/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. -home: https://truecharts.org/charts/stable/hetzner-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png -keywords: - - hetzner-ddns - - Network-DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hetzner-ddns -sources: - - https://github.com/kutzilla/docker-hetzner-ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns - - https://hub.docker.com/r/kutzilla/hetzner-ddns -type: application -version: 5.7.3 diff --git a/stable/hetzner-ddns/5.7.3/app-changelog.md b/stable/hetzner-ddns/5.7.3/app-changelog.md deleted file mode 100644 index a7dc56be23c..00000000000 --- a/stable/hetzner-ddns/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hexchat/5.7.3/.helmignore b/stable/hetzner-ddns/5.7.5/.helmignore similarity index 100% rename from stable/hexchat/5.7.3/.helmignore rename to stable/hetzner-ddns/5.7.5/.helmignore diff --git a/stable/hetzner-ddns/5.7.5/CHANGELOG.md b/stable/hetzner-ddns/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2b790c301c7 --- /dev/null +++ b/stable/hetzner-ddns/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hetzner-ddns-5.7.5](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hetzner-ddns-5.7.4](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hetzner-ddns-5.7.4](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hetzner-ddns-5.7.4](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hetzner-ddns-5.7.4](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hetzner-ddns-5.7.4](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hetzner-ddns/5.7.5/Chart.yaml b/stable/hetzner-ddns/5.7.5/Chart.yaml new file mode 100644 index 00000000000..71284801807 --- /dev/null +++ b/stable/hetzner-ddns/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-DNS + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. +home: https://truecharts.org/charts/stable/hetzner-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png +keywords: + - hetzner-ddns + - Network-DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hetzner-ddns +sources: + - https://github.com/kutzilla/docker-hetzner-ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns + - https://hub.docker.com/r/kutzilla/hetzner-ddns +type: application +version: 5.7.5 diff --git a/stable/hetzner-ddns/5.7.3/README.md b/stable/hetzner-ddns/5.7.5/README.md similarity index 100% rename from stable/hetzner-ddns/5.7.3/README.md rename to stable/hetzner-ddns/5.7.5/README.md diff --git a/stable/hetzner-ddns/5.7.5/app-changelog.md b/stable/hetzner-ddns/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e6b26aef6bd --- /dev/null +++ b/stable/hetzner-ddns/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hetzner-ddns-5.7.5](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hetzner-ddns/5.7.3/app-readme.md b/stable/hetzner-ddns/5.7.5/app-readme.md similarity index 100% rename from stable/hetzner-ddns/5.7.3/app-readme.md rename to stable/hetzner-ddns/5.7.5/app-readme.md diff --git a/stable/hetzner-ddns/5.7.5/charts/common-20.2.10.tgz b/stable/hetzner-ddns/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hetzner-ddns/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hetzner-ddns/5.7.3/ix_values.yaml b/stable/hetzner-ddns/5.7.5/ix_values.yaml similarity index 100% rename from stable/hetzner-ddns/5.7.3/ix_values.yaml rename to stable/hetzner-ddns/5.7.5/ix_values.yaml diff --git a/stable/hetzner-ddns/5.7.3/questions.yaml b/stable/hetzner-ddns/5.7.5/questions.yaml similarity index 100% rename from stable/hetzner-ddns/5.7.3/questions.yaml rename to stable/hetzner-ddns/5.7.5/questions.yaml diff --git a/stable/hetzner-ddns/5.7.3/templates/common.yaml b/stable/hetzner-ddns/5.7.5/templates/common.yaml similarity index 100% rename from stable/hetzner-ddns/5.7.3/templates/common.yaml rename to stable/hetzner-ddns/5.7.5/templates/common.yaml diff --git a/stable/hexchat/5.7.3/values.yaml b/stable/hetzner-ddns/5.7.5/values.yaml similarity index 100% rename from stable/hexchat/5.7.3/values.yaml rename to stable/hetzner-ddns/5.7.5/values.yaml diff --git a/stable/hexchat/5.7.3/CHANGELOG.md b/stable/hexchat/5.7.3/CHANGELOG.md deleted file mode 100644 index 11c9b22b6c5..00000000000 --- a/stable/hexchat/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hexchat/5.7.3/Chart.yaml b/stable/hexchat/5.7.3/Chart.yaml deleted file mode 100644 index 222aa0c8031..00000000000 --- a/stable/hexchat/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. -home: https://truecharts.org/charts/stable/hexchat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png -keywords: - - hexchat - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hexchat -sources: - - https://registry.hub.docker.com/r/binhex/arch-hexchat/ - - https://github.com/binhex/documentation - - https://hexchat.github.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat - - https://hub.docker.com/r/binhex/arch-hexchat -type: application -version: 5.7.3 diff --git a/stable/hexchat/5.7.3/app-changelog.md b/stable/hexchat/5.7.3/app-changelog.md deleted file mode 100644 index 5ab317be93c..00000000000 --- a/stable/hexchat/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hexchat/5.7.3/charts/common-20.2.4.tgz b/stable/hexchat/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hexchat/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hexo-blog/5.7.3/.helmignore b/stable/hexchat/5.7.5/.helmignore similarity index 100% rename from stable/hexo-blog/5.7.3/.helmignore rename to stable/hexchat/5.7.5/.helmignore diff --git a/stable/hexchat/5.7.5/CHANGELOG.md b/stable/hexchat/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0a25c2b88c9 --- /dev/null +++ b/stable/hexchat/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexchat-5.7.5](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexchat-5.7.4](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexchat-5.7.4](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexchat-5.7.4](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexchat-5.7.4](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexchat-5.7.4](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hexchat/5.7.5/Chart.yaml b/stable/hexchat/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7a592ed808d --- /dev/null +++ b/stable/hexchat/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. +home: https://truecharts.org/charts/stable/hexchat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png +keywords: + - hexchat + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexchat +sources: + - https://registry.hub.docker.com/r/binhex/arch-hexchat/ + - https://github.com/binhex/documentation + - https://hexchat.github.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat + - https://hub.docker.com/r/binhex/arch-hexchat +type: application +version: 5.7.5 diff --git a/stable/hexchat/5.7.3/README.md b/stable/hexchat/5.7.5/README.md similarity index 100% rename from stable/hexchat/5.7.3/README.md rename to stable/hexchat/5.7.5/README.md diff --git a/stable/hexchat/5.7.5/app-changelog.md b/stable/hexchat/5.7.5/app-changelog.md new file mode 100644 index 00000000000..464e78e4909 --- /dev/null +++ b/stable/hexchat/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hexchat-5.7.5](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hexchat/5.7.3/app-readme.md b/stable/hexchat/5.7.5/app-readme.md similarity index 100% rename from stable/hexchat/5.7.3/app-readme.md rename to stable/hexchat/5.7.5/app-readme.md diff --git a/stable/hexchat/5.7.5/charts/common-20.2.10.tgz b/stable/hexchat/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hexchat/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hexchat/5.7.3/ix_values.yaml b/stable/hexchat/5.7.5/ix_values.yaml similarity index 100% rename from stable/hexchat/5.7.3/ix_values.yaml rename to stable/hexchat/5.7.5/ix_values.yaml diff --git a/stable/hexchat/5.7.3/questions.yaml b/stable/hexchat/5.7.5/questions.yaml similarity index 100% rename from stable/hexchat/5.7.3/questions.yaml rename to stable/hexchat/5.7.5/questions.yaml diff --git a/stable/hexchat/5.7.3/templates/common.yaml b/stable/hexchat/5.7.5/templates/common.yaml similarity index 100% rename from stable/hexchat/5.7.3/templates/common.yaml rename to stable/hexchat/5.7.5/templates/common.yaml diff --git a/stable/hexo-blog/5.7.3/values.yaml b/stable/hexchat/5.7.5/values.yaml similarity index 100% rename from stable/hexo-blog/5.7.3/values.yaml rename to stable/hexchat/5.7.5/values.yaml diff --git a/stable/hexo-blog/5.7.3/CHANGELOG.md b/stable/hexo-blog/5.7.3/CHANGELOG.md deleted file mode 100644 index f57ce26a902..00000000000 --- a/stable/hexo-blog/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hexo-blog/5.7.3/Chart.yaml b/stable/hexo-blog/5.7.3/Chart.yaml deleted file mode 100644 index 80bc4c9092e..00000000000 --- a/stable/hexo-blog/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted blogging platform in which posts are written in markdown -home: https://truecharts.org/charts/stable/hexo-blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png -keywords: - - hexo-blog - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hexo-blog -sources: - - https://github.com/fletchto99/hexo-dev-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog - - https://hub.docker.com/r/fletchto99/hexo-dev-blog -type: application -version: 5.7.3 diff --git a/stable/hexo-blog/5.7.3/app-changelog.md b/stable/hexo-blog/5.7.3/app-changelog.md deleted file mode 100644 index 1a735994dc9..00000000000 --- a/stable/hexo-blog/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz b/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homarr/10.7.3/.helmignore b/stable/hexo-blog/5.7.5/.helmignore similarity index 100% rename from stable/homarr/10.7.3/.helmignore rename to stable/hexo-blog/5.7.5/.helmignore diff --git a/stable/hexo-blog/5.7.5/CHANGELOG.md b/stable/hexo-blog/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1c3ec19f04e --- /dev/null +++ b/stable/hexo-blog/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexo-blog-5.7.5](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexo-blog-5.7.4](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexo-blog-5.7.4](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexo-blog-5.7.4](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexo-blog-5.7.4](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hexo-blog-5.7.4](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hexo-blog/5.7.5/Chart.yaml b/stable/hexo-blog/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2bd526c0214 --- /dev/null +++ b/stable/hexo-blog/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted blogging platform in which posts are written in markdown +home: https://truecharts.org/charts/stable/hexo-blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png +keywords: + - hexo-blog + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexo-blog +sources: + - https://github.com/fletchto99/hexo-dev-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog + - https://hub.docker.com/r/fletchto99/hexo-dev-blog +type: application +version: 5.7.5 diff --git a/stable/hexo-blog/5.7.3/README.md b/stable/hexo-blog/5.7.5/README.md similarity index 100% rename from stable/hexo-blog/5.7.3/README.md rename to stable/hexo-blog/5.7.5/README.md diff --git a/stable/hexo-blog/5.7.5/app-changelog.md b/stable/hexo-blog/5.7.5/app-changelog.md new file mode 100644 index 00000000000..cb4d0e7b6a7 --- /dev/null +++ b/stable/hexo-blog/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hexo-blog-5.7.5](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hexo-blog/5.7.3/app-readme.md b/stable/hexo-blog/5.7.5/app-readme.md similarity index 100% rename from stable/hexo-blog/5.7.3/app-readme.md rename to stable/hexo-blog/5.7.5/app-readme.md diff --git a/stable/hexo-blog/5.7.5/charts/common-20.2.10.tgz b/stable/hexo-blog/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hexo-blog/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hexo-blog/5.7.3/ix_values.yaml b/stable/hexo-blog/5.7.5/ix_values.yaml similarity index 100% rename from stable/hexo-blog/5.7.3/ix_values.yaml rename to stable/hexo-blog/5.7.5/ix_values.yaml diff --git a/stable/hexo-blog/5.7.3/questions.yaml b/stable/hexo-blog/5.7.5/questions.yaml similarity index 100% rename from stable/hexo-blog/5.7.3/questions.yaml rename to stable/hexo-blog/5.7.5/questions.yaml diff --git a/stable/hexo-blog/5.7.3/templates/common.yaml b/stable/hexo-blog/5.7.5/templates/common.yaml similarity index 100% rename from stable/hexo-blog/5.7.3/templates/common.yaml rename to stable/hexo-blog/5.7.5/templates/common.yaml diff --git a/stable/homarr/10.7.3/values.yaml b/stable/hexo-blog/5.7.5/values.yaml similarity index 100% rename from stable/homarr/10.7.3/values.yaml rename to stable/hexo-blog/5.7.5/values.yaml diff --git a/stable/homarr/10.7.3/CHANGELOG.md b/stable/homarr/10.7.3/CHANGELOG.md deleted file mode 100644 index 3177a73fa6d..00000000000 --- a/stable/homarr/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - diff --git a/stable/homarr/10.7.3/Chart.yaml b/stable/homarr/10.7.3/Chart.yaml deleted file mode 100644 index b2d74dbb516..00000000000 --- a/stable/homarr/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -home: https://truecharts.org/charts/stable/homarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png -keywords: - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homarr -sources: - - https://github.com/ajnart/homarr - - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - - https://ghcr.io/ajnart/homarr -type: application -version: 10.7.3 diff --git a/stable/homarr/10.7.3/app-changelog.md b/stable/homarr/10.7.3/app-changelog.md deleted file mode 100644 index efa9fdcf00d..00000000000 --- a/stable/homarr/10.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) \ No newline at end of file diff --git a/stable/homarr/10.7.3/charts/common-20.2.4.tgz b/stable/homarr/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homarr/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/home-assistant/24.8.4/.helmignore b/stable/homarr/10.7.5/.helmignore similarity index 100% rename from stable/home-assistant/24.8.4/.helmignore rename to stable/homarr/10.7.5/.helmignore diff --git a/stable/homarr/10.7.5/CHANGELOG.md b/stable/homarr/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f5fade3f3b5 --- /dev/null +++ b/stable/homarr/10.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homarr-10.7.5](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) + + +## [homarr-10.7.4](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) + + +## [homarr-10.7.4](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) + + +## [homarr-10.7.4](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) + + +## [homarr-10.7.4](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/homarr/10.7.5/Chart.yaml b/stable/homarr/10.7.5/Chart.yaml new file mode 100644 index 00000000000..b02757d2df8 --- /dev/null +++ b/stable/homarr/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. +home: https://truecharts.org/charts/stable/homarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png +keywords: + - dashboard +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homarr +sources: + - https://github.com/ajnart/homarr + - https://github.com/truecharts/charts/tree/master/charts/stable/homarr + - https://ghcr.io/ajnart/homarr +type: application +version: 10.7.5 diff --git a/stable/homarr/10.7.3/README.md b/stable/homarr/10.7.5/README.md similarity index 100% rename from stable/homarr/10.7.3/README.md rename to stable/homarr/10.7.5/README.md diff --git a/stable/homarr/10.7.5/app-changelog.md b/stable/homarr/10.7.5/app-changelog.md new file mode 100644 index 00000000000..70f383fb187 --- /dev/null +++ b/stable/homarr/10.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [homarr-10.7.5](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304)) \ No newline at end of file diff --git a/stable/homarr/10.7.3/app-readme.md b/stable/homarr/10.7.5/app-readme.md similarity index 100% rename from stable/homarr/10.7.3/app-readme.md rename to stable/homarr/10.7.5/app-readme.md diff --git a/stable/homarr/10.7.5/charts/common-20.2.10.tgz b/stable/homarr/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homarr/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/homarr/10.7.3/ix_values.yaml b/stable/homarr/10.7.5/ix_values.yaml similarity index 100% rename from stable/homarr/10.7.3/ix_values.yaml rename to stable/homarr/10.7.5/ix_values.yaml diff --git a/stable/homarr/10.7.3/questions.yaml b/stable/homarr/10.7.5/questions.yaml similarity index 100% rename from stable/homarr/10.7.3/questions.yaml rename to stable/homarr/10.7.5/questions.yaml diff --git a/stable/home-assistant/24.8.4/templates/NOTES.txt b/stable/homarr/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/home-assistant/24.8.4/templates/NOTES.txt rename to stable/homarr/10.7.5/templates/NOTES.txt diff --git a/stable/homarr/10.7.3/templates/_secrets.tpl b/stable/homarr/10.7.5/templates/_secrets.tpl similarity index 100% rename from stable/homarr/10.7.3/templates/_secrets.tpl rename to stable/homarr/10.7.5/templates/_secrets.tpl diff --git a/stable/homarr/10.7.3/templates/common.yaml b/stable/homarr/10.7.5/templates/common.yaml similarity index 100% rename from stable/homarr/10.7.3/templates/common.yaml rename to stable/homarr/10.7.5/templates/common.yaml diff --git a/stable/home-assistant/24.8.4/values.yaml b/stable/homarr/10.7.5/values.yaml similarity index 100% rename from stable/home-assistant/24.8.4/values.yaml rename to stable/homarr/10.7.5/values.yaml diff --git a/stable/home-assistant/24.8.4/CHANGELOG.md b/stable/home-assistant/24.8.4/CHANGELOG.md deleted file mode 100644 index 0ad9f483494..00000000000 --- a/stable/home-assistant/24.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/home-assistant/24.8.4/Chart.yaml b/stable/home-assistant/24.8.4/Chart.yaml deleted file mode 100644 index 8e9d9886744..00000000000 --- a/stable/home-assistant/24.8.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: home-assistant App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/home-assistant -icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png -keywords: - - home-assistant - - home-automation - - hass -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: home-assistant -sources: - - https://github.com/cdr/code-server - - https://github.com/home-assistant/home-assistant - - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant - - https://hub.docker.com/r/homeassistant/home-assistant -type: application -version: 24.8.4 diff --git a/stable/home-assistant/24.8.4/app-changelog.md b/stable/home-assistant/24.8.4/app-changelog.md deleted file mode 100644 index f3f39805880..00000000000 --- a/stable/home-assistant/24.8.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) \ No newline at end of file diff --git a/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz b/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homebox/6.7.3/.helmignore b/stable/home-assistant/24.8.6/.helmignore similarity index 100% rename from stable/homebox/6.7.3/.helmignore rename to stable/home-assistant/24.8.6/.helmignore diff --git a/stable/home-assistant/24.8.6/CHANGELOG.md b/stable/home-assistant/24.8.6/CHANGELOG.md new file mode 100644 index 00000000000..0192a437b17 --- /dev/null +++ b/stable/home-assistant/24.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [home-assistant-24.8.6](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) + + +## [home-assistant-24.8.5](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) + + +## [home-assistant-24.8.5](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) + + +## [home-assistant-24.8.5](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) + + +## [home-assistant-24.8.5](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.5) (2024-03-27) + +### Chore diff --git a/stable/home-assistant/24.8.6/Chart.yaml b/stable/home-assistant/24.8.6/Chart.yaml new file mode 100644 index 00000000000..a4beda6e2fe --- /dev/null +++ b/stable/home-assistant/24.8.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png +keywords: + - home-assistant + - home-automation + - hass +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: home-assistant +sources: + - https://github.com/cdr/code-server + - https://github.com/home-assistant/home-assistant + - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant + - https://hub.docker.com/r/homeassistant/home-assistant +type: application +version: 24.8.6 diff --git a/stable/home-assistant/24.8.4/README.md b/stable/home-assistant/24.8.6/README.md similarity index 100% rename from stable/home-assistant/24.8.4/README.md rename to stable/home-assistant/24.8.6/README.md diff --git a/stable/home-assistant/24.8.6/app-changelog.md b/stable/home-assistant/24.8.6/app-changelog.md new file mode 100644 index 00000000000..3e958dcfa74 --- /dev/null +++ b/stable/home-assistant/24.8.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [home-assistant-24.8.6](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313)) \ No newline at end of file diff --git a/stable/home-assistant/24.8.4/app-readme.md b/stable/home-assistant/24.8.6/app-readme.md similarity index 100% rename from stable/home-assistant/24.8.4/app-readme.md rename to stable/home-assistant/24.8.6/app-readme.md diff --git a/stable/home-assistant/24.8.6/charts/common-20.2.10.tgz b/stable/home-assistant/24.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/home-assistant/24.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/home-assistant/24.8.4/ix_values.yaml b/stable/home-assistant/24.8.6/ix_values.yaml similarity index 100% rename from stable/home-assistant/24.8.4/ix_values.yaml rename to stable/home-assistant/24.8.6/ix_values.yaml diff --git a/stable/home-assistant/24.8.4/questions.yaml b/stable/home-assistant/24.8.6/questions.yaml similarity index 100% rename from stable/home-assistant/24.8.4/questions.yaml rename to stable/home-assistant/24.8.6/questions.yaml diff --git a/stable/homebox/6.7.3/templates/NOTES.txt b/stable/home-assistant/24.8.6/templates/NOTES.txt similarity index 100% rename from stable/homebox/6.7.3/templates/NOTES.txt rename to stable/home-assistant/24.8.6/templates/NOTES.txt diff --git a/stable/home-assistant/24.8.4/templates/common.yaml b/stable/home-assistant/24.8.6/templates/common.yaml similarity index 100% rename from stable/home-assistant/24.8.4/templates/common.yaml rename to stable/home-assistant/24.8.6/templates/common.yaml diff --git a/stable/homebox/6.7.3/values.yaml b/stable/home-assistant/24.8.6/values.yaml similarity index 100% rename from stable/homebox/6.7.3/values.yaml rename to stable/home-assistant/24.8.6/values.yaml diff --git a/stable/homebox/6.7.3/CHANGELOG.md b/stable/homebox/6.7.3/CHANGELOG.md deleted file mode 100644 index a411ca1e2cd..00000000000 --- a/stable/homebox/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/homebox/6.7.3/Chart.yaml b/stable/homebox/6.7.3/Chart.yaml deleted file mode 100644 index 79c7e675db1..00000000000 --- a/stable/homebox/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: inventory - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Inventory and organization system built for the Home User. -home: https://truecharts.org/charts/stable/homebox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png -keywords: - - homebox - - inventory -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homebox -sources: - - https://github.com/hay-kot/homebox - - https://github.com/truecharts/charts/tree/master/charts/stable/homebox - - https://ghcr.io/hay-kot/homebox -type: application -version: 6.7.3 diff --git a/stable/homebox/6.7.3/app-changelog.md b/stable/homebox/6.7.3/app-changelog.md deleted file mode 100644 index 321a9aab37c..00000000000 --- a/stable/homebox/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homebox/6.7.3/charts/common-20.2.4.tgz b/stable/homebox/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homebox/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homebridge/7.7.3/.helmignore b/stable/homebox/6.7.5/.helmignore similarity index 100% rename from stable/homebridge/7.7.3/.helmignore rename to stable/homebox/6.7.5/.helmignore diff --git a/stable/homebox/6.7.5/CHANGELOG.md b/stable/homebox/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5cab485f52f --- /dev/null +++ b/stable/homebox/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebox-6.7.5](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebox-6.7.4](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebox-6.7.4](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebox-6.7.4](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebox-6.7.4](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebox-6.7.4](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/homebox/6.7.5/Chart.yaml b/stable/homebox/6.7.5/Chart.yaml new file mode 100644 index 00000000000..07588be3f4f --- /dev/null +++ b/stable/homebox/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: inventory + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Inventory and organization system built for the Home User. +home: https://truecharts.org/charts/stable/homebox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png +keywords: + - homebox + - inventory +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebox +sources: + - https://github.com/hay-kot/homebox + - https://github.com/truecharts/charts/tree/master/charts/stable/homebox + - https://ghcr.io/hay-kot/homebox +type: application +version: 6.7.5 diff --git a/stable/homebox/6.7.3/README.md b/stable/homebox/6.7.5/README.md similarity index 100% rename from stable/homebox/6.7.3/README.md rename to stable/homebox/6.7.5/README.md diff --git a/stable/homebox/6.7.5/app-changelog.md b/stable/homebox/6.7.5/app-changelog.md new file mode 100644 index 00000000000..2ce404ae26a --- /dev/null +++ b/stable/homebox/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [homebox-6.7.5](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homebox/6.7.3/app-readme.md b/stable/homebox/6.7.5/app-readme.md similarity index 100% rename from stable/homebox/6.7.3/app-readme.md rename to stable/homebox/6.7.5/app-readme.md diff --git a/stable/homebox/6.7.5/charts/common-20.2.10.tgz b/stable/homebox/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homebox/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/homebox/6.7.3/ix_values.yaml b/stable/homebox/6.7.5/ix_values.yaml similarity index 100% rename from stable/homebox/6.7.3/ix_values.yaml rename to stable/homebox/6.7.5/ix_values.yaml diff --git a/stable/homebox/6.7.3/questions.yaml b/stable/homebox/6.7.5/questions.yaml similarity index 100% rename from stable/homebox/6.7.3/questions.yaml rename to stable/homebox/6.7.5/questions.yaml diff --git a/stable/homebridge/7.7.3/templates/NOTES.txt b/stable/homebox/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/homebridge/7.7.3/templates/NOTES.txt rename to stable/homebox/6.7.5/templates/NOTES.txt diff --git a/stable/homebox/6.7.3/templates/_secret.tpl b/stable/homebox/6.7.5/templates/_secret.tpl similarity index 100% rename from stable/homebox/6.7.3/templates/_secret.tpl rename to stable/homebox/6.7.5/templates/_secret.tpl diff --git a/stable/homebox/6.7.3/templates/common.yaml b/stable/homebox/6.7.5/templates/common.yaml similarity index 100% rename from stable/homebox/6.7.3/templates/common.yaml rename to stable/homebox/6.7.5/templates/common.yaml diff --git a/stable/homebridge/7.7.3/values.yaml b/stable/homebox/6.7.5/values.yaml similarity index 100% rename from stable/homebridge/7.7.3/values.yaml rename to stable/homebox/6.7.5/values.yaml diff --git a/stable/homebridge/7.7.3/CHANGELOG.md b/stable/homebridge/7.7.3/CHANGELOG.md deleted file mode 100644 index 0bf595ff8a6..00000000000 --- a/stable/homebridge/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/homebridge/7.7.3/Chart.yaml b/stable/homebridge/7.7.3/Chart.yaml deleted file mode 100644 index 35eb086f020..00000000000 --- a/stable/homebridge/7.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.30 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight NodeJS server that emulates the iOS HomeKit API -home: https://truecharts.org/charts/stable/homebridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png -keywords: - - homebridge - - homekit -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homebridge -sources: - - https://github.com/oznu/docker-homebridge - - https://homebridge.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge - - https://hub.docker.com/r/homebridge/homebridge -type: application -version: 7.7.3 diff --git a/stable/homebridge/7.7.3/app-changelog.md b/stable/homebridge/7.7.3/app-changelog.md deleted file mode 100644 index f42e60eb7cc..00000000000 --- a/stable/homebridge/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homebridge/7.7.3/charts/common-20.2.4.tgz b/stable/homebridge/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homebridge/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homelablabelmaker/8.7.3/.helmignore b/stable/homebridge/7.7.5/.helmignore similarity index 100% rename from stable/homelablabelmaker/8.7.3/.helmignore rename to stable/homebridge/7.7.5/.helmignore diff --git a/stable/homebridge/7.7.5/CHANGELOG.md b/stable/homebridge/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..94e4d935100 --- /dev/null +++ b/stable/homebridge/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebridge-7.7.5](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebridge-7.7.4](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebridge-7.7.4](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebridge-7.7.4](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebridge-7.7.4](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homebridge-7.7.4](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/homebridge/7.7.5/Chart.yaml b/stable/homebridge/7.7.5/Chart.yaml new file mode 100644 index 00000000000..5fe2721162a --- /dev/null +++ b/stable/homebridge/7.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.30 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight NodeJS server that emulates the iOS HomeKit API +home: https://truecharts.org/charts/stable/homebridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png +keywords: + - homebridge + - homekit +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebridge +sources: + - https://github.com/oznu/docker-homebridge + - https://homebridge.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge + - https://hub.docker.com/r/homebridge/homebridge +type: application +version: 7.7.5 diff --git a/stable/homebridge/7.7.3/README.md b/stable/homebridge/7.7.5/README.md similarity index 100% rename from stable/homebridge/7.7.3/README.md rename to stable/homebridge/7.7.5/README.md diff --git a/stable/homebridge/7.7.5/app-changelog.md b/stable/homebridge/7.7.5/app-changelog.md new file mode 100644 index 00000000000..f1f3aed2d15 --- /dev/null +++ b/stable/homebridge/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [homebridge-7.7.5](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homebridge/7.7.3/app-readme.md b/stable/homebridge/7.7.5/app-readme.md similarity index 100% rename from stable/homebridge/7.7.3/app-readme.md rename to stable/homebridge/7.7.5/app-readme.md diff --git a/stable/homebridge/7.7.5/charts/common-20.2.10.tgz b/stable/homebridge/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homebridge/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/homebridge/7.7.3/ix_values.yaml b/stable/homebridge/7.7.5/ix_values.yaml similarity index 100% rename from stable/homebridge/7.7.3/ix_values.yaml rename to stable/homebridge/7.7.5/ix_values.yaml diff --git a/stable/homebridge/7.7.3/questions.yaml b/stable/homebridge/7.7.5/questions.yaml similarity index 100% rename from stable/homebridge/7.7.3/questions.yaml rename to stable/homebridge/7.7.5/questions.yaml diff --git a/stable/homelablabelmaker/8.7.3/templates/NOTES.txt b/stable/homebridge/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/homelablabelmaker/8.7.3/templates/NOTES.txt rename to stable/homebridge/7.7.5/templates/NOTES.txt diff --git a/stable/homebridge/7.7.3/templates/common.yaml b/stable/homebridge/7.7.5/templates/common.yaml similarity index 100% rename from stable/homebridge/7.7.3/templates/common.yaml rename to stable/homebridge/7.7.5/templates/common.yaml diff --git a/stable/homelablabelmaker/8.7.3/values.yaml b/stable/homebridge/7.7.5/values.yaml similarity index 100% rename from stable/homelablabelmaker/8.7.3/values.yaml rename to stable/homebridge/7.7.5/values.yaml diff --git a/stable/homelablabelmaker/8.7.3/CHANGELOG.md b/stable/homelablabelmaker/8.7.3/CHANGELOG.md deleted file mode 100644 index 612aa3919b8..00000000000 --- a/stable/homelablabelmaker/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/homelablabelmaker/8.7.3/Chart.yaml b/stable/homelablabelmaker/8.7.3/Chart.yaml deleted file mode 100644 index 9d2c0fd0634..00000000000 --- a/stable/homelablabelmaker/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. -home: https://truecharts.org/charts/stable/homelablabelmaker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png -keywords: - - homelablabelmaker - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homelablabelmaker -sources: - - https://github.com/DavidSpek/homelablabelmaker - - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker - - https://hub.docker.com/r/davidspek/homelablabelmaker -type: application -version: 8.7.3 diff --git a/stable/homelablabelmaker/8.7.3/app-changelog.md b/stable/homelablabelmaker/8.7.3/app-changelog.md deleted file mode 100644 index e1f5b97ec20..00000000000 --- a/stable/homelablabelmaker/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz b/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homepage/7.7.4/.helmignore b/stable/homelablabelmaker/8.7.5/.helmignore similarity index 100% rename from stable/homepage/7.7.4/.helmignore rename to stable/homelablabelmaker/8.7.5/.helmignore diff --git a/stable/homelablabelmaker/8.7.5/CHANGELOG.md b/stable/homelablabelmaker/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..99e0aa166cf --- /dev/null +++ b/stable/homelablabelmaker/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homelablabelmaker-8.7.5](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homelablabelmaker-8.7.4](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homelablabelmaker-8.7.4](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homelablabelmaker-8.7.4](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homelablabelmaker-8.7.4](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homelablabelmaker-8.7.4](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/homelablabelmaker/8.7.5/Chart.yaml b/stable/homelablabelmaker/8.7.5/Chart.yaml new file mode 100644 index 00000000000..1e3d5945925 --- /dev/null +++ b/stable/homelablabelmaker/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. +home: https://truecharts.org/charts/stable/homelablabelmaker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png +keywords: + - homelablabelmaker + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homelablabelmaker +sources: + - https://github.com/DavidSpek/homelablabelmaker + - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker + - https://hub.docker.com/r/davidspek/homelablabelmaker +type: application +version: 8.7.5 diff --git a/stable/homelablabelmaker/8.7.3/README.md b/stable/homelablabelmaker/8.7.5/README.md similarity index 100% rename from stable/homelablabelmaker/8.7.3/README.md rename to stable/homelablabelmaker/8.7.5/README.md diff --git a/stable/homelablabelmaker/8.7.5/app-changelog.md b/stable/homelablabelmaker/8.7.5/app-changelog.md new file mode 100644 index 00000000000..b5feb14f688 --- /dev/null +++ b/stable/homelablabelmaker/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [homelablabelmaker-8.7.5](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homelablabelmaker/8.7.3/app-readme.md b/stable/homelablabelmaker/8.7.5/app-readme.md similarity index 100% rename from stable/homelablabelmaker/8.7.3/app-readme.md rename to stable/homelablabelmaker/8.7.5/app-readme.md diff --git a/stable/homelablabelmaker/8.7.5/charts/common-20.2.10.tgz b/stable/homelablabelmaker/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homelablabelmaker/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/homelablabelmaker/8.7.3/ix_values.yaml b/stable/homelablabelmaker/8.7.5/ix_values.yaml similarity index 100% rename from stable/homelablabelmaker/8.7.3/ix_values.yaml rename to stable/homelablabelmaker/8.7.5/ix_values.yaml diff --git a/stable/homelablabelmaker/8.7.3/questions.yaml b/stable/homelablabelmaker/8.7.5/questions.yaml similarity index 100% rename from stable/homelablabelmaker/8.7.3/questions.yaml rename to stable/homelablabelmaker/8.7.5/questions.yaml diff --git a/stable/homepage/7.7.4/templates/NOTES.txt b/stable/homelablabelmaker/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/homepage/7.7.4/templates/NOTES.txt rename to stable/homelablabelmaker/8.7.5/templates/NOTES.txt diff --git a/stable/homelablabelmaker/8.7.3/templates/common.yaml b/stable/homelablabelmaker/8.7.5/templates/common.yaml similarity index 100% rename from stable/homelablabelmaker/8.7.3/templates/common.yaml rename to stable/homelablabelmaker/8.7.5/templates/common.yaml diff --git a/stable/homepage/7.7.4/values.yaml b/stable/homelablabelmaker/8.7.5/values.yaml similarity index 100% rename from stable/homepage/7.7.4/values.yaml rename to stable/homelablabelmaker/8.7.5/values.yaml diff --git a/stable/homepage/7.7.4/CHANGELOG.md b/stable/homepage/7.7.4/CHANGELOG.md deleted file mode 100644 index e36ac48fd60..00000000000 --- a/stable/homepage/7.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - diff --git a/stable/homepage/7.7.4/Chart.yaml b/stable/homepage/7.7.4/Chart.yaml deleted file mode 100644 index f5c65b31583..00000000000 --- a/stable/homepage/7.7.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.10 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A highly customizable homepage -home: https://truecharts.org/charts/stable/homepage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png -keywords: - - homepage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homepage -sources: - - https://github.com/benphelps/homepage - - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - - https://ghcr.io/gethomepage/homepage -type: application -version: 7.7.4 diff --git a/stable/homepage/7.7.4/app-changelog.md b/stable/homepage/7.7.4/app-changelog.md deleted file mode 100644 index f37a5af9770..00000000000 --- a/stable/homepage/7.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homepage/7.7.4/charts/common-20.2.4.tgz b/stable/homepage/7.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homepage/7.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/homer/9.7.3/.helmignore b/stable/homepage/7.7.6/.helmignore similarity index 100% rename from stable/homer/9.7.3/.helmignore rename to stable/homepage/7.7.6/.helmignore diff --git a/stable/homepage/7.7.6/CHANGELOG.md b/stable/homepage/7.7.6/CHANGELOG.md new file mode 100644 index 00000000000..0fe580bcd45 --- /dev/null +++ b/stable/homepage/7.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homepage-7.7.6](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homepage-7.7.5](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homepage-7.7.5](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homepage-7.7.5](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homepage-7.7.5](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) diff --git a/stable/homepage/7.7.6/Chart.yaml b/stable/homepage/7.7.6/Chart.yaml new file mode 100644 index 00000000000..d7b0f85c678 --- /dev/null +++ b/stable/homepage/7.7.6/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.10 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A highly customizable homepage +home: https://truecharts.org/charts/stable/homepage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png +keywords: + - homepage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homepage +sources: + - https://github.com/benphelps/homepage + - https://github.com/truecharts/charts/tree/master/charts/stable/homepage + - https://ghcr.io/gethomepage/homepage +type: application +version: 7.7.6 diff --git a/stable/homepage/7.7.4/README.md b/stable/homepage/7.7.6/README.md similarity index 100% rename from stable/homepage/7.7.4/README.md rename to stable/homepage/7.7.6/README.md diff --git a/stable/homepage/7.7.6/app-changelog.md b/stable/homepage/7.7.6/app-changelog.md new file mode 100644 index 00000000000..8a5cbf05382 --- /dev/null +++ b/stable/homepage/7.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [homepage-7.7.6](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homepage/7.7.4/app-readme.md b/stable/homepage/7.7.6/app-readme.md similarity index 100% rename from stable/homepage/7.7.4/app-readme.md rename to stable/homepage/7.7.6/app-readme.md diff --git a/stable/homepage/7.7.6/charts/common-20.2.10.tgz b/stable/homepage/7.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homepage/7.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/homepage/7.7.4/ix_values.yaml b/stable/homepage/7.7.6/ix_values.yaml similarity index 100% rename from stable/homepage/7.7.4/ix_values.yaml rename to stable/homepage/7.7.6/ix_values.yaml diff --git a/stable/homepage/7.7.4/questions.yaml b/stable/homepage/7.7.6/questions.yaml similarity index 100% rename from stable/homepage/7.7.4/questions.yaml rename to stable/homepage/7.7.6/questions.yaml diff --git a/stable/homer/9.7.3/templates/NOTES.txt b/stable/homepage/7.7.6/templates/NOTES.txt similarity index 100% rename from stable/homer/9.7.3/templates/NOTES.txt rename to stable/homepage/7.7.6/templates/NOTES.txt diff --git a/stable/homepage/7.7.4/templates/common.yaml b/stable/homepage/7.7.6/templates/common.yaml similarity index 100% rename from stable/homepage/7.7.4/templates/common.yaml rename to stable/homepage/7.7.6/templates/common.yaml diff --git a/stable/homer/9.7.3/values.yaml b/stable/homepage/7.7.6/values.yaml similarity index 100% rename from stable/homer/9.7.3/values.yaml rename to stable/homepage/7.7.6/values.yaml diff --git a/stable/homer/9.7.3/CHANGELOG.md b/stable/homer/9.7.3/CHANGELOG.md deleted file mode 100644 index 6ad34ee0c69..00000000000 --- a/stable/homer/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/homer/9.7.3/Chart.yaml b/stable/homer/9.7.3/Chart.yaml deleted file mode 100644 index 7319104d875..00000000000 --- a/stable/homer/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.10.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A dead simple static homepage for your server to keep your services on hand. -home: https://truecharts.org/charts/stable/homer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png -keywords: - - homer - - dashboard - - launcher -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: homer -sources: - - https://github.com/bastienwirtz/homer - - https://github.com/truecharts/charts/tree/master/charts/stable/homer - - https://hub.docker.com/r/b4bz/homer -type: application -version: 9.7.3 diff --git a/stable/homer/9.7.3/app-changelog.md b/stable/homer/9.7.3/app-changelog.md deleted file mode 100644 index 47b712d722a..00000000000 --- a/stable/homer/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homer/9.7.3/charts/common-20.2.4.tgz b/stable/homer/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/homer/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hoobs/5.7.3/.helmignore b/stable/homer/9.7.5/.helmignore similarity index 100% rename from stable/hoobs/5.7.3/.helmignore rename to stable/homer/9.7.5/.helmignore diff --git a/stable/homer/9.7.5/CHANGELOG.md b/stable/homer/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0d00e4aff66 --- /dev/null +++ b/stable/homer/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homer-9.7.5](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homer-9.7.4](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homer-9.7.4](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homer-9.7.4](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homer-9.7.4](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [homer-9.7.4](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/homer/9.7.5/Chart.yaml b/stable/homer/9.7.5/Chart.yaml new file mode 100644 index 00000000000..4407a9e7360 --- /dev/null +++ b/stable/homer/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.10.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple static homepage for your server to keep your services on hand. +home: https://truecharts.org/charts/stable/homer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png +keywords: + - homer + - dashboard + - launcher +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homer +sources: + - https://github.com/bastienwirtz/homer + - https://github.com/truecharts/charts/tree/master/charts/stable/homer + - https://hub.docker.com/r/b4bz/homer +type: application +version: 9.7.5 diff --git a/stable/homer/9.7.3/README.md b/stable/homer/9.7.5/README.md similarity index 100% rename from stable/homer/9.7.3/README.md rename to stable/homer/9.7.5/README.md diff --git a/stable/homer/9.7.5/app-changelog.md b/stable/homer/9.7.5/app-changelog.md new file mode 100644 index 00000000000..9e44a3d3ae8 --- /dev/null +++ b/stable/homer/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [homer-9.7.5](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/homer/9.7.3/app-readme.md b/stable/homer/9.7.5/app-readme.md similarity index 100% rename from stable/homer/9.7.3/app-readme.md rename to stable/homer/9.7.5/app-readme.md diff --git a/stable/homer/9.7.5/charts/common-20.2.10.tgz b/stable/homer/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/homer/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/homer/9.7.3/ix_values.yaml b/stable/homer/9.7.5/ix_values.yaml similarity index 100% rename from stable/homer/9.7.3/ix_values.yaml rename to stable/homer/9.7.5/ix_values.yaml diff --git a/stable/homer/9.7.3/questions.yaml b/stable/homer/9.7.5/questions.yaml similarity index 100% rename from stable/homer/9.7.3/questions.yaml rename to stable/homer/9.7.5/questions.yaml diff --git a/stable/htpcmanager/9.7.3/templates/NOTES.txt b/stable/homer/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/htpcmanager/9.7.3/templates/NOTES.txt rename to stable/homer/9.7.5/templates/NOTES.txt diff --git a/stable/homer/9.7.3/templates/common.yaml b/stable/homer/9.7.5/templates/common.yaml similarity index 100% rename from stable/homer/9.7.3/templates/common.yaml rename to stable/homer/9.7.5/templates/common.yaml diff --git a/stable/hoobs/5.7.3/values.yaml b/stable/homer/9.7.5/values.yaml similarity index 100% rename from stable/hoobs/5.7.3/values.yaml rename to stable/homer/9.7.5/values.yaml diff --git a/stable/hoobs/5.7.3/CHANGELOG.md b/stable/hoobs/5.7.3/CHANGELOG.md deleted file mode 100644 index fbe2472c911..00000000000 --- a/stable/hoobs/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hoobs/5.7.3/Chart.yaml b/stable/hoobs/5.7.3/Chart.yaml deleted file mode 100644 index 9ac4c309a4b..00000000000 --- a/stable/hoobs/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " -home: https://truecharts.org/charts/stable/hoobs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png -keywords: - - hoobs - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hoobs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs - - https://hub.docker.com/r/hoobs/hoobs -type: application -version: 5.7.3 diff --git a/stable/hoobs/5.7.3/app-changelog.md b/stable/hoobs/5.7.3/app-changelog.md deleted file mode 100644 index 61071a3961a..00000000000 --- a/stable/hoobs/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hoobs/5.7.3/charts/common-20.2.4.tgz b/stable/hoobs/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hoobs/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/htpcmanager/9.7.3/.helmignore b/stable/hoobs/5.7.5/.helmignore similarity index 100% rename from stable/htpcmanager/9.7.3/.helmignore rename to stable/hoobs/5.7.5/.helmignore diff --git a/stable/hoobs/5.7.5/CHANGELOG.md b/stable/hoobs/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9d856428fca --- /dev/null +++ b/stable/hoobs/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hoobs-5.7.5](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hoobs-5.7.4](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hoobs-5.7.4](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hoobs-5.7.4](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hoobs-5.7.4](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hoobs-5.7.4](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hoobs/5.7.5/Chart.yaml b/stable/hoobs/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f35feab11f3 --- /dev/null +++ b/stable/hoobs/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " +home: https://truecharts.org/charts/stable/hoobs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png +keywords: + - hoobs + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hoobs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs + - https://hub.docker.com/r/hoobs/hoobs +type: application +version: 5.7.5 diff --git a/stable/hoobs/5.7.3/README.md b/stable/hoobs/5.7.5/README.md similarity index 100% rename from stable/hoobs/5.7.3/README.md rename to stable/hoobs/5.7.5/README.md diff --git a/stable/hoobs/5.7.5/app-changelog.md b/stable/hoobs/5.7.5/app-changelog.md new file mode 100644 index 00000000000..06180689f99 --- /dev/null +++ b/stable/hoobs/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hoobs-5.7.5](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hoobs/5.7.3/app-readme.md b/stable/hoobs/5.7.5/app-readme.md similarity index 100% rename from stable/hoobs/5.7.3/app-readme.md rename to stable/hoobs/5.7.5/app-readme.md diff --git a/stable/hoobs/5.7.5/charts/common-20.2.10.tgz b/stable/hoobs/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hoobs/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hoobs/5.7.3/ix_values.yaml b/stable/hoobs/5.7.5/ix_values.yaml similarity index 100% rename from stable/hoobs/5.7.3/ix_values.yaml rename to stable/hoobs/5.7.5/ix_values.yaml diff --git a/stable/hoobs/5.7.3/questions.yaml b/stable/hoobs/5.7.5/questions.yaml similarity index 100% rename from stable/hoobs/5.7.3/questions.yaml rename to stable/hoobs/5.7.5/questions.yaml diff --git a/stable/hoobs/5.7.3/templates/common.yaml b/stable/hoobs/5.7.5/templates/common.yaml similarity index 100% rename from stable/hoobs/5.7.3/templates/common.yaml rename to stable/hoobs/5.7.5/templates/common.yaml diff --git a/stable/htpcmanager/9.7.3/values.yaml b/stable/hoobs/5.7.5/values.yaml similarity index 100% rename from stable/htpcmanager/9.7.3/values.yaml rename to stable/hoobs/5.7.5/values.yaml diff --git a/stable/htpcmanager/9.7.3/CHANGELOG.md b/stable/htpcmanager/9.7.3/CHANGELOG.md deleted file mode 100644 index bf931407c4c..00000000000 --- a/stable/htpcmanager/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/htpcmanager/9.7.3/Chart.yaml b/stable/htpcmanager/9.7.3/Chart.yaml deleted file mode 100644 index 42520b71d13..00000000000 --- a/stable/htpcmanager/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.17 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Htpcmanager is a front end for many htpc related applications. -home: https://truecharts.org/charts/stable/htpcmanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png -keywords: - - htpcmanager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: htpcmanager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager - - https://ghcr.io/linuxserver/htpcmanager -type: application -version: 9.7.3 diff --git a/stable/htpcmanager/9.7.3/app-changelog.md b/stable/htpcmanager/9.7.3/app-changelog.md deleted file mode 100644 index dedf5929a1e..00000000000 --- a/stable/htpcmanager/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz b/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/humhub/7.15.5/.helmignore b/stable/htpcmanager/9.7.5/.helmignore similarity index 100% rename from stable/humhub/7.15.5/.helmignore rename to stable/htpcmanager/9.7.5/.helmignore diff --git a/stable/htpcmanager/9.7.5/CHANGELOG.md b/stable/htpcmanager/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..831d37b91cc --- /dev/null +++ b/stable/htpcmanager/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [htpcmanager-9.7.5](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [htpcmanager-9.7.4](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [htpcmanager-9.7.4](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [htpcmanager-9.7.4](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [htpcmanager-9.7.4](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [htpcmanager-9.7.4](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/htpcmanager/9.7.5/Chart.yaml b/stable/htpcmanager/9.7.5/Chart.yaml new file mode 100644 index 00000000000..22299d3dc08 --- /dev/null +++ b/stable/htpcmanager/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.17 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Htpcmanager is a front end for many htpc related applications. +home: https://truecharts.org/charts/stable/htpcmanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png +keywords: + - htpcmanager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: htpcmanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager + - https://ghcr.io/linuxserver/htpcmanager +type: application +version: 9.7.5 diff --git a/stable/htpcmanager/9.7.3/README.md b/stable/htpcmanager/9.7.5/README.md similarity index 100% rename from stable/htpcmanager/9.7.3/README.md rename to stable/htpcmanager/9.7.5/README.md diff --git a/stable/htpcmanager/9.7.5/app-changelog.md b/stable/htpcmanager/9.7.5/app-changelog.md new file mode 100644 index 00000000000..81bcfb44fc5 --- /dev/null +++ b/stable/htpcmanager/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [htpcmanager-9.7.5](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/htpcmanager/9.7.3/app-readme.md b/stable/htpcmanager/9.7.5/app-readme.md similarity index 100% rename from stable/htpcmanager/9.7.3/app-readme.md rename to stable/htpcmanager/9.7.5/app-readme.md diff --git a/stable/htpcmanager/9.7.5/charts/common-20.2.10.tgz b/stable/htpcmanager/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/htpcmanager/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/htpcmanager/9.7.3/ix_values.yaml b/stable/htpcmanager/9.7.5/ix_values.yaml similarity index 100% rename from stable/htpcmanager/9.7.3/ix_values.yaml rename to stable/htpcmanager/9.7.5/ix_values.yaml diff --git a/stable/htpcmanager/9.7.3/questions.yaml b/stable/htpcmanager/9.7.5/questions.yaml similarity index 100% rename from stable/htpcmanager/9.7.3/questions.yaml rename to stable/htpcmanager/9.7.5/questions.yaml diff --git a/stable/humhub/7.15.5/templates/NOTES.txt b/stable/htpcmanager/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.15.5/templates/NOTES.txt rename to stable/htpcmanager/9.7.5/templates/NOTES.txt diff --git a/stable/htpcmanager/9.7.3/templates/common.yaml b/stable/htpcmanager/9.7.5/templates/common.yaml similarity index 100% rename from stable/htpcmanager/9.7.3/templates/common.yaml rename to stable/htpcmanager/9.7.5/templates/common.yaml diff --git a/stable/humhub/7.15.5/values.yaml b/stable/htpcmanager/9.7.5/values.yaml similarity index 100% rename from stable/humhub/7.15.5/values.yaml rename to stable/htpcmanager/9.7.5/values.yaml diff --git a/stable/humhub/7.15.5/CHANGELOG.md b/stable/humhub/7.15.5/CHANGELOG.md deleted file mode 100644 index 5cf8ab9c74b..00000000000 --- a/stable/humhub/7.15.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [humhub-7.15.5](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [humhub-7.15.5](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [humhub-7.15.4](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.4) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) diff --git a/stable/humhub/7.15.5/Chart.yaml b/stable/humhub/7.15.5/Chart.yaml deleted file mode 100644 index 4280e9a3bc0..00000000000 --- a/stable/humhub/7.15.5/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. -home: https://truecharts.org/charts/stable/humhub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png -keywords: - - humhub - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: humhub -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-phponly - - https://ghcr.io/mriedmann/humhub-nginx -type: application -version: 7.15.5 diff --git a/stable/humhub/7.15.5/app-changelog.md b/stable/humhub/7.15.5/app-changelog.md deleted file mode 100644 index 670c106b94d..00000000000 --- a/stable/humhub/7.15.5/app-changelog.md +++ /dev/null @@ -1,37 +0,0 @@ - - -## [humhub-7.15.5](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/humhub/7.15.5/charts/common-20.2.9.tgz b/stable/humhub/7.15.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/humhub/7.15.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/humhub/7.15.5/charts/mariadb-13.7.4.tgz b/stable/humhub/7.15.5/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/humhub/7.15.5/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/hurtworld/5.7.3/.helmignore b/stable/humhub/7.15.7/.helmignore similarity index 100% rename from stable/hurtworld/5.7.3/.helmignore rename to stable/humhub/7.15.7/.helmignore diff --git a/stable/humhub/7.15.7/CHANGELOG.md b/stable/humhub/7.15.7/CHANGELOG.md new file mode 100644 index 00000000000..97a650c56ed --- /dev/null +++ b/stable/humhub/7.15.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [humhub-7.15.7](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [humhub-7.15.6](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.6) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [humhub-7.15.6](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.6) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/humhub/7.15.7/Chart.yaml b/stable/humhub/7.15.7/Chart.yaml new file mode 100644 index 00000000000..cbfb152d7bd --- /dev/null +++ b/stable/humhub/7.15.7/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. +home: https://truecharts.org/charts/stable/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png +keywords: + - humhub + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: humhub +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/humhub + - https://ghcr.io/mriedmann/humhub-phponly + - https://ghcr.io/mriedmann/humhub-nginx +type: application +version: 7.15.7 diff --git a/stable/humhub/7.15.5/README.md b/stable/humhub/7.15.7/README.md similarity index 100% rename from stable/humhub/7.15.5/README.md rename to stable/humhub/7.15.7/README.md diff --git a/stable/humhub/7.15.7/app-changelog.md b/stable/humhub/7.15.7/app-changelog.md new file mode 100644 index 00000000000..505bbb2bf7a --- /dev/null +++ b/stable/humhub/7.15.7/app-changelog.md @@ -0,0 +1,41 @@ + + +## [humhub-7.15.7](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/humhub/7.15.5/app-readme.md b/stable/humhub/7.15.7/app-readme.md similarity index 100% rename from stable/humhub/7.15.5/app-readme.md rename to stable/humhub/7.15.7/app-readme.md diff --git a/stable/humhub/7.15.7/charts/common-20.2.10.tgz b/stable/humhub/7.15.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/humhub/7.15.7/charts/common-20.2.10.tgz differ diff --git a/stable/humhub/7.15.7/charts/mariadb-13.7.5.tgz b/stable/humhub/7.15.7/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/humhub/7.15.7/charts/mariadb-13.7.5.tgz differ diff --git a/stable/humhub/7.15.5/charts/redis-13.2.2.tgz b/stable/humhub/7.15.7/charts/redis-13.2.2.tgz similarity index 100% rename from stable/humhub/7.15.5/charts/redis-13.2.2.tgz rename to stable/humhub/7.15.7/charts/redis-13.2.2.tgz diff --git a/stable/humhub/7.15.5/ix_values.yaml b/stable/humhub/7.15.7/ix_values.yaml similarity index 100% rename from stable/humhub/7.15.5/ix_values.yaml rename to stable/humhub/7.15.7/ix_values.yaml diff --git a/stable/humhub/7.15.5/questions.yaml b/stable/humhub/7.15.7/questions.yaml similarity index 100% rename from stable/humhub/7.15.5/questions.yaml rename to stable/humhub/7.15.7/questions.yaml diff --git a/stable/hyperion-ng/13.7.3/templates/NOTES.txt b/stable/humhub/7.15.7/templates/NOTES.txt similarity index 100% rename from stable/hyperion-ng/13.7.3/templates/NOTES.txt rename to stable/humhub/7.15.7/templates/NOTES.txt diff --git a/stable/humhub/7.15.5/templates/common.yaml b/stable/humhub/7.15.7/templates/common.yaml similarity index 100% rename from stable/humhub/7.15.5/templates/common.yaml rename to stable/humhub/7.15.7/templates/common.yaml diff --git a/stable/hurtworld/5.7.3/values.yaml b/stable/humhub/7.15.7/values.yaml similarity index 100% rename from stable/hurtworld/5.7.3/values.yaml rename to stable/humhub/7.15.7/values.yaml diff --git a/stable/hurtworld/5.7.3/CHANGELOG.md b/stable/hurtworld/5.7.3/CHANGELOG.md deleted file mode 100644 index 3c5695bd5b1..00000000000 --- a/stable/hurtworld/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hurtworld/5.7.3/Chart.yaml b/stable/hurtworld/5.7.3/Chart.yaml deleted file mode 100644 index 2e03418ab94..00000000000 --- a/stable/hurtworld/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hurtworld -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. -home: https://truecharts.org/charts/stable/hurtworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png -keywords: - - hurtworld - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hurtworld -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/hurtworld/5.7.3/app-changelog.md b/stable/hurtworld/5.7.3/app-changelog.md deleted file mode 100644 index 9004c413bae..00000000000 --- a/stable/hurtworld/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz b/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/hyperion-ng/13.7.3/.helmignore b/stable/hurtworld/5.7.5/.helmignore similarity index 100% rename from stable/hyperion-ng/13.7.3/.helmignore rename to stable/hurtworld/5.7.5/.helmignore diff --git a/stable/hurtworld/5.7.5/CHANGELOG.md b/stable/hurtworld/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..69fea275f90 --- /dev/null +++ b/stable/hurtworld/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hurtworld-5.7.5](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hurtworld-5.7.4](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hurtworld-5.7.4](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hurtworld-5.7.4](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hurtworld-5.7.4](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hurtworld-5.7.4](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hurtworld/5.7.5/Chart.yaml b/stable/hurtworld/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4216745bb8e --- /dev/null +++ b/stable/hurtworld/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hurtworld +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. +home: https://truecharts.org/charts/stable/hurtworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png +keywords: + - hurtworld + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hurtworld +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/hurtworld/5.7.3/README.md b/stable/hurtworld/5.7.5/README.md similarity index 100% rename from stable/hurtworld/5.7.3/README.md rename to stable/hurtworld/5.7.5/README.md diff --git a/stable/hurtworld/5.7.5/app-changelog.md b/stable/hurtworld/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f586f85c2a5 --- /dev/null +++ b/stable/hurtworld/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hurtworld-5.7.5](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hurtworld/5.7.3/app-readme.md b/stable/hurtworld/5.7.5/app-readme.md similarity index 100% rename from stable/hurtworld/5.7.3/app-readme.md rename to stable/hurtworld/5.7.5/app-readme.md diff --git a/stable/hurtworld/5.7.5/charts/common-20.2.10.tgz b/stable/hurtworld/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hurtworld/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hurtworld/5.7.3/ix_values.yaml b/stable/hurtworld/5.7.5/ix_values.yaml similarity index 100% rename from stable/hurtworld/5.7.3/ix_values.yaml rename to stable/hurtworld/5.7.5/ix_values.yaml diff --git a/stable/hurtworld/5.7.3/questions.yaml b/stable/hurtworld/5.7.5/questions.yaml similarity index 100% rename from stable/hurtworld/5.7.3/questions.yaml rename to stable/hurtworld/5.7.5/questions.yaml diff --git a/stable/hurtworld/5.7.3/templates/common.yaml b/stable/hurtworld/5.7.5/templates/common.yaml similarity index 100% rename from stable/hurtworld/5.7.3/templates/common.yaml rename to stable/hurtworld/5.7.5/templates/common.yaml diff --git a/stable/hyperion-ng/13.7.3/values.yaml b/stable/hurtworld/5.7.5/values.yaml similarity index 100% rename from stable/hyperion-ng/13.7.3/values.yaml rename to stable/hurtworld/5.7.5/values.yaml diff --git a/stable/hyperion-ng/13.7.3/CHANGELOG.md b/stable/hyperion-ng/13.7.3/CHANGELOG.md deleted file mode 100644 index baec3e8debb..00000000000 --- a/stable/hyperion-ng/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/hyperion-ng/13.7.3/Chart.yaml b/stable/hyperion-ng/13.7.3/Chart.yaml deleted file mode 100644 index e5eec6a4150..00000000000 --- a/stable/hyperion-ng/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.15 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Hyperion is an opensource Bias or Ambient Lighting implementation -home: https://truecharts.org/charts/stable/hyperion-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png -keywords: - - hyperion-ng - - hyperion -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: hyperion-ng -sources: - - https://github.com/hyperion-project/hyperion.ng - - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng -type: application -version: 13.7.3 diff --git a/stable/hyperion-ng/13.7.3/app-changelog.md b/stable/hyperion-ng/13.7.3/app-changelog.md deleted file mode 100644 index 3e03a7024a1..00000000000 --- a/stable/hyperion-ng/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz b/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/icloudpd/6.7.4/.helmignore b/stable/hyperion-ng/13.7.5/.helmignore similarity index 100% rename from stable/icloudpd/6.7.4/.helmignore rename to stable/hyperion-ng/13.7.5/.helmignore diff --git a/stable/hyperion-ng/13.7.5/CHANGELOG.md b/stable/hyperion-ng/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..840690c155d --- /dev/null +++ b/stable/hyperion-ng/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hyperion-ng-13.7.5](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hyperion-ng-13.7.4](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hyperion-ng-13.7.4](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hyperion-ng-13.7.4](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hyperion-ng-13.7.4](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [hyperion-ng-13.7.4](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/hyperion-ng/13.7.5/Chart.yaml b/stable/hyperion-ng/13.7.5/Chart.yaml new file mode 100644 index 00000000000..4e970510647 --- /dev/null +++ b/stable/hyperion-ng/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.15 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Hyperion is an opensource Bias or Ambient Lighting implementation +home: https://truecharts.org/charts/stable/hyperion-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png +keywords: + - hyperion-ng + - hyperion +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hyperion-ng +sources: + - https://github.com/hyperion-project/hyperion.ng + - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng + - https://hub.docker.com/r/sirfragalot/hyperion.ng +type: application +version: 13.7.5 diff --git a/stable/hyperion-ng/13.7.3/README.md b/stable/hyperion-ng/13.7.5/README.md similarity index 100% rename from stable/hyperion-ng/13.7.3/README.md rename to stable/hyperion-ng/13.7.5/README.md diff --git a/stable/hyperion-ng/13.7.5/app-changelog.md b/stable/hyperion-ng/13.7.5/app-changelog.md new file mode 100644 index 00000000000..57f42a43fe8 --- /dev/null +++ b/stable/hyperion-ng/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [hyperion-ng-13.7.5](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/hyperion-ng/13.7.3/app-readme.md b/stable/hyperion-ng/13.7.5/app-readme.md similarity index 100% rename from stable/hyperion-ng/13.7.3/app-readme.md rename to stable/hyperion-ng/13.7.5/app-readme.md diff --git a/stable/hyperion-ng/13.7.5/charts/common-20.2.10.tgz b/stable/hyperion-ng/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/hyperion-ng/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/hyperion-ng/13.7.3/ix_values.yaml b/stable/hyperion-ng/13.7.5/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/13.7.3/ix_values.yaml rename to stable/hyperion-ng/13.7.5/ix_values.yaml diff --git a/stable/hyperion-ng/13.7.3/questions.yaml b/stable/hyperion-ng/13.7.5/questions.yaml similarity index 100% rename from stable/hyperion-ng/13.7.3/questions.yaml rename to stable/hyperion-ng/13.7.5/questions.yaml diff --git a/stable/icloudpd/6.7.4/templates/NOTES.txt b/stable/hyperion-ng/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/6.7.4/templates/NOTES.txt rename to stable/hyperion-ng/13.7.5/templates/NOTES.txt diff --git a/stable/hyperion-ng/13.7.3/templates/common.yaml b/stable/hyperion-ng/13.7.5/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/13.7.3/templates/common.yaml rename to stable/hyperion-ng/13.7.5/templates/common.yaml diff --git a/stable/icloudpd/6.7.4/values.yaml b/stable/hyperion-ng/13.7.5/values.yaml similarity index 100% rename from stable/icloudpd/6.7.4/values.yaml rename to stable/hyperion-ng/13.7.5/values.yaml diff --git a/stable/icloudpd/6.7.4/CHANGELOG.md b/stable/icloudpd/6.7.4/CHANGELOG.md deleted file mode 100644 index e1e0d82c398..00000000000 --- a/stable/icloudpd/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - diff --git a/stable/icloudpd/6.7.4/Chart.yaml b/stable/icloudpd/6.7.4/Chart.yaml deleted file mode 100644 index b2616565d10..00000000000 --- a/stable/icloudpd/6.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.718 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. -home: https://truecharts.org/charts/stable/icloudpd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png -keywords: - - icloudpd - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: icloudpd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd - - https://hub.docker.com/r/boredazfcuk/icloudpd -type: application -version: 6.7.4 diff --git a/stable/icloudpd/6.7.4/app-changelog.md b/stable/icloudpd/6.7.4/app-changelog.md deleted file mode 100644 index 8905e3d6b6c..00000000000 --- a/stable/icloudpd/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [icloudpd-6.7.4](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/icloudpd/6.7.4/charts/common-20.2.9.tgz b/stable/icloudpd/6.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/icloudpd/6.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/icloudpd/6.7.4/ix_values.yaml b/stable/icloudpd/6.7.4/ix_values.yaml deleted file mode 100644 index 56646b0a26e..00000000000 --- a/stable/icloudpd/6.7.4/ix_values.yaml +++ /dev/null @@ -1,139 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: boredazfcuk/icloudpd - tag: 1.0.718@sha256:0d58edb6d2b93f25426257d8b0752c3399501acb51c9a4dc18dab3df146c71d5 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 - capabilities: - add: - - NET_RAW - - NET_ADMIN - -icloudpd: - apple_id: your@appleid.com - authentication_type: 2FA - icloud_china: false - synchronisation_interval: 86400 - synchronisation_delay: 0 - notification_days: 7 - photo_size: original - live_photo_size: original - recent_only: 0 - until_found: 0 - photo_album: "" - set_exif_datetime: false - convert_heic_to_jpeg: false - jpeg_quality: 90 - skip_check: false - skip_live_photos: false - skip_videos: false - auto_delete: false - download_notifications: true - delete_notifications: true - delete_accompanying: false - delete_empty_directories: false - command_line_options: "" - notification_title: "iCloud PD" - # https://github.com/boredazfcuk/docker-icloudpd/blob/master/NOTIFICATIONS.md - notification_type: "" - # prowl_api_key: "" - # pushover_user: "" - # pushover_token: "" - # pushover_sound: "" - # telegram_token: "" - # telegram_chat_id: "" - # webhook_server: "" - # webhook_port: "" - # webhook_path: "" - # webhook_id: "" - # webhook_https: "" - # webhook_body: "" - # dingtalk_token: "" - # discord_id: "" - # discord_token: "" - # iyuu_token: "" - # wecom_id: "" - # wecom_secret: "" - # agentid: "" - # touser: "" - # content_source_url: "" - # name: "" - # media_id_startup: "" - # media_id_download: "" - # media_id_delete: "" - # media_id_expiration: "" - # media_id_warning: "" - # gotify_app_token: "" - # gotify_server_url: "" - # bark_device_key: "" - # bark_server: "" - -workload: - main: - podSpec: - containers: - main: - env: - user: apps - group: apps - user_id: "{{ .Values.securityContext.container.runAsUser }}" - group_id: "{{ .Values.securityContext.container.runAsGroup }}" - download_path: /home/{{ .Values.workload.main.podSpec.containers.main.env.user }}/iCloud - jpeg_path: /home/{{ .Values.workload.main.podSpec.containers.main.env.user }}/iCloud - # User Defined - apple_id: "{{ .Values.icloudpd.apple_id }}" - synchronisation_interval: "{{ .Values.icloudpd.synchronisation_interval }}" - synchronisation_delay: "{{ .Values.icloudpd.synchronisation_delay }}" - notification_days: "{{ .Values.icloudpd.notification_days }}" - authentication_type: "{{ .Values.icloudpd.authentication_type }}" - skip_check: '{{ ternary "True" "False" .Values.icloudpd.skip_check }}' - download_notifications: '{{ ternary "True" "False" .Values.icloudpd.download_notifications }}' - delete_notifications: '{{ ternary "True" "False" .Values.icloudpd.delete_notifications }}' - delete_accompanying: '{{ ternary "True" "False" .Values.icloudpd.delete_accompanying }}' - delete_empty_directories: '{{ ternary "True" "False" .Values.icloudpd.delete_empty_directories }}' - set_exif_datetime: '{{ ternary "True" "False" .Values.icloudpd.set_exif_datetime }}' - auto_delete: '{{ ternary "True" "False" .Values.icloudpd.auto_delete }}' - photo_size: "{{ .Values.icloudpd.photo_size }}" - skip_live_photos: '{{ ternary "True" "False" .Values.icloudpd.skip_live_photos }}' - live_photo_size: "{{ .Values.icloudpd.live_photo_size }}" - skip_videos: '{{ ternary "True" "False" .Values.icloudpd.skip_videos }}' - recent_only: '{{ ternary "" .Values.icloudpd.recent_only (eq 0 (int .Values.icloudpd.recent_only)) }}' - until_found: '{{ ternary "" .Values.icloudpd.until_found (eq 0 (int .Values.icloudpd.until_found)) }}' - photo_album: "{{ .Values.icloudpd.photo_album }}" - convert_heic_to_jpeg: '{{ ternary "True" "False" .Values.icloudpd.convert_heic_to_jpeg }}' - jpeg_quality: "{{ .Values.icloudpd.jpeg_quality }}" - icloud_china: '{{ ternary "True" "" .Values.icloudpd.icloud_china }}' - command_line_options: "{{ .Values.icloudpd.command_line_options }}" - notification_title: "{{ .Values.icloudpd.notification_title }}" - notification_type: "{{ .Values.icloudpd.notification_type }}" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -service: - main: - enabled: false - ports: - main: - enabled: false - -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /home/apps/iCloud - -portal: - open: - enabled: false diff --git a/stable/imgpush/5.7.4/.helmignore b/stable/icloudpd/6.7.6/.helmignore similarity index 100% rename from stable/imgpush/5.7.4/.helmignore rename to stable/icloudpd/6.7.6/.helmignore diff --git a/stable/icloudpd/6.7.6/CHANGELOG.md b/stable/icloudpd/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..0c0e1b113bc --- /dev/null +++ b/stable/icloudpd/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [icloudpd-6.7.6](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [icloudpd-6.7.5](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.5) (2024-03-29) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [icloudpd-6.7.5](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.5) (2024-03-29) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [icloudpd-6.7.5](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.5) (2024-03-29) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [icloudpd-6.7.5](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.5) (2024-03-29) + +### Chore + + + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/icloudpd/6.7.6/Chart.yaml b/stable/icloudpd/6.7.6/Chart.yaml new file mode 100644 index 00000000000..4216b18095b --- /dev/null +++ b/stable/icloudpd/6.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.730 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. +home: https://truecharts.org/charts/stable/icloudpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png +keywords: + - icloudpd + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: icloudpd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd + - https://hub.docker.com/r/boredazfcuk/icloudpd +type: application +version: 6.7.6 diff --git a/stable/icloudpd/6.7.4/README.md b/stable/icloudpd/6.7.6/README.md similarity index 100% rename from stable/icloudpd/6.7.4/README.md rename to stable/icloudpd/6.7.6/README.md diff --git a/stable/icloudpd/6.7.6/app-changelog.md b/stable/icloudpd/6.7.6/app-changelog.md new file mode 100644 index 00000000000..23c577476f6 --- /dev/null +++ b/stable/icloudpd/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [icloudpd-6.7.6](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image boredazfcuk/icloudpd to v1.0.730[@08227d1](https://github.com/08227d1) by renovate ([#19888](https://github.com/truecharts/charts/issues/19888)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/icloudpd/6.7.4/app-readme.md b/stable/icloudpd/6.7.6/app-readme.md similarity index 100% rename from stable/icloudpd/6.7.4/app-readme.md rename to stable/icloudpd/6.7.6/app-readme.md diff --git a/stable/icloudpd/6.7.6/charts/common-20.2.10.tgz b/stable/icloudpd/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/icloudpd/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/icloudpd/6.7.6/ix_values.yaml b/stable/icloudpd/6.7.6/ix_values.yaml new file mode 100644 index 00000000000..64384d673f5 --- /dev/null +++ b/stable/icloudpd/6.7.6/ix_values.yaml @@ -0,0 +1,139 @@ +image: + pullPolicy: IfNotPresent + repository: boredazfcuk/icloudpd + tag: 1.0.730@sha256:08227d1c098a3aaf3667876f00d02920dcd8e63aaa1f11dbf777a1539bf0e5d8 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 + capabilities: + add: + - NET_RAW + - NET_ADMIN + +icloudpd: + apple_id: your@appleid.com + authentication_type: 2FA + icloud_china: false + synchronisation_interval: 86400 + synchronisation_delay: 0 + notification_days: 7 + photo_size: original + live_photo_size: original + recent_only: 0 + until_found: 0 + photo_album: "" + set_exif_datetime: false + convert_heic_to_jpeg: false + jpeg_quality: 90 + skip_check: false + skip_live_photos: false + skip_videos: false + auto_delete: false + download_notifications: true + delete_notifications: true + delete_accompanying: false + delete_empty_directories: false + command_line_options: "" + notification_title: "iCloud PD" + # https://github.com/boredazfcuk/docker-icloudpd/blob/master/NOTIFICATIONS.md + notification_type: "" + # prowl_api_key: "" + # pushover_user: "" + # pushover_token: "" + # pushover_sound: "" + # telegram_token: "" + # telegram_chat_id: "" + # webhook_server: "" + # webhook_port: "" + # webhook_path: "" + # webhook_id: "" + # webhook_https: "" + # webhook_body: "" + # dingtalk_token: "" + # discord_id: "" + # discord_token: "" + # iyuu_token: "" + # wecom_id: "" + # wecom_secret: "" + # agentid: "" + # touser: "" + # content_source_url: "" + # name: "" + # media_id_startup: "" + # media_id_download: "" + # media_id_delete: "" + # media_id_expiration: "" + # media_id_warning: "" + # gotify_app_token: "" + # gotify_server_url: "" + # bark_device_key: "" + # bark_server: "" + +workload: + main: + podSpec: + containers: + main: + env: + user: apps + group: apps + user_id: "{{ .Values.securityContext.container.runAsUser }}" + group_id: "{{ .Values.securityContext.container.runAsGroup }}" + download_path: /home/{{ .Values.workload.main.podSpec.containers.main.env.user }}/iCloud + jpeg_path: /home/{{ .Values.workload.main.podSpec.containers.main.env.user }}/iCloud + # User Defined + apple_id: "{{ .Values.icloudpd.apple_id }}" + synchronisation_interval: "{{ .Values.icloudpd.synchronisation_interval }}" + synchronisation_delay: "{{ .Values.icloudpd.synchronisation_delay }}" + notification_days: "{{ .Values.icloudpd.notification_days }}" + authentication_type: "{{ .Values.icloudpd.authentication_type }}" + skip_check: '{{ ternary "True" "False" .Values.icloudpd.skip_check }}' + download_notifications: '{{ ternary "True" "False" .Values.icloudpd.download_notifications }}' + delete_notifications: '{{ ternary "True" "False" .Values.icloudpd.delete_notifications }}' + delete_accompanying: '{{ ternary "True" "False" .Values.icloudpd.delete_accompanying }}' + delete_empty_directories: '{{ ternary "True" "False" .Values.icloudpd.delete_empty_directories }}' + set_exif_datetime: '{{ ternary "True" "False" .Values.icloudpd.set_exif_datetime }}' + auto_delete: '{{ ternary "True" "False" .Values.icloudpd.auto_delete }}' + photo_size: "{{ .Values.icloudpd.photo_size }}" + skip_live_photos: '{{ ternary "True" "False" .Values.icloudpd.skip_live_photos }}' + live_photo_size: "{{ .Values.icloudpd.live_photo_size }}" + skip_videos: '{{ ternary "True" "False" .Values.icloudpd.skip_videos }}' + recent_only: '{{ ternary "" .Values.icloudpd.recent_only (eq 0 (int .Values.icloudpd.recent_only)) }}' + until_found: '{{ ternary "" .Values.icloudpd.until_found (eq 0 (int .Values.icloudpd.until_found)) }}' + photo_album: "{{ .Values.icloudpd.photo_album }}" + convert_heic_to_jpeg: '{{ ternary "True" "False" .Values.icloudpd.convert_heic_to_jpeg }}' + jpeg_quality: "{{ .Values.icloudpd.jpeg_quality }}" + icloud_china: '{{ ternary "True" "" .Values.icloudpd.icloud_china }}' + command_line_options: "{{ .Values.icloudpd.command_line_options }}" + notification_title: "{{ .Values.icloudpd.notification_title }}" + notification_type: "{{ .Values.icloudpd.notification_type }}" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +service: + main: + enabled: false + ports: + main: + enabled: false + +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /home/apps/iCloud + +portal: + open: + enabled: false diff --git a/stable/icloudpd/6.7.4/questions.yaml b/stable/icloudpd/6.7.6/questions.yaml similarity index 100% rename from stable/icloudpd/6.7.4/questions.yaml rename to stable/icloudpd/6.7.6/questions.yaml diff --git a/stable/impostor-server/8.7.3/templates/NOTES.txt b/stable/icloudpd/6.7.6/templates/NOTES.txt similarity index 100% rename from stable/impostor-server/8.7.3/templates/NOTES.txt rename to stable/icloudpd/6.7.6/templates/NOTES.txt diff --git a/stable/icloudpd/6.7.4/templates/common.yaml b/stable/icloudpd/6.7.6/templates/common.yaml similarity index 100% rename from stable/icloudpd/6.7.4/templates/common.yaml rename to stable/icloudpd/6.7.6/templates/common.yaml diff --git a/stable/imgpush/5.7.4/values.yaml b/stable/icloudpd/6.7.6/values.yaml similarity index 100% rename from stable/imgpush/5.7.4/values.yaml rename to stable/icloudpd/6.7.6/values.yaml diff --git a/stable/imgpush/5.7.4/CHANGELOG.md b/stable/imgpush/5.7.4/CHANGELOG.md deleted file mode 100644 index e2f48b2ac32..00000000000 --- a/stable/imgpush/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/imgpush/5.7.4/Chart.yaml b/stable/imgpush/5.7.4/Chart.yaml deleted file mode 100644 index e9e1445008b..00000000000 --- a/stable/imgpush/5.7.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). -home: https://truecharts.org/charts/stable/imgpush -icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png -keywords: - - imgpush - - Cloud - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: imgpush -sources: - - https://github.com/hauxir/imgpush - - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush - - https://hub.docker.com/r/hauxir/imgpush -type: application -version: 5.7.4 diff --git a/stable/imgpush/5.7.4/app-changelog.md b/stable/imgpush/5.7.4/app-changelog.md deleted file mode 100644 index 4c87cae02ea..00000000000 --- a/stable/imgpush/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/imgpush/5.7.4/charts/common-20.2.4.tgz b/stable/imgpush/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/imgpush/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/immich/14.2.4/.helmignore b/stable/imgpush/5.7.6/.helmignore similarity index 100% rename from stable/immich/14.2.4/.helmignore rename to stable/imgpush/5.7.6/.helmignore diff --git a/stable/imgpush/5.7.6/CHANGELOG.md b/stable/imgpush/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..cdac12ef1a4 --- /dev/null +++ b/stable/imgpush/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [imgpush-5.7.6](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [imgpush-5.7.5](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [imgpush-5.7.5](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [imgpush-5.7.5](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [imgpush-5.7.5](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/imgpush/5.7.6/Chart.yaml b/stable/imgpush/5.7.6/Chart.yaml new file mode 100644 index 00000000000..005f8bf1f4e --- /dev/null +++ b/stable/imgpush/5.7.6/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). +home: https://truecharts.org/charts/stable/imgpush +icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png +keywords: + - imgpush + - Cloud + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: imgpush +sources: + - https://github.com/hauxir/imgpush + - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush + - https://hub.docker.com/r/hauxir/imgpush +type: application +version: 5.7.6 diff --git a/stable/imgpush/5.7.4/README.md b/stable/imgpush/5.7.6/README.md similarity index 100% rename from stable/imgpush/5.7.4/README.md rename to stable/imgpush/5.7.6/README.md diff --git a/stable/imgpush/5.7.6/app-changelog.md b/stable/imgpush/5.7.6/app-changelog.md new file mode 100644 index 00000000000..ed6a480e511 --- /dev/null +++ b/stable/imgpush/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [imgpush-5.7.6](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/imgpush/5.7.4/app-readme.md b/stable/imgpush/5.7.6/app-readme.md similarity index 100% rename from stable/imgpush/5.7.4/app-readme.md rename to stable/imgpush/5.7.6/app-readme.md diff --git a/stable/imgpush/5.7.6/charts/common-20.2.10.tgz b/stable/imgpush/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/imgpush/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/imgpush/5.7.4/ix_values.yaml b/stable/imgpush/5.7.6/ix_values.yaml similarity index 100% rename from stable/imgpush/5.7.4/ix_values.yaml rename to stable/imgpush/5.7.6/ix_values.yaml diff --git a/stable/imgpush/5.7.4/questions.yaml b/stable/imgpush/5.7.6/questions.yaml similarity index 100% rename from stable/imgpush/5.7.4/questions.yaml rename to stable/imgpush/5.7.6/questions.yaml diff --git a/stable/imgpush/5.7.4/templates/common.yaml b/stable/imgpush/5.7.6/templates/common.yaml similarity index 100% rename from stable/imgpush/5.7.4/templates/common.yaml rename to stable/imgpush/5.7.6/templates/common.yaml diff --git a/stable/immich/14.2.4/values.yaml b/stable/imgpush/5.7.6/values.yaml similarity index 100% rename from stable/immich/14.2.4/values.yaml rename to stable/imgpush/5.7.6/values.yaml diff --git a/stable/immich/14.2.4/CHANGELOG.md b/stable/immich/14.2.4/CHANGELOG.md deleted file mode 100644 index 45705bdf900..00000000000 --- a/stable/immich/14.2.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [immich-14.2.4](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) - -- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) - -- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) - -### Feat - - - -- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) - - -## [immich-14.2.4](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) - -- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) - -- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) - -### Feat - - - -- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) - - -## [immich-14.2.4](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) - -- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) - -- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) - -### Feat - - - -- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) - - -## [immich-14.2.4](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) \ No newline at end of file diff --git a/stable/immich/14.2.4/Chart.yaml b/stable/immich/14.2.4/Chart.yaml deleted file mode 100644 index 660a06595f5..00000000000 --- a/stable/immich/14.2.4/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.99.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: High performance self-hosted photo and video backup solution. -home: https://truecharts.org/charts/stable/immich -icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png -keywords: - - photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: immich -sources: - - https://github.com/immich-app/immich - - https://github.com/truecharts/charts/tree/master/charts/stable/immich - - https://hub.docker.com/r/altran1502/immich-machine-learning - - https://hub.docker.com/r/altran1502/immich-server -type: application -version: 14.2.4 diff --git a/stable/immich/14.2.4/app-changelog.md b/stable/immich/14.2.4/app-changelog.md deleted file mode 100644 index 69766205457..00000000000 --- a/stable/immich/14.2.4/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [immich-14.2.4](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) - -- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) - -- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) - -### Feat - - - -- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) \ No newline at end of file diff --git a/stable/immich/14.2.4/charts/common-20.2.9.tgz b/stable/immich/14.2.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/immich/14.2.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/immich/14.2.4/ix_values.yaml b/stable/immich/14.2.4/ix_values.yaml deleted file mode 100644 index 3f09022a941..00000000000 --- a/stable/immich/14.2.4/ix_values.yaml +++ /dev/null @@ -1,149 +0,0 @@ -image: - repository: altran1502/immich-server - tag: v1.99.0@sha256:ad7a9828eb25e4f42ad17631bc81408b3fe464c4eec2300742af2e37acb4e8d6 - pullPolicy: IfNotPresent - -mlImage: - repository: altran1502/immich-machine-learning - pullPolicy: IfNotPresent - tag: v1.99.0@sha256:9a9d289a5fc894dad1aae6e49c09f39735846cda351e9f74879fcb0601437262 - -mlCudaImage: - repository: altran1502/immich-machine-learning - pullPolicy: IfNotPresent - tag: v1.99.0-cuda@sha256:f77dc68977d0c564135913d377aab444356c0c52b7aaacc527396129c022960c - -mlOpenvinoImage: - repository: altran1502/immich-machine-learning - pullPolicy: IfNotPresent - tag: v1.99.0-openvino@sha256:b33c569a7bec6894eaf683925669322e3fdd9fbc3ff0bc44c4b678dc546e334b - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -immich: - enable_ml: true - mlImageType: mlImage - log_level: log - -service: - main: - # Main service targets the server - targetSelector: main - ports: - main: - port: 10323 - protocol: http - targetSelector: main - microservices: - enabled: true - type: ClusterIP - targetSelector: microservices - ports: - microservices: - enabled: true - primary: true - port: 10004 - protocol: http - targetSelector: microservices - machinelearning: - enabled: true - type: ClusterIP - targetSelector: machinelearning - ports: - machinelearning: - enabled: true - primary: true - port: 10003 - protocol: http - targetSelector: machinelearning - -persistence: - mlcache: - enabled: true - type: emptyDir - targetSelector: - machinelearning: - machinelearning: - mountPath: /mlcache - microcache: - enabled: true - type: emptyDir - targetSelector: - microservices: - microservices: - mountPath: /microcache - library: - enabled: true - mountPath: /usr/src/app/upload/library - targetSelector: - # Main pod/container is server - main: - main: {} - microservices: - microservices: {} - uploads: - enabled: true - mountPath: /usr/src/app/upload/upload - targetSelector: - # Main pod/container is server - main: - main: {} - microservices: - microservices: {} - thumbs: - enabled: true - mountPath: /usr/src/app/upload/thumbs - targetSelector: - # Main pod/container is server - main: - main: {} - microservices: - microservices: {} - profile: - enabled: true - mountPath: /usr/src/app/upload/profile - targetSelector: - # Main pod/container is server - main: - main: {} - microservices: - microservices: {} - video: - enabled: true - mountPath: /usr/src/app/upload/encoded-video - targetSelector: - # Main pod/container is server - main: - main: {} - microservices: - microservices: {} - -cnpg: - main: - enabled: true - user: immich - database: immich - type: vectors - cluster: - initdb: - postInitApplicationSQL: - - CREATE EXTENSION IF NOT EXISTS cube; - - CREATE EXTENSION IF NOT EXISTS earthdistance; - - CREATE SCHEMA IF NOT EXISTS vectors; - - ALTER DATABASE immich SET search_path TO "immich", public, vectors; - - SET search_path TO "immich", public, vectors; - - GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC; - - ALTER SCHEMA vectors OWNER TO immich; - -redis: - enabled: true - redisUsername: default - -portal: - open: - enabled: true diff --git a/stable/import-ics/5.7.3/.helmignore b/stable/immich/14.6.1/.helmignore similarity index 100% rename from stable/import-ics/5.7.3/.helmignore rename to stable/immich/14.6.1/.helmignore diff --git a/stable/immich/14.6.1/CHANGELOG.md b/stable/immich/14.6.1/CHANGELOG.md new file mode 100644 index 00000000000..3a8f62cb646 --- /dev/null +++ b/stable/immich/14.6.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [immich-14.6.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.6.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update immich to v1.100.0[@647bbab](https://github.com/647bbab) by renovate (minor) ([#19938](https://github.com/truecharts/charts/issues/19938)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) + +- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) + +- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) + +### Feat + + + +- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) + + +## [immich-14.6.0](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.6.0) (2024-03-30) + +### Chore + + + +- update immich to v1.100.0[@647bbab](https://github.com/647bbab) by renovate (minor) ([#19938](https://github.com/truecharts/charts/issues/19938)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) + +- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) + +- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) + +### Feat + + + +- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) + + +## [immich-14.6.0](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.6.0) (2024-03-30) + +### Chore + + + +- update immich to v1.100.0[@647bbab](https://github.com/647bbab) by renovate (minor) ([#19938](https://github.com/truecharts/charts/issues/19938)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) + +- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) + +- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) + +### Feat + + + +- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) + + +## [immich-14.6.0](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.6.0) (2024-03-30) \ No newline at end of file diff --git a/stable/immich/14.6.1/Chart.yaml b/stable/immich/14.6.1/Chart.yaml new file mode 100644 index 00000000000..ef6376fa724 --- /dev/null +++ b/stable/immich/14.6.1/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.100.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: High performance self-hosted photo and video backup solution. +home: https://truecharts.org/charts/stable/immich +icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png +keywords: + - photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: immich +sources: + - https://github.com/immich-app/immich + - https://github.com/truecharts/charts/tree/master/charts/stable/immich + - https://hub.docker.com/r/altran1502/immich-machine-learning + - https://hub.docker.com/r/altran1502/immich-server +type: application +version: 14.6.1 diff --git a/stable/immich/14.2.4/LICENSE b/stable/immich/14.6.1/LICENSE similarity index 100% rename from stable/immich/14.2.4/LICENSE rename to stable/immich/14.6.1/LICENSE diff --git a/stable/immich/14.2.4/README.md b/stable/immich/14.6.1/README.md similarity index 100% rename from stable/immich/14.2.4/README.md rename to stable/immich/14.6.1/README.md diff --git a/stable/immich/14.6.1/app-changelog.md b/stable/immich/14.6.1/app-changelog.md new file mode 100644 index 00000000000..9225237dbe0 --- /dev/null +++ b/stable/immich/14.6.1/app-changelog.md @@ -0,0 +1,31 @@ + + +## [immich-14.6.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.6.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update immich to v1.100.0[@647bbab](https://github.com/647bbab) by renovate (minor) ([#19938](https://github.com/truecharts/charts/issues/19938)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576)) + +- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408)) + +- new logo ([#19645](https://github.com/truecharts/charts/issues/19645)) + +### Feat + + + +- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563)) \ No newline at end of file diff --git a/stable/immich/14.2.4/app-readme.md b/stable/immich/14.6.1/app-readme.md similarity index 100% rename from stable/immich/14.2.4/app-readme.md rename to stable/immich/14.6.1/app-readme.md diff --git a/stable/immich/14.6.1/charts/common-20.2.10.tgz b/stable/immich/14.6.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/immich/14.6.1/charts/common-20.2.10.tgz differ diff --git a/stable/immich/14.2.4/charts/redis-13.2.2.tgz b/stable/immich/14.6.1/charts/redis-13.2.2.tgz similarity index 100% rename from stable/immich/14.2.4/charts/redis-13.2.2.tgz rename to stable/immich/14.6.1/charts/redis-13.2.2.tgz diff --git a/stable/immich/14.6.1/ix_values.yaml b/stable/immich/14.6.1/ix_values.yaml new file mode 100644 index 00000000000..79326003bf2 --- /dev/null +++ b/stable/immich/14.6.1/ix_values.yaml @@ -0,0 +1,149 @@ +image: + repository: altran1502/immich-server + tag: v1.100.0@sha256:d603fd34d587cbf0c99442bb44da395450157d5eb7dec40d2d1d16f2cfdb988b + pullPolicy: IfNotPresent + +mlImage: + repository: altran1502/immich-machine-learning + pullPolicy: IfNotPresent + tag: v1.100.0@sha256:612e8856ad92f5915ececd5a67b76b7218f0fe4e41c72fcf1675bee76802294b + +mlCudaImage: + repository: altran1502/immich-machine-learning + pullPolicy: IfNotPresent + tag: v1.100.0-cuda@sha256:31857f78f1b8b596815dbb85bb1f3b15390c94627567d0894564321696d9fa95 + +mlOpenvinoImage: + repository: altran1502/immich-machine-learning + pullPolicy: IfNotPresent + tag: v1.100.0-openvino@sha256:647bbab815163472d2b7e70a6308fc284350a0dab5ce46243fdf29fc31b8c6f0 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +immich: + enable_ml: true + mlImageType: mlImage + log_level: log + +service: + main: + # Main service targets the server + targetSelector: main + ports: + main: + port: 10323 + protocol: http + targetSelector: main + microservices: + enabled: true + type: ClusterIP + targetSelector: microservices + ports: + microservices: + enabled: true + primary: true + port: 10004 + protocol: http + targetSelector: microservices + machinelearning: + enabled: true + type: ClusterIP + targetSelector: machinelearning + ports: + machinelearning: + enabled: true + primary: true + port: 10003 + protocol: http + targetSelector: machinelearning + +persistence: + mlcache: + enabled: true + type: emptyDir + targetSelector: + machinelearning: + machinelearning: + mountPath: /mlcache + microcache: + enabled: true + type: emptyDir + targetSelector: + microservices: + microservices: + mountPath: /microcache + library: + enabled: true + mountPath: /usr/src/app/upload/library + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} + uploads: + enabled: true + mountPath: /usr/src/app/upload/upload + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} + thumbs: + enabled: true + mountPath: /usr/src/app/upload/thumbs + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} + profile: + enabled: true + mountPath: /usr/src/app/upload/profile + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} + video: + enabled: true + mountPath: /usr/src/app/upload/encoded-video + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} + +cnpg: + main: + enabled: true + user: immich + database: immich + type: vectors + cluster: + initdb: + postInitApplicationSQL: + - CREATE EXTENSION IF NOT EXISTS cube; + - CREATE EXTENSION IF NOT EXISTS earthdistance; + - CREATE SCHEMA IF NOT EXISTS vectors; + - ALTER DATABASE immich SET search_path TO "immich", public, vectors; + - SET search_path TO "immich", public, vectors; + - GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC; + - ALTER SCHEMA vectors OWNER TO immich; + +redis: + enabled: true + redisUsername: default + +portal: + open: + enabled: true diff --git a/stable/immich/14.2.4/questions.yaml b/stable/immich/14.6.1/questions.yaml similarity index 100% rename from stable/immich/14.2.4/questions.yaml rename to stable/immich/14.6.1/questions.yaml diff --git a/stable/immich/14.2.4/templates/NOTES.txt b/stable/immich/14.6.1/templates/NOTES.txt similarity index 100% rename from stable/immich/14.2.4/templates/NOTES.txt rename to stable/immich/14.6.1/templates/NOTES.txt diff --git a/stable/immich/14.2.4/templates/_config.tpl b/stable/immich/14.6.1/templates/_config.tpl similarity index 100% rename from stable/immich/14.2.4/templates/_config.tpl rename to stable/immich/14.6.1/templates/_config.tpl diff --git a/stable/immich/14.2.4/templates/_machinelearning.tpl b/stable/immich/14.6.1/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/14.2.4/templates/_machinelearning.tpl rename to stable/immich/14.6.1/templates/_machinelearning.tpl diff --git a/stable/immich/14.2.4/templates/_microservices.tpl b/stable/immich/14.6.1/templates/_microservices.tpl similarity index 100% rename from stable/immich/14.2.4/templates/_microservices.tpl rename to stable/immich/14.6.1/templates/_microservices.tpl diff --git a/stable/immich/14.2.4/templates/_server.tpl b/stable/immich/14.6.1/templates/_server.tpl similarity index 100% rename from stable/immich/14.2.4/templates/_server.tpl rename to stable/immich/14.6.1/templates/_server.tpl diff --git a/stable/immich/14.2.4/templates/_wait.tpl b/stable/immich/14.6.1/templates/_wait.tpl similarity index 100% rename from stable/immich/14.2.4/templates/_wait.tpl rename to stable/immich/14.6.1/templates/_wait.tpl diff --git a/stable/immich/14.2.4/templates/common.yaml b/stable/immich/14.6.1/templates/common.yaml similarity index 100% rename from stable/immich/14.2.4/templates/common.yaml rename to stable/immich/14.6.1/templates/common.yaml diff --git a/stable/import-ics/5.7.3/values.yaml b/stable/immich/14.6.1/values.yaml similarity index 100% rename from stable/import-ics/5.7.3/values.yaml rename to stable/immich/14.6.1/values.yaml diff --git a/stable/import-ics/5.7.3/CHANGELOG.md b/stable/import-ics/5.7.3/CHANGELOG.md deleted file mode 100644 index ec824bacc1e..00000000000 --- a/stable/import-ics/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/import-ics/5.7.3/Chart.yaml b/stable/import-ics/5.7.3/Chart.yaml deleted file mode 100644 index 6bd68c69452..00000000000 --- a/stable/import-ics/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. -home: https://truecharts.org/charts/stable/import-ics -icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png -keywords: - - import-ics - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: import-ics -sources: - - https://github.com/Vilhjalmr26/import_ics - - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics - - https://hub.docker.com/r/vilhjalmr26/import_ics -type: application -version: 5.7.3 diff --git a/stable/import-ics/5.7.3/app-changelog.md b/stable/import-ics/5.7.3/app-changelog.md deleted file mode 100644 index 33cc46e8a6c..00000000000 --- a/stable/import-ics/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/import-ics/5.7.3/charts/common-20.2.4.tgz b/stable/import-ics/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/import-ics/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/impostor-server/8.7.3/.helmignore b/stable/import-ics/5.7.5/.helmignore similarity index 100% rename from stable/impostor-server/8.7.3/.helmignore rename to stable/import-ics/5.7.5/.helmignore diff --git a/stable/import-ics/5.7.5/CHANGELOG.md b/stable/import-ics/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..890d1e17cb0 --- /dev/null +++ b/stable/import-ics/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [import-ics-5.7.5](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [import-ics-5.7.4](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [import-ics-5.7.4](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [import-ics-5.7.4](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [import-ics-5.7.4](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [import-ics-5.7.4](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/import-ics/5.7.5/Chart.yaml b/stable/import-ics/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7de79c30028 --- /dev/null +++ b/stable/import-ics/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. +home: https://truecharts.org/charts/stable/import-ics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png +keywords: + - import-ics + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: import-ics +sources: + - https://github.com/Vilhjalmr26/import_ics + - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics + - https://hub.docker.com/r/vilhjalmr26/import_ics +type: application +version: 5.7.5 diff --git a/stable/import-ics/5.7.3/README.md b/stable/import-ics/5.7.5/README.md similarity index 100% rename from stable/import-ics/5.7.3/README.md rename to stable/import-ics/5.7.5/README.md diff --git a/stable/import-ics/5.7.5/app-changelog.md b/stable/import-ics/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e36d44c9e05 --- /dev/null +++ b/stable/import-ics/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [import-ics-5.7.5](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/import-ics/5.7.3/app-readme.md b/stable/import-ics/5.7.5/app-readme.md similarity index 100% rename from stable/import-ics/5.7.3/app-readme.md rename to stable/import-ics/5.7.5/app-readme.md diff --git a/stable/import-ics/5.7.5/charts/common-20.2.10.tgz b/stable/import-ics/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/import-ics/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/import-ics/5.7.3/ix_values.yaml b/stable/import-ics/5.7.5/ix_values.yaml similarity index 100% rename from stable/import-ics/5.7.3/ix_values.yaml rename to stable/import-ics/5.7.5/ix_values.yaml diff --git a/stable/import-ics/5.7.3/questions.yaml b/stable/import-ics/5.7.5/questions.yaml similarity index 100% rename from stable/import-ics/5.7.3/questions.yaml rename to stable/import-ics/5.7.5/questions.yaml diff --git a/stable/import-ics/5.7.3/templates/common.yaml b/stable/import-ics/5.7.5/templates/common.yaml similarity index 100% rename from stable/import-ics/5.7.3/templates/common.yaml rename to stable/import-ics/5.7.5/templates/common.yaml diff --git a/stable/impostor-server/8.7.3/values.yaml b/stable/import-ics/5.7.5/values.yaml similarity index 100% rename from stable/impostor-server/8.7.3/values.yaml rename to stable/import-ics/5.7.5/values.yaml diff --git a/stable/impostor-server/8.7.3/CHANGELOG.md b/stable/impostor-server/8.7.3/CHANGELOG.md deleted file mode 100644 index 432575d5f70..00000000000 --- a/stable/impostor-server/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/impostor-server/8.7.3/Chart.yaml b/stable/impostor-server/8.7.3/Chart.yaml deleted file mode 100644 index 64118c448eb..00000000000 --- a/stable/impostor-server/8.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A private Among Us server -home: https://truecharts.org/charts/stable/impostor-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png -keywords: - - impostor-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: impostor-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server - - https://hub.docker.com/r/aeonlucid/impostor -type: application -version: 8.7.3 diff --git a/stable/impostor-server/8.7.3/app-changelog.md b/stable/impostor-server/8.7.3/app-changelog.md deleted file mode 100644 index ef32de4b3f0..00000000000 --- a/stable/impostor-server/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz b/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/inkscape-desktop-g3/5.7.3/.helmignore b/stable/impostor-server/8.7.5/.helmignore similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/.helmignore rename to stable/impostor-server/8.7.5/.helmignore diff --git a/stable/impostor-server/8.7.5/CHANGELOG.md b/stable/impostor-server/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..33e7c40e91b --- /dev/null +++ b/stable/impostor-server/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [impostor-server-8.7.5](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [impostor-server-8.7.4](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [impostor-server-8.7.4](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [impostor-server-8.7.4](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [impostor-server-8.7.4](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [impostor-server-8.7.4](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/impostor-server/8.7.5/Chart.yaml b/stable/impostor-server/8.7.5/Chart.yaml new file mode 100644 index 00000000000..35a0a0b639c --- /dev/null +++ b/stable/impostor-server/8.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private Among Us server +home: https://truecharts.org/charts/stable/impostor-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png +keywords: + - impostor-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: impostor-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server + - https://hub.docker.com/r/aeonlucid/impostor +type: application +version: 8.7.5 diff --git a/stable/impostor-server/8.7.3/README.md b/stable/impostor-server/8.7.5/README.md similarity index 100% rename from stable/impostor-server/8.7.3/README.md rename to stable/impostor-server/8.7.5/README.md diff --git a/stable/impostor-server/8.7.5/app-changelog.md b/stable/impostor-server/8.7.5/app-changelog.md new file mode 100644 index 00000000000..f1a0abef67a --- /dev/null +++ b/stable/impostor-server/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [impostor-server-8.7.5](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/impostor-server/8.7.3/app-readme.md b/stable/impostor-server/8.7.5/app-readme.md similarity index 100% rename from stable/impostor-server/8.7.3/app-readme.md rename to stable/impostor-server/8.7.5/app-readme.md diff --git a/stable/impostor-server/8.7.5/charts/common-20.2.10.tgz b/stable/impostor-server/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/impostor-server/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/impostor-server/8.7.3/ix_values.yaml b/stable/impostor-server/8.7.5/ix_values.yaml similarity index 100% rename from stable/impostor-server/8.7.3/ix_values.yaml rename to stable/impostor-server/8.7.5/ix_values.yaml diff --git a/stable/impostor-server/8.7.3/questions.yaml b/stable/impostor-server/8.7.5/questions.yaml similarity index 100% rename from stable/impostor-server/8.7.3/questions.yaml rename to stable/impostor-server/8.7.5/questions.yaml diff --git a/stable/ipfs/10.8.3/templates/NOTES.txt b/stable/impostor-server/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/ipfs/10.8.3/templates/NOTES.txt rename to stable/impostor-server/8.7.5/templates/NOTES.txt diff --git a/stable/impostor-server/8.7.3/templates/common.yaml b/stable/impostor-server/8.7.5/templates/common.yaml similarity index 100% rename from stable/impostor-server/8.7.3/templates/common.yaml rename to stable/impostor-server/8.7.5/templates/common.yaml diff --git a/stable/inkscape-desktop-g3/5.7.3/values.yaml b/stable/impostor-server/8.7.5/values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/values.yaml rename to stable/impostor-server/8.7.5/values.yaml diff --git a/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md b/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md deleted file mode 100644 index c9a8b85c44f..00000000000 --- a/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/inkscape-desktop-g3/5.7.3/Chart.yaml b/stable/inkscape-desktop-g3/5.7.3/Chart.yaml deleted file mode 100644 index 36587c55f1a..00000000000 --- a/stable/inkscape-desktop-g3/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/inkscape-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png -keywords: - - inkscape-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: inkscape-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 -type: application -version: 5.7.3 diff --git a/stable/inkscape-desktop-g3/5.7.3/app-changelog.md b/stable/inkscape-desktop-g3/5.7.3/app-changelog.md deleted file mode 100644 index 7b6e3d26611..00000000000 --- a/stable/inkscape-desktop-g3/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/insurgencysandstorm/5.7.3/.helmignore b/stable/inkscape-desktop-g3/5.7.5/.helmignore similarity index 100% rename from stable/insurgencysandstorm/5.7.3/.helmignore rename to stable/inkscape-desktop-g3/5.7.5/.helmignore diff --git a/stable/inkscape-desktop-g3/5.7.5/CHANGELOG.md b/stable/inkscape-desktop-g3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6b079afbfe2 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [inkscape-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) + + +## [inkscape-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) + + +## [inkscape-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) + + +## [inkscape-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) + + +## [inkscape-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/inkscape-desktop-g3/5.7.5/Chart.yaml b/stable/inkscape-desktop-g3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e88b2873a5c --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/inkscape-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png +keywords: + - inkscape-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: inkscape-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 +type: application +version: 5.7.5 diff --git a/stable/inkscape-desktop-g3/5.7.3/README.md b/stable/inkscape-desktop-g3/5.7.5/README.md similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/README.md rename to stable/inkscape-desktop-g3/5.7.5/README.md diff --git a/stable/inkscape-desktop-g3/5.7.5/app-changelog.md b/stable/inkscape-desktop-g3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0fcfd360fcd --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [inkscape-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214)) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.7.3/app-readme.md b/stable/inkscape-desktop-g3/5.7.5/app-readme.md similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/app-readme.md rename to stable/inkscape-desktop-g3/5.7.5/app-readme.md diff --git a/stable/inkscape-desktop-g3/5.7.5/charts/common-20.2.10.tgz b/stable/inkscape-desktop-g3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/inkscape-desktop-g3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/inkscape-desktop-g3/5.7.3/ix_values.yaml b/stable/inkscape-desktop-g3/5.7.5/ix_values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/ix_values.yaml rename to stable/inkscape-desktop-g3/5.7.5/ix_values.yaml diff --git a/stable/inkscape-desktop-g3/5.7.3/questions.yaml b/stable/inkscape-desktop-g3/5.7.5/questions.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/questions.yaml rename to stable/inkscape-desktop-g3/5.7.5/questions.yaml diff --git a/stable/inkscape-desktop-g3/5.7.3/templates/common.yaml b/stable/inkscape-desktop-g3/5.7.5/templates/common.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.7.3/templates/common.yaml rename to stable/inkscape-desktop-g3/5.7.5/templates/common.yaml diff --git a/stable/insurgencysandstorm/5.7.3/values.yaml b/stable/inkscape-desktop-g3/5.7.5/values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.7.3/values.yaml rename to stable/inkscape-desktop-g3/5.7.5/values.yaml diff --git a/stable/insurgencysandstorm/5.7.3/CHANGELOG.md b/stable/insurgencysandstorm/5.7.3/CHANGELOG.md deleted file mode 100644 index d454cbdde49..00000000000 --- a/stable/insurgencysandstorm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/insurgencysandstorm/5.7.3/Chart.yaml b/stable/insurgencysandstorm/5.7.3/Chart.yaml deleted file mode 100644 index d7118caf151..00000000000 --- a/stable/insurgencysandstorm/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: insurgencysandstorm -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. -home: https://truecharts.org/charts/stable/insurgencysandstorm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png -keywords: - - insurgencysandstorm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: insurgencysandstorm -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/insurgencysandstorm/5.7.3/app-changelog.md b/stable/insurgencysandstorm/5.7.3/app-changelog.md deleted file mode 100644 index 303e4ecbbe2..00000000000 --- a/stable/insurgencysandstorm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz b/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/invidious/9.7.3/.helmignore b/stable/insurgencysandstorm/5.7.5/.helmignore similarity index 100% rename from stable/invidious/9.7.3/.helmignore rename to stable/insurgencysandstorm/5.7.5/.helmignore diff --git a/stable/insurgencysandstorm/5.7.5/CHANGELOG.md b/stable/insurgencysandstorm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2a3504103be --- /dev/null +++ b/stable/insurgencysandstorm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [insurgencysandstorm-5.7.5](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [insurgencysandstorm-5.7.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [insurgencysandstorm-5.7.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [insurgencysandstorm-5.7.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [insurgencysandstorm-5.7.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [insurgencysandstorm-5.7.4](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.7.5/Chart.yaml b/stable/insurgencysandstorm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..165e05d6c9e --- /dev/null +++ b/stable/insurgencysandstorm/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: insurgencysandstorm +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. +home: https://truecharts.org/charts/stable/insurgencysandstorm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png +keywords: + - insurgencysandstorm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: insurgencysandstorm +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/insurgencysandstorm/5.7.3/README.md b/stable/insurgencysandstorm/5.7.5/README.md similarity index 100% rename from stable/insurgencysandstorm/5.7.3/README.md rename to stable/insurgencysandstorm/5.7.5/README.md diff --git a/stable/insurgencysandstorm/5.7.5/app-changelog.md b/stable/insurgencysandstorm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..25a9eca1be5 --- /dev/null +++ b/stable/insurgencysandstorm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [insurgencysandstorm-5.7.5](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.7.3/app-readme.md b/stable/insurgencysandstorm/5.7.5/app-readme.md similarity index 100% rename from stable/insurgencysandstorm/5.7.3/app-readme.md rename to stable/insurgencysandstorm/5.7.5/app-readme.md diff --git a/stable/insurgencysandstorm/5.7.5/charts/common-20.2.10.tgz b/stable/insurgencysandstorm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/insurgencysandstorm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/insurgencysandstorm/5.7.3/ix_values.yaml b/stable/insurgencysandstorm/5.7.5/ix_values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.7.3/ix_values.yaml rename to stable/insurgencysandstorm/5.7.5/ix_values.yaml diff --git a/stable/insurgencysandstorm/5.7.3/questions.yaml b/stable/insurgencysandstorm/5.7.5/questions.yaml similarity index 100% rename from stable/insurgencysandstorm/5.7.3/questions.yaml rename to stable/insurgencysandstorm/5.7.5/questions.yaml diff --git a/stable/insurgencysandstorm/5.7.3/templates/common.yaml b/stable/insurgencysandstorm/5.7.5/templates/common.yaml similarity index 100% rename from stable/insurgencysandstorm/5.7.3/templates/common.yaml rename to stable/insurgencysandstorm/5.7.5/templates/common.yaml diff --git a/stable/invidious/9.7.3/values.yaml b/stable/insurgencysandstorm/5.7.5/values.yaml similarity index 100% rename from stable/invidious/9.7.3/values.yaml rename to stable/insurgencysandstorm/5.7.5/values.yaml diff --git a/stable/invidious/9.7.3/CHANGELOG.md b/stable/invidious/9.7.3/CHANGELOG.md deleted file mode 100644 index aabb411c329..00000000000 --- a/stable/invidious/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/invidious/9.7.3/Chart.yaml b/stable/invidious/9.7.3/Chart.yaml deleted file mode 100644 index c002ac23618..00000000000 --- a/stable/invidious/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source alternative front-end to YouTube. -home: https://truecharts.org/charts/stable/invidious -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png -keywords: - - invidious - - youtube - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: invidious -sources: - - https://github.com/iv-org/invidious - - https://docs.invidious.io/installation/#docker - - https://github.com/truecharts/charts/tree/master/charts/stable/invidious - - https://quay.io/invidious/invidious -type: application -version: 9.7.3 diff --git a/stable/invidious/9.7.3/app-changelog.md b/stable/invidious/9.7.3/app-changelog.md deleted file mode 100644 index 0c0b853e623..00000000000 --- a/stable/invidious/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/invidious/9.7.3/charts/common-20.2.4.tgz b/stable/invidious/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/invidious/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/invitarr/5.7.3/.helmignore b/stable/invidious/9.7.5/.helmignore similarity index 100% rename from stable/invitarr/5.7.3/.helmignore rename to stable/invidious/9.7.5/.helmignore diff --git a/stable/invidious/9.7.5/CHANGELOG.md b/stable/invidious/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..59c6be5a720 --- /dev/null +++ b/stable/invidious/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invidious-9.7.5](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invidious-9.7.4](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invidious-9.7.4](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invidious-9.7.4](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invidious-9.7.4](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invidious-9.7.4](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/invidious/9.7.5/Chart.yaml b/stable/invidious/9.7.5/Chart.yaml new file mode 100644 index 00000000000..7542c12c1e0 --- /dev/null +++ b/stable/invidious/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source alternative front-end to YouTube. +home: https://truecharts.org/charts/stable/invidious +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png +keywords: + - invidious + - youtube + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invidious +sources: + - https://github.com/iv-org/invidious + - https://docs.invidious.io/installation/#docker + - https://github.com/truecharts/charts/tree/master/charts/stable/invidious + - https://quay.io/invidious/invidious +type: application +version: 9.7.5 diff --git a/stable/invidious/9.7.3/README.md b/stable/invidious/9.7.5/README.md similarity index 100% rename from stable/invidious/9.7.3/README.md rename to stable/invidious/9.7.5/README.md diff --git a/stable/invidious/9.7.5/app-changelog.md b/stable/invidious/9.7.5/app-changelog.md new file mode 100644 index 00000000000..95c1ceee87b --- /dev/null +++ b/stable/invidious/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [invidious-9.7.5](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/invidious/9.7.3/app-readme.md b/stable/invidious/9.7.5/app-readme.md similarity index 100% rename from stable/invidious/9.7.3/app-readme.md rename to stable/invidious/9.7.5/app-readme.md diff --git a/stable/invidious/9.7.5/charts/common-20.2.10.tgz b/stable/invidious/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/invidious/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/invidious/9.7.3/ix_values.yaml b/stable/invidious/9.7.5/ix_values.yaml similarity index 100% rename from stable/invidious/9.7.3/ix_values.yaml rename to stable/invidious/9.7.5/ix_values.yaml diff --git a/stable/invidious/9.7.3/questions.yaml b/stable/invidious/9.7.5/questions.yaml similarity index 100% rename from stable/invidious/9.7.3/questions.yaml rename to stable/invidious/9.7.5/questions.yaml diff --git a/stable/invidious/9.7.3/templates/_config.tpl b/stable/invidious/9.7.5/templates/_config.tpl similarity index 100% rename from stable/invidious/9.7.3/templates/_config.tpl rename to stable/invidious/9.7.5/templates/_config.tpl diff --git a/stable/invidious/9.7.3/templates/common.yaml b/stable/invidious/9.7.5/templates/common.yaml similarity index 100% rename from stable/invidious/9.7.3/templates/common.yaml rename to stable/invidious/9.7.5/templates/common.yaml diff --git a/stable/invitarr/5.7.3/values.yaml b/stable/invidious/9.7.5/values.yaml similarity index 100% rename from stable/invitarr/5.7.3/values.yaml rename to stable/invidious/9.7.5/values.yaml diff --git a/stable/invitarr/5.7.3/CHANGELOG.md b/stable/invitarr/5.7.3/CHANGELOG.md deleted file mode 100644 index f69c8300fb9..00000000000 --- a/stable/invitarr/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/invitarr/5.7.3/Chart.yaml b/stable/invitarr/5.7.3/Chart.yaml deleted file mode 100644 index a26a28e2453..00000000000 --- a/stable/invitarr/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A chatbot that invites discord users to plex. -home: https://truecharts.org/charts/stable/invitarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png -keywords: - - invitarr - - home-automation - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: invitarr -sources: - - https://github.com/Sleepingpirates/Invitarr - - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr - - https://hub.docker.com/r/piratify/invitarr -type: application -version: 5.7.3 diff --git a/stable/invitarr/5.7.3/app-changelog.md b/stable/invitarr/5.7.3/app-changelog.md deleted file mode 100644 index 32932a87ac4..00000000000 --- a/stable/invitarr/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/invitarr/5.7.3/charts/common-20.2.4.tgz b/stable/invitarr/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/invitarr/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ipfs/10.8.3/.helmignore b/stable/invitarr/5.7.5/.helmignore similarity index 100% rename from stable/ipfs/10.8.3/.helmignore rename to stable/invitarr/5.7.5/.helmignore diff --git a/stable/invitarr/5.7.5/CHANGELOG.md b/stable/invitarr/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d8f92fcc56 --- /dev/null +++ b/stable/invitarr/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invitarr-5.7.5](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invitarr-5.7.4](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invitarr-5.7.4](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invitarr-5.7.4](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invitarr-5.7.4](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [invitarr-5.7.4](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/invitarr/5.7.5/Chart.yaml b/stable/invitarr/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2a909c786a6 --- /dev/null +++ b/stable/invitarr/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A chatbot that invites discord users to plex. +home: https://truecharts.org/charts/stable/invitarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png +keywords: + - invitarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invitarr +sources: + - https://github.com/Sleepingpirates/Invitarr + - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr + - https://hub.docker.com/r/piratify/invitarr +type: application +version: 5.7.5 diff --git a/stable/invitarr/5.7.3/README.md b/stable/invitarr/5.7.5/README.md similarity index 100% rename from stable/invitarr/5.7.3/README.md rename to stable/invitarr/5.7.5/README.md diff --git a/stable/invitarr/5.7.5/app-changelog.md b/stable/invitarr/5.7.5/app-changelog.md new file mode 100644 index 00000000000..3cc1c674f72 --- /dev/null +++ b/stable/invitarr/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [invitarr-5.7.5](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/invitarr/5.7.3/app-readme.md b/stable/invitarr/5.7.5/app-readme.md similarity index 100% rename from stable/invitarr/5.7.3/app-readme.md rename to stable/invitarr/5.7.5/app-readme.md diff --git a/stable/invitarr/5.7.5/charts/common-20.2.10.tgz b/stable/invitarr/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/invitarr/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/invitarr/5.7.3/ix_values.yaml b/stable/invitarr/5.7.5/ix_values.yaml similarity index 100% rename from stable/invitarr/5.7.3/ix_values.yaml rename to stable/invitarr/5.7.5/ix_values.yaml diff --git a/stable/invitarr/5.7.3/questions.yaml b/stable/invitarr/5.7.5/questions.yaml similarity index 100% rename from stable/invitarr/5.7.3/questions.yaml rename to stable/invitarr/5.7.5/questions.yaml diff --git a/stable/invitarr/5.7.3/templates/common.yaml b/stable/invitarr/5.7.5/templates/common.yaml similarity index 100% rename from stable/invitarr/5.7.3/templates/common.yaml rename to stable/invitarr/5.7.5/templates/common.yaml diff --git a/stable/ipfs/10.8.3/values.yaml b/stable/invitarr/5.7.5/values.yaml similarity index 100% rename from stable/ipfs/10.8.3/values.yaml rename to stable/invitarr/5.7.5/values.yaml diff --git a/stable/ipfs/10.8.3/CHANGELOG.md b/stable/ipfs/10.8.3/CHANGELOG.md deleted file mode 100644 index ced0d99b1d7..00000000000 --- a/stable/ipfs/10.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ipfs/10.8.3/Chart.yaml b/stable/ipfs/10.8.3/Chart.yaml deleted file mode 100644 index 666acb8e5fa..00000000000 --- a/stable/ipfs/10.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: storage - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.27.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. -home: https://truecharts.org/charts/stable/ipfs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png -keywords: - - ipfs - - kubo -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ipfs -sources: - - https://github.com/ipfs/kubo - - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - - https://hub.docker.com/r/ipfs/kubo -type: application -version: 10.8.3 diff --git a/stable/ipfs/10.8.3/app-changelog.md b/stable/ipfs/10.8.3/app-changelog.md deleted file mode 100644 index ced9f390eed..00000000000 --- a/stable/ipfs/10.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ipfs/10.8.3/charts/common-20.2.4.tgz b/stable/ipfs/10.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ipfs/10.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ipmi-tools/6.7.3/.helmignore b/stable/ipfs/10.8.5/.helmignore similarity index 100% rename from stable/ipmi-tools/6.7.3/.helmignore rename to stable/ipfs/10.8.5/.helmignore diff --git a/stable/ipfs/10.8.5/CHANGELOG.md b/stable/ipfs/10.8.5/CHANGELOG.md new file mode 100644 index 00000000000..91b8cb2a808 --- /dev/null +++ b/stable/ipfs/10.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipfs-10.8.5](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipfs-10.8.4](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipfs-10.8.4](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipfs-10.8.4](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipfs-10.8.4](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipfs-10.8.4](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ipfs/10.8.5/Chart.yaml b/stable/ipfs/10.8.5/Chart.yaml new file mode 100644 index 00000000000..0c18ee1bd1c --- /dev/null +++ b/stable/ipfs/10.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.27.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. +home: https://truecharts.org/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png +keywords: + - ipfs + - kubo +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipfs +sources: + - https://github.com/ipfs/kubo + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/ipfs/kubo +type: application +version: 10.8.5 diff --git a/stable/ipfs/10.8.3/README.md b/stable/ipfs/10.8.5/README.md similarity index 100% rename from stable/ipfs/10.8.3/README.md rename to stable/ipfs/10.8.5/README.md diff --git a/stable/ipfs/10.8.5/app-changelog.md b/stable/ipfs/10.8.5/app-changelog.md new file mode 100644 index 00000000000..4cf7199b0e1 --- /dev/null +++ b/stable/ipfs/10.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ipfs-10.8.5](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ipfs/10.8.3/app-readme.md b/stable/ipfs/10.8.5/app-readme.md similarity index 100% rename from stable/ipfs/10.8.3/app-readme.md rename to stable/ipfs/10.8.5/app-readme.md diff --git a/stable/ipfs/10.8.5/charts/common-20.2.10.tgz b/stable/ipfs/10.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ipfs/10.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/ipfs/10.8.3/ix_values.yaml b/stable/ipfs/10.8.5/ix_values.yaml similarity index 100% rename from stable/ipfs/10.8.3/ix_values.yaml rename to stable/ipfs/10.8.5/ix_values.yaml diff --git a/stable/ipfs/10.8.3/questions.yaml b/stable/ipfs/10.8.5/questions.yaml similarity index 100% rename from stable/ipfs/10.8.3/questions.yaml rename to stable/ipfs/10.8.5/questions.yaml diff --git a/stable/ipmi-tools/6.7.3/templates/NOTES.txt b/stable/ipfs/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/ipmi-tools/6.7.3/templates/NOTES.txt rename to stable/ipfs/10.8.5/templates/NOTES.txt diff --git a/stable/ipfs/10.8.3/templates/common.yaml b/stable/ipfs/10.8.5/templates/common.yaml similarity index 100% rename from stable/ipfs/10.8.3/templates/common.yaml rename to stable/ipfs/10.8.5/templates/common.yaml diff --git a/stable/ipmi-tools/6.7.3/values.yaml b/stable/ipfs/10.8.5/values.yaml similarity index 100% rename from stable/ipmi-tools/6.7.3/values.yaml rename to stable/ipfs/10.8.5/values.yaml diff --git a/stable/ipmi-tools/6.7.3/CHANGELOG.md b/stable/ipmi-tools/6.7.3/CHANGELOG.md deleted file mode 100644 index 1b3cb305754..00000000000 --- a/stable/ipmi-tools/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ipmi-tools/6.7.3/Chart.yaml b/stable/ipmi-tools/6.7.3/Chart.yaml deleted file mode 100644 index 29e6cd65cb2..00000000000 --- a/stable/ipmi-tools/6.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple WebGUI Fan controller for IPMI. -home: https://truecharts.org/charts/stable/ipmi-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png -keywords: - - ipmi-tools - - Productivity - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ipmi-tools -sources: - - https://github.com/EdwardChamberlain/IPMI-Fan-Controller - - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools - - https://hub.docker.com/r/edchamberlain/ipmi-tools -type: application -version: 6.7.3 diff --git a/stable/ipmi-tools/6.7.3/app-changelog.md b/stable/ipmi-tools/6.7.3/app-changelog.md deleted file mode 100644 index 2b81b9b68de..00000000000 --- a/stable/ipmi-tools/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz b/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.9.6/.helmignore b/stable/ipmi-tools/6.7.5/.helmignore similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/.helmignore rename to stable/ipmi-tools/6.7.5/.helmignore diff --git a/stable/ipmi-tools/6.7.5/CHANGELOG.md b/stable/ipmi-tools/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c78e976cd6a --- /dev/null +++ b/stable/ipmi-tools/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipmi-tools-6.7.5](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipmi-tools-6.7.4](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipmi-tools-6.7.4](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipmi-tools-6.7.4](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipmi-tools-6.7.4](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ipmi-tools-6.7.4](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ipmi-tools/6.7.5/Chart.yaml b/stable/ipmi-tools/6.7.5/Chart.yaml new file mode 100644 index 00000000000..44b74886704 --- /dev/null +++ b/stable/ipmi-tools/6.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple WebGUI Fan controller for IPMI. +home: https://truecharts.org/charts/stable/ipmi-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png +keywords: + - ipmi-tools + - Productivity + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipmi-tools +sources: + - https://github.com/EdwardChamberlain/IPMI-Fan-Controller + - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools + - https://hub.docker.com/r/edchamberlain/ipmi-tools +type: application +version: 6.7.5 diff --git a/stable/ipmi-tools/6.7.3/README.md b/stable/ipmi-tools/6.7.5/README.md similarity index 100% rename from stable/ipmi-tools/6.7.3/README.md rename to stable/ipmi-tools/6.7.5/README.md diff --git a/stable/ipmi-tools/6.7.5/app-changelog.md b/stable/ipmi-tools/6.7.5/app-changelog.md new file mode 100644 index 00000000000..088f06d0516 --- /dev/null +++ b/stable/ipmi-tools/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ipmi-tools-6.7.5](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ipmi-tools/6.7.3/app-readme.md b/stable/ipmi-tools/6.7.5/app-readme.md similarity index 100% rename from stable/ipmi-tools/6.7.3/app-readme.md rename to stable/ipmi-tools/6.7.5/app-readme.md diff --git a/stable/ipmi-tools/6.7.5/charts/common-20.2.10.tgz b/stable/ipmi-tools/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ipmi-tools/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ipmi-tools/6.7.3/ix_values.yaml b/stable/ipmi-tools/6.7.5/ix_values.yaml similarity index 100% rename from stable/ipmi-tools/6.7.3/ix_values.yaml rename to stable/ipmi-tools/6.7.5/ix_values.yaml diff --git a/stable/ipmi-tools/6.7.3/questions.yaml b/stable/ipmi-tools/6.7.5/questions.yaml similarity index 100% rename from stable/ipmi-tools/6.7.3/questions.yaml rename to stable/ipmi-tools/6.7.5/questions.yaml diff --git a/stable/ispy-agent-dvr/9.9.6/templates/NOTES.txt b/stable/ipmi-tools/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/templates/NOTES.txt rename to stable/ipmi-tools/6.7.5/templates/NOTES.txt diff --git a/stable/ipmi-tools/6.7.3/templates/common.yaml b/stable/ipmi-tools/6.7.5/templates/common.yaml similarity index 100% rename from stable/ipmi-tools/6.7.3/templates/common.yaml rename to stable/ipmi-tools/6.7.5/templates/common.yaml diff --git a/stable/ispy-agent-dvr/9.9.6/values.yaml b/stable/ipmi-tools/6.7.5/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/values.yaml rename to stable/ipmi-tools/6.7.5/values.yaml diff --git a/stable/ispy-agent-dvr/9.9.6/CHANGELOG.md b/stable/ispy-agent-dvr/9.9.6/CHANGELOG.md deleted file mode 100644 index 276a6ae7304..00000000000 --- a/stable/ispy-agent-dvr/9.9.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) - -- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) - -- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) - -- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) - -- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - diff --git a/stable/ispy-agent-dvr/9.9.6/Chart.yaml b/stable/ispy-agent-dvr/9.9.6/Chart.yaml deleted file mode 100644 index e6e205fe419..00000000000 --- a/stable/ispy-agent-dvr/9.9.6/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.4.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -home: https://truecharts.org/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png -keywords: - - dvr - - ispy - - agent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ispy-agent-dvr -sources: - - https://github.com/doitandbedone/ispyagentdvr-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - - https://hub.docker.com/r/doitandbedone/ispyagentdvr -type: application -version: 9.9.6 diff --git a/stable/ispy-agent-dvr/9.9.6/app-changelog.md b/stable/ispy-agent-dvr/9.9.6/app-changelog.md deleted file mode 100644 index 3849f1a69f4..00000000000 --- a/stable/ispy-agent-dvr/9.9.6/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [ispy-agent-dvr-9.9.6](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) - -- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ispy-agent-dvr/9.9.6/charts/common-20.2.9.tgz b/stable/ispy-agent-dvr/9.9.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/ispy-agent-dvr/9.9.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.9.6/ix_values.yaml b/stable/ispy-agent-dvr/9.9.6/ix_values.yaml deleted file mode 100644 index 5a652ad3cfa..00000000000 --- a/stable/ispy-agent-dvr/9.9.6/ix_values.yaml +++ /dev/null @@ -1,98 +0,0 @@ -image: - repository: doitandbedone/ispyagentdvr - tag: 5.3.4.0@sha256:ab0fec3716b7e4ab0f48b8eb61ef808edbd60b8b2a8f19cf14c6bbb66778ed4e - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10184 - targetPort: 8090 - turn: - enabled: true - ports: - turn: - enabled: true - protocol: udp - port: 3478 - targetPort: 3478 - webrtc: - enabled: true - ports: - webrtc0: - enabled: true - protocol: udp - port: 50000 - targetPort: 50000 - webrtc1: - enabled: true - protocol: udp - port: 50001 - targetPort: 50001 - webrtc2: - enabled: true - protocol: udp - port: 50002 - targetPort: 50002 - webrtc3: - enabled: true - protocol: udp - port: 50003 - targetPort: 50003 - webrtc4: - enabled: true - protocol: udp - port: 50004 - targetPort: 50004 - webrtc5: - enabled: true - protocol: udp - port: 50005 - targetPort: 50005 - webrtc6: - enabled: true - protocol: udp - port: 50006 - targetPort: 60005 - webrtc7: - enabled: true - protocol: udp - port: 50007 - targetPort: 50007 - webrtc8: - enabled: true - protocol: udp - port: 50008 - targetPort: 50008 - webrtc9: - enabled: true - protocol: udp - port: 50009 - targetPort: 50009 - webrtc10: - enabled: true - protocol: udp - port: 50010 - targetPort: 50010 -persistence: - config: - enabled: true - mountPath: "/agent/Media/XML" - media: - enabled: true - mountPath: "/agent/Media/WebServerRoot/Media" - commands: - enabled: true - mountPath: "/agent/Commands" - ffmpeg: - enabled: true - mountPath: "/agent/ffmpeg6" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/it-tools/4.7.3/.helmignore b/stable/ispy-agent-dvr/9.9.8/.helmignore similarity index 100% rename from stable/it-tools/4.7.3/.helmignore rename to stable/ispy-agent-dvr/9.9.8/.helmignore diff --git a/stable/ispy-agent-dvr/9.9.8/CHANGELOG.md b/stable/ispy-agent-dvr/9.9.8/CHANGELOG.md new file mode 100644 index 00000000000..048e49b1af3 --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ispy-agent-dvr-9.9.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image doitandbedone/ispyagentdvr to v5.3.5.0[@42c209e](https://github.com/42c209e) by renovate ([#19947](https://github.com/truecharts/charts/issues/19947)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) + +- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ispy-agent-dvr-9.9.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.7) (2024-03-30) + +### Chore + + + +- update container image doitandbedone/ispyagentdvr to v5.3.5.0[@42c209e](https://github.com/42c209e) by renovate ([#19947](https://github.com/truecharts/charts/issues/19947)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) + +- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ispy-agent-dvr-9.9.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.7) (2024-03-30) + +### Chore + + + +- update container image doitandbedone/ispyagentdvr to v5.3.5.0[@42c209e](https://github.com/42c209e) by renovate ([#19947](https://github.com/truecharts/charts/issues/19947)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) + +- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ispy-agent-dvr-9.9.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.7) (2024-03-30) + +### Chore + + + +- update container image doitandbedone/ispyagentdvr to v5.3.5.0[@42c209e](https://github.com/42c209e) by renovate ([#19947](https://github.com/truecharts/charts/issues/19947)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) + +- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/ispy-agent-dvr/9.9.8/Chart.yaml b/stable/ispy-agent-dvr/9.9.8/Chart.yaml new file mode 100644 index 00000000000..802a9729552 --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.8/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. +home: https://truecharts.org/charts/stable/ispy-agent-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png +keywords: + - dvr + - ispy + - agent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ispy-agent-dvr +sources: + - https://github.com/doitandbedone/ispyagentdvr-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr + - https://hub.docker.com/r/doitandbedone/ispyagentdvr +type: application +version: 9.9.8 diff --git a/stable/ispy-agent-dvr/9.9.6/README.md b/stable/ispy-agent-dvr/9.9.8/README.md similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/README.md rename to stable/ispy-agent-dvr/9.9.8/README.md diff --git a/stable/ispy-agent-dvr/9.9.8/app-changelog.md b/stable/ispy-agent-dvr/9.9.8/app-changelog.md new file mode 100644 index 00000000000..e4d9ab08d7c --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.8/app-changelog.md @@ -0,0 +1,25 @@ + + +## [ispy-agent-dvr-9.9.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image doitandbedone/ispyagentdvr to v5.3.5.0[@42c209e](https://github.com/42c209e) by renovate ([#19947](https://github.com/truecharts/charts/issues/19947)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641)) + +- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ispy-agent-dvr/9.9.6/app-readme.md b/stable/ispy-agent-dvr/9.9.8/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/app-readme.md rename to stable/ispy-agent-dvr/9.9.8/app-readme.md diff --git a/stable/ispy-agent-dvr/9.9.8/charts/common-20.2.10.tgz b/stable/ispy-agent-dvr/9.9.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ispy-agent-dvr/9.9.8/charts/common-20.2.10.tgz differ diff --git a/stable/ispy-agent-dvr/9.9.8/ix_values.yaml b/stable/ispy-agent-dvr/9.9.8/ix_values.yaml new file mode 100644 index 00000000000..181d2fe8248 --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.8/ix_values.yaml @@ -0,0 +1,98 @@ +image: + repository: doitandbedone/ispyagentdvr + tag: 5.3.5.0@sha256:42c209eb41e5be75e9dfee4f32daef957f9f849c93c54560ab96c4e254ac8a7d + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10184 + targetPort: 8090 + turn: + enabled: true + ports: + turn: + enabled: true + protocol: udp + port: 3478 + targetPort: 3478 + webrtc: + enabled: true + ports: + webrtc0: + enabled: true + protocol: udp + port: 50000 + targetPort: 50000 + webrtc1: + enabled: true + protocol: udp + port: 50001 + targetPort: 50001 + webrtc2: + enabled: true + protocol: udp + port: 50002 + targetPort: 50002 + webrtc3: + enabled: true + protocol: udp + port: 50003 + targetPort: 50003 + webrtc4: + enabled: true + protocol: udp + port: 50004 + targetPort: 50004 + webrtc5: + enabled: true + protocol: udp + port: 50005 + targetPort: 50005 + webrtc6: + enabled: true + protocol: udp + port: 50006 + targetPort: 60005 + webrtc7: + enabled: true + protocol: udp + port: 50007 + targetPort: 50007 + webrtc8: + enabled: true + protocol: udp + port: 50008 + targetPort: 50008 + webrtc9: + enabled: true + protocol: udp + port: 50009 + targetPort: 50009 + webrtc10: + enabled: true + protocol: udp + port: 50010 + targetPort: 50010 +persistence: + config: + enabled: true + mountPath: "/agent/Media/XML" + media: + enabled: true + mountPath: "/agent/Media/WebServerRoot/Media" + commands: + enabled: true + mountPath: "/agent/Commands" + ffmpeg: + enabled: true + mountPath: "/agent/ffmpeg6" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/ispy-agent-dvr/9.9.6/questions.yaml b/stable/ispy-agent-dvr/9.9.8/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/questions.yaml rename to stable/ispy-agent-dvr/9.9.8/questions.yaml diff --git a/stable/it-tools/4.7.3/templates/NOTES.txt b/stable/ispy-agent-dvr/9.9.8/templates/NOTES.txt similarity index 100% rename from stable/it-tools/4.7.3/templates/NOTES.txt rename to stable/ispy-agent-dvr/9.9.8/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/9.9.6/templates/common.yaml b/stable/ispy-agent-dvr/9.9.8/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.9.6/templates/common.yaml rename to stable/ispy-agent-dvr/9.9.8/templates/common.yaml diff --git a/stable/it-tools/4.7.3/values.yaml b/stable/ispy-agent-dvr/9.9.8/values.yaml similarity index 100% rename from stable/it-tools/4.7.3/values.yaml rename to stable/ispy-agent-dvr/9.9.8/values.yaml diff --git a/stable/it-tools/4.7.3/CHANGELOG.md b/stable/it-tools/4.7.3/CHANGELOG.md deleted file mode 100644 index 63f333611cf..00000000000 --- a/stable/it-tools/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/it-tools/4.7.3/Chart.yaml b/stable/it-tools/4.7.3/Chart.yaml deleted file mode 100644 index 0032a121f3f..00000000000 --- a/stable/it-tools/4.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.21 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Useful tools for developer and people working in IT. -home: https://truecharts.org/charts/stable/it-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png -keywords: - - it-tools -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: it-tools -sources: - - https://github.com/CorentinTh/it-tools - - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - - https://hub.docker.com/r/corentinth/it-tools -type: application -version: 4.7.3 diff --git a/stable/it-tools/4.7.3/app-changelog.md b/stable/it-tools/4.7.3/app-changelog.md deleted file mode 100644 index 14a35a99183..00000000000 --- a/stable/it-tools/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/it-tools/4.7.3/charts/common-20.2.4.tgz b/stable/it-tools/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/it-tools/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/iyuuplus/9.7.3/.helmignore b/stable/it-tools/4.7.5/.helmignore similarity index 100% rename from stable/iyuuplus/9.7.3/.helmignore rename to stable/it-tools/4.7.5/.helmignore diff --git a/stable/it-tools/4.7.5/CHANGELOG.md b/stable/it-tools/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..963caa05371 --- /dev/null +++ b/stable/it-tools/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [it-tools-4.7.5](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [it-tools-4.7.4](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [it-tools-4.7.4](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [it-tools-4.7.4](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [it-tools-4.7.4](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [it-tools-4.7.4](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/it-tools/4.7.5/Chart.yaml b/stable/it-tools/4.7.5/Chart.yaml new file mode 100644 index 00000000000..b83285d742f --- /dev/null +++ b/stable/it-tools/4.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.21 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Useful tools for developer and people working in IT. +home: https://truecharts.org/charts/stable/it-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png +keywords: + - it-tools +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: it-tools +sources: + - https://github.com/CorentinTh/it-tools + - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools + - https://hub.docker.com/r/corentinth/it-tools +type: application +version: 4.7.5 diff --git a/stable/it-tools/4.7.3/README.md b/stable/it-tools/4.7.5/README.md similarity index 100% rename from stable/it-tools/4.7.3/README.md rename to stable/it-tools/4.7.5/README.md diff --git a/stable/it-tools/4.7.5/app-changelog.md b/stable/it-tools/4.7.5/app-changelog.md new file mode 100644 index 00000000000..8f057d47d75 --- /dev/null +++ b/stable/it-tools/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [it-tools-4.7.5](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/it-tools/4.7.3/app-readme.md b/stable/it-tools/4.7.5/app-readme.md similarity index 100% rename from stable/it-tools/4.7.3/app-readme.md rename to stable/it-tools/4.7.5/app-readme.md diff --git a/stable/it-tools/4.7.5/charts/common-20.2.10.tgz b/stable/it-tools/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/it-tools/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/it-tools/4.7.3/ix_values.yaml b/stable/it-tools/4.7.5/ix_values.yaml similarity index 100% rename from stable/it-tools/4.7.3/ix_values.yaml rename to stable/it-tools/4.7.5/ix_values.yaml diff --git a/stable/it-tools/4.7.3/questions.yaml b/stable/it-tools/4.7.5/questions.yaml similarity index 100% rename from stable/it-tools/4.7.3/questions.yaml rename to stable/it-tools/4.7.5/questions.yaml diff --git a/stable/iyuuplus/9.7.3/templates/NOTES.txt b/stable/it-tools/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/iyuuplus/9.7.3/templates/NOTES.txt rename to stable/it-tools/4.7.5/templates/NOTES.txt diff --git a/stable/it-tools/4.7.3/templates/common.yaml b/stable/it-tools/4.7.5/templates/common.yaml similarity index 100% rename from stable/it-tools/4.7.3/templates/common.yaml rename to stable/it-tools/4.7.5/templates/common.yaml diff --git a/stable/iyuuplus/9.7.3/values.yaml b/stable/it-tools/4.7.5/values.yaml similarity index 100% rename from stable/iyuuplus/9.7.3/values.yaml rename to stable/it-tools/4.7.5/values.yaml diff --git a/stable/iyuuplus/9.7.3/CHANGELOG.md b/stable/iyuuplus/9.7.3/CHANGELOG.md deleted file mode 100644 index a0c39488884..00000000000 --- a/stable/iyuuplus/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/iyuuplus/9.7.3/Chart.yaml b/stable/iyuuplus/9.7.3/Chart.yaml deleted file mode 100644 index 65079ea0540..00000000000 --- a/stable/iyuuplus/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. -home: https://truecharts.org/charts/stable/iyuuplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png -keywords: - - iyuuplus - - pt -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: iyuuplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - - https://hub.docker.com/r/iyuucn/iyuuplus -type: application -version: 9.7.3 diff --git a/stable/iyuuplus/9.7.3/app-changelog.md b/stable/iyuuplus/9.7.3/app-changelog.md deleted file mode 100644 index fa5efb5f16b..00000000000 --- a/stable/iyuuplus/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz b/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jackett/20.0.7/.helmignore b/stable/iyuuplus/9.7.5/.helmignore similarity index 100% rename from stable/jackett/20.0.7/.helmignore rename to stable/iyuuplus/9.7.5/.helmignore diff --git a/stable/iyuuplus/9.7.5/CHANGELOG.md b/stable/iyuuplus/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c4768b63e19 --- /dev/null +++ b/stable/iyuuplus/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [iyuuplus-9.7.5](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [iyuuplus-9.7.4](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [iyuuplus-9.7.4](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [iyuuplus-9.7.4](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [iyuuplus-9.7.4](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [iyuuplus-9.7.4](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/iyuuplus/9.7.5/Chart.yaml b/stable/iyuuplus/9.7.5/Chart.yaml new file mode 100644 index 00000000000..2578132ad64 --- /dev/null +++ b/stable/iyuuplus/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. +home: https://truecharts.org/charts/stable/iyuuplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png +keywords: + - iyuuplus + - pt +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: iyuuplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus + - https://hub.docker.com/r/iyuucn/iyuuplus +type: application +version: 9.7.5 diff --git a/stable/iyuuplus/9.7.3/README.md b/stable/iyuuplus/9.7.5/README.md similarity index 100% rename from stable/iyuuplus/9.7.3/README.md rename to stable/iyuuplus/9.7.5/README.md diff --git a/stable/iyuuplus/9.7.5/app-changelog.md b/stable/iyuuplus/9.7.5/app-changelog.md new file mode 100644 index 00000000000..0ecd61a082e --- /dev/null +++ b/stable/iyuuplus/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [iyuuplus-9.7.5](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/iyuuplus/9.7.3/app-readme.md b/stable/iyuuplus/9.7.5/app-readme.md similarity index 100% rename from stable/iyuuplus/9.7.3/app-readme.md rename to stable/iyuuplus/9.7.5/app-readme.md diff --git a/stable/iyuuplus/9.7.5/charts/common-20.2.10.tgz b/stable/iyuuplus/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/iyuuplus/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/iyuuplus/9.7.3/ix_values.yaml b/stable/iyuuplus/9.7.5/ix_values.yaml similarity index 100% rename from stable/iyuuplus/9.7.3/ix_values.yaml rename to stable/iyuuplus/9.7.5/ix_values.yaml diff --git a/stable/iyuuplus/9.7.3/questions.yaml b/stable/iyuuplus/9.7.5/questions.yaml similarity index 100% rename from stable/iyuuplus/9.7.3/questions.yaml rename to stable/iyuuplus/9.7.5/questions.yaml diff --git a/stable/jackett/20.0.7/templates/NOTES.txt b/stable/iyuuplus/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/jackett/20.0.7/templates/NOTES.txt rename to stable/iyuuplus/9.7.5/templates/NOTES.txt diff --git a/stable/iyuuplus/9.7.3/templates/common.yaml b/stable/iyuuplus/9.7.5/templates/common.yaml similarity index 100% rename from stable/iyuuplus/9.7.3/templates/common.yaml rename to stable/iyuuplus/9.7.5/templates/common.yaml diff --git a/stable/jackett/20.0.7/values.yaml b/stable/iyuuplus/9.7.5/values.yaml similarity index 100% rename from stable/jackett/20.0.7/values.yaml rename to stable/iyuuplus/9.7.5/values.yaml diff --git a/stable/jackett/20.0.7/CHANGELOG.md b/stable/jackett/20.0.7/CHANGELOG.md deleted file mode 100644 index 8b5fa62de46..00000000000 --- a/stable/jackett/20.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jackett-20.0.7](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.7) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) - -### Fix - - - -- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) - - -## [jackett-20.0.7](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.7) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) - -### Fix - - - -- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) - - -## [jackett-20.0.7](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.7) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) diff --git a/stable/jackett/20.0.7/Chart.yaml b/stable/jackett/20.0.7/Chart.yaml deleted file mode 100644 index 013208513e2..00000000000 --- a/stable/jackett/20.0.7/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.2199 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: API Support for your favorite torrent trackers. -home: https://truecharts.org/charts/stable/jackett -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png -keywords: - - jackett - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jackett -sources: - - https://github.com/Jackett/Jackett - - https://github.com/geek-cookbook/containers/pkgs/container/jackett - - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - - https://ghcr.io/geek-cookbook/jackett -type: application -version: 20.0.7 diff --git a/stable/jackett/20.0.7/app-changelog.md b/stable/jackett/20.0.7/app-changelog.md deleted file mode 100644 index a69f1f34630..00000000000 --- a/stable/jackett/20.0.7/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [jackett-20.0.7](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.7) (2024-03-29) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) - -### Fix - - - -- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) \ No newline at end of file diff --git a/stable/jackett/20.0.7/charts/common-20.2.9.tgz b/stable/jackett/20.0.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/jackett/20.0.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/jackett/20.0.7/ix_values.yaml b/stable/jackett/20.0.7/ix_values.yaml deleted file mode 100644 index f626b1d6c65..00000000000 --- a/stable/jackett/20.0.7/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - repository: ghcr.io/geek-cookbook/jackett - pullPolicy: IfNotPresent - tag: 0.21.2199@sha256:0ebd2bbe4a6ddcf3752066370069cb759b04a8972550a672cb8aa877a99cd829 -service: - main: - ports: - main: - protocol: http - targetPort: 9117 - port: 9117 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/health" - readiness: - path: "/health" - startup: - path: "/health" -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true diff --git a/stable/jdownloader2/16.7.3/.helmignore b/stable/jackett/20.0.9/.helmignore similarity index 100% rename from stable/jdownloader2/16.7.3/.helmignore rename to stable/jackett/20.0.9/.helmignore diff --git a/stable/jackett/20.0.9/CHANGELOG.md b/stable/jackett/20.0.9/CHANGELOG.md new file mode 100644 index 00000000000..ffe52c7f250 --- /dev/null +++ b/stable/jackett/20.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jackett-20.0.9](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.9) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2212[@c15ce92](https://github.com/c15ce92) by renovate ([#19955](https://github.com/truecharts/charts/issues/19955)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) + +### Fix + + + +- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) + + +## [jackett-20.0.8](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.8) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2212[@c15ce92](https://github.com/c15ce92) by renovate ([#19955](https://github.com/truecharts/charts/issues/19955)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) + +### Fix + + + +- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) + + +## [jackett-20.0.8](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.8) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2212[@c15ce92](https://github.com/c15ce92) by renovate ([#19955](https://github.com/truecharts/charts/issues/19955)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/jackett/20.0.9/Chart.yaml b/stable/jackett/20.0.9/Chart.yaml new file mode 100644 index 00000000000..7c6da1e0fa6 --- /dev/null +++ b/stable/jackett/20.0.9/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.2212 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: API Support for your favorite torrent trackers. +home: https://truecharts.org/charts/stable/jackett +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png +keywords: + - jackett + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jackett +sources: + - https://github.com/Jackett/Jackett + - https://github.com/geek-cookbook/containers/pkgs/container/jackett + - https://github.com/truecharts/charts/tree/master/charts/stable/jackett + - https://ghcr.io/geek-cookbook/jackett +type: application +version: 20.0.9 diff --git a/stable/jackett/20.0.7/README.md b/stable/jackett/20.0.9/README.md similarity index 100% rename from stable/jackett/20.0.7/README.md rename to stable/jackett/20.0.9/README.md diff --git a/stable/jackett/20.0.9/app-changelog.md b/stable/jackett/20.0.9/app-changelog.md new file mode 100644 index 00000000000..0d044085a3f --- /dev/null +++ b/stable/jackett/20.0.9/app-changelog.md @@ -0,0 +1,39 @@ + + +## [jackett-20.0.9](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.9) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2146[@4c96e8b](https://github.com/4c96e8b) by renovate ([#19771](https://github.com/truecharts/charts/issues/19771)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2212[@c15ce92](https://github.com/c15ce92) by renovate ([#19955](https://github.com/truecharts/charts/issues/19955)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2199[@0ebd2bb](https://github.com/0ebd2bb) by renovate ([#19913](https://github.com/truecharts/charts/issues/19913)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2175[@ee69ddf](https://github.com/ee69ddf) by renovate ([#19867](https://github.com/truecharts/charts/issues/19867)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2163[@e48ff47](https://github.com/e48ff47) by renovate ([#19819](https://github.com/truecharts/charts/issues/19819)) + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700)) + +### Fix + + + +- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677)) \ No newline at end of file diff --git a/stable/jackett/20.0.7/app-readme.md b/stable/jackett/20.0.9/app-readme.md similarity index 100% rename from stable/jackett/20.0.7/app-readme.md rename to stable/jackett/20.0.9/app-readme.md diff --git a/stable/jackett/20.0.9/charts/common-20.2.10.tgz b/stable/jackett/20.0.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jackett/20.0.9/charts/common-20.2.10.tgz differ diff --git a/stable/jackett/20.0.9/ix_values.yaml b/stable/jackett/20.0.9/ix_values.yaml new file mode 100644 index 00000000000..37ffed78864 --- /dev/null +++ b/stable/jackett/20.0.9/ix_values.yaml @@ -0,0 +1,30 @@ +image: + repository: ghcr.io/geek-cookbook/jackett + pullPolicy: IfNotPresent + tag: 0.21.2212@sha256:c15ce92156889fb90f6a450faf5335809ae54873272db872f13d152012cfb7a8 +service: + main: + ports: + main: + protocol: http + targetPort: 9117 + port: 9117 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/health" + readiness: + path: "/health" + startup: + path: "/health" +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true diff --git a/stable/jackett/20.0.7/questions.yaml b/stable/jackett/20.0.9/questions.yaml similarity index 100% rename from stable/jackett/20.0.7/questions.yaml rename to stable/jackett/20.0.9/questions.yaml diff --git a/stable/jdownloader2/16.7.3/templates/NOTES.txt b/stable/jackett/20.0.9/templates/NOTES.txt similarity index 100% rename from stable/jdownloader2/16.7.3/templates/NOTES.txt rename to stable/jackett/20.0.9/templates/NOTES.txt diff --git a/stable/jackett/20.0.7/templates/common.yaml b/stable/jackett/20.0.9/templates/common.yaml similarity index 100% rename from stable/jackett/20.0.7/templates/common.yaml rename to stable/jackett/20.0.9/templates/common.yaml diff --git a/stable/jdownloader2/16.7.3/values.yaml b/stable/jackett/20.0.9/values.yaml similarity index 100% rename from stable/jdownloader2/16.7.3/values.yaml rename to stable/jackett/20.0.9/values.yaml diff --git a/stable/jdownloader2/16.7.3/CHANGELOG.md b/stable/jdownloader2/16.7.3/CHANGELOG.md deleted file mode 100644 index c45a0ad7cf9..00000000000 --- a/stable/jdownloader2/16.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jdownloader2/16.7.3/Chart.yaml b/stable/jdownloader2/16.7.3/Chart.yaml deleted file mode 100644 index e3169376d0c..00000000000 --- a/stable/jdownloader2/16.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: downloads - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. -home: https://truecharts.org/charts/stable/jdownloader2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png -keywords: - - jdownloader - - download -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jdownloader2 -sources: - - https://jdownloader.org/ - - https://github.com/jlesage/docker-jdownloader-2 - - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 - - https://hub.docker.com/r/jlesage/jdownloader-2 -type: application -version: 16.7.3 diff --git a/stable/jdownloader2/16.7.3/app-changelog.md b/stable/jdownloader2/16.7.3/app-changelog.md deleted file mode 100644 index 67b661f3d5a..00000000000 --- a/stable/jdownloader2/16.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz b/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jellyfin/18.7.5/.helmignore b/stable/jdownloader2/16.7.5/.helmignore similarity index 100% rename from stable/jellyfin/18.7.5/.helmignore rename to stable/jdownloader2/16.7.5/.helmignore diff --git a/stable/jdownloader2/16.7.5/CHANGELOG.md b/stable/jdownloader2/16.7.5/CHANGELOG.md new file mode 100644 index 00000000000..abc6b582de2 --- /dev/null +++ b/stable/jdownloader2/16.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jdownloader2-16.7.5](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jdownloader2-16.7.4](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jdownloader2-16.7.4](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jdownloader2-16.7.4](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jdownloader2-16.7.4](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jdownloader2-16.7.4](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jdownloader2/16.7.5/Chart.yaml b/stable/jdownloader2/16.7.5/Chart.yaml new file mode 100644 index 00000000000..0afb97aa01c --- /dev/null +++ b/stable/jdownloader2/16.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: downloads + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. +home: https://truecharts.org/charts/stable/jdownloader2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png +keywords: + - jdownloader + - download +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jdownloader2 +sources: + - https://jdownloader.org/ + - https://github.com/jlesage/docker-jdownloader-2 + - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 + - https://hub.docker.com/r/jlesage/jdownloader-2 +type: application +version: 16.7.5 diff --git a/stable/jdownloader2/16.7.3/README.md b/stable/jdownloader2/16.7.5/README.md similarity index 100% rename from stable/jdownloader2/16.7.3/README.md rename to stable/jdownloader2/16.7.5/README.md diff --git a/stable/jdownloader2/16.7.5/app-changelog.md b/stable/jdownloader2/16.7.5/app-changelog.md new file mode 100644 index 00000000000..f9c720af88b --- /dev/null +++ b/stable/jdownloader2/16.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jdownloader2-16.7.5](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jdownloader2/16.7.3/app-readme.md b/stable/jdownloader2/16.7.5/app-readme.md similarity index 100% rename from stable/jdownloader2/16.7.3/app-readme.md rename to stable/jdownloader2/16.7.5/app-readme.md diff --git a/stable/jdownloader2/16.7.5/charts/common-20.2.10.tgz b/stable/jdownloader2/16.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jdownloader2/16.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jdownloader2/16.7.3/ix_values.yaml b/stable/jdownloader2/16.7.5/ix_values.yaml similarity index 100% rename from stable/jdownloader2/16.7.3/ix_values.yaml rename to stable/jdownloader2/16.7.5/ix_values.yaml diff --git a/stable/jdownloader2/16.7.3/questions.yaml b/stable/jdownloader2/16.7.5/questions.yaml similarity index 100% rename from stable/jdownloader2/16.7.3/questions.yaml rename to stable/jdownloader2/16.7.5/questions.yaml diff --git a/stable/jellyfin/18.7.5/templates/NOTES.txt b/stable/jdownloader2/16.7.5/templates/NOTES.txt similarity index 100% rename from stable/jellyfin/18.7.5/templates/NOTES.txt rename to stable/jdownloader2/16.7.5/templates/NOTES.txt diff --git a/stable/jdownloader2/16.7.3/templates/common.yaml b/stable/jdownloader2/16.7.5/templates/common.yaml similarity index 100% rename from stable/jdownloader2/16.7.3/templates/common.yaml rename to stable/jdownloader2/16.7.5/templates/common.yaml diff --git a/stable/jellyfin/18.7.5/values.yaml b/stable/jdownloader2/16.7.5/values.yaml similarity index 100% rename from stable/jellyfin/18.7.5/values.yaml rename to stable/jdownloader2/16.7.5/values.yaml diff --git a/stable/jellyfin/18.7.5/CHANGELOG.md b/stable/jellyfin/18.7.5/CHANGELOG.md deleted file mode 100644 index 308d50ebf91..00000000000 --- a/stable/jellyfin/18.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - diff --git a/stable/jellyfin/18.7.5/Chart.yaml b/stable/jellyfin/18.7.5/Chart.yaml deleted file mode 100644 index 52ba8a42da3..00000000000 --- a/stable/jellyfin/18.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.8.13 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jellyfin is a Free Software Media System -home: https://truecharts.org/charts/stable/jellyfin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png -keywords: - - jellyfin - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellyfin -sources: - - https://github.com/jellyfin/jellyfin - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - - https://hub.docker.com/r/jellyfin/jellyfin - - https://hub.docker.com/r/alpine/socat -type: application -version: 18.7.5 diff --git a/stable/jellyfin/18.7.5/app-changelog.md b/stable/jellyfin/18.7.5/app-changelog.md deleted file mode 100644 index 3b387ce2305..00000000000 --- a/stable/jellyfin/18.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [jellyfin-18.7.5](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.5) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) \ No newline at end of file diff --git a/stable/jellyfin/18.7.5/charts/common-20.2.9.tgz b/stable/jellyfin/18.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/jellyfin/18.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/jellyfin/18.7.5/ix_values.yaml b/stable/jellyfin/18.7.5/ix_values.yaml deleted file mode 100644 index 8a4b92a8d8d..00000000000 --- a/stable/jellyfin/18.7.5/ix_values.yaml +++ /dev/null @@ -1,98 +0,0 @@ -image: - repository: docker.io/jellyfin/jellyfin - pullPolicy: IfNotPresent - tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140 -broadcastProxyImage: - repository: docker.io/alpine/socat - pullPolicy: IfNotPresent - tag: 1.8.0.0@sha256:615f6161ed38e6daa676402658fef903d001acda7b855edf1007df57be43d7aa -service: - main: - ports: - main: - port: 8096 - targetPort: 8096 - autodiscovery: - enabled: true - ports: - autodiscovery: - enabled: true - protocol: udp - port: 7359 - targetPort: 7359 -persistence: - config: - enabled: true - mountPath: "/config" - cache: - enabled: true - mountPath: "/cache" - type: "emptyDir" - transcode: - enabled: true - mountPath: "/config/transcodes" - type: "emptyDir" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false -workload: - main: - podSpec: - containers: - main: - env: - JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}" - broadcastproxy: - enabled: false - type: DaemonSet - podSpec: - hostNetwork: true - # Proxy doesn't seem to respect the TERM signal, so by default - # this ends up just hanging until the default grace period ends. - # This is unnecesary since this workload only proxies autodiscovery - # messages. - terminationGracePeriodSeconds: 3 - containers: - broadcastproxy: - enabled: true - primary: true - imageSelector: broadcastProxyImage - securityContext: - readOnlyRootFilesystem: true - command: ["/bin/sh"] - # Quite a lot going on here: - # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts - # - Export the IP to `$TARGET_IP` - # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors) - # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes - # - Start socat in proxy mode - # - On exit remove `/tmp/healthy` - args: - - "-c" - - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy' - probes: - readiness: - enabled: true - type: exec - command: - - cat - - /tmp/healthy - liveness: - enabled: true - type: exec - command: - - cat - - /tmp/healthy - startup: - enabled: true - type: exec - command: - - cat - - /tmp/healthy -# -- enable Jellyfin autodiscovery on LAN -autodiscovery: - enabled: false -updated: true diff --git a/stable/jellyseerr/9.7.3/.helmignore b/stable/jellyfin/18.7.7/.helmignore similarity index 100% rename from stable/jellyseerr/9.7.3/.helmignore rename to stable/jellyfin/18.7.7/.helmignore diff --git a/stable/jellyfin/18.7.7/CHANGELOG.md b/stable/jellyfin/18.7.7/CHANGELOG.md new file mode 100644 index 00000000000..c31ced125e3 --- /dev/null +++ b/stable/jellyfin/18.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyfin-18.7.7](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@c7309a1](https://github.com/c7309a1) by renovate ([#19980](https://github.com/truecharts/charts/issues/19980)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) + + +## [jellyfin-18.7.6](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.6) (2024-03-30) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@c7309a1](https://github.com/c7309a1) by renovate ([#19980](https://github.com/truecharts/charts/issues/19980)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) + + +## [jellyfin-18.7.6](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.6) (2024-03-30) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@c7309a1](https://github.com/c7309a1) by renovate ([#19980](https://github.com/truecharts/charts/issues/19980)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) + + +## [jellyfin-18.7.6](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.6) (2024-03-30) + +### Chore + + + +- update container image docker.io/alpine/socat to 1.8.0.0[@c7309a1](https://github.com/c7309a1) by renovate ([#19980](https://github.com/truecharts/charts/issues/19980)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jellyfin/18.7.7/Chart.yaml b/stable/jellyfin/18.7.7/Chart.yaml new file mode 100644 index 00000000000..8ba75a09683 --- /dev/null +++ b/stable/jellyfin/18.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.13 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyfin is a Free Software Media System +home: https://truecharts.org/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyfin +sources: + - https://github.com/jellyfin/jellyfin + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://hub.docker.com/r/jellyfin/jellyfin + - https://hub.docker.com/r/alpine/socat +type: application +version: 18.7.7 diff --git a/stable/jellyfin/18.7.5/README.md b/stable/jellyfin/18.7.7/README.md similarity index 100% rename from stable/jellyfin/18.7.5/README.md rename to stable/jellyfin/18.7.7/README.md diff --git a/stable/jellyfin/18.7.7/app-changelog.md b/stable/jellyfin/18.7.7/app-changelog.md new file mode 100644 index 00000000000..b59128433fa --- /dev/null +++ b/stable/jellyfin/18.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [jellyfin-18.7.7](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@c7309a1](https://github.com/c7309a1) by renovate ([#19980](https://github.com/truecharts/charts/issues/19980)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222)) \ No newline at end of file diff --git a/stable/jellyfin/18.7.5/app-readme.md b/stable/jellyfin/18.7.7/app-readme.md similarity index 100% rename from stable/jellyfin/18.7.5/app-readme.md rename to stable/jellyfin/18.7.7/app-readme.md diff --git a/stable/jellyfin/18.7.7/charts/common-20.2.10.tgz b/stable/jellyfin/18.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jellyfin/18.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/jellyfin/18.7.7/ix_values.yaml b/stable/jellyfin/18.7.7/ix_values.yaml new file mode 100644 index 00000000000..72266b92e44 --- /dev/null +++ b/stable/jellyfin/18.7.7/ix_values.yaml @@ -0,0 +1,98 @@ +image: + repository: docker.io/jellyfin/jellyfin + pullPolicy: IfNotPresent + tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140 +broadcastProxyImage: + repository: docker.io/alpine/socat + pullPolicy: IfNotPresent + tag: 1.8.0.0@sha256:c7309a1d0debff00a8e61ee9833264e1bc13bfedf4850adf749cec1c82b03b8b +service: + main: + ports: + main: + port: 8096 + targetPort: 8096 + autodiscovery: + enabled: true + ports: + autodiscovery: + enabled: true + protocol: udp + port: 7359 + targetPort: 7359 +persistence: + config: + enabled: true + mountPath: "/config" + cache: + enabled: true + mountPath: "/cache" + type: "emptyDir" + transcode: + enabled: true + mountPath: "/config/transcodes" + type: "emptyDir" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false +workload: + main: + podSpec: + containers: + main: + env: + JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}" + broadcastproxy: + enabled: false + type: DaemonSet + podSpec: + hostNetwork: true + # Proxy doesn't seem to respect the TERM signal, so by default + # this ends up just hanging until the default grace period ends. + # This is unnecesary since this workload only proxies autodiscovery + # messages. + terminationGracePeriodSeconds: 3 + containers: + broadcastproxy: + enabled: true + primary: true + imageSelector: broadcastProxyImage + securityContext: + readOnlyRootFilesystem: true + command: ["/bin/sh"] + # Quite a lot going on here: + # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts + # - Export the IP to `$TARGET_IP` + # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors) + # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes + # - Start socat in proxy mode + # - On exit remove `/tmp/healthy` + args: + - "-c" + - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy' + probes: + readiness: + enabled: true + type: exec + command: + - cat + - /tmp/healthy + liveness: + enabled: true + type: exec + command: + - cat + - /tmp/healthy + startup: + enabled: true + type: exec + command: + - cat + - /tmp/healthy +# -- enable Jellyfin autodiscovery on LAN +autodiscovery: + enabled: false +updated: true diff --git a/stable/jellyfin/18.7.5/questions.yaml b/stable/jellyfin/18.7.7/questions.yaml similarity index 100% rename from stable/jellyfin/18.7.5/questions.yaml rename to stable/jellyfin/18.7.7/questions.yaml diff --git a/stable/jellyseerr/9.7.3/templates/NOTES.txt b/stable/jellyfin/18.7.7/templates/NOTES.txt similarity index 100% rename from stable/jellyseerr/9.7.3/templates/NOTES.txt rename to stable/jellyfin/18.7.7/templates/NOTES.txt diff --git a/stable/jellyfin/18.7.5/templates/common.yaml b/stable/jellyfin/18.7.7/templates/common.yaml similarity index 100% rename from stable/jellyfin/18.7.5/templates/common.yaml rename to stable/jellyfin/18.7.7/templates/common.yaml diff --git a/stable/jellyseerr/9.7.3/values.yaml b/stable/jellyfin/18.7.7/values.yaml similarity index 100% rename from stable/jellyseerr/9.7.3/values.yaml rename to stable/jellyfin/18.7.7/values.yaml diff --git a/stable/jellyseerr/9.7.3/CHANGELOG.md b/stable/jellyseerr/9.7.3/CHANGELOG.md deleted file mode 100644 index c7b0f3a8bf5..00000000000 --- a/stable/jellyseerr/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jellyseerr/9.7.3/Chart.yaml b/stable/jellyseerr/9.7.3/Chart.yaml deleted file mode 100644 index 0be2839004d..00000000000 --- a/stable/jellyseerr/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://truecharts.org/charts/stable/jellyseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png -keywords: - - jellyseerr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellyseerr -sources: - - https://github.com/Fallenbagel/jellyseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - - https://hub.docker.com/r/fallenbagel/jellyseerr -type: application -version: 9.7.3 diff --git a/stable/jellyseerr/9.7.3/app-changelog.md b/stable/jellyseerr/9.7.3/app-changelog.md deleted file mode 100644 index 2a9e37da3a7..00000000000 --- a/stable/jellyseerr/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz b/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jellystat/3.7.3/.helmignore b/stable/jellyseerr/9.7.5/.helmignore similarity index 100% rename from stable/jellystat/3.7.3/.helmignore rename to stable/jellyseerr/9.7.5/.helmignore diff --git a/stable/jellyseerr/9.7.5/CHANGELOG.md b/stable/jellyseerr/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7b24b6948b6 --- /dev/null +++ b/stable/jellyseerr/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyseerr-9.7.5](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellyseerr-9.7.4](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellyseerr-9.7.4](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellyseerr-9.7.4](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellyseerr-9.7.4](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellyseerr-9.7.4](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jellyseerr/9.7.5/Chart.yaml b/stable/jellyseerr/9.7.5/Chart.yaml new file mode 100644 index 00000000000..2c76b74fbad --- /dev/null +++ b/stable/jellyseerr/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. +home: https://truecharts.org/charts/stable/jellyseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png +keywords: + - jellyseerr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyseerr +sources: + - https://github.com/Fallenbagel/jellyseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr + - https://hub.docker.com/r/fallenbagel/jellyseerr +type: application +version: 9.7.5 diff --git a/stable/jellyseerr/9.7.3/README.md b/stable/jellyseerr/9.7.5/README.md similarity index 100% rename from stable/jellyseerr/9.7.3/README.md rename to stable/jellyseerr/9.7.5/README.md diff --git a/stable/jellyseerr/9.7.5/app-changelog.md b/stable/jellyseerr/9.7.5/app-changelog.md new file mode 100644 index 00000000000..6c6bbcd5377 --- /dev/null +++ b/stable/jellyseerr/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jellyseerr-9.7.5](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jellyseerr/9.7.3/app-readme.md b/stable/jellyseerr/9.7.5/app-readme.md similarity index 100% rename from stable/jellyseerr/9.7.3/app-readme.md rename to stable/jellyseerr/9.7.5/app-readme.md diff --git a/stable/jellyseerr/9.7.5/charts/common-20.2.10.tgz b/stable/jellyseerr/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jellyseerr/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jellyseerr/9.7.3/ix_values.yaml b/stable/jellyseerr/9.7.5/ix_values.yaml similarity index 100% rename from stable/jellyseerr/9.7.3/ix_values.yaml rename to stable/jellyseerr/9.7.5/ix_values.yaml diff --git a/stable/jellyseerr/9.7.3/questions.yaml b/stable/jellyseerr/9.7.5/questions.yaml similarity index 100% rename from stable/jellyseerr/9.7.3/questions.yaml rename to stable/jellyseerr/9.7.5/questions.yaml diff --git a/stable/jellystat/3.7.3/templates/NOTES.txt b/stable/jellyseerr/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/jellystat/3.7.3/templates/NOTES.txt rename to stable/jellyseerr/9.7.5/templates/NOTES.txt diff --git a/stable/jellyseerr/9.7.3/templates/common.yaml b/stable/jellyseerr/9.7.5/templates/common.yaml similarity index 100% rename from stable/jellyseerr/9.7.3/templates/common.yaml rename to stable/jellyseerr/9.7.5/templates/common.yaml diff --git a/stable/jellystat/3.7.3/values.yaml b/stable/jellyseerr/9.7.5/values.yaml similarity index 100% rename from stable/jellystat/3.7.3/values.yaml rename to stable/jellyseerr/9.7.5/values.yaml diff --git a/stable/jellystat/3.7.3/CHANGELOG.md b/stable/jellystat/3.7.3/CHANGELOG.md deleted file mode 100644 index eb57c13144e..00000000000 --- a/stable/jellystat/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jellystat/3.7.3/Chart.yaml b/stable/jellystat/3.7.3/Chart.yaml deleted file mode 100644 index a7f241fd497..00000000000 --- a/stable/jellystat/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: statistics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source Statistics App for Jellyfin. -home: https://truecharts.org/charts/stable/jellystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png -keywords: - - jellystat - - jellyfin -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jellystat -sources: - - https://github.com/CyferShepard/Jellystat - - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat - - https://hub.docker.com/r/cyfershepard/jellystat -type: application -version: 3.7.3 diff --git a/stable/jellystat/3.7.3/app-changelog.md b/stable/jellystat/3.7.3/app-changelog.md deleted file mode 100644 index 5de157ea202..00000000000 --- a/stable/jellystat/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jellystat/3.7.3/charts/common-20.2.4.tgz b/stable/jellystat/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jellystat/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jelu/5.7.3/.helmignore b/stable/jellystat/3.7.5/.helmignore similarity index 100% rename from stable/jelu/5.7.3/.helmignore rename to stable/jellystat/3.7.5/.helmignore diff --git a/stable/jellystat/3.7.5/CHANGELOG.md b/stable/jellystat/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..afea5d0b941 --- /dev/null +++ b/stable/jellystat/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellystat-3.7.5](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellystat-3.7.4](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellystat-3.7.4](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellystat-3.7.4](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellystat-3.7.4](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jellystat-3.7.4](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jellystat/3.7.5/Chart.yaml b/stable/jellystat/3.7.5/Chart.yaml new file mode 100644 index 00000000000..791d27bc949 --- /dev/null +++ b/stable/jellystat/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: statistics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source Statistics App for Jellyfin. +home: https://truecharts.org/charts/stable/jellystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png +keywords: + - jellystat + - jellyfin +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellystat +sources: + - https://github.com/CyferShepard/Jellystat + - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat + - https://hub.docker.com/r/cyfershepard/jellystat +type: application +version: 3.7.5 diff --git a/stable/jellystat/3.7.3/README.md b/stable/jellystat/3.7.5/README.md similarity index 100% rename from stable/jellystat/3.7.3/README.md rename to stable/jellystat/3.7.5/README.md diff --git a/stable/jellystat/3.7.5/app-changelog.md b/stable/jellystat/3.7.5/app-changelog.md new file mode 100644 index 00000000000..0cc3ff1367e --- /dev/null +++ b/stable/jellystat/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jellystat-3.7.5](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jellystat/3.7.3/app-readme.md b/stable/jellystat/3.7.5/app-readme.md similarity index 100% rename from stable/jellystat/3.7.3/app-readme.md rename to stable/jellystat/3.7.5/app-readme.md diff --git a/stable/jellystat/3.7.5/charts/common-20.2.10.tgz b/stable/jellystat/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jellystat/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jellystat/3.7.3/ix_values.yaml b/stable/jellystat/3.7.5/ix_values.yaml similarity index 100% rename from stable/jellystat/3.7.3/ix_values.yaml rename to stable/jellystat/3.7.5/ix_values.yaml diff --git a/stable/jellystat/3.7.3/questions.yaml b/stable/jellystat/3.7.5/questions.yaml similarity index 100% rename from stable/jellystat/3.7.3/questions.yaml rename to stable/jellystat/3.7.5/questions.yaml diff --git a/stable/jenkins/7.13.0/templates/NOTES.txt b/stable/jellystat/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/jenkins/7.13.0/templates/NOTES.txt rename to stable/jellystat/3.7.5/templates/NOTES.txt diff --git a/stable/jellystat/3.7.3/templates/_secrets.tpl b/stable/jellystat/3.7.5/templates/_secrets.tpl similarity index 100% rename from stable/jellystat/3.7.3/templates/_secrets.tpl rename to stable/jellystat/3.7.5/templates/_secrets.tpl diff --git a/stable/jellystat/3.7.3/templates/common.yaml b/stable/jellystat/3.7.5/templates/common.yaml similarity index 100% rename from stable/jellystat/3.7.3/templates/common.yaml rename to stable/jellystat/3.7.5/templates/common.yaml diff --git a/stable/jelu/5.7.3/values.yaml b/stable/jellystat/3.7.5/values.yaml similarity index 100% rename from stable/jelu/5.7.3/values.yaml rename to stable/jellystat/3.7.5/values.yaml diff --git a/stable/jelu/5.7.3/CHANGELOG.md b/stable/jelu/5.7.3/CHANGELOG.md deleted file mode 100644 index 26e7e7ab95c..00000000000 --- a/stable/jelu/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jelu/5.7.3/Chart.yaml b/stable/jelu/5.7.3/Chart.yaml deleted file mode 100644 index d951f7562b8..00000000000 --- a/stable/jelu/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Books - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track what you have read, what you are reading and what you want to read. -home: https://truecharts.org/charts/stable/jelu -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png -keywords: - - jelu - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jelu -sources: - - https://github.com/bayang/jelu - - https://github.com/truecharts/charts/tree/master/charts/stable/jelu - - https://hub.docker.com/r/wabayang/jelu -type: application -version: 5.7.3 diff --git a/stable/jelu/5.7.3/app-changelog.md b/stable/jelu/5.7.3/app-changelog.md deleted file mode 100644 index 9aca6d8a038..00000000000 --- a/stable/jelu/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jelu/5.7.3/charts/common-20.2.4.tgz b/stable/jelu/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jelu/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jenkins/7.13.0/.helmignore b/stable/jelu/5.7.5/.helmignore similarity index 100% rename from stable/jenkins/7.13.0/.helmignore rename to stable/jelu/5.7.5/.helmignore diff --git a/stable/jelu/5.7.5/CHANGELOG.md b/stable/jelu/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c297ca9388f --- /dev/null +++ b/stable/jelu/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jelu-5.7.5](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jelu-5.7.4](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jelu-5.7.4](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jelu-5.7.4](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jelu-5.7.4](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jelu-5.7.4](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jelu/5.7.5/Chart.yaml b/stable/jelu/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5dab0f37733 --- /dev/null +++ b/stable/jelu/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track what you have read, what you are reading and what you want to read. +home: https://truecharts.org/charts/stable/jelu +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png +keywords: + - jelu + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jelu +sources: + - https://github.com/bayang/jelu + - https://github.com/truecharts/charts/tree/master/charts/stable/jelu + - https://hub.docker.com/r/wabayang/jelu +type: application +version: 5.7.5 diff --git a/stable/jelu/5.7.3/README.md b/stable/jelu/5.7.5/README.md similarity index 100% rename from stable/jelu/5.7.3/README.md rename to stable/jelu/5.7.5/README.md diff --git a/stable/jelu/5.7.5/app-changelog.md b/stable/jelu/5.7.5/app-changelog.md new file mode 100644 index 00000000000..59638ec73db --- /dev/null +++ b/stable/jelu/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jelu-5.7.5](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jelu/5.7.3/app-readme.md b/stable/jelu/5.7.5/app-readme.md similarity index 100% rename from stable/jelu/5.7.3/app-readme.md rename to stable/jelu/5.7.5/app-readme.md diff --git a/stable/jelu/5.7.5/charts/common-20.2.10.tgz b/stable/jelu/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jelu/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jelu/5.7.3/ix_values.yaml b/stable/jelu/5.7.5/ix_values.yaml similarity index 100% rename from stable/jelu/5.7.3/ix_values.yaml rename to stable/jelu/5.7.5/ix_values.yaml diff --git a/stable/jelu/5.7.3/questions.yaml b/stable/jelu/5.7.5/questions.yaml similarity index 100% rename from stable/jelu/5.7.3/questions.yaml rename to stable/jelu/5.7.5/questions.yaml diff --git a/stable/jelu/5.7.3/templates/common.yaml b/stable/jelu/5.7.5/templates/common.yaml similarity index 100% rename from stable/jelu/5.7.3/templates/common.yaml rename to stable/jelu/5.7.5/templates/common.yaml diff --git a/stable/jenkins/7.13.0/values.yaml b/stable/jelu/5.7.5/values.yaml similarity index 100% rename from stable/jenkins/7.13.0/values.yaml rename to stable/jelu/5.7.5/values.yaml diff --git a/stable/jenkins/7.13.0/CHANGELOG.md b/stable/jenkins/7.13.0/CHANGELOG.md deleted file mode 100644 index 4b99103718e..00000000000 --- a/stable/jenkins/7.13.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - - -- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - - -- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - - -- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - - -- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - diff --git a/stable/jenkins/7.13.0/Chart.yaml b/stable/jenkins/7.13.0/Chart.yaml deleted file mode 100644 index 08df99af204..00000000000 --- a/stable/jenkins/7.13.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.451.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The gold standard in devops tools for running CI/CD pipelines. -home: https://truecharts.org/charts/stable/jenkins -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png -keywords: - - jenkins - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jenkins -sources: - - https://github.com/jenkinsci/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - - https://hub.docker.com/r/jenkins/jenkins -type: application -version: 7.13.0 diff --git a/stable/jenkins/7.13.0/app-changelog.md b/stable/jenkins/7.13.0/app-changelog.md deleted file mode 100644 index 5f5a7f7fed3..00000000000 --- a/stable/jenkins/7.13.0/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [jenkins-7.13.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.0) (2024-03-27) - -### Chore - - - -- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) \ No newline at end of file diff --git a/stable/jenkins/7.13.0/charts/common-20.2.4.tgz b/stable/jenkins/7.13.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jenkins/7.13.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jmzhomeproxy/5.7.3/.helmignore b/stable/jenkins/7.13.2/.helmignore similarity index 100% rename from stable/jmzhomeproxy/5.7.3/.helmignore rename to stable/jenkins/7.13.2/.helmignore diff --git a/stable/jenkins/7.13.2/CHANGELOG.md b/stable/jenkins/7.13.2/CHANGELOG.md new file mode 100644 index 00000000000..f428325ffe5 --- /dev/null +++ b/stable/jenkins/7.13.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jenkins-7.13.2](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) + + +## [jenkins-7.13.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) + + +## [jenkins-7.13.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) + + +## [jenkins-7.13.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jenkins/7.13.2/Chart.yaml b/stable/jenkins/7.13.2/Chart.yaml new file mode 100644 index 00000000000..ccee0abc9e0 --- /dev/null +++ b/stable/jenkins/7.13.2/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.451.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The gold standard in devops tools for running CI/CD pipelines. +home: https://truecharts.org/charts/stable/jenkins +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png +keywords: + - jenkins + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/jenkinsci/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins + - https://hub.docker.com/r/jenkins/jenkins +type: application +version: 7.13.2 diff --git a/stable/jenkins/7.13.0/README.md b/stable/jenkins/7.13.2/README.md similarity index 100% rename from stable/jenkins/7.13.0/README.md rename to stable/jenkins/7.13.2/README.md diff --git a/stable/jenkins/7.13.2/app-changelog.md b/stable/jenkins/7.13.2/app-changelog.md new file mode 100644 index 00000000000..223fa46a811 --- /dev/null +++ b/stable/jenkins/7.13.2/app-changelog.md @@ -0,0 +1,25 @@ + + +## [jenkins-7.13.2](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.13.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jenkins/jenkins to v2.451-jdk17[@87b55ca](https://github.com/87b55ca) by renovate ([#19842](https://github.com/truecharts/charts/issues/19842)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344)) \ No newline at end of file diff --git a/stable/jenkins/7.13.0/app-readme.md b/stable/jenkins/7.13.2/app-readme.md similarity index 100% rename from stable/jenkins/7.13.0/app-readme.md rename to stable/jenkins/7.13.2/app-readme.md diff --git a/stable/jenkins/7.13.2/charts/common-20.2.10.tgz b/stable/jenkins/7.13.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jenkins/7.13.2/charts/common-20.2.10.tgz differ diff --git a/stable/jenkins/7.13.0/ix_values.yaml b/stable/jenkins/7.13.2/ix_values.yaml similarity index 100% rename from stable/jenkins/7.13.0/ix_values.yaml rename to stable/jenkins/7.13.2/ix_values.yaml diff --git a/stable/jenkins/7.13.0/questions.yaml b/stable/jenkins/7.13.2/questions.yaml similarity index 100% rename from stable/jenkins/7.13.0/questions.yaml rename to stable/jenkins/7.13.2/questions.yaml diff --git a/stable/jts3servermod/1.5.3/templates/NOTES.txt b/stable/jenkins/7.13.2/templates/NOTES.txt similarity index 100% rename from stable/jts3servermod/1.5.3/templates/NOTES.txt rename to stable/jenkins/7.13.2/templates/NOTES.txt diff --git a/stable/jenkins/7.13.0/templates/_secret.tpl b/stable/jenkins/7.13.2/templates/_secret.tpl similarity index 100% rename from stable/jenkins/7.13.0/templates/_secret.tpl rename to stable/jenkins/7.13.2/templates/_secret.tpl diff --git a/stable/jenkins/7.13.0/templates/common.yaml b/stable/jenkins/7.13.2/templates/common.yaml similarity index 100% rename from stable/jenkins/7.13.0/templates/common.yaml rename to stable/jenkins/7.13.2/templates/common.yaml diff --git a/stable/jmzhomeproxy/5.7.3/values.yaml b/stable/jenkins/7.13.2/values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.7.3/values.yaml rename to stable/jenkins/7.13.2/values.yaml diff --git a/stable/jmzhomeproxy/5.7.3/CHANGELOG.md b/stable/jmzhomeproxy/5.7.3/CHANGELOG.md deleted file mode 100644 index c82ed10433e..00000000000 --- a/stable/jmzhomeproxy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jmzhomeproxy/5.7.3/Chart.yaml b/stable/jmzhomeproxy/5.7.3/Chart.yaml deleted file mode 100644 index c0320cd9c3e..00000000000 --- a/stable/jmzhomeproxy/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. -home: https://truecharts.org/charts/stable/jmzhomeproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png -keywords: - - jmzhomeproxy - - Cloud - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jmzhomeproxy -sources: - - https://github.com/JmzTaylor/homelab_proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy - - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy -type: application -version: 5.7.3 diff --git a/stable/jmzhomeproxy/5.7.3/app-changelog.md b/stable/jmzhomeproxy/5.7.3/app-changelog.md deleted file mode 100644 index 88a56f56148..00000000000 --- a/stable/jmzhomeproxy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz b/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/joplin-server/17.7.3/.helmignore b/stable/jmzhomeproxy/5.7.5/.helmignore similarity index 100% rename from stable/joplin-server/17.7.3/.helmignore rename to stable/jmzhomeproxy/5.7.5/.helmignore diff --git a/stable/jmzhomeproxy/5.7.5/CHANGELOG.md b/stable/jmzhomeproxy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..acb6f691809 --- /dev/null +++ b/stable/jmzhomeproxy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jmzhomeproxy-5.7.5](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jmzhomeproxy-5.7.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jmzhomeproxy-5.7.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jmzhomeproxy-5.7.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jmzhomeproxy-5.7.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jmzhomeproxy-5.7.4](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.7.5/Chart.yaml b/stable/jmzhomeproxy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..265cadcaf21 --- /dev/null +++ b/stable/jmzhomeproxy/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. +home: https://truecharts.org/charts/stable/jmzhomeproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png +keywords: + - jmzhomeproxy + - Cloud + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jmzhomeproxy +sources: + - https://github.com/JmzTaylor/homelab_proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy + - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy +type: application +version: 5.7.5 diff --git a/stable/jmzhomeproxy/5.7.3/README.md b/stable/jmzhomeproxy/5.7.5/README.md similarity index 100% rename from stable/jmzhomeproxy/5.7.3/README.md rename to stable/jmzhomeproxy/5.7.5/README.md diff --git a/stable/jmzhomeproxy/5.7.5/app-changelog.md b/stable/jmzhomeproxy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..14f26617fa9 --- /dev/null +++ b/stable/jmzhomeproxy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jmzhomeproxy-5.7.5](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.7.3/app-readme.md b/stable/jmzhomeproxy/5.7.5/app-readme.md similarity index 100% rename from stable/jmzhomeproxy/5.7.3/app-readme.md rename to stable/jmzhomeproxy/5.7.5/app-readme.md diff --git a/stable/jmzhomeproxy/5.7.5/charts/common-20.2.10.tgz b/stable/jmzhomeproxy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jmzhomeproxy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jmzhomeproxy/5.7.3/ix_values.yaml b/stable/jmzhomeproxy/5.7.5/ix_values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.7.3/ix_values.yaml rename to stable/jmzhomeproxy/5.7.5/ix_values.yaml diff --git a/stable/jmzhomeproxy/5.7.3/questions.yaml b/stable/jmzhomeproxy/5.7.5/questions.yaml similarity index 100% rename from stable/jmzhomeproxy/5.7.3/questions.yaml rename to stable/jmzhomeproxy/5.7.5/questions.yaml diff --git a/stable/jmzhomeproxy/5.7.3/templates/common.yaml b/stable/jmzhomeproxy/5.7.5/templates/common.yaml similarity index 100% rename from stable/jmzhomeproxy/5.7.3/templates/common.yaml rename to stable/jmzhomeproxy/5.7.5/templates/common.yaml diff --git a/stable/joplin-server/17.7.3/values.yaml b/stable/jmzhomeproxy/5.7.5/values.yaml similarity index 100% rename from stable/joplin-server/17.7.3/values.yaml rename to stable/jmzhomeproxy/5.7.5/values.yaml diff --git a/stable/joplin-server/17.7.3/CHANGELOG.md b/stable/joplin-server/17.7.3/CHANGELOG.md deleted file mode 100644 index 66cc8a278d4..00000000000 --- a/stable/joplin-server/17.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/joplin-server/17.7.3/Chart.yaml b/stable/joplin-server/17.7.3/Chart.yaml deleted file mode 100644 index d5467f41504..00000000000 --- a/stable/joplin-server/17.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.14.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allows you to sync any Joplin client. -home: https://truecharts.org/charts/stable/joplin-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png -keywords: - - joplin - - notes -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: joplin-server -sources: - - https://github.com/laurent22/joplin - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - - https://hub.docker.com/r/joplin/server -type: application -version: 17.7.3 diff --git a/stable/joplin-server/17.7.3/app-changelog.md b/stable/joplin-server/17.7.3/app-changelog.md deleted file mode 100644 index 95621f551c0..00000000000 --- a/stable/joplin-server/17.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz b/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jts3servermod/1.5.3/.helmignore b/stable/joplin-server/17.7.5/.helmignore similarity index 100% rename from stable/jts3servermod/1.5.3/.helmignore rename to stable/joplin-server/17.7.5/.helmignore diff --git a/stable/joplin-server/17.7.5/CHANGELOG.md b/stable/joplin-server/17.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a5aaeb04bf2 --- /dev/null +++ b/stable/joplin-server/17.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [joplin-server-17.7.5](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [joplin-server-17.7.4](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [joplin-server-17.7.4](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [joplin-server-17.7.4](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [joplin-server-17.7.4](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [joplin-server-17.7.4](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/joplin-server/17.7.5/Chart.yaml b/stable/joplin-server/17.7.5/Chart.yaml new file mode 100644 index 00000000000..5e5d120f9bf --- /dev/null +++ b/stable/joplin-server/17.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.14.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows you to sync any Joplin client. +home: https://truecharts.org/charts/stable/joplin-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png +keywords: + - joplin + - notes +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: joplin-server +sources: + - https://github.com/laurent22/joplin + - https://github.com/laurent22/joplin/tree/dev/packages/server + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server + - https://hub.docker.com/r/joplin/server +type: application +version: 17.7.5 diff --git a/stable/joplin-server/17.7.3/README.md b/stable/joplin-server/17.7.5/README.md similarity index 100% rename from stable/joplin-server/17.7.3/README.md rename to stable/joplin-server/17.7.5/README.md diff --git a/stable/joplin-server/17.7.5/app-changelog.md b/stable/joplin-server/17.7.5/app-changelog.md new file mode 100644 index 00000000000..f3f6fc64b52 --- /dev/null +++ b/stable/joplin-server/17.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [joplin-server-17.7.5](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/joplin-server/17.7.3/app-readme.md b/stable/joplin-server/17.7.5/app-readme.md similarity index 100% rename from stable/joplin-server/17.7.3/app-readme.md rename to stable/joplin-server/17.7.5/app-readme.md diff --git a/stable/joplin-server/17.7.5/charts/common-20.2.10.tgz b/stable/joplin-server/17.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/joplin-server/17.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/joplin-server/17.7.3/ix_values.yaml b/stable/joplin-server/17.7.5/ix_values.yaml similarity index 100% rename from stable/joplin-server/17.7.3/ix_values.yaml rename to stable/joplin-server/17.7.5/ix_values.yaml diff --git a/stable/joplin-server/17.7.3/questions.yaml b/stable/joplin-server/17.7.5/questions.yaml similarity index 100% rename from stable/joplin-server/17.7.3/questions.yaml rename to stable/joplin-server/17.7.5/questions.yaml diff --git a/stable/joplin-server/17.7.3/templates/NOTES.txt b/stable/joplin-server/17.7.5/templates/NOTES.txt similarity index 100% rename from stable/joplin-server/17.7.3/templates/NOTES.txt rename to stable/joplin-server/17.7.5/templates/NOTES.txt diff --git a/stable/joplin-server/17.7.3/templates/common.yaml b/stable/joplin-server/17.7.5/templates/common.yaml similarity index 100% rename from stable/joplin-server/17.7.3/templates/common.yaml rename to stable/joplin-server/17.7.5/templates/common.yaml diff --git a/stable/jts3servermod/1.5.3/values.yaml b/stable/joplin-server/17.7.5/values.yaml similarity index 100% rename from stable/jts3servermod/1.5.3/values.yaml rename to stable/joplin-server/17.7.5/values.yaml diff --git a/stable/jts3servermod/1.5.3/CHANGELOG.md b/stable/jts3servermod/1.5.3/CHANGELOG.md deleted file mode 100644 index 7558d693e52..00000000000 --- a/stable/jts3servermod/1.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jts3servermod/1.5.3/Chart.yaml b/stable/jts3servermod/1.5.3/Chart.yaml deleted file mode 100644 index 267ff890c4c..00000000000 --- a/stable/jts3servermod/1.5.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20240301.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: JTS3ServerMod by Stefan1200 -home: https://truecharts.org/charts/stable/jts3servermod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png -keywords: - - teamspeak - - jts3servermod - - teamspeak-bot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jts3servermod -sources: - - https://github.com/galexrt/container-jts3servermod - - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 - - https://www.stefan1200.de/documentation/jts3servermod/readme.html - - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod - - https://ghcr.io/galexrt/jts3servermod -type: application -version: 1.5.3 diff --git a/stable/jts3servermod/1.5.3/app-changelog.md b/stable/jts3servermod/1.5.3/app-changelog.md deleted file mode 100644 index 46207c358b5..00000000000 --- a/stable/jts3servermod/1.5.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz b/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/jupyter/8.7.3/.helmignore b/stable/jts3servermod/1.5.5/.helmignore similarity index 100% rename from stable/jupyter/8.7.3/.helmignore rename to stable/jts3servermod/1.5.5/.helmignore diff --git a/stable/jts3servermod/1.5.5/CHANGELOG.md b/stable/jts3servermod/1.5.5/CHANGELOG.md new file mode 100644 index 00000000000..73d79237615 --- /dev/null +++ b/stable/jts3servermod/1.5.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jts3servermod-1.5.5](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jts3servermod-1.5.4](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jts3servermod-1.5.4](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jts3servermod-1.5.4](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jts3servermod-1.5.4](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jts3servermod-1.5.4](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/jts3servermod/1.5.5/Chart.yaml b/stable/jts3servermod/1.5.5/Chart.yaml new file mode 100644 index 00000000000..fa9869a8a4f --- /dev/null +++ b/stable/jts3servermod/1.5.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20240301.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JTS3ServerMod by Stefan1200 +home: https://truecharts.org/charts/stable/jts3servermod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png +keywords: + - teamspeak + - jts3servermod + - teamspeak-bot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jts3servermod +sources: + - https://github.com/galexrt/container-jts3servermod + - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 + - https://www.stefan1200.de/documentation/jts3servermod/readme.html + - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod + - https://ghcr.io/galexrt/jts3servermod +type: application +version: 1.5.5 diff --git a/stable/jts3servermod/1.5.3/README.md b/stable/jts3servermod/1.5.5/README.md similarity index 100% rename from stable/jts3servermod/1.5.3/README.md rename to stable/jts3servermod/1.5.5/README.md diff --git a/stable/jts3servermod/1.5.5/app-changelog.md b/stable/jts3servermod/1.5.5/app-changelog.md new file mode 100644 index 00000000000..8cfbc7e3064 --- /dev/null +++ b/stable/jts3servermod/1.5.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jts3servermod-1.5.5](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jts3servermod/1.5.3/app-readme.md b/stable/jts3servermod/1.5.5/app-readme.md similarity index 100% rename from stable/jts3servermod/1.5.3/app-readme.md rename to stable/jts3servermod/1.5.5/app-readme.md diff --git a/stable/jts3servermod/1.5.5/charts/common-20.2.10.tgz b/stable/jts3servermod/1.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jts3servermod/1.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/jts3servermod/1.5.3/ix_values.yaml b/stable/jts3servermod/1.5.5/ix_values.yaml similarity index 100% rename from stable/jts3servermod/1.5.3/ix_values.yaml rename to stable/jts3servermod/1.5.5/ix_values.yaml diff --git a/stable/jts3servermod/1.5.3/questions.yaml b/stable/jts3servermod/1.5.5/questions.yaml similarity index 100% rename from stable/jts3servermod/1.5.3/questions.yaml rename to stable/jts3servermod/1.5.5/questions.yaml diff --git a/stable/jupyter/8.7.3/templates/NOTES.txt b/stable/jts3servermod/1.5.5/templates/NOTES.txt similarity index 100% rename from stable/jupyter/8.7.3/templates/NOTES.txt rename to stable/jts3servermod/1.5.5/templates/NOTES.txt diff --git a/stable/jts3servermod/1.5.3/templates/common.yaml b/stable/jts3servermod/1.5.5/templates/common.yaml similarity index 100% rename from stable/jts3servermod/1.5.3/templates/common.yaml rename to stable/jts3servermod/1.5.5/templates/common.yaml diff --git a/stable/jupyter/8.7.3/values.yaml b/stable/jts3servermod/1.5.5/values.yaml similarity index 100% rename from stable/jupyter/8.7.3/values.yaml rename to stable/jts3servermod/1.5.5/values.yaml diff --git a/stable/jupyter/8.7.3/CHANGELOG.md b/stable/jupyter/8.7.3/CHANGELOG.md deleted file mode 100644 index c780bd6ae78..00000000000 --- a/stable/jupyter/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/jupyter/8.7.3/Chart.yaml b/stable/jupyter/8.7.3/Chart.yaml deleted file mode 100644 index c7479978743..00000000000 --- a/stable/jupyter/8.7.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.10.20 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Jupyter a web based IDE -home: https://truecharts.org/charts/stable/jupyter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png -keywords: - - Jupyter - - Notebook - - Lab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: jupyter -sources: - - https://github.com/jupyter/docker-stacks - - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/r-notebook -type: application -version: 8.7.3 diff --git a/stable/jupyter/8.7.3/app-changelog.md b/stable/jupyter/8.7.3/app-changelog.md deleted file mode 100644 index 81c37d8e889..00000000000 --- a/stable/jupyter/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jupyter/8.7.3/charts/common-20.2.4.tgz b/stable/jupyter/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/jupyter/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kanboard/16.7.3/.helmignore b/stable/jupyter/8.7.5/.helmignore similarity index 100% rename from stable/kanboard/16.7.3/.helmignore rename to stable/jupyter/8.7.5/.helmignore diff --git a/stable/jupyter/8.7.5/CHANGELOG.md b/stable/jupyter/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6919c6beaf8 --- /dev/null +++ b/stable/jupyter/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jupyter-8.7.5](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jupyter-8.7.4](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jupyter-8.7.4](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jupyter-8.7.4](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jupyter-8.7.4](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jupyter-8.7.4](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/jupyter/8.7.5/Chart.yaml b/stable/jupyter/8.7.5/Chart.yaml new file mode 100644 index 00000000000..f7d1f103674 --- /dev/null +++ b/stable/jupyter/8.7.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.10.20 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jupyter a web based IDE +home: https://truecharts.org/charts/stable/jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png +keywords: + - Jupyter + - Notebook + - Lab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jupyter +sources: + - https://github.com/jupyter/docker-stacks + - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter + - https://hub.docker.com/r/jupyter/scipy-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/base-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook +type: application +version: 8.7.5 diff --git a/stable/jupyter/8.7.3/README.md b/stable/jupyter/8.7.5/README.md similarity index 100% rename from stable/jupyter/8.7.3/README.md rename to stable/jupyter/8.7.5/README.md diff --git a/stable/jupyter/8.7.5/app-changelog.md b/stable/jupyter/8.7.5/app-changelog.md new file mode 100644 index 00000000000..7ac660a679c --- /dev/null +++ b/stable/jupyter/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [jupyter-8.7.5](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jupyter/8.7.3/app-readme.md b/stable/jupyter/8.7.5/app-readme.md similarity index 100% rename from stable/jupyter/8.7.3/app-readme.md rename to stable/jupyter/8.7.5/app-readme.md diff --git a/stable/jupyter/8.7.5/charts/common-20.2.10.tgz b/stable/jupyter/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/jupyter/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/jupyter/8.7.3/ix_values.yaml b/stable/jupyter/8.7.5/ix_values.yaml similarity index 100% rename from stable/jupyter/8.7.3/ix_values.yaml rename to stable/jupyter/8.7.5/ix_values.yaml diff --git a/stable/jupyter/8.7.3/questions.yaml b/stable/jupyter/8.7.5/questions.yaml similarity index 100% rename from stable/jupyter/8.7.3/questions.yaml rename to stable/jupyter/8.7.5/questions.yaml diff --git a/stable/kanboard/16.7.3/templates/NOTES.txt b/stable/jupyter/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/kanboard/16.7.3/templates/NOTES.txt rename to stable/jupyter/8.7.5/templates/NOTES.txt diff --git a/stable/jupyter/8.7.3/templates/common.yaml b/stable/jupyter/8.7.5/templates/common.yaml similarity index 100% rename from stable/jupyter/8.7.3/templates/common.yaml rename to stable/jupyter/8.7.5/templates/common.yaml diff --git a/stable/kanboard/16.7.3/values.yaml b/stable/jupyter/8.7.5/values.yaml similarity index 100% rename from stable/kanboard/16.7.3/values.yaml rename to stable/jupyter/8.7.5/values.yaml diff --git a/stable/kanboard/16.7.3/CHANGELOG.md b/stable/kanboard/16.7.3/CHANGELOG.md deleted file mode 100644 index 8a4cb5a455d..00000000000 --- a/stable/kanboard/16.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kanboard/16.7.3/Chart.yaml b/stable/kanboard/16.7.3/Chart.yaml deleted file mode 100644 index 41706ef13b3..00000000000 --- a/stable/kanboard/16.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.35 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kanboard is a free and open source Kanban project management software. -home: https://truecharts.org/charts/stable/kanboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png -keywords: - - kanboard - - kanban -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kanboard -sources: - - https://github.com/kanboard/kanboard - - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - - https://hub.docker.com/r/kanboard/kanboard -type: application -version: 16.7.3 diff --git a/stable/kanboard/16.7.3/app-changelog.md b/stable/kanboard/16.7.3/app-changelog.md deleted file mode 100644 index ab46fee1869..00000000000 --- a/stable/kanboard/16.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kanboard/16.7.3/charts/common-20.2.4.tgz b/stable/kanboard/16.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kanboard/16.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kasm/8.7.3/.helmignore b/stable/kanboard/16.7.5/.helmignore similarity index 100% rename from stable/kasm/8.7.3/.helmignore rename to stable/kanboard/16.7.5/.helmignore diff --git a/stable/kanboard/16.7.5/CHANGELOG.md b/stable/kanboard/16.7.5/CHANGELOG.md new file mode 100644 index 00000000000..53215200b47 --- /dev/null +++ b/stable/kanboard/16.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kanboard-16.7.5](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kanboard-16.7.4](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kanboard-16.7.4](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kanboard-16.7.4](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kanboard-16.7.4](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kanboard-16.7.4](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kanboard/16.7.5/Chart.yaml b/stable/kanboard/16.7.5/Chart.yaml new file mode 100644 index 00000000000..941a24ec27f --- /dev/null +++ b/stable/kanboard/16.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.35 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kanboard is a free and open source Kanban project management software. +home: https://truecharts.org/charts/stable/kanboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png +keywords: + - kanboard + - kanban +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kanboard +sources: + - https://github.com/kanboard/kanboard + - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard + - https://hub.docker.com/r/kanboard/kanboard +type: application +version: 16.7.5 diff --git a/stable/kanboard/16.7.3/README.md b/stable/kanboard/16.7.5/README.md similarity index 100% rename from stable/kanboard/16.7.3/README.md rename to stable/kanboard/16.7.5/README.md diff --git a/stable/kanboard/16.7.5/app-changelog.md b/stable/kanboard/16.7.5/app-changelog.md new file mode 100644 index 00000000000..a554aaefc9c --- /dev/null +++ b/stable/kanboard/16.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kanboard-16.7.5](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kanboard/16.7.3/app-readme.md b/stable/kanboard/16.7.5/app-readme.md similarity index 100% rename from stable/kanboard/16.7.3/app-readme.md rename to stable/kanboard/16.7.5/app-readme.md diff --git a/stable/kanboard/16.7.5/charts/common-20.2.10.tgz b/stable/kanboard/16.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kanboard/16.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kanboard/16.7.3/ix_values.yaml b/stable/kanboard/16.7.5/ix_values.yaml similarity index 100% rename from stable/kanboard/16.7.3/ix_values.yaml rename to stable/kanboard/16.7.5/ix_values.yaml diff --git a/stable/kanboard/16.7.3/questions.yaml b/stable/kanboard/16.7.5/questions.yaml similarity index 100% rename from stable/kanboard/16.7.3/questions.yaml rename to stable/kanboard/16.7.5/questions.yaml diff --git a/stable/kasm/8.7.3/templates/NOTES.txt b/stable/kanboard/16.7.5/templates/NOTES.txt similarity index 100% rename from stable/kasm/8.7.3/templates/NOTES.txt rename to stable/kanboard/16.7.5/templates/NOTES.txt diff --git a/stable/kanboard/16.7.3/templates/common.yaml b/stable/kanboard/16.7.5/templates/common.yaml similarity index 100% rename from stable/kanboard/16.7.3/templates/common.yaml rename to stable/kanboard/16.7.5/templates/common.yaml diff --git a/stable/kasm/8.7.3/values.yaml b/stable/kanboard/16.7.5/values.yaml similarity index 100% rename from stable/kasm/8.7.3/values.yaml rename to stable/kanboard/16.7.5/values.yaml diff --git a/stable/kasm/8.7.3/CHANGELOG.md b/stable/kasm/8.7.3/CHANGELOG.md deleted file mode 100644 index e955de12f7f..00000000000 --- a/stable/kasm/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - diff --git a/stable/kasm/8.7.3/Chart.yaml b/stable/kasm/8.7.3/Chart.yaml deleted file mode 100644 index 2362895f516..00000000000 --- a/stable/kasm/8.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. -home: https://truecharts.org/charts/stable/kasm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png -keywords: - - kasm - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kasm -sources: - - https://www.kasmweb.com/ - - https://github.com/orgs/linuxserver/packages/container/package/kasm - - https://github.com/linuxserver/docker-kasm#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/kasm - - https://hub.docker.com/r/kasmweb/workspaces -type: application -version: 8.7.3 diff --git a/stable/kasm/8.7.3/app-changelog.md b/stable/kasm/8.7.3/app-changelog.md deleted file mode 100644 index ccfd7a863f0..00000000000 --- a/stable/kasm/8.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) \ No newline at end of file diff --git a/stable/kasm/8.7.3/charts/common-20.2.4.tgz b/stable/kasm/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kasm/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kavita/9.7.3/.helmignore b/stable/kasm/8.7.5/.helmignore similarity index 100% rename from stable/kavita/9.7.3/.helmignore rename to stable/kasm/8.7.5/.helmignore diff --git a/stable/kasm/8.7.5/CHANGELOG.md b/stable/kasm/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3a27c412bee --- /dev/null +++ b/stable/kasm/8.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kasm-8.7.5](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) + + +## [kasm-8.7.4](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) + + +## [kasm-8.7.4](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) + + +## [kasm-8.7.4](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) + + +## [kasm-8.7.4](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/kasm/8.7.5/Chart.yaml b/stable/kasm/8.7.5/Chart.yaml new file mode 100644 index 00000000000..ca765a78f4c --- /dev/null +++ b/stable/kasm/8.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. +home: https://truecharts.org/charts/stable/kasm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png +keywords: + - kasm + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kasm +sources: + - https://www.kasmweb.com/ + - https://github.com/orgs/linuxserver/packages/container/package/kasm + - https://github.com/linuxserver/docker-kasm#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/kasm + - https://hub.docker.com/r/kasmweb/workspaces +type: application +version: 8.7.5 diff --git a/stable/kasm/8.7.3/README.md b/stable/kasm/8.7.5/README.md similarity index 100% rename from stable/kasm/8.7.3/README.md rename to stable/kasm/8.7.5/README.md diff --git a/stable/kasm/8.7.5/app-changelog.md b/stable/kasm/8.7.5/app-changelog.md new file mode 100644 index 00000000000..afb8af41a9c --- /dev/null +++ b/stable/kasm/8.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [kasm-8.7.5](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316)) \ No newline at end of file diff --git a/stable/kasm/8.7.3/app-readme.md b/stable/kasm/8.7.5/app-readme.md similarity index 100% rename from stable/kasm/8.7.3/app-readme.md rename to stable/kasm/8.7.5/app-readme.md diff --git a/stable/kasm/8.7.5/charts/common-20.2.10.tgz b/stable/kasm/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kasm/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kasm/8.7.3/ix_values.yaml b/stable/kasm/8.7.5/ix_values.yaml similarity index 100% rename from stable/kasm/8.7.3/ix_values.yaml rename to stable/kasm/8.7.5/ix_values.yaml diff --git a/stable/kasm/8.7.3/questions.yaml b/stable/kasm/8.7.5/questions.yaml similarity index 100% rename from stable/kasm/8.7.3/questions.yaml rename to stable/kasm/8.7.5/questions.yaml diff --git a/stable/kavita/9.7.3/templates/NOTES.txt b/stable/kasm/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/kavita/9.7.3/templates/NOTES.txt rename to stable/kasm/8.7.5/templates/NOTES.txt diff --git a/stable/kasm/8.7.3/templates/_hostPathMounts.tpl b/stable/kasm/8.7.5/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/8.7.3/templates/_hostPathMounts.tpl rename to stable/kasm/8.7.5/templates/_hostPathMounts.tpl diff --git a/stable/kasm/8.7.3/templates/common.yaml b/stable/kasm/8.7.5/templates/common.yaml similarity index 100% rename from stable/kasm/8.7.3/templates/common.yaml rename to stable/kasm/8.7.5/templates/common.yaml diff --git a/stable/kavita/9.7.3/values.yaml b/stable/kasm/8.7.5/values.yaml similarity index 100% rename from stable/kavita/9.7.3/values.yaml rename to stable/kasm/8.7.5/values.yaml diff --git a/stable/kavita/9.7.3/CHANGELOG.md b/stable/kavita/9.7.3/CHANGELOG.md deleted file mode 100644 index ca49299db5f..00000000000 --- a/stable/kavita/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kavita/9.7.3/Chart.yaml b/stable/kavita/9.7.3/Chart.yaml deleted file mode 100644 index 0e8fecbbccf..00000000000 --- a/stable/kavita/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.14 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats -home: https://truecharts.org/charts/stable/kavita -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png -keywords: - - kavita - - manga - - library - - book -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kavita -sources: - - https://www.kavitareader.com - - https://github.com/truecharts/charts/tree/master/charts/stable/kavita - - https://hub.docker.com/r/jvmilazz0/kavita -type: application -version: 9.7.3 diff --git a/stable/kavita/9.7.3/app-changelog.md b/stable/kavita/9.7.3/app-changelog.md deleted file mode 100644 index 63a6ad54521..00000000000 --- a/stable/kavita/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kavita/9.7.3/charts/common-20.2.4.tgz b/stable/kavita/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kavita/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kdenlive-vnc/5.7.3/.helmignore b/stable/kavita/9.7.5/.helmignore similarity index 100% rename from stable/kdenlive-vnc/5.7.3/.helmignore rename to stable/kavita/9.7.5/.helmignore diff --git a/stable/kavita/9.7.5/CHANGELOG.md b/stable/kavita/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..aa7c2fd0156 --- /dev/null +++ b/stable/kavita/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kavita-9.7.5](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kavita-9.7.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kavita-9.7.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kavita-9.7.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kavita-9.7.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kavita-9.7.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kavita/9.7.5/Chart.yaml b/stable/kavita/9.7.5/Chart.yaml new file mode 100644 index 00000000000..56394754928 --- /dev/null +++ b/stable/kavita/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.14 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats +home: https://truecharts.org/charts/stable/kavita +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png +keywords: + - kavita + - manga + - library + - book +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kavita +sources: + - https://www.kavitareader.com + - https://github.com/truecharts/charts/tree/master/charts/stable/kavita + - https://hub.docker.com/r/jvmilazz0/kavita +type: application +version: 9.7.5 diff --git a/stable/kavita/9.7.3/README.md b/stable/kavita/9.7.5/README.md similarity index 100% rename from stable/kavita/9.7.3/README.md rename to stable/kavita/9.7.5/README.md diff --git a/stable/kavita/9.7.5/app-changelog.md b/stable/kavita/9.7.5/app-changelog.md new file mode 100644 index 00000000000..30d29d48b40 --- /dev/null +++ b/stable/kavita/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kavita-9.7.5](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kavita/9.7.3/app-readme.md b/stable/kavita/9.7.5/app-readme.md similarity index 100% rename from stable/kavita/9.7.3/app-readme.md rename to stable/kavita/9.7.5/app-readme.md diff --git a/stable/kavita/9.7.5/charts/common-20.2.10.tgz b/stable/kavita/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kavita/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kavita/9.7.3/ix_values.yaml b/stable/kavita/9.7.5/ix_values.yaml similarity index 100% rename from stable/kavita/9.7.3/ix_values.yaml rename to stable/kavita/9.7.5/ix_values.yaml diff --git a/stable/kavita/9.7.3/questions.yaml b/stable/kavita/9.7.5/questions.yaml similarity index 100% rename from stable/kavita/9.7.3/questions.yaml rename to stable/kavita/9.7.5/questions.yaml diff --git a/stable/kitchenowl/9.7.3/templates/NOTES.txt b/stable/kavita/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/kitchenowl/9.7.3/templates/NOTES.txt rename to stable/kavita/9.7.5/templates/NOTES.txt diff --git a/stable/kavita/9.7.3/templates/common.yaml b/stable/kavita/9.7.5/templates/common.yaml similarity index 100% rename from stable/kavita/9.7.3/templates/common.yaml rename to stable/kavita/9.7.5/templates/common.yaml diff --git a/stable/kdenlive-vnc/5.7.3/values.yaml b/stable/kavita/9.7.5/values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.7.3/values.yaml rename to stable/kavita/9.7.5/values.yaml diff --git a/stable/kdenlive-vnc/5.7.3/CHANGELOG.md b/stable/kdenlive-vnc/5.7.3/CHANGELOG.md deleted file mode 100644 index 7aeddd8098b..00000000000 --- a/stable/kdenlive-vnc/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kdenlive-vnc/5.7.3/Chart.yaml b/stable/kdenlive-vnc/5.7.3/Chart.yaml deleted file mode 100644 index 48683370483..00000000000 --- a/stable/kdenlive-vnc/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -home: https://truecharts.org/charts/stable/kdenlive-vnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png -keywords: - - kdenlive-vnc - - MediaApp-Video - - MediaApp-Music - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kdenlive-vnc -sources: - - https://github.com/JonathanTreffler/kdenlive-vnc-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc - - https://hub.docker.com/r/tessypowder/docker-kdenlive -type: application -version: 5.7.3 diff --git a/stable/kdenlive-vnc/5.7.3/app-changelog.md b/stable/kdenlive-vnc/5.7.3/app-changelog.md deleted file mode 100644 index c5da919c9f9..00000000000 --- a/stable/kdenlive-vnc/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz b/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kdenlive/5.7.5/.helmignore b/stable/kdenlive-vnc/5.7.5/.helmignore similarity index 100% rename from stable/kdenlive/5.7.5/.helmignore rename to stable/kdenlive-vnc/5.7.5/.helmignore diff --git a/stable/kdenlive-vnc/5.7.5/CHANGELOG.md b/stable/kdenlive-vnc/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f432ed8f28d --- /dev/null +++ b/stable/kdenlive-vnc/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-vnc-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-vnc-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-vnc-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-vnc-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-vnc-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-vnc-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.7.5/Chart.yaml b/stable/kdenlive-vnc/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e0a5bff7b08 --- /dev/null +++ b/stable/kdenlive-vnc/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) +home: https://truecharts.org/charts/stable/kdenlive-vnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png +keywords: + - kdenlive-vnc + - MediaApp-Video + - MediaApp-Music + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive-vnc +sources: + - https://github.com/JonathanTreffler/kdenlive-vnc-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc + - https://hub.docker.com/r/tessypowder/docker-kdenlive +type: application +version: 5.7.5 diff --git a/stable/kdenlive-vnc/5.7.3/README.md b/stable/kdenlive-vnc/5.7.5/README.md similarity index 100% rename from stable/kdenlive-vnc/5.7.3/README.md rename to stable/kdenlive-vnc/5.7.5/README.md diff --git a/stable/kdenlive-vnc/5.7.5/app-changelog.md b/stable/kdenlive-vnc/5.7.5/app-changelog.md new file mode 100644 index 00000000000..4b9eaf52ab9 --- /dev/null +++ b/stable/kdenlive-vnc/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kdenlive-vnc-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.7.3/app-readme.md b/stable/kdenlive-vnc/5.7.5/app-readme.md similarity index 100% rename from stable/kdenlive-vnc/5.7.3/app-readme.md rename to stable/kdenlive-vnc/5.7.5/app-readme.md diff --git a/stable/kdenlive-vnc/5.7.5/charts/common-20.2.10.tgz b/stable/kdenlive-vnc/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kdenlive-vnc/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kdenlive-vnc/5.7.3/ix_values.yaml b/stable/kdenlive-vnc/5.7.5/ix_values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.7.3/ix_values.yaml rename to stable/kdenlive-vnc/5.7.5/ix_values.yaml diff --git a/stable/kdenlive-vnc/5.7.3/questions.yaml b/stable/kdenlive-vnc/5.7.5/questions.yaml similarity index 100% rename from stable/kdenlive-vnc/5.7.3/questions.yaml rename to stable/kdenlive-vnc/5.7.5/questions.yaml diff --git a/stable/kdenlive-vnc/5.7.3/templates/common.yaml b/stable/kdenlive-vnc/5.7.5/templates/common.yaml similarity index 100% rename from stable/kdenlive-vnc/5.7.3/templates/common.yaml rename to stable/kdenlive-vnc/5.7.5/templates/common.yaml diff --git a/stable/kdenlive/5.7.5/values.yaml b/stable/kdenlive-vnc/5.7.5/values.yaml similarity index 100% rename from stable/kdenlive/5.7.5/values.yaml rename to stable/kdenlive-vnc/5.7.5/values.yaml diff --git a/stable/kdenlive/5.7.5/CHANGELOG.md b/stable/kdenlive/5.7.5/CHANGELOG.md deleted file mode 100644 index 01ffc2e7508..00000000000 --- a/stable/kdenlive/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) diff --git a/stable/kdenlive/5.7.5/Chart.yaml b/stable/kdenlive/5.7.5/Chart.yaml deleted file mode 100644 index a12a8bb6d2b..00000000000 --- a/stable/kdenlive/5.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. -home: https://truecharts.org/charts/stable/kdenlive -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png -keywords: - - kdenlive - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kdenlive -sources: - - https://github.com/linuxserver/docker-kdenlive#readme - - https://kdenlive.org/ - - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive - - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive -type: application -version: 5.7.5 diff --git a/stable/kdenlive/5.7.5/app-changelog.md b/stable/kdenlive/5.7.5/app-changelog.md deleted file mode 100644 index 380a5fe4df5..00000000000 --- a/stable/kdenlive/5.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [kdenlive-5.7.5](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.5) (2024-03-26) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kdenlive/5.7.5/charts/common-20.2.4.tgz b/stable/kdenlive/5.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kdenlive/5.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/keeweb/5.7.3/.helmignore b/stable/kdenlive/5.7.7/.helmignore similarity index 100% rename from stable/keeweb/5.7.3/.helmignore rename to stable/kdenlive/5.7.7/.helmignore diff --git a/stable/kdenlive/5.7.7/CHANGELOG.md b/stable/kdenlive/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..61e4864a4c3 --- /dev/null +++ b/stable/kdenlive/5.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-5.7.7](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-5.7.6](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-5.7.6](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-5.7.6](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kdenlive-5.7.6](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.6) (2024-03-27) + +### Chore diff --git a/stable/kdenlive/5.7.7/Chart.yaml b/stable/kdenlive/5.7.7/Chart.yaml new file mode 100644 index 00000000000..f3108603615 --- /dev/null +++ b/stable/kdenlive/5.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/charts/stable/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png +keywords: + - kdenlive + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive +sources: + - https://github.com/linuxserver/docker-kdenlive#readme + - https://kdenlive.org/ + - https://github.com/orgs/linuxserver/packages/container/package/kdenlive + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive + - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive +type: application +version: 5.7.7 diff --git a/stable/kdenlive/5.7.5/README.md b/stable/kdenlive/5.7.7/README.md similarity index 100% rename from stable/kdenlive/5.7.5/README.md rename to stable/kdenlive/5.7.7/README.md diff --git a/stable/kdenlive/5.7.7/app-changelog.md b/stable/kdenlive/5.7.7/app-changelog.md new file mode 100644 index 00000000000..c347e466d5e --- /dev/null +++ b/stable/kdenlive/5.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [kdenlive-5.7.7](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@2e7fe49](https://github.com/2e7fe49) by renovate ([#19783](https://github.com/truecharts/charts/issues/19783)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kdenlive/5.7.5/app-readme.md b/stable/kdenlive/5.7.7/app-readme.md similarity index 100% rename from stable/kdenlive/5.7.5/app-readme.md rename to stable/kdenlive/5.7.7/app-readme.md diff --git a/stable/kdenlive/5.7.7/charts/common-20.2.10.tgz b/stable/kdenlive/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kdenlive/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/kdenlive/5.7.5/ix_values.yaml b/stable/kdenlive/5.7.7/ix_values.yaml similarity index 100% rename from stable/kdenlive/5.7.5/ix_values.yaml rename to stable/kdenlive/5.7.7/ix_values.yaml diff --git a/stable/kdenlive/5.7.5/questions.yaml b/stable/kdenlive/5.7.7/questions.yaml similarity index 100% rename from stable/kdenlive/5.7.5/questions.yaml rename to stable/kdenlive/5.7.7/questions.yaml diff --git a/stable/kdenlive/5.7.5/templates/common.yaml b/stable/kdenlive/5.7.7/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.7.5/templates/common.yaml rename to stable/kdenlive/5.7.7/templates/common.yaml diff --git a/stable/keeweb/5.7.3/values.yaml b/stable/kdenlive/5.7.7/values.yaml similarity index 100% rename from stable/keeweb/5.7.3/values.yaml rename to stable/kdenlive/5.7.7/values.yaml diff --git a/stable/keeweb/5.7.3/CHANGELOG.md b/stable/keeweb/5.7.3/CHANGELOG.md deleted file mode 100644 index d0b1bdeba48..00000000000 --- a/stable/keeweb/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/keeweb/5.7.3/Chart.yaml b/stable/keeweb/5.7.3/Chart.yaml deleted file mode 100644 index 004bacd7047..00000000000 --- a/stable/keeweb/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. -home: https://truecharts.org/charts/stable/keeweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png -keywords: - - keeweb - - Productivity - - Tools-Utilities - - Network-Web - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: keeweb -sources: - - https://github.com/keeweb/keeweb - - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb - - https://hub.docker.com/r/antelle/keeweb -type: application -version: 5.7.3 diff --git a/stable/keeweb/5.7.3/app-changelog.md b/stable/keeweb/5.7.3/app-changelog.md deleted file mode 100644 index e384381a6ea..00000000000 --- a/stable/keeweb/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/keeweb/5.7.3/charts/common-20.2.4.tgz b/stable/keeweb/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/keeweb/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/.helmignore b/stable/keeweb/5.7.5/.helmignore similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/.helmignore rename to stable/keeweb/5.7.5/.helmignore diff --git a/stable/keeweb/5.7.5/CHANGELOG.md b/stable/keeweb/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..62880f6da76 --- /dev/null +++ b/stable/keeweb/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [keeweb-5.7.5](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [keeweb-5.7.4](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [keeweb-5.7.4](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [keeweb-5.7.4](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [keeweb-5.7.4](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [keeweb-5.7.4](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/keeweb/5.7.5/Chart.yaml b/stable/keeweb/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5104188a8c8 --- /dev/null +++ b/stable/keeweb/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. +home: https://truecharts.org/charts/stable/keeweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png +keywords: + - keeweb + - Productivity + - Tools-Utilities + - Network-Web + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: keeweb +sources: + - https://github.com/keeweb/keeweb + - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb + - https://hub.docker.com/r/antelle/keeweb +type: application +version: 5.7.5 diff --git a/stable/keeweb/5.7.3/README.md b/stable/keeweb/5.7.5/README.md similarity index 100% rename from stable/keeweb/5.7.3/README.md rename to stable/keeweb/5.7.5/README.md diff --git a/stable/keeweb/5.7.5/app-changelog.md b/stable/keeweb/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7b9c1cf0c09 --- /dev/null +++ b/stable/keeweb/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [keeweb-5.7.5](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/keeweb/5.7.3/app-readme.md b/stable/keeweb/5.7.5/app-readme.md similarity index 100% rename from stable/keeweb/5.7.3/app-readme.md rename to stable/keeweb/5.7.5/app-readme.md diff --git a/stable/keeweb/5.7.5/charts/common-20.2.10.tgz b/stable/keeweb/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/keeweb/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/keeweb/5.7.3/ix_values.yaml b/stable/keeweb/5.7.5/ix_values.yaml similarity index 100% rename from stable/keeweb/5.7.3/ix_values.yaml rename to stable/keeweb/5.7.5/ix_values.yaml diff --git a/stable/keeweb/5.7.3/questions.yaml b/stable/keeweb/5.7.5/questions.yaml similarity index 100% rename from stable/keeweb/5.7.3/questions.yaml rename to stable/keeweb/5.7.5/questions.yaml diff --git a/stable/keeweb/5.7.3/templates/common.yaml b/stable/keeweb/5.7.5/templates/common.yaml similarity index 100% rename from stable/keeweb/5.7.3/templates/common.yaml rename to stable/keeweb/5.7.5/templates/common.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/values.yaml b/stable/keeweb/5.7.5/values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/values.yaml rename to stable/keeweb/5.7.5/values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md deleted file mode 100644 index 41309f86106..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml deleted file mode 100644 index 3cf802861d8..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). -home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png -keywords: - - kerbalspaceprogram-lmp - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kerbalspaceprogram-lmp -sources: - - https://github.com/LunaMultiplayer/LunaMultiplayer - - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp - - https://hub.docker.com/r/ich777/lunamultiplayer-ksp -type: application -version: 5.7.3 diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md deleted file mode 100644 index a90d098647e..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz b/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kerio-connect/5.7.3/.helmignore b/stable/kerbalspaceprogram-lmp/5.7.5/.helmignore similarity index 100% rename from stable/kerio-connect/5.7.3/.helmignore rename to stable/kerbalspaceprogram-lmp/5.7.5/.helmignore diff --git a/stable/kerbalspaceprogram-lmp/5.7.5/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..720d0e44855 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerbalspaceprogram-lmp-5.7.5](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerbalspaceprogram-lmp-5.7.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerbalspaceprogram-lmp-5.7.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerbalspaceprogram-lmp-5.7.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerbalspaceprogram-lmp-5.7.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerbalspaceprogram-lmp-5.7.4](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.7.5/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b3b7deccc8f --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). +home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png +keywords: + - kerbalspaceprogram-lmp + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerbalspaceprogram-lmp +sources: + - https://github.com/LunaMultiplayer/LunaMultiplayer + - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp + - https://hub.docker.com/r/ich777/lunamultiplayer-ksp +type: application +version: 5.7.5 diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/README.md b/stable/kerbalspaceprogram-lmp/5.7.5/README.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/README.md rename to stable/kerbalspaceprogram-lmp/5.7.5/README.md diff --git a/stable/kerbalspaceprogram-lmp/5.7.5/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e0c6a45cd51 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kerbalspaceprogram-lmp-5.7.5](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/app-readme.md b/stable/kerbalspaceprogram-lmp/5.7.5/app-readme.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/app-readme.md rename to stable/kerbalspaceprogram-lmp/5.7.5/app-readme.md diff --git a/stable/kerbalspaceprogram-lmp/5.7.5/charts/common-20.2.10.tgz b/stable/kerbalspaceprogram-lmp/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.7.5/ix_values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/ix_values.yaml rename to stable/kerbalspaceprogram-lmp/5.7.5/ix_values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/questions.yaml b/stable/kerbalspaceprogram-lmp/5.7.5/questions.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/questions.yaml rename to stable/kerbalspaceprogram-lmp/5.7.5/questions.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.7.5/templates/common.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.7.3/templates/common.yaml rename to stable/kerbalspaceprogram-lmp/5.7.5/templates/common.yaml diff --git a/stable/kerio-connect/5.7.3/values.yaml b/stable/kerbalspaceprogram-lmp/5.7.5/values.yaml similarity index 100% rename from stable/kerio-connect/5.7.3/values.yaml rename to stable/kerbalspaceprogram-lmp/5.7.5/values.yaml diff --git a/stable/kerio-connect/5.7.3/CHANGELOG.md b/stable/kerio-connect/5.7.3/CHANGELOG.md deleted file mode 100644 index a270867ad49..00000000000 --- a/stable/kerio-connect/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kerio-connect/5.7.3/Chart.yaml b/stable/kerio-connect/5.7.3/Chart.yaml deleted file mode 100644 index e2594b5e253..00000000000 --- a/stable/kerio-connect/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect -home: https://truecharts.org/charts/stable/kerio-connect -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png -keywords: - - kerio-connect - - Network-Web - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kerio-connect -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect - - https://hub.docker.com/r/chvb/docker-kerio-connect -type: application -version: 5.7.3 diff --git a/stable/kerio-connect/5.7.3/app-changelog.md b/stable/kerio-connect/5.7.3/app-changelog.md deleted file mode 100644 index c9c24b2e332..00000000000 --- a/stable/kerio-connect/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz b/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kitana/5.7.3/.helmignore b/stable/kerio-connect/5.7.5/.helmignore similarity index 100% rename from stable/kitana/5.7.3/.helmignore rename to stable/kerio-connect/5.7.5/.helmignore diff --git a/stable/kerio-connect/5.7.5/CHANGELOG.md b/stable/kerio-connect/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..794212279e9 --- /dev/null +++ b/stable/kerio-connect/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerio-connect-5.7.5](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerio-connect-5.7.4](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerio-connect-5.7.4](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerio-connect-5.7.4](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerio-connect-5.7.4](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kerio-connect-5.7.4](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kerio-connect/5.7.5/Chart.yaml b/stable/kerio-connect/5.7.5/Chart.yaml new file mode 100644 index 00000000000..45f58490b79 --- /dev/null +++ b/stable/kerio-connect/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect +home: https://truecharts.org/charts/stable/kerio-connect +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png +keywords: + - kerio-connect + - Network-Web + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerio-connect +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect + - https://hub.docker.com/r/chvb/docker-kerio-connect +type: application +version: 5.7.5 diff --git a/stable/kerio-connect/5.7.3/README.md b/stable/kerio-connect/5.7.5/README.md similarity index 100% rename from stable/kerio-connect/5.7.3/README.md rename to stable/kerio-connect/5.7.5/README.md diff --git a/stable/kerio-connect/5.7.5/app-changelog.md b/stable/kerio-connect/5.7.5/app-changelog.md new file mode 100644 index 00000000000..85e0c19570b --- /dev/null +++ b/stable/kerio-connect/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kerio-connect-5.7.5](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kerio-connect/5.7.3/app-readme.md b/stable/kerio-connect/5.7.5/app-readme.md similarity index 100% rename from stable/kerio-connect/5.7.3/app-readme.md rename to stable/kerio-connect/5.7.5/app-readme.md diff --git a/stable/kerio-connect/5.7.5/charts/common-20.2.10.tgz b/stable/kerio-connect/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kerio-connect/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kerio-connect/5.7.3/ix_values.yaml b/stable/kerio-connect/5.7.5/ix_values.yaml similarity index 100% rename from stable/kerio-connect/5.7.3/ix_values.yaml rename to stable/kerio-connect/5.7.5/ix_values.yaml diff --git a/stable/kerio-connect/5.7.3/questions.yaml b/stable/kerio-connect/5.7.5/questions.yaml similarity index 100% rename from stable/kerio-connect/5.7.3/questions.yaml rename to stable/kerio-connect/5.7.5/questions.yaml diff --git a/stable/kerio-connect/5.7.3/templates/common.yaml b/stable/kerio-connect/5.7.5/templates/common.yaml similarity index 100% rename from stable/kerio-connect/5.7.3/templates/common.yaml rename to stable/kerio-connect/5.7.5/templates/common.yaml diff --git a/stable/kitana/5.7.3/values.yaml b/stable/kerio-connect/5.7.5/values.yaml similarity index 100% rename from stable/kitana/5.7.3/values.yaml rename to stable/kerio-connect/5.7.5/values.yaml diff --git a/stable/kitana/5.7.3/CHANGELOG.md b/stable/kitana/5.7.3/CHANGELOG.md deleted file mode 100644 index 823dd6e6f9e..00000000000 --- a/stable/kitana/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kitana/5.7.3/Chart.yaml b/stable/kitana/5.7.3/Chart.yaml deleted file mode 100644 index b9216ff528d..00000000000 --- a/stable/kitana/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. -home: https://truecharts.org/charts/stable/kitana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png -keywords: - - kitana - - home-automation - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kitana -sources: - - https://github.com/pannal/Kitana - - https://github.com/truecharts/charts/tree/master/charts/stable/kitana - - https://hub.docker.com/r/pannal/kitana -type: application -version: 5.7.3 diff --git a/stable/kitana/5.7.3/app-changelog.md b/stable/kitana/5.7.3/app-changelog.md deleted file mode 100644 index 0b5528c72f4..00000000000 --- a/stable/kitana/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kitana/5.7.3/charts/common-20.2.4.tgz b/stable/kitana/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kitana/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.7.3/.helmignore b/stable/kitana/5.7.5/.helmignore similarity index 100% rename from stable/kitchenowl/9.7.3/.helmignore rename to stable/kitana/5.7.5/.helmignore diff --git a/stable/kitana/5.7.5/CHANGELOG.md b/stable/kitana/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c0a2f234a48 --- /dev/null +++ b/stable/kitana/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitana-5.7.5](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitana-5.7.4](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitana-5.7.4](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitana-5.7.4](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitana-5.7.4](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitana-5.7.4](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kitana/5.7.5/Chart.yaml b/stable/kitana/5.7.5/Chart.yaml new file mode 100644 index 00000000000..65b0ccaa22c --- /dev/null +++ b/stable/kitana/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. +home: https://truecharts.org/charts/stable/kitana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png +keywords: + - kitana + - home-automation + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitana +sources: + - https://github.com/pannal/Kitana + - https://github.com/truecharts/charts/tree/master/charts/stable/kitana + - https://hub.docker.com/r/pannal/kitana +type: application +version: 5.7.5 diff --git a/stable/kitana/5.7.3/README.md b/stable/kitana/5.7.5/README.md similarity index 100% rename from stable/kitana/5.7.3/README.md rename to stable/kitana/5.7.5/README.md diff --git a/stable/kitana/5.7.5/app-changelog.md b/stable/kitana/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7151f450ce5 --- /dev/null +++ b/stable/kitana/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kitana-5.7.5](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kitana/5.7.3/app-readme.md b/stable/kitana/5.7.5/app-readme.md similarity index 100% rename from stable/kitana/5.7.3/app-readme.md rename to stable/kitana/5.7.5/app-readme.md diff --git a/stable/kitana/5.7.5/charts/common-20.2.10.tgz b/stable/kitana/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kitana/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kitana/5.7.3/ix_values.yaml b/stable/kitana/5.7.5/ix_values.yaml similarity index 100% rename from stable/kitana/5.7.3/ix_values.yaml rename to stable/kitana/5.7.5/ix_values.yaml diff --git a/stable/kitana/5.7.3/questions.yaml b/stable/kitana/5.7.5/questions.yaml similarity index 100% rename from stable/kitana/5.7.3/questions.yaml rename to stable/kitana/5.7.5/questions.yaml diff --git a/stable/kitana/5.7.3/templates/common.yaml b/stable/kitana/5.7.5/templates/common.yaml similarity index 100% rename from stable/kitana/5.7.3/templates/common.yaml rename to stable/kitana/5.7.5/templates/common.yaml diff --git a/stable/kitchenowl/9.7.3/values.yaml b/stable/kitana/5.7.5/values.yaml similarity index 100% rename from stable/kitchenowl/9.7.3/values.yaml rename to stable/kitana/5.7.5/values.yaml diff --git a/stable/kitchenowl/9.7.3/CHANGELOG.md b/stable/kitchenowl/9.7.3/CHANGELOG.md deleted file mode 100644 index dde74ece714..00000000000 --- a/stable/kitchenowl/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kitchenowl/9.7.3/Chart.yaml b/stable/kitchenowl/9.7.3/Chart.yaml deleted file mode 100644 index 760b5266a87..00000000000 --- a/stable/kitchenowl/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: KitchenOwl is a smart self-hosted grocery list and recipe manager. -home: https://truecharts.org/charts/stable/kitchenowl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png -keywords: - - recipes - - kitchen - - grocery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kitchenowl -sources: - - https://tombursch.github.io/kitchenowl - - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - - https://hub.docker.com/r/tombursch/kitchenowl-web - - https://hub.docker.com/r/tombursch/kitchenowl -type: application -version: 9.7.3 diff --git a/stable/kitchenowl/9.7.3/app-changelog.md b/stable/kitchenowl/9.7.3/app-changelog.md deleted file mode 100644 index 97ecccc3fbc..00000000000 --- a/stable/kitchenowl/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz b/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.8.3/.helmignore b/stable/kitchenowl/9.7.5/.helmignore similarity index 100% rename from stable/kiwix-serve/8.8.3/.helmignore rename to stable/kitchenowl/9.7.5/.helmignore diff --git a/stable/kitchenowl/9.7.5/CHANGELOG.md b/stable/kitchenowl/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..530b54510d5 --- /dev/null +++ b/stable/kitchenowl/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitchenowl-9.7.5](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitchenowl-9.7.4](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitchenowl-9.7.4](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitchenowl-9.7.4](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitchenowl-9.7.4](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kitchenowl-9.7.4](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/kitchenowl/9.7.5/Chart.yaml b/stable/kitchenowl/9.7.5/Chart.yaml new file mode 100644 index 00000000000..8f24890c726 --- /dev/null +++ b/stable/kitchenowl/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: KitchenOwl is a smart self-hosted grocery list and recipe manager. +home: https://truecharts.org/charts/stable/kitchenowl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png +keywords: + - recipes + - kitchen + - grocery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitchenowl +sources: + - https://tombursch.github.io/kitchenowl + - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl-web + - https://hub.docker.com/r/tombursch/kitchenowl +type: application +version: 9.7.5 diff --git a/stable/kitchenowl/9.7.3/README.md b/stable/kitchenowl/9.7.5/README.md similarity index 100% rename from stable/kitchenowl/9.7.3/README.md rename to stable/kitchenowl/9.7.5/README.md diff --git a/stable/kitchenowl/9.7.5/app-changelog.md b/stable/kitchenowl/9.7.5/app-changelog.md new file mode 100644 index 00000000000..fc806abf705 --- /dev/null +++ b/stable/kitchenowl/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kitchenowl-9.7.5](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kitchenowl/9.7.3/app-readme.md b/stable/kitchenowl/9.7.5/app-readme.md similarity index 100% rename from stable/kitchenowl/9.7.3/app-readme.md rename to stable/kitchenowl/9.7.5/app-readme.md diff --git a/stable/kitchenowl/9.7.5/charts/common-20.2.10.tgz b/stable/kitchenowl/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kitchenowl/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kitchenowl/9.7.3/ix_values.yaml b/stable/kitchenowl/9.7.5/ix_values.yaml similarity index 100% rename from stable/kitchenowl/9.7.3/ix_values.yaml rename to stable/kitchenowl/9.7.5/ix_values.yaml diff --git a/stable/kitchenowl/9.7.3/questions.yaml b/stable/kitchenowl/9.7.5/questions.yaml similarity index 100% rename from stable/kitchenowl/9.7.3/questions.yaml rename to stable/kitchenowl/9.7.5/questions.yaml diff --git a/stable/kiwix-serve/8.8.3/templates/NOTES.txt b/stable/kitchenowl/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/8.8.3/templates/NOTES.txt rename to stable/kitchenowl/9.7.5/templates/NOTES.txt diff --git a/stable/kitchenowl/9.7.3/templates/_secrets.tpl b/stable/kitchenowl/9.7.5/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/9.7.3/templates/_secrets.tpl rename to stable/kitchenowl/9.7.5/templates/_secrets.tpl diff --git a/stable/kitchenowl/9.7.3/templates/common.yaml b/stable/kitchenowl/9.7.5/templates/common.yaml similarity index 100% rename from stable/kitchenowl/9.7.3/templates/common.yaml rename to stable/kitchenowl/9.7.5/templates/common.yaml diff --git a/stable/kiwix-serve/8.8.3/values.yaml b/stable/kitchenowl/9.7.5/values.yaml similarity index 100% rename from stable/kiwix-serve/8.8.3/values.yaml rename to stable/kitchenowl/9.7.5/values.yaml diff --git a/stable/kiwix-serve/8.8.3/CHANGELOG.md b/stable/kiwix-serve/8.8.3/CHANGELOG.md deleted file mode 100644 index 860123a74f5..00000000000 --- a/stable/kiwix-serve/8.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - diff --git a/stable/kiwix-serve/8.8.3/Chart.yaml b/stable/kiwix-serve/8.8.3/Chart.yaml deleted file mode 100644 index 7e71e5efd9b..00000000000 --- a/stable/kiwix-serve/8.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! -home: https://truecharts.org/charts/stable/kiwix-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png -keywords: - - kiwix-serve - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kiwix-serve -sources: - - https://www.kiwix.org/ - - https://github.com/kiwix/kiwix-tools/blob/master/docker/server - - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve - - https://ghcr.io/kiwix/kiwix-serve -type: application -version: 8.8.3 diff --git a/stable/kiwix-serve/8.8.3/app-changelog.md b/stable/kiwix-serve/8.8.3/app-changelog.md deleted file mode 100644 index edc83e79221..00000000000 --- a/stable/kiwix-serve/8.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) \ No newline at end of file diff --git a/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz b/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kms/18.7.3/.helmignore b/stable/kiwix-serve/8.8.5/.helmignore similarity index 100% rename from stable/kms/18.7.3/.helmignore rename to stable/kiwix-serve/8.8.5/.helmignore diff --git a/stable/kiwix-serve/8.8.5/CHANGELOG.md b/stable/kiwix-serve/8.8.5/CHANGELOG.md new file mode 100644 index 00000000000..c474657a9f1 --- /dev/null +++ b/stable/kiwix-serve/8.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kiwix-serve-8.8.5](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) + + +## [kiwix-serve-8.8.4](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) + + +## [kiwix-serve-8.8.4](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) + + +## [kiwix-serve-8.8.4](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) + + +## [kiwix-serve-8.8.4](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/kiwix-serve/8.8.5/Chart.yaml b/stable/kiwix-serve/8.8.5/Chart.yaml new file mode 100644 index 00000000000..0c83d41427e --- /dev/null +++ b/stable/kiwix-serve/8.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! +home: https://truecharts.org/charts/stable/kiwix-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png +keywords: + - kiwix-serve + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kiwix-serve +sources: + - https://www.kiwix.org/ + - https://github.com/kiwix/kiwix-tools/blob/master/docker/server + - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve + - https://ghcr.io/kiwix/kiwix-serve +type: application +version: 8.8.5 diff --git a/stable/kiwix-serve/8.8.3/README.md b/stable/kiwix-serve/8.8.5/README.md similarity index 100% rename from stable/kiwix-serve/8.8.3/README.md rename to stable/kiwix-serve/8.8.5/README.md diff --git a/stable/kiwix-serve/8.8.5/app-changelog.md b/stable/kiwix-serve/8.8.5/app-changelog.md new file mode 100644 index 00000000000..929824f8ef7 --- /dev/null +++ b/stable/kiwix-serve/8.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [kiwix-serve-8.8.5](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339)) \ No newline at end of file diff --git a/stable/kiwix-serve/8.8.3/app-readme.md b/stable/kiwix-serve/8.8.5/app-readme.md similarity index 100% rename from stable/kiwix-serve/8.8.3/app-readme.md rename to stable/kiwix-serve/8.8.5/app-readme.md diff --git a/stable/kiwix-serve/8.8.5/charts/common-20.2.10.tgz b/stable/kiwix-serve/8.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kiwix-serve/8.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/kiwix-serve/8.8.3/ix_values.yaml b/stable/kiwix-serve/8.8.5/ix_values.yaml similarity index 100% rename from stable/kiwix-serve/8.8.3/ix_values.yaml rename to stable/kiwix-serve/8.8.5/ix_values.yaml diff --git a/stable/kiwix-serve/8.8.3/questions.yaml b/stable/kiwix-serve/8.8.5/questions.yaml similarity index 100% rename from stable/kiwix-serve/8.8.3/questions.yaml rename to stable/kiwix-serve/8.8.5/questions.yaml diff --git a/stable/kms/18.7.3/templates/NOTES.txt b/stable/kiwix-serve/8.8.5/templates/NOTES.txt similarity index 100% rename from stable/kms/18.7.3/templates/NOTES.txt rename to stable/kiwix-serve/8.8.5/templates/NOTES.txt diff --git a/stable/kiwix-serve/8.8.3/templates/common.yaml b/stable/kiwix-serve/8.8.5/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/8.8.3/templates/common.yaml rename to stable/kiwix-serve/8.8.5/templates/common.yaml diff --git a/stable/kms/18.7.3/values.yaml b/stable/kiwix-serve/8.8.5/values.yaml similarity index 100% rename from stable/kms/18.7.3/values.yaml rename to stable/kiwix-serve/8.8.5/values.yaml diff --git a/stable/kms/18.7.3/CHANGELOG.md b/stable/kms/18.7.3/CHANGELOG.md deleted file mode 100644 index 0dac831d818..00000000000 --- a/stable/kms/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kms/18.7.3/Chart.yaml b/stable/kms/18.7.3/Chart.yaml deleted file mode 100644 index f7aaf5db79b..00000000000 --- a/stable/kms/18.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: graywares - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: minimal -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Private Windows Activation Server for development and testing -home: https://truecharts.org/charts/stable/kms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png -keywords: - - kms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kms -sources: - - https://github.com/Py-KMS-Organization/py-kms - - https://github.com/truecharts/charts/tree/master/charts/stable/kms - - https://hub.docker.com/r/pykmsorg/py-kms -type: application -version: 18.7.3 diff --git a/stable/kms/18.7.3/app-changelog.md b/stable/kms/18.7.3/app-changelog.md deleted file mode 100644 index 5c62623afaf..00000000000 --- a/stable/kms/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kms/18.7.3/charts/common-20.2.4.tgz b/stable/kms/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kms/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kodi-headless/9.7.3/.helmignore b/stable/kms/18.7.5/.helmignore similarity index 100% rename from stable/kodi-headless/9.7.3/.helmignore rename to stable/kms/18.7.5/.helmignore diff --git a/stable/kms/18.7.5/CHANGELOG.md b/stable/kms/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1b9c1dd5fcc --- /dev/null +++ b/stable/kms/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kms-18.7.5](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kms-18.7.4](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kms-18.7.4](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kms-18.7.4](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kms-18.7.4](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kms-18.7.4](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kms/18.7.5/Chart.yaml b/stable/kms/18.7.5/Chart.yaml new file mode 100644 index 00000000000..d5d8f19deff --- /dev/null +++ b/stable/kms/18.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: graywares + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: minimal +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Private Windows Activation Server for development and testing +home: https://truecharts.org/charts/stable/kms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png +keywords: + - kms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kms +sources: + - https://github.com/Py-KMS-Organization/py-kms + - https://github.com/truecharts/charts/tree/master/charts/stable/kms + - https://hub.docker.com/r/pykmsorg/py-kms +type: application +version: 18.7.5 diff --git a/stable/kms/18.7.3/README.md b/stable/kms/18.7.5/README.md similarity index 100% rename from stable/kms/18.7.3/README.md rename to stable/kms/18.7.5/README.md diff --git a/stable/kms/18.7.5/app-changelog.md b/stable/kms/18.7.5/app-changelog.md new file mode 100644 index 00000000000..6359b62cd36 --- /dev/null +++ b/stable/kms/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kms-18.7.5](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kms/18.7.3/app-readme.md b/stable/kms/18.7.5/app-readme.md similarity index 100% rename from stable/kms/18.7.3/app-readme.md rename to stable/kms/18.7.5/app-readme.md diff --git a/stable/kms/18.7.5/charts/common-20.2.10.tgz b/stable/kms/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kms/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kms/18.7.3/ix_values.yaml b/stable/kms/18.7.5/ix_values.yaml similarity index 100% rename from stable/kms/18.7.3/ix_values.yaml rename to stable/kms/18.7.5/ix_values.yaml diff --git a/stable/kms/18.7.3/questions.yaml b/stable/kms/18.7.5/questions.yaml similarity index 100% rename from stable/kms/18.7.3/questions.yaml rename to stable/kms/18.7.5/questions.yaml diff --git a/stable/kodi-headless/9.7.3/templates/NOTES.txt b/stable/kms/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/kodi-headless/9.7.3/templates/NOTES.txt rename to stable/kms/18.7.5/templates/NOTES.txt diff --git a/stable/kms/18.7.3/templates/common.yaml b/stable/kms/18.7.5/templates/common.yaml similarity index 100% rename from stable/kms/18.7.3/templates/common.yaml rename to stable/kms/18.7.5/templates/common.yaml diff --git a/stable/kodi-headless/9.7.3/values.yaml b/stable/kms/18.7.5/values.yaml similarity index 100% rename from stable/kodi-headless/9.7.3/values.yaml rename to stable/kms/18.7.5/values.yaml diff --git a/stable/kodi-headless/9.7.3/CHANGELOG.md b/stable/kodi-headless/9.7.3/CHANGELOG.md deleted file mode 100644 index 0c9ec0edacd..00000000000 --- a/stable/kodi-headless/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/kodi-headless/9.7.3/Chart.yaml b/stable/kodi-headless/9.7.3/Chart.yaml deleted file mode 100644 index 469f46c8036..00000000000 --- a/stable/kodi-headless/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 190.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A headless install of kodi in a docker container. -home: https://truecharts.org/charts/stable/kodi-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png -keywords: - - kodi-headless -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kodi-headless -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless - - https://hub.docker.com/r/linuxserver/kodi-headless -type: application -version: 9.7.3 diff --git a/stable/kodi-headless/9.7.3/app-changelog.md b/stable/kodi-headless/9.7.3/app-changelog.md deleted file mode 100644 index 5332fd4f9d6..00000000000 --- a/stable/kodi-headless/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz b/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/komga/13.7.3/.helmignore b/stable/kodi-headless/9.7.5/.helmignore similarity index 100% rename from stable/komga/13.7.3/.helmignore rename to stable/kodi-headless/9.7.5/.helmignore diff --git a/stable/kodi-headless/9.7.5/CHANGELOG.md b/stable/kodi-headless/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b021abe38a7 --- /dev/null +++ b/stable/kodi-headless/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kodi-headless-9.7.5](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kodi-headless-9.7.4](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kodi-headless-9.7.4](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kodi-headless-9.7.4](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kodi-headless-9.7.4](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kodi-headless-9.7.4](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/kodi-headless/9.7.5/Chart.yaml b/stable/kodi-headless/9.7.5/Chart.yaml new file mode 100644 index 00000000000..34a1a479452 --- /dev/null +++ b/stable/kodi-headless/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 190.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A headless install of kodi in a docker container. +home: https://truecharts.org/charts/stable/kodi-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png +keywords: + - kodi-headless +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kodi-headless +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless + - https://hub.docker.com/r/linuxserver/kodi-headless +type: application +version: 9.7.5 diff --git a/stable/kodi-headless/9.7.3/README.md b/stable/kodi-headless/9.7.5/README.md similarity index 100% rename from stable/kodi-headless/9.7.3/README.md rename to stable/kodi-headless/9.7.5/README.md diff --git a/stable/kodi-headless/9.7.5/app-changelog.md b/stable/kodi-headless/9.7.5/app-changelog.md new file mode 100644 index 00000000000..afdd007ad1c --- /dev/null +++ b/stable/kodi-headless/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kodi-headless-9.7.5](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kodi-headless/9.7.3/app-readme.md b/stable/kodi-headless/9.7.5/app-readme.md similarity index 100% rename from stable/kodi-headless/9.7.3/app-readme.md rename to stable/kodi-headless/9.7.5/app-readme.md diff --git a/stable/kodi-headless/9.7.5/charts/common-20.2.10.tgz b/stable/kodi-headless/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kodi-headless/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/kodi-headless/9.7.3/ix_values.yaml b/stable/kodi-headless/9.7.5/ix_values.yaml similarity index 100% rename from stable/kodi-headless/9.7.3/ix_values.yaml rename to stable/kodi-headless/9.7.5/ix_values.yaml diff --git a/stable/kodi-headless/9.7.3/questions.yaml b/stable/kodi-headless/9.7.5/questions.yaml similarity index 100% rename from stable/kodi-headless/9.7.3/questions.yaml rename to stable/kodi-headless/9.7.5/questions.yaml diff --git a/stable/komga/13.7.3/templates/NOTES.txt b/stable/kodi-headless/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/komga/13.7.3/templates/NOTES.txt rename to stable/kodi-headless/9.7.5/templates/NOTES.txt diff --git a/stable/kodi-headless/9.7.3/templates/common.yaml b/stable/kodi-headless/9.7.5/templates/common.yaml similarity index 100% rename from stable/kodi-headless/9.7.3/templates/common.yaml rename to stable/kodi-headless/9.7.5/templates/common.yaml diff --git a/stable/komga/13.7.3/values.yaml b/stable/kodi-headless/9.7.5/values.yaml similarity index 100% rename from stable/komga/13.7.3/values.yaml rename to stable/kodi-headless/9.7.5/values.yaml diff --git a/stable/komga/13.7.3/CHANGELOG.md b/stable/komga/13.7.3/CHANGELOG.md deleted file mode 100644 index b6d2159c648..00000000000 --- a/stable/komga/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - diff --git a/stable/komga/13.7.3/Chart.yaml b/stable/komga/13.7.3/Chart.yaml deleted file mode 100644 index 4439ba2aaf2..00000000000 --- a/stable/komga/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A comics/mangas server to serve/stream pages via API -home: https://truecharts.org/charts/stable/komga -icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png -keywords: - - komga - - comics - - mangas - - server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: komga -sources: - - https://github.com/gotson/komga - - https://komga.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/komga - - https://hub.docker.com/r/gotson/komga -type: application -version: 13.7.3 diff --git a/stable/komga/13.7.3/app-changelog.md b/stable/komga/13.7.3/app-changelog.md deleted file mode 100644 index 9f6e3cee9d5..00000000000 --- a/stable/komga/13.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) \ No newline at end of file diff --git a/stable/komga/13.7.3/charts/common-20.2.4.tgz b/stable/komga/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/komga/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/kopia/11.8.2/.helmignore b/stable/komga/13.7.5/.helmignore similarity index 100% rename from stable/kopia/11.8.2/.helmignore rename to stable/komga/13.7.5/.helmignore diff --git a/stable/komga/13.7.5/CHANGELOG.md b/stable/komga/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..97b587e8941 --- /dev/null +++ b/stable/komga/13.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [komga-13.7.5](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) + + +## [komga-13.7.4](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) + + +## [komga-13.7.4](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) + + +## [komga-13.7.4](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) + + +## [komga-13.7.4](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/komga/13.7.5/Chart.yaml b/stable/komga/13.7.5/Chart.yaml new file mode 100644 index 00000000000..2fc98ad23be --- /dev/null +++ b/stable/komga/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A comics/mangas server to serve/stream pages via API +home: https://truecharts.org/charts/stable/komga +icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png +keywords: + - komga + - comics + - mangas + - server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: komga +sources: + - https://github.com/gotson/komga + - https://komga.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/komga + - https://hub.docker.com/r/gotson/komga +type: application +version: 13.7.5 diff --git a/stable/komga/13.7.3/README.md b/stable/komga/13.7.5/README.md similarity index 100% rename from stable/komga/13.7.3/README.md rename to stable/komga/13.7.5/README.md diff --git a/stable/komga/13.7.5/app-changelog.md b/stable/komga/13.7.5/app-changelog.md new file mode 100644 index 00000000000..71408a716c4 --- /dev/null +++ b/stable/komga/13.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [komga-13.7.5](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312)) \ No newline at end of file diff --git a/stable/komga/13.7.3/app-readme.md b/stable/komga/13.7.5/app-readme.md similarity index 100% rename from stable/komga/13.7.3/app-readme.md rename to stable/komga/13.7.5/app-readme.md diff --git a/stable/komga/13.7.5/charts/common-20.2.10.tgz b/stable/komga/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/komga/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/komga/13.7.3/ix_values.yaml b/stable/komga/13.7.5/ix_values.yaml similarity index 100% rename from stable/komga/13.7.3/ix_values.yaml rename to stable/komga/13.7.5/ix_values.yaml diff --git a/stable/komga/13.7.3/questions.yaml b/stable/komga/13.7.5/questions.yaml similarity index 100% rename from stable/komga/13.7.3/questions.yaml rename to stable/komga/13.7.5/questions.yaml diff --git a/stable/kopia/11.8.2/templates/NOTES.txt b/stable/komga/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/kopia/11.8.2/templates/NOTES.txt rename to stable/komga/13.7.5/templates/NOTES.txt diff --git a/stable/komga/13.7.3/templates/common.yaml b/stable/komga/13.7.5/templates/common.yaml similarity index 100% rename from stable/komga/13.7.3/templates/common.yaml rename to stable/komga/13.7.5/templates/common.yaml diff --git a/stable/kopia/11.8.2/values.yaml b/stable/komga/13.7.5/values.yaml similarity index 100% rename from stable/kopia/11.8.2/values.yaml rename to stable/komga/13.7.5/values.yaml diff --git a/stable/kopia/11.8.2/CHANGELOG.md b/stable/kopia/11.8.2/CHANGELOG.md deleted file mode 100644 index ac21163235e..00000000000 --- a/stable/kopia/11.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/kopia/11.8.2/Chart.yaml b/stable/kopia/11.8.2/Chart.yaml deleted file mode 100644 index 23518bd5cf5..00000000000 --- a/stable/kopia/11.8.2/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.16.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. -home: https://truecharts.org/charts/stable/kopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png -keywords: - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kopia -sources: - - https://github.com/kopia/kopia - - https://kopia.io/docs/installation/#docker-images - - https://github.com/truecharts/charts/tree/master/charts/stable/kopia - - https://hub.docker.com/r/kopia/kopia -type: application -version: 11.8.2 diff --git a/stable/kopia/11.8.2/app-changelog.md b/stable/kopia/11.8.2/app-changelog.md deleted file mode 100644 index 0d68f6dfc7c..00000000000 --- a/stable/kopia/11.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [kopia-11.8.2](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.2) (2024-03-27) - -### Chore - - - -- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kopia/11.8.2/charts/common-20.2.4.tgz b/stable/kopia/11.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/kopia/11.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/krusader/5.7.3/.helmignore b/stable/kopia/11.8.4/.helmignore similarity index 100% rename from stable/krusader/5.7.3/.helmignore rename to stable/kopia/11.8.4/.helmignore diff --git a/stable/kopia/11.8.4/CHANGELOG.md b/stable/kopia/11.8.4/CHANGELOG.md new file mode 100644 index 00000000000..e6db9a408fc --- /dev/null +++ b/stable/kopia/11.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kopia-11.8.4](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kopia-11.8.3](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kopia-11.8.3](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kopia-11.8.3](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kopia-11.8.3](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.3) (2024-03-27) + +### Chore diff --git a/stable/kopia/11.8.4/Chart.yaml b/stable/kopia/11.8.4/Chart.yaml new file mode 100644 index 00000000000..6d552b22e66 --- /dev/null +++ b/stable/kopia/11.8.4/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.16.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. +home: https://truecharts.org/charts/stable/kopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png +keywords: + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kopia +sources: + - https://github.com/kopia/kopia + - https://kopia.io/docs/installation/#docker-images + - https://github.com/truecharts/charts/tree/master/charts/stable/kopia + - https://hub.docker.com/r/kopia/kopia +type: application +version: 11.8.4 diff --git a/stable/kopia/11.8.2/README.md b/stable/kopia/11.8.4/README.md similarity index 100% rename from stable/kopia/11.8.2/README.md rename to stable/kopia/11.8.4/README.md diff --git a/stable/kopia/11.8.4/app-changelog.md b/stable/kopia/11.8.4/app-changelog.md new file mode 100644 index 00000000000..819e7709d2c --- /dev/null +++ b/stable/kopia/11.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [kopia-11.8.4](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image kopia/kopia to v0.16.1[@566406c](https://github.com/566406c) by renovate ([#19811](https://github.com/truecharts/charts/issues/19811)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/kopia/11.8.2/app-readme.md b/stable/kopia/11.8.4/app-readme.md similarity index 100% rename from stable/kopia/11.8.2/app-readme.md rename to stable/kopia/11.8.4/app-readme.md diff --git a/stable/kopia/11.8.4/charts/common-20.2.10.tgz b/stable/kopia/11.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/kopia/11.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/kopia/11.8.2/ix_values.yaml b/stable/kopia/11.8.4/ix_values.yaml similarity index 100% rename from stable/kopia/11.8.2/ix_values.yaml rename to stable/kopia/11.8.4/ix_values.yaml diff --git a/stable/kopia/11.8.2/questions.yaml b/stable/kopia/11.8.4/questions.yaml similarity index 100% rename from stable/kopia/11.8.2/questions.yaml rename to stable/kopia/11.8.4/questions.yaml diff --git a/stable/lama-cleaner/6.7.3/templates/NOTES.txt b/stable/kopia/11.8.4/templates/NOTES.txt similarity index 100% rename from stable/lama-cleaner/6.7.3/templates/NOTES.txt rename to stable/kopia/11.8.4/templates/NOTES.txt diff --git a/stable/kopia/11.8.2/templates/_secrets.tpl b/stable/kopia/11.8.4/templates/_secrets.tpl similarity index 100% rename from stable/kopia/11.8.2/templates/_secrets.tpl rename to stable/kopia/11.8.4/templates/_secrets.tpl diff --git a/stable/kopia/11.8.2/templates/common.yaml b/stable/kopia/11.8.4/templates/common.yaml similarity index 100% rename from stable/kopia/11.8.2/templates/common.yaml rename to stable/kopia/11.8.4/templates/common.yaml diff --git a/stable/krusader/5.7.3/values.yaml b/stable/kopia/11.8.4/values.yaml similarity index 100% rename from stable/krusader/5.7.3/values.yaml rename to stable/kopia/11.8.4/values.yaml diff --git a/stable/krusader/5.7.3/CHANGELOG.md b/stable/krusader/5.7.3/CHANGELOG.md deleted file mode 100644 index dc24e8926c4..00000000000 --- a/stable/krusader/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/krusader/5.7.3/Chart.yaml b/stable/krusader/5.7.3/Chart.yaml deleted file mode 100644 index 16ee6247498..00000000000 --- a/stable/krusader/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. -home: https://truecharts.org/charts/stable/krusader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png -keywords: - - krusader - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: krusader -sources: - - https://krusader.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/krusader - - https://hub.docker.com/r/ich777/krusader -type: application -version: 5.7.3 diff --git a/stable/krusader/5.7.3/app-changelog.md b/stable/krusader/5.7.3/app-changelog.md deleted file mode 100644 index b63d4eceeba..00000000000 --- a/stable/krusader/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/krusader/5.7.3/charts/common-20.2.4.tgz b/stable/krusader/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/krusader/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lama-cleaner/6.7.3/.helmignore b/stable/krusader/5.7.5/.helmignore similarity index 100% rename from stable/lama-cleaner/6.7.3/.helmignore rename to stable/krusader/5.7.5/.helmignore diff --git a/stable/krusader/5.7.5/CHANGELOG.md b/stable/krusader/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bee403922d1 --- /dev/null +++ b/stable/krusader/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [krusader-5.7.5](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [krusader-5.7.4](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [krusader-5.7.4](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [krusader-5.7.4](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [krusader-5.7.4](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [krusader-5.7.4](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/krusader/5.7.5/Chart.yaml b/stable/krusader/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e7063036f91 --- /dev/null +++ b/stable/krusader/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. +home: https://truecharts.org/charts/stable/krusader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png +keywords: + - krusader + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: krusader +sources: + - https://krusader.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/krusader + - https://hub.docker.com/r/ich777/krusader +type: application +version: 5.7.5 diff --git a/stable/krusader/5.7.3/README.md b/stable/krusader/5.7.5/README.md similarity index 100% rename from stable/krusader/5.7.3/README.md rename to stable/krusader/5.7.5/README.md diff --git a/stable/krusader/5.7.5/app-changelog.md b/stable/krusader/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d1fc2c0b31c --- /dev/null +++ b/stable/krusader/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [krusader-5.7.5](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/krusader/5.7.3/app-readme.md b/stable/krusader/5.7.5/app-readme.md similarity index 100% rename from stable/krusader/5.7.3/app-readme.md rename to stable/krusader/5.7.5/app-readme.md diff --git a/stable/krusader/5.7.5/charts/common-20.2.10.tgz b/stable/krusader/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/krusader/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/krusader/5.7.3/ix_values.yaml b/stable/krusader/5.7.5/ix_values.yaml similarity index 100% rename from stable/krusader/5.7.3/ix_values.yaml rename to stable/krusader/5.7.5/ix_values.yaml diff --git a/stable/krusader/5.7.3/questions.yaml b/stable/krusader/5.7.5/questions.yaml similarity index 100% rename from stable/krusader/5.7.3/questions.yaml rename to stable/krusader/5.7.5/questions.yaml diff --git a/stable/krusader/5.7.3/templates/common.yaml b/stable/krusader/5.7.5/templates/common.yaml similarity index 100% rename from stable/krusader/5.7.3/templates/common.yaml rename to stable/krusader/5.7.5/templates/common.yaml diff --git a/stable/lama-cleaner/6.7.3/values.yaml b/stable/krusader/5.7.5/values.yaml similarity index 100% rename from stable/lama-cleaner/6.7.3/values.yaml rename to stable/krusader/5.7.5/values.yaml diff --git a/stable/lama-cleaner/6.7.3/CHANGELOG.md b/stable/lama-cleaner/6.7.3/CHANGELOG.md deleted file mode 100644 index f54ea974afc..00000000000 --- a/stable/lama-cleaner/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lama-cleaner/6.7.3/Chart.yaml b/stable/lama-cleaner/6.7.3/Chart.yaml deleted file mode 100644 index 7b7200a0607..00000000000 --- a/stable/lama-cleaner/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.33.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source inpainting tool powered by SOTA AI model. -home: https://truecharts.org/charts/stable/lama-cleaner -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png -keywords: - - lama-cleaner - - media - - AI -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lama-cleaner -sources: - - https://github.com/Sanster/lama-cleaner - - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - - https://hub.docker.com/r/cwq1913/lama-cleaner -type: application -version: 6.7.3 diff --git a/stable/lama-cleaner/6.7.3/app-changelog.md b/stable/lama-cleaner/6.7.3/app-changelog.md deleted file mode 100644 index e38acd91138..00000000000 --- a/stable/lama-cleaner/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz b/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lancache-dns/8.7.3/.helmignore b/stable/lama-cleaner/6.7.5/.helmignore similarity index 100% rename from stable/lancache-dns/8.7.3/.helmignore rename to stable/lama-cleaner/6.7.5/.helmignore diff --git a/stable/lama-cleaner/6.7.5/CHANGELOG.md b/stable/lama-cleaner/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..86f4023e671 --- /dev/null +++ b/stable/lama-cleaner/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lama-cleaner-6.7.5](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lama-cleaner-6.7.4](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lama-cleaner-6.7.4](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lama-cleaner-6.7.4](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lama-cleaner-6.7.4](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lama-cleaner-6.7.4](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lama-cleaner/6.7.5/Chart.yaml b/stable/lama-cleaner/6.7.5/Chart.yaml new file mode 100644 index 00000000000..079c1664fc7 --- /dev/null +++ b/stable/lama-cleaner/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.33.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source inpainting tool powered by SOTA AI model. +home: https://truecharts.org/charts/stable/lama-cleaner +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png +keywords: + - lama-cleaner + - media + - AI +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lama-cleaner +sources: + - https://github.com/Sanster/lama-cleaner + - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner + - https://hub.docker.com/r/cwq1913/lama-cleaner +type: application +version: 6.7.5 diff --git a/stable/lama-cleaner/6.7.3/README.md b/stable/lama-cleaner/6.7.5/README.md similarity index 100% rename from stable/lama-cleaner/6.7.3/README.md rename to stable/lama-cleaner/6.7.5/README.md diff --git a/stable/lama-cleaner/6.7.5/app-changelog.md b/stable/lama-cleaner/6.7.5/app-changelog.md new file mode 100644 index 00000000000..5195213fd7e --- /dev/null +++ b/stable/lama-cleaner/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lama-cleaner-6.7.5](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lama-cleaner/6.7.3/app-readme.md b/stable/lama-cleaner/6.7.5/app-readme.md similarity index 100% rename from stable/lama-cleaner/6.7.3/app-readme.md rename to stable/lama-cleaner/6.7.5/app-readme.md diff --git a/stable/lama-cleaner/6.7.5/charts/common-20.2.10.tgz b/stable/lama-cleaner/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lama-cleaner/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lama-cleaner/6.7.3/ix_values.yaml b/stable/lama-cleaner/6.7.5/ix_values.yaml similarity index 100% rename from stable/lama-cleaner/6.7.3/ix_values.yaml rename to stable/lama-cleaner/6.7.5/ix_values.yaml diff --git a/stable/lama-cleaner/6.7.3/questions.yaml b/stable/lama-cleaner/6.7.5/questions.yaml similarity index 100% rename from stable/lama-cleaner/6.7.3/questions.yaml rename to stable/lama-cleaner/6.7.5/questions.yaml diff --git a/stable/lancache-dns/8.7.3/templates/NOTES.txt b/stable/lama-cleaner/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/lancache-dns/8.7.3/templates/NOTES.txt rename to stable/lama-cleaner/6.7.5/templates/NOTES.txt diff --git a/stable/lama-cleaner/6.7.3/templates/_args.tpl b/stable/lama-cleaner/6.7.5/templates/_args.tpl similarity index 100% rename from stable/lama-cleaner/6.7.3/templates/_args.tpl rename to stable/lama-cleaner/6.7.5/templates/_args.tpl diff --git a/stable/lama-cleaner/6.7.3/templates/common.yaml b/stable/lama-cleaner/6.7.5/templates/common.yaml similarity index 100% rename from stable/lama-cleaner/6.7.3/templates/common.yaml rename to stable/lama-cleaner/6.7.5/templates/common.yaml diff --git a/stable/lancache-dns/8.7.3/values.yaml b/stable/lama-cleaner/6.7.5/values.yaml similarity index 100% rename from stable/lancache-dns/8.7.3/values.yaml rename to stable/lama-cleaner/6.7.5/values.yaml diff --git a/stable/lancache-dns/8.7.3/CHANGELOG.md b/stable/lancache-dns/8.7.3/CHANGELOG.md deleted file mode 100644 index aaa0183c4d2..00000000000 --- a/stable/lancache-dns/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lancache-dns/8.7.3/Chart.yaml b/stable/lancache-dns/8.7.3/Chart.yaml deleted file mode 100644 index e7ab0e1f8c1..00000000000 --- a/stable/lancache-dns/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DNS Chart service for a steam cache. -home: https://truecharts.org/charts/stable/lancache-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png -keywords: - - lancache-dns - - dns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lancache-dns -sources: - - https://github.com/lancachenet/lancache-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns - - https://hub.docker.com/r/lancachenet/lancache-dns -type: application -version: 8.7.3 diff --git a/stable/lancache-dns/8.7.3/app-changelog.md b/stable/lancache-dns/8.7.3/app-changelog.md deleted file mode 100644 index cea366dd53e..00000000000 --- a/stable/lancache-dns/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz b/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lancache-monolithic/8.7.3/.helmignore b/stable/lancache-dns/8.7.5/.helmignore similarity index 100% rename from stable/lancache-monolithic/8.7.3/.helmignore rename to stable/lancache-dns/8.7.5/.helmignore diff --git a/stable/lancache-dns/8.7.5/CHANGELOG.md b/stable/lancache-dns/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..51f54c4c911 --- /dev/null +++ b/stable/lancache-dns/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-dns-8.7.5](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-dns-8.7.4](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-dns-8.7.4](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-dns-8.7.4](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-dns-8.7.4](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-dns-8.7.4](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lancache-dns/8.7.5/Chart.yaml b/stable/lancache-dns/8.7.5/Chart.yaml new file mode 100644 index 00000000000..6673c31531c --- /dev/null +++ b/stable/lancache-dns/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS Chart service for a steam cache. +home: https://truecharts.org/charts/stable/lancache-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png +keywords: + - lancache-dns + - dns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-dns +sources: + - https://github.com/lancachenet/lancache-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns + - https://hub.docker.com/r/lancachenet/lancache-dns +type: application +version: 8.7.5 diff --git a/stable/lancache-dns/8.7.3/README.md b/stable/lancache-dns/8.7.5/README.md similarity index 100% rename from stable/lancache-dns/8.7.3/README.md rename to stable/lancache-dns/8.7.5/README.md diff --git a/stable/lancache-dns/8.7.5/app-changelog.md b/stable/lancache-dns/8.7.5/app-changelog.md new file mode 100644 index 00000000000..f05dcf7ccb0 --- /dev/null +++ b/stable/lancache-dns/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lancache-dns-8.7.5](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lancache-dns/8.7.3/app-readme.md b/stable/lancache-dns/8.7.5/app-readme.md similarity index 100% rename from stable/lancache-dns/8.7.3/app-readme.md rename to stable/lancache-dns/8.7.5/app-readme.md diff --git a/stable/lancache-dns/8.7.5/charts/common-20.2.10.tgz b/stable/lancache-dns/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lancache-dns/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lancache-dns/8.7.3/ix_values.yaml b/stable/lancache-dns/8.7.5/ix_values.yaml similarity index 100% rename from stable/lancache-dns/8.7.3/ix_values.yaml rename to stable/lancache-dns/8.7.5/ix_values.yaml diff --git a/stable/lancache-dns/8.7.3/questions.yaml b/stable/lancache-dns/8.7.5/questions.yaml similarity index 100% rename from stable/lancache-dns/8.7.3/questions.yaml rename to stable/lancache-dns/8.7.5/questions.yaml diff --git a/stable/lancache-monolithic/8.7.3/templates/NOTES.txt b/stable/lancache-dns/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/lancache-monolithic/8.7.3/templates/NOTES.txt rename to stable/lancache-dns/8.7.5/templates/NOTES.txt diff --git a/stable/lancache-dns/8.7.3/templates/common.yaml b/stable/lancache-dns/8.7.5/templates/common.yaml similarity index 100% rename from stable/lancache-dns/8.7.3/templates/common.yaml rename to stable/lancache-dns/8.7.5/templates/common.yaml diff --git a/stable/lancache-monolithic/8.7.3/values.yaml b/stable/lancache-dns/8.7.5/values.yaml similarity index 100% rename from stable/lancache-monolithic/8.7.3/values.yaml rename to stable/lancache-dns/8.7.5/values.yaml diff --git a/stable/lancache-monolithic/8.7.3/CHANGELOG.md b/stable/lancache-monolithic/8.7.3/CHANGELOG.md deleted file mode 100644 index 3429b87d300..00000000000 --- a/stable/lancache-monolithic/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lancache-monolithic/8.7.3/Chart.yaml b/stable/lancache-monolithic/8.7.3/Chart.yaml deleted file mode 100644 index 92771856755..00000000000 --- a/stable/lancache-monolithic/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: gaming - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A monolithic lancache service capable of caching all CDNs in a single instance. -home: https://truecharts.org/charts/stable/lancache-monolithic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png -keywords: - - monolithic - - lancache -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lancache-monolithic -sources: - - https://github.com/lancachenet/monolithic - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/lancachenet/monolithic - - https://hub.docker.com/r/ich777/lancache-prefill -type: application -version: 8.7.3 diff --git a/stable/lancache-monolithic/8.7.3/app-changelog.md b/stable/lancache-monolithic/8.7.3/app-changelog.md deleted file mode 100644 index 401f055cdeb..00000000000 --- a/stable/lancache-monolithic/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz b/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lanraragi/9.7.3/.helmignore b/stable/lancache-monolithic/8.7.5/.helmignore similarity index 100% rename from stable/lanraragi/9.7.3/.helmignore rename to stable/lancache-monolithic/8.7.5/.helmignore diff --git a/stable/lancache-monolithic/8.7.5/CHANGELOG.md b/stable/lancache-monolithic/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a864aee12b2 --- /dev/null +++ b/stable/lancache-monolithic/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-monolithic-8.7.5](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-monolithic-8.7.4](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-monolithic-8.7.4](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-monolithic-8.7.4](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-monolithic-8.7.4](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lancache-monolithic-8.7.4](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/lancache-monolithic/8.7.5/Chart.yaml b/stable/lancache-monolithic/8.7.5/Chart.yaml new file mode 100644 index 00000000000..ea6b9e9e91d --- /dev/null +++ b/stable/lancache-monolithic/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: gaming + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A monolithic lancache service capable of caching all CDNs in a single instance. +home: https://truecharts.org/charts/stable/lancache-monolithic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png +keywords: + - monolithic + - lancache +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-monolithic +sources: + - https://github.com/lancachenet/monolithic + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic + - https://hub.docker.com/r/ich777/lancache-prefill + - https://hub.docker.com/r/lancachenet/monolithic +type: application +version: 8.7.5 diff --git a/stable/lancache-monolithic/8.7.3/README.md b/stable/lancache-monolithic/8.7.5/README.md similarity index 100% rename from stable/lancache-monolithic/8.7.3/README.md rename to stable/lancache-monolithic/8.7.5/README.md diff --git a/stable/lancache-monolithic/8.7.5/app-changelog.md b/stable/lancache-monolithic/8.7.5/app-changelog.md new file mode 100644 index 00000000000..9c70e76406f --- /dev/null +++ b/stable/lancache-monolithic/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lancache-monolithic-8.7.5](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lancache-monolithic/8.7.3/app-readme.md b/stable/lancache-monolithic/8.7.5/app-readme.md similarity index 100% rename from stable/lancache-monolithic/8.7.3/app-readme.md rename to stable/lancache-monolithic/8.7.5/app-readme.md diff --git a/stable/lancache-monolithic/8.7.5/charts/common-20.2.10.tgz b/stable/lancache-monolithic/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lancache-monolithic/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lancache-monolithic/8.7.3/ix_values.yaml b/stable/lancache-monolithic/8.7.5/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/8.7.3/ix_values.yaml rename to stable/lancache-monolithic/8.7.5/ix_values.yaml diff --git a/stable/lancache-monolithic/8.7.3/questions.yaml b/stable/lancache-monolithic/8.7.5/questions.yaml similarity index 100% rename from stable/lancache-monolithic/8.7.3/questions.yaml rename to stable/lancache-monolithic/8.7.5/questions.yaml diff --git a/stable/lanraragi/9.7.3/templates/NOTES.txt b/stable/lancache-monolithic/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/lanraragi/9.7.3/templates/NOTES.txt rename to stable/lancache-monolithic/8.7.5/templates/NOTES.txt diff --git a/stable/lancache-monolithic/8.7.3/templates/common.yaml b/stable/lancache-monolithic/8.7.5/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/8.7.3/templates/common.yaml rename to stable/lancache-monolithic/8.7.5/templates/common.yaml diff --git a/stable/lanraragi/9.7.3/values.yaml b/stable/lancache-monolithic/8.7.5/values.yaml similarity index 100% rename from stable/lanraragi/9.7.3/values.yaml rename to stable/lancache-monolithic/8.7.5/values.yaml diff --git a/stable/lanraragi/9.7.3/CHANGELOG.md b/stable/lanraragi/9.7.3/CHANGELOG.md deleted file mode 100644 index 298a849c796..00000000000 --- a/stable/lanraragi/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lanraragi/9.7.3/Chart.yaml b/stable/lanraragi/9.7.3/Chart.yaml deleted file mode 100644 index f0381a449dd..00000000000 --- a/stable/lanraragi/9.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source server for archival of comics/manga. -home: https://truecharts.org/charts/stable/lanraragi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png -keywords: - - lanraragi - - comics - - manga -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lanraragi -sources: - - https://github.com/Difegue/LANraragi - - https://sugoi.gitbook.io/lanraragi/ - - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - - https://hub.docker.com/r/difegue/lanraragi -type: application -version: 9.7.3 diff --git a/stable/lanraragi/9.7.3/app-changelog.md b/stable/lanraragi/9.7.3/app-changelog.md deleted file mode 100644 index cbfea5a90fd..00000000000 --- a/stable/lanraragi/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz b/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lastoasis/5.7.3/.helmignore b/stable/lanraragi/9.7.5/.helmignore similarity index 100% rename from stable/lastoasis/5.7.3/.helmignore rename to stable/lanraragi/9.7.5/.helmignore diff --git a/stable/lanraragi/9.7.5/CHANGELOG.md b/stable/lanraragi/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..89fe79bd156 --- /dev/null +++ b/stable/lanraragi/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lanraragi-9.7.5](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lanraragi-9.7.4](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lanraragi-9.7.4](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lanraragi-9.7.4](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lanraragi-9.7.4](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lanraragi-9.7.4](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lanraragi/9.7.5/Chart.yaml b/stable/lanraragi/9.7.5/Chart.yaml new file mode 100644 index 00000000000..982c53b6f10 --- /dev/null +++ b/stable/lanraragi/9.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source server for archival of comics/manga. +home: https://truecharts.org/charts/stable/lanraragi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png +keywords: + - lanraragi + - comics + - manga +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lanraragi +sources: + - https://github.com/Difegue/LANraragi + - https://sugoi.gitbook.io/lanraragi/ + - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi + - https://hub.docker.com/r/difegue/lanraragi +type: application +version: 9.7.5 diff --git a/stable/lanraragi/9.7.3/README.md b/stable/lanraragi/9.7.5/README.md similarity index 100% rename from stable/lanraragi/9.7.3/README.md rename to stable/lanraragi/9.7.5/README.md diff --git a/stable/lanraragi/9.7.5/app-changelog.md b/stable/lanraragi/9.7.5/app-changelog.md new file mode 100644 index 00000000000..a5865e7f703 --- /dev/null +++ b/stable/lanraragi/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lanraragi-9.7.5](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lanraragi/9.7.3/app-readme.md b/stable/lanraragi/9.7.5/app-readme.md similarity index 100% rename from stable/lanraragi/9.7.3/app-readme.md rename to stable/lanraragi/9.7.5/app-readme.md diff --git a/stable/lanraragi/9.7.5/charts/common-20.2.10.tgz b/stable/lanraragi/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lanraragi/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lanraragi/9.7.3/ix_values.yaml b/stable/lanraragi/9.7.5/ix_values.yaml similarity index 100% rename from stable/lanraragi/9.7.3/ix_values.yaml rename to stable/lanraragi/9.7.5/ix_values.yaml diff --git a/stable/lanraragi/9.7.3/questions.yaml b/stable/lanraragi/9.7.5/questions.yaml similarity index 100% rename from stable/lanraragi/9.7.3/questions.yaml rename to stable/lanraragi/9.7.5/questions.yaml diff --git a/stable/lazylibrarian/18.7.6/templates/NOTES.txt b/stable/lanraragi/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/lazylibrarian/18.7.6/templates/NOTES.txt rename to stable/lanraragi/9.7.5/templates/NOTES.txt diff --git a/stable/lanraragi/9.7.3/templates/common.yaml b/stable/lanraragi/9.7.5/templates/common.yaml similarity index 100% rename from stable/lanraragi/9.7.3/templates/common.yaml rename to stable/lanraragi/9.7.5/templates/common.yaml diff --git a/stable/lastoasis/5.7.3/values.yaml b/stable/lanraragi/9.7.5/values.yaml similarity index 100% rename from stable/lastoasis/5.7.3/values.yaml rename to stable/lanraragi/9.7.5/values.yaml diff --git a/stable/lastoasis/5.7.3/CHANGELOG.md b/stable/lastoasis/5.7.3/CHANGELOG.md deleted file mode 100644 index 98ef068f00a..00000000000 --- a/stable/lastoasis/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lastoasis/5.7.3/Chart.yaml b/stable/lastoasis/5.7.3/Chart.yaml deleted file mode 100644 index b2fea4fdc95..00000000000 --- a/stable/lastoasis/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: lastoasis -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. -home: https://truecharts.org/charts/stable/lastoasis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png -keywords: - - lastoasis - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lastoasis -sources: - - https://store.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/lastoasis/5.7.3/app-changelog.md b/stable/lastoasis/5.7.3/app-changelog.md deleted file mode 100644 index d91653eb932..00000000000 --- a/stable/lastoasis/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz b/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.7.6/.helmignore b/stable/lastoasis/5.7.5/.helmignore similarity index 100% rename from stable/lazylibrarian/18.7.6/.helmignore rename to stable/lastoasis/5.7.5/.helmignore diff --git a/stable/lastoasis/5.7.5/CHANGELOG.md b/stable/lastoasis/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ae28e5eea08 --- /dev/null +++ b/stable/lastoasis/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lastoasis-5.7.5](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lastoasis-5.7.4](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lastoasis-5.7.4](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lastoasis-5.7.4](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lastoasis-5.7.4](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lastoasis-5.7.4](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lastoasis/5.7.5/Chart.yaml b/stable/lastoasis/5.7.5/Chart.yaml new file mode 100644 index 00000000000..25819322361 --- /dev/null +++ b/stable/lastoasis/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: lastoasis +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. +home: https://truecharts.org/charts/stable/lastoasis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png +keywords: + - lastoasis + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lastoasis +sources: + - https://store.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/lastoasis/5.7.3/README.md b/stable/lastoasis/5.7.5/README.md similarity index 100% rename from stable/lastoasis/5.7.3/README.md rename to stable/lastoasis/5.7.5/README.md diff --git a/stable/lastoasis/5.7.5/app-changelog.md b/stable/lastoasis/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e53c3d5f2d3 --- /dev/null +++ b/stable/lastoasis/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lastoasis-5.7.5](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lastoasis/5.7.3/app-readme.md b/stable/lastoasis/5.7.5/app-readme.md similarity index 100% rename from stable/lastoasis/5.7.3/app-readme.md rename to stable/lastoasis/5.7.5/app-readme.md diff --git a/stable/lastoasis/5.7.5/charts/common-20.2.10.tgz b/stable/lastoasis/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lastoasis/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lastoasis/5.7.3/ix_values.yaml b/stable/lastoasis/5.7.5/ix_values.yaml similarity index 100% rename from stable/lastoasis/5.7.3/ix_values.yaml rename to stable/lastoasis/5.7.5/ix_values.yaml diff --git a/stable/lastoasis/5.7.3/questions.yaml b/stable/lastoasis/5.7.5/questions.yaml similarity index 100% rename from stable/lastoasis/5.7.3/questions.yaml rename to stable/lastoasis/5.7.5/questions.yaml diff --git a/stable/lastoasis/5.7.3/templates/common.yaml b/stable/lastoasis/5.7.5/templates/common.yaml similarity index 100% rename from stable/lastoasis/5.7.3/templates/common.yaml rename to stable/lastoasis/5.7.5/templates/common.yaml diff --git a/stable/lazylibrarian/18.7.6/values.yaml b/stable/lastoasis/5.7.5/values.yaml similarity index 100% rename from stable/lazylibrarian/18.7.6/values.yaml rename to stable/lastoasis/5.7.5/values.yaml diff --git a/stable/lazylibrarian/18.7.6/CHANGELOG.md b/stable/lazylibrarian/18.7.6/CHANGELOG.md deleted file mode 100644 index c7db3e08563..00000000000 --- a/stable/lazylibrarian/18.7.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - diff --git a/stable/lazylibrarian/18.7.6/Chart.yaml b/stable/lazylibrarian/18.7.6/Chart.yaml deleted file mode 100644 index 5ecb4c730fe..00000000000 --- a/stable/lazylibrarian/18.7.6/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Get all your books, like series with Sonarr... -home: https://truecharts.org/charts/stable/lazylibrarian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png -keywords: - - lazylibrarian - - ebooks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lazylibrarian -sources: - - https://lazylibrarian.gitlab.io - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian - - https://ghcr.io/linuxserver/lazylibrarian -type: application -version: 18.7.6 diff --git a/stable/lazylibrarian/18.7.6/app-changelog.md b/stable/lazylibrarian/18.7.6/app-changelog.md deleted file mode 100644 index ff328dd5937..00000000000 --- a/stable/lazylibrarian/18.7.6/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz b/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/11.7.3/.helmignore b/stable/lazylibrarian/18.7.8/.helmignore similarity index 100% rename from stable/leaf2mqtt/11.7.3/.helmignore rename to stable/lazylibrarian/18.7.8/.helmignore diff --git a/stable/lazylibrarian/18.7.8/CHANGELOG.md b/stable/lazylibrarian/18.7.8/CHANGELOG.md new file mode 100644 index 00000000000..a49ce9bf1e4 --- /dev/null +++ b/stable/lazylibrarian/18.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lazylibrarian-18.7.8](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lazylibrarian-18.7.7](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lazylibrarian-18.7.7](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lazylibrarian-18.7.7](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.7.8/Chart.yaml b/stable/lazylibrarian/18.7.8/Chart.yaml new file mode 100644 index 00000000000..ef04a8b93bf --- /dev/null +++ b/stable/lazylibrarian/18.7.8/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get all your books, like series with Sonarr... +home: https://truecharts.org/charts/stable/lazylibrarian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png +keywords: + - lazylibrarian + - ebooks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lazylibrarian +sources: + - https://lazylibrarian.gitlab.io + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://ghcr.io/linuxserver/lazylibrarian +type: application +version: 18.7.8 diff --git a/stable/lazylibrarian/18.7.6/README.md b/stable/lazylibrarian/18.7.8/README.md similarity index 100% rename from stable/lazylibrarian/18.7.6/README.md rename to stable/lazylibrarian/18.7.8/README.md diff --git a/stable/lazylibrarian/18.7.8/app-changelog.md b/stable/lazylibrarian/18.7.8/app-changelog.md new file mode 100644 index 00000000000..f1ec6102ffa --- /dev/null +++ b/stable/lazylibrarian/18.7.8/app-changelog.md @@ -0,0 +1,25 @@ + + +## [lazylibrarian-18.7.8](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421)) + +- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.7.6/app-readme.md b/stable/lazylibrarian/18.7.8/app-readme.md similarity index 100% rename from stable/lazylibrarian/18.7.6/app-readme.md rename to stable/lazylibrarian/18.7.8/app-readme.md diff --git a/stable/lazylibrarian/18.7.8/charts/common-20.2.10.tgz b/stable/lazylibrarian/18.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lazylibrarian/18.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/lazylibrarian/18.7.6/ix_values.yaml b/stable/lazylibrarian/18.7.8/ix_values.yaml similarity index 100% rename from stable/lazylibrarian/18.7.6/ix_values.yaml rename to stable/lazylibrarian/18.7.8/ix_values.yaml diff --git a/stable/lazylibrarian/18.7.6/questions.yaml b/stable/lazylibrarian/18.7.8/questions.yaml similarity index 100% rename from stable/lazylibrarian/18.7.6/questions.yaml rename to stable/lazylibrarian/18.7.8/questions.yaml diff --git a/stable/leaf2mqtt/11.7.3/templates/NOTES.txt b/stable/lazylibrarian/18.7.8/templates/NOTES.txt similarity index 100% rename from stable/leaf2mqtt/11.7.3/templates/NOTES.txt rename to stable/lazylibrarian/18.7.8/templates/NOTES.txt diff --git a/stable/lazylibrarian/18.7.6/templates/common.yaml b/stable/lazylibrarian/18.7.8/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/18.7.6/templates/common.yaml rename to stable/lazylibrarian/18.7.8/templates/common.yaml diff --git a/stable/leaf2mqtt/11.7.3/values.yaml b/stable/lazylibrarian/18.7.8/values.yaml similarity index 100% rename from stable/leaf2mqtt/11.7.3/values.yaml rename to stable/lazylibrarian/18.7.8/values.yaml diff --git a/stable/leaf2mqtt/11.7.3/CHANGELOG.md b/stable/leaf2mqtt/11.7.3/CHANGELOG.md deleted file mode 100644 index 5cda5c22bc8..00000000000 --- a/stable/leaf2mqtt/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/leaf2mqtt/11.7.3/Chart.yaml b/stable/leaf2mqtt/11.7.3/Chart.yaml deleted file mode 100644 index 695b92abc61..00000000000 --- a/stable/leaf2mqtt/11.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nissan Leaf connected services to MQTT adapter -home: https://truecharts.org/charts/stable/leaf2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png -keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: leaf2mqtt -sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - - https://ghcr.io/k8s-at-home/leaf2mqtt -type: application -version: 11.7.3 diff --git a/stable/leaf2mqtt/11.7.3/app-changelog.md b/stable/leaf2mqtt/11.7.3/app-changelog.md deleted file mode 100644 index 1b4807407d6..00000000000 --- a/stable/leaf2mqtt/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz b/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/left4dead/5.7.3/.helmignore b/stable/leaf2mqtt/11.7.5/.helmignore similarity index 100% rename from stable/left4dead/5.7.3/.helmignore rename to stable/leaf2mqtt/11.7.5/.helmignore diff --git a/stable/leaf2mqtt/11.7.5/CHANGELOG.md b/stable/leaf2mqtt/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d871230a52 --- /dev/null +++ b/stable/leaf2mqtt/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [leaf2mqtt-11.7.5](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [leaf2mqtt-11.7.4](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [leaf2mqtt-11.7.4](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [leaf2mqtt-11.7.4](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [leaf2mqtt-11.7.4](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [leaf2mqtt-11.7.4](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/leaf2mqtt/11.7.5/Chart.yaml b/stable/leaf2mqtt/11.7.5/Chart.yaml new file mode 100644 index 00000000000..285484a2bf4 --- /dev/null +++ b/stable/leaf2mqtt/11.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nissan Leaf connected services to MQTT adapter +home: https://truecharts.org/charts/stable/leaf2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png +keywords: + - leaf2mqtt + - leaf + - nissan + - kamereon + - carwings +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: leaf2mqtt +sources: + - https://github.com/mitsumaui/leaf2mqtt + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt + - https://ghcr.io/k8s-at-home/leaf2mqtt +type: application +version: 11.7.5 diff --git a/stable/leaf2mqtt/11.7.3/README.md b/stable/leaf2mqtt/11.7.5/README.md similarity index 100% rename from stable/leaf2mqtt/11.7.3/README.md rename to stable/leaf2mqtt/11.7.5/README.md diff --git a/stable/leaf2mqtt/11.7.5/app-changelog.md b/stable/leaf2mqtt/11.7.5/app-changelog.md new file mode 100644 index 00000000000..1dc8634adca --- /dev/null +++ b/stable/leaf2mqtt/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [leaf2mqtt-11.7.5](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/leaf2mqtt/11.7.3/app-readme.md b/stable/leaf2mqtt/11.7.5/app-readme.md similarity index 100% rename from stable/leaf2mqtt/11.7.3/app-readme.md rename to stable/leaf2mqtt/11.7.5/app-readme.md diff --git a/stable/leaf2mqtt/11.7.5/charts/common-20.2.10.tgz b/stable/leaf2mqtt/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/leaf2mqtt/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/leaf2mqtt/11.7.3/ix_values.yaml b/stable/leaf2mqtt/11.7.5/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/11.7.3/ix_values.yaml rename to stable/leaf2mqtt/11.7.5/ix_values.yaml diff --git a/stable/leaf2mqtt/11.7.3/questions.yaml b/stable/leaf2mqtt/11.7.5/questions.yaml similarity index 100% rename from stable/leaf2mqtt/11.7.3/questions.yaml rename to stable/leaf2mqtt/11.7.5/questions.yaml diff --git a/stable/libreddit/8.7.3/templates/NOTES.txt b/stable/leaf2mqtt/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/libreddit/8.7.3/templates/NOTES.txt rename to stable/leaf2mqtt/11.7.5/templates/NOTES.txt diff --git a/stable/leaf2mqtt/11.7.3/templates/common.yaml b/stable/leaf2mqtt/11.7.5/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/11.7.3/templates/common.yaml rename to stable/leaf2mqtt/11.7.5/templates/common.yaml diff --git a/stable/left4dead/5.7.3/values.yaml b/stable/leaf2mqtt/11.7.5/values.yaml similarity index 100% rename from stable/left4dead/5.7.3/values.yaml rename to stable/leaf2mqtt/11.7.5/values.yaml diff --git a/stable/left4dead/5.7.3/CHANGELOG.md b/stable/left4dead/5.7.3/CHANGELOG.md deleted file mode 100644 index 95412cfe1db..00000000000 --- a/stable/left4dead/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/left4dead/5.7.3/Chart.yaml b/stable/left4dead/5.7.3/Chart.yaml deleted file mode 100644 index 834a598e8fd..00000000000 --- a/stable/left4dead/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: l4d -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. -home: https://truecharts.org/charts/stable/left4dead -icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png -keywords: - - left4dead - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: left4dead -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/left4dead/5.7.3/app-changelog.md b/stable/left4dead/5.7.3/app-changelog.md deleted file mode 100644 index 8cbc6a0a359..00000000000 --- a/stable/left4dead/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/left4dead/5.7.3/charts/common-20.2.4.tgz b/stable/left4dead/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/left4dead/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lemur-cfssl/5.7.3/.helmignore b/stable/left4dead/5.7.5/.helmignore similarity index 100% rename from stable/lemur-cfssl/5.7.3/.helmignore rename to stable/left4dead/5.7.5/.helmignore diff --git a/stable/left4dead/5.7.5/CHANGELOG.md b/stable/left4dead/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8955698e903 --- /dev/null +++ b/stable/left4dead/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [left4dead-5.7.5](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [left4dead-5.7.4](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [left4dead-5.7.4](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [left4dead-5.7.4](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [left4dead-5.7.4](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [left4dead-5.7.4](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/left4dead/5.7.5/Chart.yaml b/stable/left4dead/5.7.5/Chart.yaml new file mode 100644 index 00000000000..71656d6a8ef --- /dev/null +++ b/stable/left4dead/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: l4d +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. +home: https://truecharts.org/charts/stable/left4dead +icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png +keywords: + - left4dead + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: left4dead +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/left4dead/5.7.3/README.md b/stable/left4dead/5.7.5/README.md similarity index 100% rename from stable/left4dead/5.7.3/README.md rename to stable/left4dead/5.7.5/README.md diff --git a/stable/left4dead/5.7.5/app-changelog.md b/stable/left4dead/5.7.5/app-changelog.md new file mode 100644 index 00000000000..70eec26fedc --- /dev/null +++ b/stable/left4dead/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [left4dead-5.7.5](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/left4dead/5.7.3/app-readme.md b/stable/left4dead/5.7.5/app-readme.md similarity index 100% rename from stable/left4dead/5.7.3/app-readme.md rename to stable/left4dead/5.7.5/app-readme.md diff --git a/stable/left4dead/5.7.5/charts/common-20.2.10.tgz b/stable/left4dead/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/left4dead/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/left4dead/5.7.3/ix_values.yaml b/stable/left4dead/5.7.5/ix_values.yaml similarity index 100% rename from stable/left4dead/5.7.3/ix_values.yaml rename to stable/left4dead/5.7.5/ix_values.yaml diff --git a/stable/left4dead/5.7.3/questions.yaml b/stable/left4dead/5.7.5/questions.yaml similarity index 100% rename from stable/left4dead/5.7.3/questions.yaml rename to stable/left4dead/5.7.5/questions.yaml diff --git a/stable/left4dead/5.7.3/templates/common.yaml b/stable/left4dead/5.7.5/templates/common.yaml similarity index 100% rename from stable/left4dead/5.7.3/templates/common.yaml rename to stable/left4dead/5.7.5/templates/common.yaml diff --git a/stable/lemur-cfssl/5.7.3/values.yaml b/stable/left4dead/5.7.5/values.yaml similarity index 100% rename from stable/lemur-cfssl/5.7.3/values.yaml rename to stable/left4dead/5.7.5/values.yaml diff --git a/stable/lemur-cfssl/5.7.3/CHANGELOG.md b/stable/lemur-cfssl/5.7.3/CHANGELOG.md deleted file mode 100644 index dcae4934ab0..00000000000 --- a/stable/lemur-cfssl/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lemur-cfssl/5.7.3/Chart.yaml b/stable/lemur-cfssl/5.7.3/Chart.yaml deleted file mode 100644 index fb0c8596a1f..00000000000 --- a/stable/lemur-cfssl/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. -home: https://truecharts.org/charts/stable/lemur-cfssl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png -keywords: - - lemur-cfssl - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lemur-cfssl -sources: - - https://github.com/Netflix/lemur - - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl - - https://hub.docker.com/r/halianelf/lemur -type: application -version: 5.7.3 diff --git a/stable/lemur-cfssl/5.7.3/app-changelog.md b/stable/lemur-cfssl/5.7.3/app-changelog.md deleted file mode 100644 index 9b99ef82dc2..00000000000 --- a/stable/lemur-cfssl/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz b/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/libreddit/8.7.3/.helmignore b/stable/lemur-cfssl/5.7.5/.helmignore similarity index 100% rename from stable/libreddit/8.7.3/.helmignore rename to stable/lemur-cfssl/5.7.5/.helmignore diff --git a/stable/lemur-cfssl/5.7.5/CHANGELOG.md b/stable/lemur-cfssl/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..65944c4881f --- /dev/null +++ b/stable/lemur-cfssl/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lemur-cfssl-5.7.5](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lemur-cfssl-5.7.4](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lemur-cfssl-5.7.4](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lemur-cfssl-5.7.4](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lemur-cfssl-5.7.4](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lemur-cfssl-5.7.4](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lemur-cfssl/5.7.5/Chart.yaml b/stable/lemur-cfssl/5.7.5/Chart.yaml new file mode 100644 index 00000000000..59df97a4851 --- /dev/null +++ b/stable/lemur-cfssl/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. +home: https://truecharts.org/charts/stable/lemur-cfssl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png +keywords: + - lemur-cfssl + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lemur-cfssl +sources: + - https://github.com/Netflix/lemur + - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl + - https://hub.docker.com/r/halianelf/lemur +type: application +version: 5.7.5 diff --git a/stable/lemur-cfssl/5.7.3/README.md b/stable/lemur-cfssl/5.7.5/README.md similarity index 100% rename from stable/lemur-cfssl/5.7.3/README.md rename to stable/lemur-cfssl/5.7.5/README.md diff --git a/stable/lemur-cfssl/5.7.5/app-changelog.md b/stable/lemur-cfssl/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7a133f5f9fb --- /dev/null +++ b/stable/lemur-cfssl/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lemur-cfssl-5.7.5](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lemur-cfssl/5.7.3/app-readme.md b/stable/lemur-cfssl/5.7.5/app-readme.md similarity index 100% rename from stable/lemur-cfssl/5.7.3/app-readme.md rename to stable/lemur-cfssl/5.7.5/app-readme.md diff --git a/stable/lemur-cfssl/5.7.5/charts/common-20.2.10.tgz b/stable/lemur-cfssl/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lemur-cfssl/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lemur-cfssl/5.7.3/ix_values.yaml b/stable/lemur-cfssl/5.7.5/ix_values.yaml similarity index 100% rename from stable/lemur-cfssl/5.7.3/ix_values.yaml rename to stable/lemur-cfssl/5.7.5/ix_values.yaml diff --git a/stable/lemur-cfssl/5.7.3/questions.yaml b/stable/lemur-cfssl/5.7.5/questions.yaml similarity index 100% rename from stable/lemur-cfssl/5.7.3/questions.yaml rename to stable/lemur-cfssl/5.7.5/questions.yaml diff --git a/stable/lemur-cfssl/5.7.3/templates/common.yaml b/stable/lemur-cfssl/5.7.5/templates/common.yaml similarity index 100% rename from stable/lemur-cfssl/5.7.3/templates/common.yaml rename to stable/lemur-cfssl/5.7.5/templates/common.yaml diff --git a/stable/libreddit/8.7.3/values.yaml b/stable/lemur-cfssl/5.7.5/values.yaml similarity index 100% rename from stable/libreddit/8.7.3/values.yaml rename to stable/lemur-cfssl/5.7.5/values.yaml diff --git a/stable/libreddit/8.7.3/CHANGELOG.md b/stable/libreddit/8.7.3/CHANGELOG.md deleted file mode 100644 index f137b2b852d..00000000000 --- a/stable/libreddit/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/libreddit/8.7.3/Chart.yaml b/stable/libreddit/8.7.3/Chart.yaml deleted file mode 100644 index 0f45c8e9ebd..00000000000 --- a/stable/libreddit/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An alternative private front-end to Reddit -home: https://truecharts.org/charts/stable/libreddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png -keywords: - - reddit - - libreddit - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: libreddit -sources: - - https://github.com/spikecodes/libreddit - - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - - https://hub.docker.com/r/libreddit/libreddit -type: application -version: 8.7.3 diff --git a/stable/libreddit/8.7.3/app-changelog.md b/stable/libreddit/8.7.3/app-changelog.md deleted file mode 100644 index 1e18877d7cc..00000000000 --- a/stable/libreddit/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/libreddit/8.7.3/charts/common-20.2.4.tgz b/stable/libreddit/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/libreddit/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/libremdb/7.8.27/.helmignore b/stable/libreddit/8.7.5/.helmignore similarity index 100% rename from stable/libremdb/7.8.27/.helmignore rename to stable/libreddit/8.7.5/.helmignore diff --git a/stable/libreddit/8.7.5/CHANGELOG.md b/stable/libreddit/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fd21b84ef34 --- /dev/null +++ b/stable/libreddit/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [libreddit-8.7.5](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [libreddit-8.7.4](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [libreddit-8.7.4](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [libreddit-8.7.4](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [libreddit-8.7.4](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [libreddit-8.7.4](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/libreddit/8.7.5/Chart.yaml b/stable/libreddit/8.7.5/Chart.yaml new file mode 100644 index 00000000000..0624417ba89 --- /dev/null +++ b/stable/libreddit/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An alternative private front-end to Reddit +home: https://truecharts.org/charts/stable/libreddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png +keywords: + - reddit + - libreddit + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: libreddit +sources: + - https://github.com/spikecodes/libreddit + - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit + - https://hub.docker.com/r/libreddit/libreddit +type: application +version: 8.7.5 diff --git a/stable/libreddit/8.7.3/README.md b/stable/libreddit/8.7.5/README.md similarity index 100% rename from stable/libreddit/8.7.3/README.md rename to stable/libreddit/8.7.5/README.md diff --git a/stable/libreddit/8.7.5/app-changelog.md b/stable/libreddit/8.7.5/app-changelog.md new file mode 100644 index 00000000000..e3dda924b93 --- /dev/null +++ b/stable/libreddit/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [libreddit-8.7.5](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/libreddit/8.7.3/app-readme.md b/stable/libreddit/8.7.5/app-readme.md similarity index 100% rename from stable/libreddit/8.7.3/app-readme.md rename to stable/libreddit/8.7.5/app-readme.md diff --git a/stable/libreddit/8.7.5/charts/common-20.2.10.tgz b/stable/libreddit/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/libreddit/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/libreddit/8.7.3/ix_values.yaml b/stable/libreddit/8.7.5/ix_values.yaml similarity index 100% rename from stable/libreddit/8.7.3/ix_values.yaml rename to stable/libreddit/8.7.5/ix_values.yaml diff --git a/stable/libreddit/8.7.3/questions.yaml b/stable/libreddit/8.7.5/questions.yaml similarity index 100% rename from stable/libreddit/8.7.3/questions.yaml rename to stable/libreddit/8.7.5/questions.yaml diff --git a/stable/libremdb/7.8.27/templates/NOTES.txt b/stable/libreddit/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.8.27/templates/NOTES.txt rename to stable/libreddit/8.7.5/templates/NOTES.txt diff --git a/stable/libreddit/8.7.3/templates/common.yaml b/stable/libreddit/8.7.5/templates/common.yaml similarity index 100% rename from stable/libreddit/8.7.3/templates/common.yaml rename to stable/libreddit/8.7.5/templates/common.yaml diff --git a/stable/libremdb/7.8.27/values.yaml b/stable/libreddit/8.7.5/values.yaml similarity index 100% rename from stable/libremdb/7.8.27/values.yaml rename to stable/libreddit/8.7.5/values.yaml diff --git a/stable/libremdb/7.8.27/CHANGELOG.md b/stable/libremdb/7.8.27/CHANGELOG.md deleted file mode 100644 index f2f363e3bc8..00000000000 --- a/stable/libremdb/7.8.27/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [libremdb-7.8.27](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.27) (2024-03-30) - -### Chore - - - -- update container image quay.io/pussthecatorg/libremdb to latest[@9ece33a](https://github.com/9ece33a) by renovate ([#19972](https://github.com/truecharts/charts/issues/19972)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@2648492](https://github.com/2648492) by renovate ([#19960](https://github.com/truecharts/charts/issues/19960)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@d1a8858](https://github.com/d1a8858) by renovate ([#19952](https://github.com/truecharts/charts/issues/19952)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@15d84e3](https://github.com/15d84e3) by renovate ([#19944](https://github.com/truecharts/charts/issues/19944)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@7798008](https://github.com/7798008) by renovate ([#19935](https://github.com/truecharts/charts/issues/19935)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@1db5000](https://github.com/1db5000) by renovate ([#19923](https://github.com/truecharts/charts/issues/19923)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@fc35bc2](https://github.com/fc35bc2) by renovate ([#19910](https://github.com/truecharts/charts/issues/19910)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@cdc6dfc](https://github.com/cdc6dfc) by renovate ([#19897](https://github.com/truecharts/charts/issues/19897)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@17de5f0](https://github.com/17de5f0) by renovate ([#19886](https://github.com/truecharts/charts/issues/19886)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@7b03c5e](https://github.com/7b03c5e) by renovate ([#19875](https://github.com/truecharts/charts/issues/19875)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@038a576](https://github.com/038a576) by renovate ([#19866](https://github.com/truecharts/charts/issues/19866)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c0229d3](https://github.com/c0229d3) by renovate ([#19860](https://github.com/truecharts/charts/issues/19860)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@e9f7c64](https://github.com/e9f7c64) by renovate ([#19847](https://github.com/truecharts/charts/issues/19847)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@766d9b4](https://github.com/766d9b4) by renovate ([#19835](https://github.com/truecharts/charts/issues/19835)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c157715](https://github.com/c157715) by renovate ([#19815](https://github.com/truecharts/charts/issues/19815)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ee51ada](https://github.com/ee51ada) by renovate ([#19808](https://github.com/truecharts/charts/issues/19808)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@72a3af2](https://github.com/72a3af2) by renovate ([#19800](https://github.com/truecharts/charts/issues/19800)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@cb02132](https://github.com/cb02132) by renovate ([#19786](https://github.com/truecharts/charts/issues/19786)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3b6def6](https://github.com/3b6def6) by renovate ([#19760](https://github.com/truecharts/charts/issues/19760)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ead8c1f](https://github.com/ead8c1f) by renovate ([#19730](https://github.com/truecharts/charts/issues/19730)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@703e33f](https://github.com/703e33f) by renovate ([#19718](https://github.com/truecharts/charts/issues/19718)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@b0cccdf](https://github.com/b0cccdf) by renovate ([#19707](https://github.com/truecharts/charts/issues/19707)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3db9c37](https://github.com/3db9c37) by renovate ([#19689](https://github.com/truecharts/charts/issues/19689)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@62ce3cd](https://github.com/62ce3cd) by renovate ([#19672](https://github.com/truecharts/charts/issues/19672)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@f6f1a94](https://github.com/f6f1a94) by renovate ([#19666](https://github.com/truecharts/charts/issues/19666)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@88a7d22](https://github.com/88a7d22) by renovate ([#19639](https://github.com/truecharts/charts/issues/19639)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3dbb482](https://github.com/3dbb482) by renovate ([#19630](https://github.com/truecharts/charts/issues/19630)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@59678c9](https://github.com/59678c9) by renovate ([#19624](https://github.com/truecharts/charts/issues/19624)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@d589f5d](https://github.com/d589f5d) by renovate ([#19616](https://github.com/truecharts/charts/issues/19616)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@dac5406](https://github.com/dac5406) by renovate ([#19605](https://github.com/truecharts/charts/issues/19605)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@11aeb1d](https://github.com/11aeb1d) by renovate ([#19589](https://github.com/truecharts/charts/issues/19589)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@4401989](https://github.com/4401989) by renovate ([#19581](https://github.com/truecharts/charts/issues/19581)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@b4c29ff](https://github.com/b4c29ff) by renovate ([#19573](https://github.com/truecharts/charts/issues/19573)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@44297f8](https://github.com/44297f8) by renovate ([#19557](https://github.com/truecharts/charts/issues/19557)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@fd0128d](https://github.com/fd0128d) by renovate ([#19545](https://github.com/truecharts/charts/issues/19545)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@637656f](https://github.com/637656f) by renovate ([#19531](https://github.com/truecharts/charts/issues/19531)) diff --git a/stable/libremdb/7.8.27/Chart.yaml b/stable/libremdb/7.8.27/Chart.yaml deleted file mode 100644 index 7f72e4ca298..00000000000 --- a/stable/libremdb/7.8.27/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free & open source IMDb front-end. -home: https://truecharts.org/charts/stable/libremdb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png -keywords: - - libremdb - - media - - imdb -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: libremdb -sources: - - https://github.com/PussTheCat-org/docker-libremdb-quay - - https://github.com/zyachel/libremdb - - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb - - https://quay.io/pussthecatorg/libremdb -type: application -version: 7.8.27 diff --git a/stable/libremdb/7.8.27/app-changelog.md b/stable/libremdb/7.8.27/app-changelog.md deleted file mode 100644 index baafc495b73..00000000000 --- a/stable/libremdb/7.8.27/app-changelog.md +++ /dev/null @@ -1,127 +0,0 @@ - - -## [libremdb-7.8.27](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.27) (2024-03-30) - -### Chore - - - -- update container image quay.io/pussthecatorg/libremdb to latest[@9ece33a](https://github.com/9ece33a) by renovate ([#19972](https://github.com/truecharts/charts/issues/19972)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@2648492](https://github.com/2648492) by renovate ([#19960](https://github.com/truecharts/charts/issues/19960)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@d1a8858](https://github.com/d1a8858) by renovate ([#19952](https://github.com/truecharts/charts/issues/19952)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@15d84e3](https://github.com/15d84e3) by renovate ([#19944](https://github.com/truecharts/charts/issues/19944)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@7798008](https://github.com/7798008) by renovate ([#19935](https://github.com/truecharts/charts/issues/19935)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@1db5000](https://github.com/1db5000) by renovate ([#19923](https://github.com/truecharts/charts/issues/19923)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@fc35bc2](https://github.com/fc35bc2) by renovate ([#19910](https://github.com/truecharts/charts/issues/19910)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@cdc6dfc](https://github.com/cdc6dfc) by renovate ([#19897](https://github.com/truecharts/charts/issues/19897)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@17de5f0](https://github.com/17de5f0) by renovate ([#19886](https://github.com/truecharts/charts/issues/19886)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@7b03c5e](https://github.com/7b03c5e) by renovate ([#19875](https://github.com/truecharts/charts/issues/19875)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@038a576](https://github.com/038a576) by renovate ([#19866](https://github.com/truecharts/charts/issues/19866)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c0229d3](https://github.com/c0229d3) by renovate ([#19860](https://github.com/truecharts/charts/issues/19860)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@e9f7c64](https://github.com/e9f7c64) by renovate ([#19847](https://github.com/truecharts/charts/issues/19847)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@766d9b4](https://github.com/766d9b4) by renovate ([#19835](https://github.com/truecharts/charts/issues/19835)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c157715](https://github.com/c157715) by renovate ([#19815](https://github.com/truecharts/charts/issues/19815)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ee51ada](https://github.com/ee51ada) by renovate ([#19808](https://github.com/truecharts/charts/issues/19808)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@72a3af2](https://github.com/72a3af2) by renovate ([#19800](https://github.com/truecharts/charts/issues/19800)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@cb02132](https://github.com/cb02132) by renovate ([#19786](https://github.com/truecharts/charts/issues/19786)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3b6def6](https://github.com/3b6def6) by renovate ([#19760](https://github.com/truecharts/charts/issues/19760)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ead8c1f](https://github.com/ead8c1f) by renovate ([#19730](https://github.com/truecharts/charts/issues/19730)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@703e33f](https://github.com/703e33f) by renovate ([#19718](https://github.com/truecharts/charts/issues/19718)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@b0cccdf](https://github.com/b0cccdf) by renovate ([#19707](https://github.com/truecharts/charts/issues/19707)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3db9c37](https://github.com/3db9c37) by renovate ([#19689](https://github.com/truecharts/charts/issues/19689)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@62ce3cd](https://github.com/62ce3cd) by renovate ([#19672](https://github.com/truecharts/charts/issues/19672)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@f6f1a94](https://github.com/f6f1a94) by renovate ([#19666](https://github.com/truecharts/charts/issues/19666)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@88a7d22](https://github.com/88a7d22) by renovate ([#19639](https://github.com/truecharts/charts/issues/19639)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@3dbb482](https://github.com/3dbb482) by renovate ([#19630](https://github.com/truecharts/charts/issues/19630)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@59678c9](https://github.com/59678c9) by renovate ([#19624](https://github.com/truecharts/charts/issues/19624)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@d589f5d](https://github.com/d589f5d) by renovate ([#19616](https://github.com/truecharts/charts/issues/19616)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@dac5406](https://github.com/dac5406) by renovate ([#19605](https://github.com/truecharts/charts/issues/19605)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@11aeb1d](https://github.com/11aeb1d) by renovate ([#19589](https://github.com/truecharts/charts/issues/19589)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@4401989](https://github.com/4401989) by renovate ([#19581](https://github.com/truecharts/charts/issues/19581)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@b4c29ff](https://github.com/b4c29ff) by renovate ([#19573](https://github.com/truecharts/charts/issues/19573)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@44297f8](https://github.com/44297f8) by renovate ([#19557](https://github.com/truecharts/charts/issues/19557)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@fd0128d](https://github.com/fd0128d) by renovate ([#19545](https://github.com/truecharts/charts/issues/19545)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@637656f](https://github.com/637656f) by renovate ([#19531](https://github.com/truecharts/charts/issues/19531)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@e35b423](https://github.com/e35b423) by renovate ([#19521](https://github.com/truecharts/charts/issues/19521)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@5a8f3e6](https://github.com/5a8f3e6) by renovate ([#19510](https://github.com/truecharts/charts/issues/19510)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@9efe51a](https://github.com/9efe51a) by renovate ([#19504](https://github.com/truecharts/charts/issues/19504)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@6b3d840](https://github.com/6b3d840) by renovate ([#19494](https://github.com/truecharts/charts/issues/19494)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@b46d3c5](https://github.com/b46d3c5) by renovate ([#19485](https://github.com/truecharts/charts/issues/19485)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ec5a0aa](https://github.com/ec5a0aa) by renovate ([#19471](https://github.com/truecharts/charts/issues/19471)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@ebeb6ec](https://github.com/ebeb6ec) by renovate ([#19458](https://github.com/truecharts/charts/issues/19458)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c83bd08](https://github.com/c83bd08) by renovate ([#19449](https://github.com/truecharts/charts/issues/19449)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@a1990cb](https://github.com/a1990cb) by renovate ([#19431](https://github.com/truecharts/charts/issues/19431)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@62e806e](https://github.com/62e806e) by renovate ([#19422](https://github.com/truecharts/charts/issues/19422)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@627a260](https://github.com/627a260) by renovate ([#19414](https://github.com/truecharts/charts/issues/19414)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@8fd6355](https://github.com/8fd6355) by renovate ([#19400](https://github.com/truecharts/charts/issues/19400)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@43fc64c](https://github.com/43fc64c) by renovate ([#19385](https://github.com/truecharts/charts/issues/19385)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@d33800e](https://github.com/d33800e) by renovate ([#19356](https://github.com/truecharts/charts/issues/19356)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@a40d5e0](https://github.com/a40d5e0) by renovate ([#19279](https://github.com/truecharts/charts/issues/19279)) \ No newline at end of file diff --git a/stable/libremdb/7.8.27/charts/common-20.2.9.tgz b/stable/libremdb/7.8.27/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/libremdb/7.8.27/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/libremdb/7.8.27/ix_values.yaml b/stable/libremdb/7.8.27/ix_values.yaml deleted file mode 100644 index 99d029667da..00000000000 --- a/stable/libremdb/7.8.27/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: quay.io/pussthecatorg/libremdb - pullPolicy: IfNotPresent - tag: latest@sha256:9ece33a3dbe65a7a5c952e9ba47da206dc63b6ec2c4897eec86dd4d878241b15 -service: - main: - ports: - main: - protocol: http - targetPort: 3000 - port: 10593 -persistence: - config: - enabled: true - mountPath: /opt/app -redis: - enabled: true - redisUsername: default -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: - NEXT_PUBLIC_URL: http://localhost:3000 - NEXT_TELEMETRY_DISABLED: 1 - AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" - AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" - AXIOS_LANGUAGE: "en-US,en;q=0.5" - USE_REDIS: true - REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url diff --git a/stable/librespeed/13.7.6/.helmignore b/stable/libremdb/7.8.29/.helmignore similarity index 100% rename from stable/librespeed/13.7.6/.helmignore rename to stable/libremdb/7.8.29/.helmignore diff --git a/stable/libremdb/7.8.29/CHANGELOG.md b/stable/libremdb/7.8.29/CHANGELOG.md new file mode 100644 index 00000000000..7537bf2c3ea --- /dev/null +++ b/stable/libremdb/7.8.29/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [libremdb-7.8.29](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.29) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@642bb96](https://github.com/642bb96) by renovate ([#19994](https://github.com/truecharts/charts/issues/19994)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@588dfb6](https://github.com/588dfb6) by renovate ([#19983](https://github.com/truecharts/charts/issues/19983)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@9ece33a](https://github.com/9ece33a) by renovate ([#19972](https://github.com/truecharts/charts/issues/19972)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@2648492](https://github.com/2648492) by renovate ([#19960](https://github.com/truecharts/charts/issues/19960)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@d1a8858](https://github.com/d1a8858) by renovate ([#19952](https://github.com/truecharts/charts/issues/19952)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@15d84e3](https://github.com/15d84e3) by renovate ([#19944](https://github.com/truecharts/charts/issues/19944)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@7798008](https://github.com/7798008) by renovate ([#19935](https://github.com/truecharts/charts/issues/19935)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@1db5000](https://github.com/1db5000) by renovate ([#19923](https://github.com/truecharts/charts/issues/19923)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@fc35bc2](https://github.com/fc35bc2) by renovate ([#19910](https://github.com/truecharts/charts/issues/19910)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@cdc6dfc](https://github.com/cdc6dfc) by renovate ([#19897](https://github.com/truecharts/charts/issues/19897)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@17de5f0](https://github.com/17de5f0) by renovate ([#19886](https://github.com/truecharts/charts/issues/19886)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@7b03c5e](https://github.com/7b03c5e) by renovate ([#19875](https://github.com/truecharts/charts/issues/19875)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@038a576](https://github.com/038a576) by renovate ([#19866](https://github.com/truecharts/charts/issues/19866)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@c0229d3](https://github.com/c0229d3) by renovate ([#19860](https://github.com/truecharts/charts/issues/19860)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@e9f7c64](https://github.com/e9f7c64) by renovate ([#19847](https://github.com/truecharts/charts/issues/19847)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@766d9b4](https://github.com/766d9b4) by renovate ([#19835](https://github.com/truecharts/charts/issues/19835)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@c157715](https://github.com/c157715) by renovate ([#19815](https://github.com/truecharts/charts/issues/19815)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ee51ada](https://github.com/ee51ada) by renovate ([#19808](https://github.com/truecharts/charts/issues/19808)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@72a3af2](https://github.com/72a3af2) by renovate ([#19800](https://github.com/truecharts/charts/issues/19800)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@cb02132](https://github.com/cb02132) by renovate ([#19786](https://github.com/truecharts/charts/issues/19786)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3b6def6](https://github.com/3b6def6) by renovate ([#19760](https://github.com/truecharts/charts/issues/19760)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ead8c1f](https://github.com/ead8c1f) by renovate ([#19730](https://github.com/truecharts/charts/issues/19730)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@703e33f](https://github.com/703e33f) by renovate ([#19718](https://github.com/truecharts/charts/issues/19718)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@b0cccdf](https://github.com/b0cccdf) by renovate ([#19707](https://github.com/truecharts/charts/issues/19707)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3db9c37](https://github.com/3db9c37) by renovate ([#19689](https://github.com/truecharts/charts/issues/19689)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@62ce3cd](https://github.com/62ce3cd) by renovate ([#19672](https://github.com/truecharts/charts/issues/19672)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@f6f1a94](https://github.com/f6f1a94) by renovate ([#19666](https://github.com/truecharts/charts/issues/19666)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@88a7d22](https://github.com/88a7d22) by renovate ([#19639](https://github.com/truecharts/charts/issues/19639)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3dbb482](https://github.com/3dbb482) by renovate ([#19630](https://github.com/truecharts/charts/issues/19630)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@59678c9](https://github.com/59678c9) by renovate ([#19624](https://github.com/truecharts/charts/issues/19624)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@d589f5d](https://github.com/d589f5d) by renovate ([#19616](https://github.com/truecharts/charts/issues/19616)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@dac5406](https://github.com/dac5406) by renovate ([#19605](https://github.com/truecharts/charts/issues/19605)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@11aeb1d](https://github.com/11aeb1d) by renovate ([#19589](https://github.com/truecharts/charts/issues/19589)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@4401989](https://github.com/4401989) by renovate ([#19581](https://github.com/truecharts/charts/issues/19581)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@b4c29ff](https://github.com/b4c29ff) by renovate ([#19573](https://github.com/truecharts/charts/issues/19573)) diff --git a/stable/libremdb/7.8.29/Chart.yaml b/stable/libremdb/7.8.29/Chart.yaml new file mode 100644 index 00000000000..325f6d7ebc3 --- /dev/null +++ b/stable/libremdb/7.8.29/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free & open source IMDb front-end. +home: https://truecharts.org/charts/stable/libremdb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png +keywords: + - libremdb + - media + - imdb +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: libremdb +sources: + - https://github.com/PussTheCat-org/docker-libremdb-quay + - https://github.com/zyachel/libremdb + - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb + - https://quay.io/pussthecatorg/libremdb +type: application +version: 7.8.29 diff --git a/stable/libremdb/7.8.27/README.md b/stable/libremdb/7.8.29/README.md similarity index 100% rename from stable/libremdb/7.8.27/README.md rename to stable/libremdb/7.8.29/README.md diff --git a/stable/libremdb/7.8.29/app-changelog.md b/stable/libremdb/7.8.29/app-changelog.md new file mode 100644 index 00000000000..e811a74c2df --- /dev/null +++ b/stable/libremdb/7.8.29/app-changelog.md @@ -0,0 +1,133 @@ + + +## [libremdb-7.8.29](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.29) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@642bb96](https://github.com/642bb96) by renovate ([#19994](https://github.com/truecharts/charts/issues/19994)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@588dfb6](https://github.com/588dfb6) by renovate ([#19983](https://github.com/truecharts/charts/issues/19983)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@9ece33a](https://github.com/9ece33a) by renovate ([#19972](https://github.com/truecharts/charts/issues/19972)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@2648492](https://github.com/2648492) by renovate ([#19960](https://github.com/truecharts/charts/issues/19960)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@d1a8858](https://github.com/d1a8858) by renovate ([#19952](https://github.com/truecharts/charts/issues/19952)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@15d84e3](https://github.com/15d84e3) by renovate ([#19944](https://github.com/truecharts/charts/issues/19944)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@7798008](https://github.com/7798008) by renovate ([#19935](https://github.com/truecharts/charts/issues/19935)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@1db5000](https://github.com/1db5000) by renovate ([#19923](https://github.com/truecharts/charts/issues/19923)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@fc35bc2](https://github.com/fc35bc2) by renovate ([#19910](https://github.com/truecharts/charts/issues/19910)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@cdc6dfc](https://github.com/cdc6dfc) by renovate ([#19897](https://github.com/truecharts/charts/issues/19897)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@17de5f0](https://github.com/17de5f0) by renovate ([#19886](https://github.com/truecharts/charts/issues/19886)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@7b03c5e](https://github.com/7b03c5e) by renovate ([#19875](https://github.com/truecharts/charts/issues/19875)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@038a576](https://github.com/038a576) by renovate ([#19866](https://github.com/truecharts/charts/issues/19866)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@c0229d3](https://github.com/c0229d3) by renovate ([#19860](https://github.com/truecharts/charts/issues/19860)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@e9f7c64](https://github.com/e9f7c64) by renovate ([#19847](https://github.com/truecharts/charts/issues/19847)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@766d9b4](https://github.com/766d9b4) by renovate ([#19835](https://github.com/truecharts/charts/issues/19835)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@c157715](https://github.com/c157715) by renovate ([#19815](https://github.com/truecharts/charts/issues/19815)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ee51ada](https://github.com/ee51ada) by renovate ([#19808](https://github.com/truecharts/charts/issues/19808)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@72a3af2](https://github.com/72a3af2) by renovate ([#19800](https://github.com/truecharts/charts/issues/19800)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@cb02132](https://github.com/cb02132) by renovate ([#19786](https://github.com/truecharts/charts/issues/19786)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3b6def6](https://github.com/3b6def6) by renovate ([#19760](https://github.com/truecharts/charts/issues/19760)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ead8c1f](https://github.com/ead8c1f) by renovate ([#19730](https://github.com/truecharts/charts/issues/19730)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@703e33f](https://github.com/703e33f) by renovate ([#19718](https://github.com/truecharts/charts/issues/19718)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@b0cccdf](https://github.com/b0cccdf) by renovate ([#19707](https://github.com/truecharts/charts/issues/19707)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3db9c37](https://github.com/3db9c37) by renovate ([#19689](https://github.com/truecharts/charts/issues/19689)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@62ce3cd](https://github.com/62ce3cd) by renovate ([#19672](https://github.com/truecharts/charts/issues/19672)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@f6f1a94](https://github.com/f6f1a94) by renovate ([#19666](https://github.com/truecharts/charts/issues/19666)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@88a7d22](https://github.com/88a7d22) by renovate ([#19639](https://github.com/truecharts/charts/issues/19639)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@3dbb482](https://github.com/3dbb482) by renovate ([#19630](https://github.com/truecharts/charts/issues/19630)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@59678c9](https://github.com/59678c9) by renovate ([#19624](https://github.com/truecharts/charts/issues/19624)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@d589f5d](https://github.com/d589f5d) by renovate ([#19616](https://github.com/truecharts/charts/issues/19616)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@dac5406](https://github.com/dac5406) by renovate ([#19605](https://github.com/truecharts/charts/issues/19605)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@11aeb1d](https://github.com/11aeb1d) by renovate ([#19589](https://github.com/truecharts/charts/issues/19589)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@4401989](https://github.com/4401989) by renovate ([#19581](https://github.com/truecharts/charts/issues/19581)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@b4c29ff](https://github.com/b4c29ff) by renovate ([#19573](https://github.com/truecharts/charts/issues/19573)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@44297f8](https://github.com/44297f8) by renovate ([#19557](https://github.com/truecharts/charts/issues/19557)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@fd0128d](https://github.com/fd0128d) by renovate ([#19545](https://github.com/truecharts/charts/issues/19545)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@637656f](https://github.com/637656f) by renovate ([#19531](https://github.com/truecharts/charts/issues/19531)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@e35b423](https://github.com/e35b423) by renovate ([#19521](https://github.com/truecharts/charts/issues/19521)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@5a8f3e6](https://github.com/5a8f3e6) by renovate ([#19510](https://github.com/truecharts/charts/issues/19510)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@9efe51a](https://github.com/9efe51a) by renovate ([#19504](https://github.com/truecharts/charts/issues/19504)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@6b3d840](https://github.com/6b3d840) by renovate ([#19494](https://github.com/truecharts/charts/issues/19494)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@b46d3c5](https://github.com/b46d3c5) by renovate ([#19485](https://github.com/truecharts/charts/issues/19485)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ec5a0aa](https://github.com/ec5a0aa) by renovate ([#19471](https://github.com/truecharts/charts/issues/19471)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@ebeb6ec](https://github.com/ebeb6ec) by renovate ([#19458](https://github.com/truecharts/charts/issues/19458)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@c83bd08](https://github.com/c83bd08) by renovate ([#19449](https://github.com/truecharts/charts/issues/19449)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@a1990cb](https://github.com/a1990cb) by renovate ([#19431](https://github.com/truecharts/charts/issues/19431)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@62e806e](https://github.com/62e806e) by renovate ([#19422](https://github.com/truecharts/charts/issues/19422)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@627a260](https://github.com/627a260) by renovate ([#19414](https://github.com/truecharts/charts/issues/19414)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@8fd6355](https://github.com/8fd6355) by renovate ([#19400](https://github.com/truecharts/charts/issues/19400)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@43fc64c](https://github.com/43fc64c) by renovate ([#19385](https://github.com/truecharts/charts/issues/19385)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@d33800e](https://github.com/d33800e) by renovate ([#19356](https://github.com/truecharts/charts/issues/19356)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image quay.io/pussthecatorg/libremdb to latest[@a40d5e0](https://github.com/a40d5e0) by renovate ([#19279](https://github.com/truecharts/charts/issues/19279)) \ No newline at end of file diff --git a/stable/libremdb/7.8.27/app-readme.md b/stable/libremdb/7.8.29/app-readme.md similarity index 100% rename from stable/libremdb/7.8.27/app-readme.md rename to stable/libremdb/7.8.29/app-readme.md diff --git a/stable/libremdb/7.8.29/charts/common-20.2.10.tgz b/stable/libremdb/7.8.29/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/libremdb/7.8.29/charts/common-20.2.10.tgz differ diff --git a/stable/libremdb/7.8.27/charts/redis-13.2.2.tgz b/stable/libremdb/7.8.29/charts/redis-13.2.2.tgz similarity index 100% rename from stable/libremdb/7.8.27/charts/redis-13.2.2.tgz rename to stable/libremdb/7.8.29/charts/redis-13.2.2.tgz diff --git a/stable/libremdb/7.8.29/ix_values.yaml b/stable/libremdb/7.8.29/ix_values.yaml new file mode 100644 index 00000000000..482daba30b0 --- /dev/null +++ b/stable/libremdb/7.8.29/ix_values.yaml @@ -0,0 +1,38 @@ +image: + repository: quay.io/pussthecatorg/libremdb + pullPolicy: IfNotPresent + tag: latest@sha256:642bb968d89dd9e93b6d5209f6d94f5e435ffe9dd6df9205ab9bd8b583c30e8d +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 10593 +persistence: + config: + enabled: true + mountPath: /opt/app +redis: + enabled: true + redisUsername: default +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + NEXT_PUBLIC_URL: http://localhost:3000 + NEXT_TELEMETRY_DISABLED: 1 + AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" + AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" + AXIOS_LANGUAGE: "en-US,en;q=0.5" + USE_REDIS: true + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/libremdb/7.8.27/questions.yaml b/stable/libremdb/7.8.29/questions.yaml similarity index 100% rename from stable/libremdb/7.8.27/questions.yaml rename to stable/libremdb/7.8.29/questions.yaml diff --git a/stable/librespeed/13.7.6/templates/NOTES.txt b/stable/libremdb/7.8.29/templates/NOTES.txt similarity index 100% rename from stable/librespeed/13.7.6/templates/NOTES.txt rename to stable/libremdb/7.8.29/templates/NOTES.txt diff --git a/stable/libremdb/7.8.27/templates/common.yaml b/stable/libremdb/7.8.29/templates/common.yaml similarity index 100% rename from stable/libremdb/7.8.27/templates/common.yaml rename to stable/libremdb/7.8.29/templates/common.yaml diff --git a/stable/librespeed/13.7.6/values.yaml b/stable/libremdb/7.8.29/values.yaml similarity index 100% rename from stable/librespeed/13.7.6/values.yaml rename to stable/libremdb/7.8.29/values.yaml diff --git a/stable/librespeed/13.7.6/CHANGELOG.md b/stable/librespeed/13.7.6/CHANGELOG.md deleted file mode 100644 index 979cca2dbd0..00000000000 --- a/stable/librespeed/13.7.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - diff --git a/stable/librespeed/13.7.6/Chart.yaml b/stable/librespeed/13.7.6/Chart.yaml deleted file mode 100644 index 13ba7db6382..00000000000 --- a/stable/librespeed/13.7.6/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://truecharts.org/charts/stable/librespeed -icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png -keywords: - - librespeed - - speedtest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: librespeed -sources: - - https://github.com/librespeed/speedtest - - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed - - https://ghcr.io/linuxserver/librespeed -type: application -version: 13.7.6 diff --git a/stable/librespeed/13.7.6/app-changelog.md b/stable/librespeed/13.7.6/app-changelog.md deleted file mode 100644 index 7fa6c9095a6..00000000000 --- a/stable/librespeed/13.7.6/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [librespeed-13.7.6](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.6) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/librespeed/13.7.6/charts/common-20.2.9.tgz b/stable/librespeed/13.7.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/librespeed/13.7.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/librespeed/13.7.6/ix_values.yaml b/stable/librespeed/13.7.6/ix_values.yaml deleted file mode 100644 index 36cf3666783..00000000000 --- a/stable/librespeed/13.7.6/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/librespeed - tag: 5.3.0@sha256:f18f467599991f14c69a6e25d5287b7ec06e5bc3e23939d4b18e26a19c59f9ef - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10016 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/lidarr/21.5.5/.helmignore b/stable/librespeed/13.7.8/.helmignore similarity index 100% rename from stable/lidarr/21.5.5/.helmignore rename to stable/librespeed/13.7.8/.helmignore diff --git a/stable/librespeed/13.7.8/CHANGELOG.md b/stable/librespeed/13.7.8/CHANGELOG.md new file mode 100644 index 00000000000..e2efe0755ba --- /dev/null +++ b/stable/librespeed/13.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [librespeed-13.7.8](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@55e273e](https://github.com/55e273e) by renovate ([#19934](https://github.com/truecharts/charts/issues/19934)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [librespeed-13.7.7](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.7) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@55e273e](https://github.com/55e273e) by renovate ([#19934](https://github.com/truecharts/charts/issues/19934)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [librespeed-13.7.7](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.7) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@55e273e](https://github.com/55e273e) by renovate ([#19934](https://github.com/truecharts/charts/issues/19934)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [librespeed-13.7.7](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.7) (2024-03-30) + +### Chore + + + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@55e273e](https://github.com/55e273e) by renovate ([#19934](https://github.com/truecharts/charts/issues/19934)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) \ No newline at end of file diff --git a/stable/librespeed/13.7.8/Chart.yaml b/stable/librespeed/13.7.8/Chart.yaml new file mode 100644 index 00000000000..33faf41f867 --- /dev/null +++ b/stable/librespeed/13.7.8/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Librespeed is a HTML5 webpage to test upload and download speeds +home: https://truecharts.org/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png +keywords: + - librespeed + - speedtest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: librespeed +sources: + - https://github.com/librespeed/speedtest + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed + - https://ghcr.io/linuxserver/librespeed +type: application +version: 13.7.8 diff --git a/stable/librespeed/13.7.6/README.md b/stable/librespeed/13.7.8/README.md similarity index 100% rename from stable/librespeed/13.7.6/README.md rename to stable/librespeed/13.7.8/README.md diff --git a/stable/librespeed/13.7.8/app-changelog.md b/stable/librespeed/13.7.8/app-changelog.md new file mode 100644 index 00000000000..9b631fd9ff2 --- /dev/null +++ b/stable/librespeed/13.7.8/app-changelog.md @@ -0,0 +1,25 @@ + + +## [librespeed-13.7.8](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@55e273e](https://github.com/55e273e) by renovate ([#19934](https://github.com/truecharts/charts/issues/19934)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/librespeed/13.7.6/app-readme.md b/stable/librespeed/13.7.8/app-readme.md similarity index 100% rename from stable/librespeed/13.7.6/app-readme.md rename to stable/librespeed/13.7.8/app-readme.md diff --git a/stable/librespeed/13.7.8/charts/common-20.2.10.tgz b/stable/librespeed/13.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/librespeed/13.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/librespeed/13.7.8/ix_values.yaml b/stable/librespeed/13.7.8/ix_values.yaml new file mode 100644 index 00000000000..b34f30f519d --- /dev/null +++ b/stable/librespeed/13.7.8/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/librespeed + tag: 5.3.0@sha256:55e273e0e0444da183e987d1b0ff092b1fd9f206fcbe38c9626043320055f943 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10016 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/librespeed/13.7.6/questions.yaml b/stable/librespeed/13.7.8/questions.yaml similarity index 100% rename from stable/librespeed/13.7.6/questions.yaml rename to stable/librespeed/13.7.8/questions.yaml diff --git a/stable/lidarr/21.5.5/templates/NOTES.txt b/stable/librespeed/13.7.8/templates/NOTES.txt similarity index 100% rename from stable/lidarr/21.5.5/templates/NOTES.txt rename to stable/librespeed/13.7.8/templates/NOTES.txt diff --git a/stable/librespeed/13.7.6/templates/common.yaml b/stable/librespeed/13.7.8/templates/common.yaml similarity index 100% rename from stable/librespeed/13.7.6/templates/common.yaml rename to stable/librespeed/13.7.8/templates/common.yaml diff --git a/stable/lidarr/21.5.5/values.yaml b/stable/librespeed/13.7.8/values.yaml similarity index 100% rename from stable/lidarr/21.5.5/values.yaml rename to stable/librespeed/13.7.8/values.yaml diff --git a/stable/lidarr/21.5.5/CHANGELOG.md b/stable/lidarr/21.5.5/CHANGELOG.md deleted file mode 100644 index b88bb0e6ca1..00000000000 --- a/stable/lidarr/21.5.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - diff --git a/stable/lidarr/21.5.5/Chart.yaml b/stable/lidarr/21.5.5/Chart.yaml deleted file mode 100644 index 044338b5079..00000000000 --- a/stable/lidarr/21.5.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.3.4098 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Looks and smells like Sonarr but made for music -home: https://truecharts.org/charts/stable/lidarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png -keywords: - - lidarr - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lidarr -sources: - - https://github.com/Lidarr/Lidarr - - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - - https://ghcr.io/onedr0p/exportarr - - https://ghcr.io/onedr0p/lidarr-develop -type: application -version: 21.5.5 diff --git a/stable/lidarr/21.5.5/app-changelog.md b/stable/lidarr/21.5.5/app-changelog.md deleted file mode 100644 index 7e7e5f5a119..00000000000 --- a/stable/lidarr/21.5.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) - -- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) \ No newline at end of file diff --git a/stable/lidarr/21.5.5/charts/common-20.2.4.tgz b/stable/lidarr/21.5.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lidarr/21.5.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lingva/5.7.3/.helmignore b/stable/lidarr/21.5.7/.helmignore similarity index 100% rename from stable/lingva/5.7.3/.helmignore rename to stable/lidarr/21.5.7/.helmignore diff --git a/stable/lidarr/21.5.7/CHANGELOG.md b/stable/lidarr/21.5.7/CHANGELOG.md new file mode 100644 index 00000000000..4340e194d90 --- /dev/null +++ b/stable/lidarr/21.5.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lidarr-21.5.7](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) + + +## [lidarr-21.5.6](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) + + +## [lidarr-21.5.6](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) + + +## [lidarr-21.5.6](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.6) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lidarr/21.5.7/Chart.yaml b/stable/lidarr/21.5.7/Chart.yaml new file mode 100644 index 00000000000..351f08ea98e --- /dev/null +++ b/stable/lidarr/21.5.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.3.4098 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Sonarr but made for music +home: https://truecharts.org/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png +keywords: + - lidarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lidarr +sources: + - https://github.com/Lidarr/Lidarr + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr + - https://ghcr.io/onedr0p/lidarr-develop + - https://ghcr.io/onedr0p/exportarr +type: application +version: 21.5.7 diff --git a/stable/lidarr/21.5.5/README.md b/stable/lidarr/21.5.7/README.md similarity index 100% rename from stable/lidarr/21.5.5/README.md rename to stable/lidarr/21.5.7/README.md diff --git a/stable/lidarr/21.5.7/app-changelog.md b/stable/lidarr/21.5.7/app-changelog.md new file mode 100644 index 00000000000..35957803358 --- /dev/null +++ b/stable/lidarr/21.5.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [lidarr-21.5.7](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416)) + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254)) \ No newline at end of file diff --git a/stable/lidarr/21.5.5/app-readme.md b/stable/lidarr/21.5.7/app-readme.md similarity index 100% rename from stable/lidarr/21.5.5/app-readme.md rename to stable/lidarr/21.5.7/app-readme.md diff --git a/stable/lidarr/21.5.7/charts/common-20.2.10.tgz b/stable/lidarr/21.5.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lidarr/21.5.7/charts/common-20.2.10.tgz differ diff --git a/stable/lidarr/21.5.5/ix_values.yaml b/stable/lidarr/21.5.7/ix_values.yaml similarity index 100% rename from stable/lidarr/21.5.5/ix_values.yaml rename to stable/lidarr/21.5.7/ix_values.yaml diff --git a/stable/lidarr/21.5.5/questions.yaml b/stable/lidarr/21.5.7/questions.yaml similarity index 100% rename from stable/lidarr/21.5.5/questions.yaml rename to stable/lidarr/21.5.7/questions.yaml diff --git a/stable/linkding/9.8.2/templates/NOTES.txt b/stable/lidarr/21.5.7/templates/NOTES.txt similarity index 100% rename from stable/linkding/9.8.2/templates/NOTES.txt rename to stable/lidarr/21.5.7/templates/NOTES.txt diff --git a/stable/lidarr/21.5.5/templates/common.yaml b/stable/lidarr/21.5.7/templates/common.yaml similarity index 100% rename from stable/lidarr/21.5.5/templates/common.yaml rename to stable/lidarr/21.5.7/templates/common.yaml diff --git a/stable/lingva/5.7.3/values.yaml b/stable/lidarr/21.5.7/values.yaml similarity index 100% rename from stable/lingva/5.7.3/values.yaml rename to stable/lidarr/21.5.7/values.yaml diff --git a/stable/lingva/5.7.3/CHANGELOG.md b/stable/lingva/5.7.3/CHANGELOG.md deleted file mode 100644 index 1dea1b5b035..00000000000 --- a/stable/lingva/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lingva/5.7.3/Chart.yaml b/stable/lingva/5.7.3/Chart.yaml deleted file mode 100644 index 8a8b3b40ec6..00000000000 --- a/stable/lingva/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available -home: https://truecharts.org/charts/stable/lingva -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png -keywords: - - lingva - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lingva -sources: - - https://github.com/TheDavidDelta/lingva-translate - - https://github.com/truecharts/charts/tree/master/charts/stable/lingva - - https://hub.docker.com/r/thedaviddelta/lingva-translate -type: application -version: 5.7.3 diff --git a/stable/lingva/5.7.3/app-changelog.md b/stable/lingva/5.7.3/app-changelog.md deleted file mode 100644 index 113ad29a898..00000000000 --- a/stable/lingva/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lingva/5.7.3/charts/common-20.2.4.tgz b/stable/lingva/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lingva/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/linkding/9.8.2/.helmignore b/stable/lingva/5.7.5/.helmignore similarity index 100% rename from stable/linkding/9.8.2/.helmignore rename to stable/lingva/5.7.5/.helmignore diff --git a/stable/lingva/5.7.5/CHANGELOG.md b/stable/lingva/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9800166b36c --- /dev/null +++ b/stable/lingva/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lingva-5.7.5](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lingva-5.7.4](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lingva-5.7.4](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lingva-5.7.4](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lingva-5.7.4](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lingva-5.7.4](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lingva/5.7.5/Chart.yaml b/stable/lingva/5.7.5/Chart.yaml new file mode 100644 index 00000000000..30005a785b5 --- /dev/null +++ b/stable/lingva/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available +home: https://truecharts.org/charts/stable/lingva +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png +keywords: + - lingva + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lingva +sources: + - https://github.com/TheDavidDelta/lingva-translate + - https://github.com/truecharts/charts/tree/master/charts/stable/lingva + - https://hub.docker.com/r/thedaviddelta/lingva-translate +type: application +version: 5.7.5 diff --git a/stable/lingva/5.7.3/README.md b/stable/lingva/5.7.5/README.md similarity index 100% rename from stable/lingva/5.7.3/README.md rename to stable/lingva/5.7.5/README.md diff --git a/stable/lingva/5.7.5/app-changelog.md b/stable/lingva/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f9846ee6ad0 --- /dev/null +++ b/stable/lingva/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lingva-5.7.5](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lingva/5.7.3/app-readme.md b/stable/lingva/5.7.5/app-readme.md similarity index 100% rename from stable/lingva/5.7.3/app-readme.md rename to stable/lingva/5.7.5/app-readme.md diff --git a/stable/lingva/5.7.5/charts/common-20.2.10.tgz b/stable/lingva/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lingva/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lingva/5.7.3/ix_values.yaml b/stable/lingva/5.7.5/ix_values.yaml similarity index 100% rename from stable/lingva/5.7.3/ix_values.yaml rename to stable/lingva/5.7.5/ix_values.yaml diff --git a/stable/lingva/5.7.3/questions.yaml b/stable/lingva/5.7.5/questions.yaml similarity index 100% rename from stable/lingva/5.7.3/questions.yaml rename to stable/lingva/5.7.5/questions.yaml diff --git a/stable/lingva/5.7.3/templates/common.yaml b/stable/lingva/5.7.5/templates/common.yaml similarity index 100% rename from stable/lingva/5.7.3/templates/common.yaml rename to stable/lingva/5.7.5/templates/common.yaml diff --git a/stable/linkding/9.8.2/values.yaml b/stable/lingva/5.7.5/values.yaml similarity index 100% rename from stable/linkding/9.8.2/values.yaml rename to stable/lingva/5.7.5/values.yaml diff --git a/stable/linkding/9.8.2/CHANGELOG.md b/stable/linkding/9.8.2/CHANGELOG.md deleted file mode 100644 index 1fb74118e9a..00000000000 --- a/stable/linkding/9.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/linkding/9.8.2/Chart.yaml b/stable/linkding/9.8.2/Chart.yaml deleted file mode 100644 index 988a6e725cc..00000000000 --- a/stable/linkding/9.8.2/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.25.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. -home: https://truecharts.org/charts/stable/linkding -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png -keywords: - - bookmarks - - links -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkding -sources: - - https://github.com/sissbruecker/linkding - - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - - https://hub.docker.com/r/sissbruecker/linkding -type: application -version: 9.8.2 diff --git a/stable/linkding/9.8.2/app-changelog.md b/stable/linkding/9.8.2/app-changelog.md deleted file mode 100644 index bb568dd6d0e..00000000000 --- a/stable/linkding/9.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) \ No newline at end of file diff --git a/stable/linkding/9.8.2/charts/common-20.2.4.tgz b/stable/linkding/9.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/linkding/9.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/linkwallet/5.7.3/.helmignore b/stable/linkding/9.8.4/.helmignore similarity index 100% rename from stable/linkwallet/5.7.3/.helmignore rename to stable/linkding/9.8.4/.helmignore diff --git a/stable/linkding/9.8.4/CHANGELOG.md b/stable/linkding/9.8.4/CHANGELOG.md new file mode 100644 index 00000000000..67e6f534e62 --- /dev/null +++ b/stable/linkding/9.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkding-9.8.4](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) + + +## [linkding-9.8.3](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) + + +## [linkding-9.8.3](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) + + +## [linkding-9.8.3](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) + + +## [linkding-9.8.3](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.3) (2024-03-27) + +### Chore diff --git a/stable/linkding/9.8.4/Chart.yaml b/stable/linkding/9.8.4/Chart.yaml new file mode 100644 index 00000000000..334c8b01844 --- /dev/null +++ b/stable/linkding/9.8.4/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.25.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. +home: https://truecharts.org/charts/stable/linkding +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png +keywords: + - bookmarks + - links +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkding +sources: + - https://github.com/sissbruecker/linkding + - https://github.com/truecharts/charts/tree/master/charts/stable/linkding + - https://hub.docker.com/r/sissbruecker/linkding +type: application +version: 9.8.4 diff --git a/stable/linkding/9.8.2/README.md b/stable/linkding/9.8.4/README.md similarity index 100% rename from stable/linkding/9.8.2/README.md rename to stable/linkding/9.8.4/README.md diff --git a/stable/linkding/9.8.4/app-changelog.md b/stable/linkding/9.8.4/app-changelog.md new file mode 100644 index 00000000000..42700111bb0 --- /dev/null +++ b/stable/linkding/9.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [linkding-9.8.4](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327)) \ No newline at end of file diff --git a/stable/linkding/9.8.2/app-readme.md b/stable/linkding/9.8.4/app-readme.md similarity index 100% rename from stable/linkding/9.8.2/app-readme.md rename to stable/linkding/9.8.4/app-readme.md diff --git a/stable/linkding/9.8.4/charts/common-20.2.10.tgz b/stable/linkding/9.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/linkding/9.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/linkding/9.8.2/ix_values.yaml b/stable/linkding/9.8.4/ix_values.yaml similarity index 100% rename from stable/linkding/9.8.2/ix_values.yaml rename to stable/linkding/9.8.4/ix_values.yaml diff --git a/stable/linkding/9.8.2/questions.yaml b/stable/linkding/9.8.4/questions.yaml similarity index 100% rename from stable/linkding/9.8.2/questions.yaml rename to stable/linkding/9.8.4/questions.yaml diff --git a/stable/linkwarden/4.8.3/templates/NOTES.txt b/stable/linkding/9.8.4/templates/NOTES.txt similarity index 100% rename from stable/linkwarden/4.8.3/templates/NOTES.txt rename to stable/linkding/9.8.4/templates/NOTES.txt diff --git a/stable/linkding/9.8.2/templates/common.yaml b/stable/linkding/9.8.4/templates/common.yaml similarity index 100% rename from stable/linkding/9.8.2/templates/common.yaml rename to stable/linkding/9.8.4/templates/common.yaml diff --git a/stable/linkwallet/5.7.3/values.yaml b/stable/linkding/9.8.4/values.yaml similarity index 100% rename from stable/linkwallet/5.7.3/values.yaml rename to stable/linkding/9.8.4/values.yaml diff --git a/stable/linkwallet/5.7.3/CHANGELOG.md b/stable/linkwallet/5.7.3/CHANGELOG.md deleted file mode 100644 index f9de5fb6431..00000000000 --- a/stable/linkwallet/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/linkwallet/5.7.3/Chart.yaml b/stable/linkwallet/5.7.3/Chart.yaml deleted file mode 100644 index 6d846f43997..00000000000 --- a/stable/linkwallet/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.36 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted bookmark database with full-text page content search. -home: https://truecharts.org/charts/stable/linkwallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png -keywords: - - bookmarks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkwallet -sources: - - https://github.com/tardisx/linkwallet - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet - - https://hub.docker.com/r/tardisx/linkwallet -type: application -version: 5.7.3 diff --git a/stable/linkwallet/5.7.3/app-changelog.md b/stable/linkwallet/5.7.3/app-changelog.md deleted file mode 100644 index b82fcdde43e..00000000000 --- a/stable/linkwallet/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz b/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/linkwarden/4.8.3/.helmignore b/stable/linkwallet/5.7.5/.helmignore similarity index 100% rename from stable/linkwarden/4.8.3/.helmignore rename to stable/linkwallet/5.7.5/.helmignore diff --git a/stable/linkwallet/5.7.5/CHANGELOG.md b/stable/linkwallet/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2faf597118a --- /dev/null +++ b/stable/linkwallet/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwallet-5.7.5](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwallet-5.7.4](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwallet-5.7.4](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwallet-5.7.4](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwallet-5.7.4](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwallet-5.7.4](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/linkwallet/5.7.5/Chart.yaml b/stable/linkwallet/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5f94e584f36 --- /dev/null +++ b/stable/linkwallet/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.36 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark database with full-text page content search. +home: https://truecharts.org/charts/stable/linkwallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png +keywords: + - bookmarks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwallet +sources: + - https://github.com/tardisx/linkwallet + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet + - https://hub.docker.com/r/tardisx/linkwallet +type: application +version: 5.7.5 diff --git a/stable/linkwallet/5.7.3/README.md b/stable/linkwallet/5.7.5/README.md similarity index 100% rename from stable/linkwallet/5.7.3/README.md rename to stable/linkwallet/5.7.5/README.md diff --git a/stable/linkwallet/5.7.5/app-changelog.md b/stable/linkwallet/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f022ebb05cf --- /dev/null +++ b/stable/linkwallet/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [linkwallet-5.7.5](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/linkwallet/5.7.3/app-readme.md b/stable/linkwallet/5.7.5/app-readme.md similarity index 100% rename from stable/linkwallet/5.7.3/app-readme.md rename to stable/linkwallet/5.7.5/app-readme.md diff --git a/stable/linkwallet/5.7.5/charts/common-20.2.10.tgz b/stable/linkwallet/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/linkwallet/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/linkwallet/5.7.3/ix_values.yaml b/stable/linkwallet/5.7.5/ix_values.yaml similarity index 100% rename from stable/linkwallet/5.7.3/ix_values.yaml rename to stable/linkwallet/5.7.5/ix_values.yaml diff --git a/stable/linkwallet/5.7.3/questions.yaml b/stable/linkwallet/5.7.5/questions.yaml similarity index 100% rename from stable/linkwallet/5.7.3/questions.yaml rename to stable/linkwallet/5.7.5/questions.yaml diff --git a/stable/linkwallet/5.7.3/templates/common.yaml b/stable/linkwallet/5.7.5/templates/common.yaml similarity index 100% rename from stable/linkwallet/5.7.3/templates/common.yaml rename to stable/linkwallet/5.7.5/templates/common.yaml diff --git a/stable/linkwarden/4.8.3/values.yaml b/stable/linkwallet/5.7.5/values.yaml similarity index 100% rename from stable/linkwarden/4.8.3/values.yaml rename to stable/linkwallet/5.7.5/values.yaml diff --git a/stable/linkwarden/4.8.3/CHANGELOG.md b/stable/linkwarden/4.8.3/CHANGELOG.md deleted file mode 100644 index bd377d0f281..00000000000 --- a/stable/linkwarden/4.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/linkwarden/4.8.3/Chart.yaml b/stable/linkwarden/4.8.3/Chart.yaml deleted file mode 100644 index 266dd725597..00000000000 --- a/stable/linkwarden/4.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. -home: https://truecharts.org/charts/stable/linkwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png -keywords: - - linkwarden - - bookmark - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: linkwarden -sources: - - https://github.com/linkwarden/linkwarden - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden - - https://ghcr.io/linkwarden/linkwarden -type: application -version: 4.8.3 diff --git a/stable/linkwarden/4.8.3/app-changelog.md b/stable/linkwarden/4.8.3/app-changelog.md deleted file mode 100644 index 7fd56d520aa..00000000000 --- a/stable/linkwarden/4.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz b/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/littlelink/13.7.7/.helmignore b/stable/linkwarden/4.8.5/.helmignore similarity index 100% rename from stable/littlelink/13.7.7/.helmignore rename to stable/linkwarden/4.8.5/.helmignore diff --git a/stable/linkwarden/4.8.5/CHANGELOG.md b/stable/linkwarden/4.8.5/CHANGELOG.md new file mode 100644 index 00000000000..b2ec284e71e --- /dev/null +++ b/stable/linkwarden/4.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwarden-4.8.5](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwarden-4.8.4](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwarden-4.8.4](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwarden-4.8.4](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwarden-4.8.4](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [linkwarden-4.8.4](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/linkwarden/4.8.5/Chart.yaml b/stable/linkwarden/4.8.5/Chart.yaml new file mode 100644 index 00000000000..03ed5d23ae9 --- /dev/null +++ b/stable/linkwarden/4.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. +home: https://truecharts.org/charts/stable/linkwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png +keywords: + - linkwarden + - bookmark + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwarden +sources: + - https://github.com/linkwarden/linkwarden + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden + - https://ghcr.io/linkwarden/linkwarden +type: application +version: 4.8.5 diff --git a/stable/linkwarden/4.8.3/README.md b/stable/linkwarden/4.8.5/README.md similarity index 100% rename from stable/linkwarden/4.8.3/README.md rename to stable/linkwarden/4.8.5/README.md diff --git a/stable/linkwarden/4.8.5/app-changelog.md b/stable/linkwarden/4.8.5/app-changelog.md new file mode 100644 index 00000000000..1935f9e17a4 --- /dev/null +++ b/stable/linkwarden/4.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [linkwarden-4.8.5](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/linkwarden/4.8.3/app-readme.md b/stable/linkwarden/4.8.5/app-readme.md similarity index 100% rename from stable/linkwarden/4.8.3/app-readme.md rename to stable/linkwarden/4.8.5/app-readme.md diff --git a/stable/linkwarden/4.8.5/charts/common-20.2.10.tgz b/stable/linkwarden/4.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/linkwarden/4.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/linkwarden/4.8.3/ix_values.yaml b/stable/linkwarden/4.8.5/ix_values.yaml similarity index 100% rename from stable/linkwarden/4.8.3/ix_values.yaml rename to stable/linkwarden/4.8.5/ix_values.yaml diff --git a/stable/linkwarden/4.8.3/questions.yaml b/stable/linkwarden/4.8.5/questions.yaml similarity index 100% rename from stable/linkwarden/4.8.3/questions.yaml rename to stable/linkwarden/4.8.5/questions.yaml diff --git a/stable/littlelink/13.7.7/templates/NOTES.txt b/stable/linkwarden/4.8.5/templates/NOTES.txt similarity index 100% rename from stable/littlelink/13.7.7/templates/NOTES.txt rename to stable/linkwarden/4.8.5/templates/NOTES.txt diff --git a/stable/linkwarden/4.8.3/templates/_secrets.tpl b/stable/linkwarden/4.8.5/templates/_secrets.tpl similarity index 100% rename from stable/linkwarden/4.8.3/templates/_secrets.tpl rename to stable/linkwarden/4.8.5/templates/_secrets.tpl diff --git a/stable/linkwarden/4.8.3/templates/common.yaml b/stable/linkwarden/4.8.5/templates/common.yaml similarity index 100% rename from stable/linkwarden/4.8.3/templates/common.yaml rename to stable/linkwarden/4.8.5/templates/common.yaml diff --git a/stable/littlelink/13.7.7/values.yaml b/stable/linkwarden/4.8.5/values.yaml similarity index 100% rename from stable/littlelink/13.7.7/values.yaml rename to stable/linkwarden/4.8.5/values.yaml diff --git a/stable/littlelink/13.7.7/CHANGELOG.md b/stable/littlelink/13.7.7/CHANGELOG.md deleted file mode 100644 index 1f8bab1a696..00000000000 --- a/stable/littlelink/13.7.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [littlelink-13.7.7](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.7) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [littlelink-13.7.7](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.7) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [littlelink-13.7.7](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.7) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [littlelink-13.7.7](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.7) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/littlelink/13.7.7/Chart.yaml b/stable/littlelink/13.7.7/Chart.yaml deleted file mode 100644 index a600fce4daf..00000000000 --- a/stable/littlelink/13.7.7/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Easy platform to combine all your social links -home: https://truecharts.org/charts/stable/littlelink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png -keywords: - - littlelink -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: littlelink -sources: - - https://github.com/sethcottle/littlelink - - https://github.com/techno-tim/littlelink-server - - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink - - https://ghcr.io/techno-tim/littlelink-server -type: application -version: 13.7.7 diff --git a/stable/littlelink/13.7.7/app-changelog.md b/stable/littlelink/13.7.7/app-changelog.md deleted file mode 100644 index 7f186916313..00000000000 --- a/stable/littlelink/13.7.7/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [littlelink-13.7.7](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.7) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/littlelink/13.7.7/charts/common-20.2.4.tgz b/stable/littlelink/13.7.7/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/littlelink/13.7.7/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/livestreamdvr/5.7.3/.helmignore b/stable/littlelink/13.7.9/.helmignore similarity index 100% rename from stable/livestreamdvr/5.7.3/.helmignore rename to stable/littlelink/13.7.9/.helmignore diff --git a/stable/littlelink/13.7.9/CHANGELOG.md b/stable/littlelink/13.7.9/CHANGELOG.md new file mode 100644 index 00000000000..68b106cfb4b --- /dev/null +++ b/stable/littlelink/13.7.9/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [littlelink-13.7.9](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [littlelink-13.7.8](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [littlelink-13.7.8](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [littlelink-13.7.8](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/littlelink/13.7.9/Chart.yaml b/stable/littlelink/13.7.9/Chart.yaml new file mode 100644 index 00000000000..b959fd00e5c --- /dev/null +++ b/stable/littlelink/13.7.9/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Easy platform to combine all your social links +home: https://truecharts.org/charts/stable/littlelink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png +keywords: + - littlelink +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: littlelink +sources: + - https://github.com/sethcottle/littlelink + - https://github.com/techno-tim/littlelink-server + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink + - https://ghcr.io/techno-tim/littlelink-server +type: application +version: 13.7.9 diff --git a/stable/littlelink/13.7.7/README.md b/stable/littlelink/13.7.9/README.md similarity index 100% rename from stable/littlelink/13.7.7/README.md rename to stable/littlelink/13.7.9/README.md diff --git a/stable/littlelink/13.7.9/app-changelog.md b/stable/littlelink/13.7.9/app-changelog.md new file mode 100644 index 00000000000..e322c52b331 --- /dev/null +++ b/stable/littlelink/13.7.9/app-changelog.md @@ -0,0 +1,27 @@ + + +## [littlelink-13.7.9](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@b3215eb](https://github.com/b3215eb) by renovate ([#19799](https://github.com/truecharts/charts/issues/19799)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620)) + +- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/littlelink/13.7.7/app-readme.md b/stable/littlelink/13.7.9/app-readme.md similarity index 100% rename from stable/littlelink/13.7.7/app-readme.md rename to stable/littlelink/13.7.9/app-readme.md diff --git a/stable/littlelink/13.7.9/charts/common-20.2.10.tgz b/stable/littlelink/13.7.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/littlelink/13.7.9/charts/common-20.2.10.tgz differ diff --git a/stable/littlelink/13.7.7/ix_values.yaml b/stable/littlelink/13.7.9/ix_values.yaml similarity index 100% rename from stable/littlelink/13.7.7/ix_values.yaml rename to stable/littlelink/13.7.9/ix_values.yaml diff --git a/stable/littlelink/13.7.7/questions.yaml b/stable/littlelink/13.7.9/questions.yaml similarity index 100% rename from stable/littlelink/13.7.7/questions.yaml rename to stable/littlelink/13.7.9/questions.yaml diff --git a/stable/lldap/5.7.3/NOTES.txt b/stable/littlelink/13.7.9/templates/NOTES.txt similarity index 100% rename from stable/lldap/5.7.3/NOTES.txt rename to stable/littlelink/13.7.9/templates/NOTES.txt diff --git a/stable/littlelink/13.7.7/templates/_configmap.tpl b/stable/littlelink/13.7.9/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/13.7.7/templates/_configmap.tpl rename to stable/littlelink/13.7.9/templates/_configmap.tpl diff --git a/stable/littlelink/13.7.7/templates/common.yaml b/stable/littlelink/13.7.9/templates/common.yaml similarity index 100% rename from stable/littlelink/13.7.7/templates/common.yaml rename to stable/littlelink/13.7.9/templates/common.yaml diff --git a/stable/livestreamdvr/5.7.3/values.yaml b/stable/littlelink/13.7.9/values.yaml similarity index 100% rename from stable/livestreamdvr/5.7.3/values.yaml rename to stable/littlelink/13.7.9/values.yaml diff --git a/stable/livestreamdvr/5.7.3/CHANGELOG.md b/stable/livestreamdvr/5.7.3/CHANGELOG.md deleted file mode 100644 index cc5787f9bf3..00000000000 --- a/stable/livestreamdvr/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/livestreamdvr/5.7.3/Chart.yaml b/stable/livestreamdvr/5.7.3/Chart.yaml deleted file mode 100644 index 26ef634d0cc..00000000000 --- a/stable/livestreamdvr/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automatic twitch recorder. -home: https://truecharts.org/charts/stable/livestreamdvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png -keywords: - - livestreamdvr - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: livestreamdvr -sources: - - https://github.com/MrBrax/LiveStreamDVR - - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr - - https://hub.docker.com/r/mrbrax/twitchautomator -type: application -version: 5.7.3 diff --git a/stable/livestreamdvr/5.7.3/app-changelog.md b/stable/livestreamdvr/5.7.3/app-changelog.md deleted file mode 100644 index e8b37a24b9e..00000000000 --- a/stable/livestreamdvr/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz b/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/llalon-github-backup/5.7.3/.helmignore b/stable/livestreamdvr/5.7.5/.helmignore similarity index 100% rename from stable/llalon-github-backup/5.7.3/.helmignore rename to stable/livestreamdvr/5.7.5/.helmignore diff --git a/stable/livestreamdvr/5.7.5/CHANGELOG.md b/stable/livestreamdvr/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f9722eda757 --- /dev/null +++ b/stable/livestreamdvr/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [livestreamdvr-5.7.5](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [livestreamdvr-5.7.4](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [livestreamdvr-5.7.4](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [livestreamdvr-5.7.4](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [livestreamdvr-5.7.4](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [livestreamdvr-5.7.4](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/livestreamdvr/5.7.5/Chart.yaml b/stable/livestreamdvr/5.7.5/Chart.yaml new file mode 100644 index 00000000000..02dd882c2e5 --- /dev/null +++ b/stable/livestreamdvr/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic twitch recorder. +home: https://truecharts.org/charts/stable/livestreamdvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png +keywords: + - livestreamdvr + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: livestreamdvr +sources: + - https://github.com/MrBrax/LiveStreamDVR + - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr + - https://hub.docker.com/r/mrbrax/twitchautomator +type: application +version: 5.7.5 diff --git a/stable/livestreamdvr/5.7.3/README.md b/stable/livestreamdvr/5.7.5/README.md similarity index 100% rename from stable/livestreamdvr/5.7.3/README.md rename to stable/livestreamdvr/5.7.5/README.md diff --git a/stable/livestreamdvr/5.7.5/app-changelog.md b/stable/livestreamdvr/5.7.5/app-changelog.md new file mode 100644 index 00000000000..50b4ff6e83f --- /dev/null +++ b/stable/livestreamdvr/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [livestreamdvr-5.7.5](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/livestreamdvr/5.7.3/app-readme.md b/stable/livestreamdvr/5.7.5/app-readme.md similarity index 100% rename from stable/livestreamdvr/5.7.3/app-readme.md rename to stable/livestreamdvr/5.7.5/app-readme.md diff --git a/stable/livestreamdvr/5.7.5/charts/common-20.2.10.tgz b/stable/livestreamdvr/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/livestreamdvr/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/livestreamdvr/5.7.3/ix_values.yaml b/stable/livestreamdvr/5.7.5/ix_values.yaml similarity index 100% rename from stable/livestreamdvr/5.7.3/ix_values.yaml rename to stable/livestreamdvr/5.7.5/ix_values.yaml diff --git a/stable/livestreamdvr/5.7.3/questions.yaml b/stable/livestreamdvr/5.7.5/questions.yaml similarity index 100% rename from stable/livestreamdvr/5.7.3/questions.yaml rename to stable/livestreamdvr/5.7.5/questions.yaml diff --git a/stable/livestreamdvr/5.7.3/templates/common.yaml b/stable/livestreamdvr/5.7.5/templates/common.yaml similarity index 100% rename from stable/livestreamdvr/5.7.3/templates/common.yaml rename to stable/livestreamdvr/5.7.5/templates/common.yaml diff --git a/stable/llalon-github-backup/5.7.3/values.yaml b/stable/livestreamdvr/5.7.5/values.yaml similarity index 100% rename from stable/llalon-github-backup/5.7.3/values.yaml rename to stable/livestreamdvr/5.7.5/values.yaml diff --git a/stable/llalon-github-backup/5.7.3/CHANGELOG.md b/stable/llalon-github-backup/5.7.3/CHANGELOG.md deleted file mode 100644 index 77c5c1b4e4b..00000000000 --- a/stable/llalon-github-backup/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/llalon-github-backup/5.7.3/Chart.yaml b/stable/llalon-github-backup/5.7.3/Chart.yaml deleted file mode 100644 index 5820c7d7df5..00000000000 --- a/stable/llalon-github-backup/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automatically backup github repositories on schedule. Allows for custom configuration. -home: https://truecharts.org/charts/stable/llalon-github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png -keywords: - - llalon-github-backup - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: llalon-github-backup -sources: - - https://github.com/abusesa/github-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup - - https://hub.docker.com/r/llalon/github-backup -type: application -version: 5.7.3 diff --git a/stable/llalon-github-backup/5.7.3/app-changelog.md b/stable/llalon-github-backup/5.7.3/app-changelog.md deleted file mode 100644 index 52a0a4203b8..00000000000 --- a/stable/llalon-github-backup/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz b/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/lldap/5.7.3/.helmignore b/stable/llalon-github-backup/5.7.5/.helmignore similarity index 100% rename from stable/lldap/5.7.3/.helmignore rename to stable/llalon-github-backup/5.7.5/.helmignore diff --git a/stable/llalon-github-backup/5.7.5/CHANGELOG.md b/stable/llalon-github-backup/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a6d1d9530b9 --- /dev/null +++ b/stable/llalon-github-backup/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [llalon-github-backup-5.7.5](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [llalon-github-backup-5.7.4](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [llalon-github-backup-5.7.4](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [llalon-github-backup-5.7.4](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [llalon-github-backup-5.7.4](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [llalon-github-backup-5.7.4](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/llalon-github-backup/5.7.5/Chart.yaml b/stable/llalon-github-backup/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9a281180d1a --- /dev/null +++ b/stable/llalon-github-backup/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically backup github repositories on schedule. Allows for custom configuration. +home: https://truecharts.org/charts/stable/llalon-github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png +keywords: + - llalon-github-backup + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: llalon-github-backup +sources: + - https://github.com/abusesa/github-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup + - https://hub.docker.com/r/llalon/github-backup +type: application +version: 5.7.5 diff --git a/stable/llalon-github-backup/5.7.3/README.md b/stable/llalon-github-backup/5.7.5/README.md similarity index 100% rename from stable/llalon-github-backup/5.7.3/README.md rename to stable/llalon-github-backup/5.7.5/README.md diff --git a/stable/llalon-github-backup/5.7.5/app-changelog.md b/stable/llalon-github-backup/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2405fbf5eef --- /dev/null +++ b/stable/llalon-github-backup/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [llalon-github-backup-5.7.5](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/llalon-github-backup/5.7.3/app-readme.md b/stable/llalon-github-backup/5.7.5/app-readme.md similarity index 100% rename from stable/llalon-github-backup/5.7.3/app-readme.md rename to stable/llalon-github-backup/5.7.5/app-readme.md diff --git a/stable/llalon-github-backup/5.7.5/charts/common-20.2.10.tgz b/stable/llalon-github-backup/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/llalon-github-backup/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/llalon-github-backup/5.7.3/ix_values.yaml b/stable/llalon-github-backup/5.7.5/ix_values.yaml similarity index 100% rename from stable/llalon-github-backup/5.7.3/ix_values.yaml rename to stable/llalon-github-backup/5.7.5/ix_values.yaml diff --git a/stable/llalon-github-backup/5.7.3/questions.yaml b/stable/llalon-github-backup/5.7.5/questions.yaml similarity index 100% rename from stable/llalon-github-backup/5.7.3/questions.yaml rename to stable/llalon-github-backup/5.7.5/questions.yaml diff --git a/stable/llalon-github-backup/5.7.3/templates/common.yaml b/stable/llalon-github-backup/5.7.5/templates/common.yaml similarity index 100% rename from stable/llalon-github-backup/5.7.3/templates/common.yaml rename to stable/llalon-github-backup/5.7.5/templates/common.yaml diff --git a/stable/lldap/5.7.3/values.yaml b/stable/llalon-github-backup/5.7.5/values.yaml similarity index 100% rename from stable/lldap/5.7.3/values.yaml rename to stable/llalon-github-backup/5.7.5/values.yaml diff --git a/stable/lldap/5.7.3/CHANGELOG.md b/stable/lldap/5.7.3/CHANGELOG.md deleted file mode 100644 index 6da41379523..00000000000 --- a/stable/lldap/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/lldap/5.7.3/Chart.yaml b/stable/lldap/5.7.3/Chart.yaml deleted file mode 100644 index 15927e9d1b1..00000000000 --- a/stable/lldap/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ldap - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight ldap server for authentication and user management -home: https://truecharts.org/charts/stable/lldap -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png -keywords: - - lldap - - ldap - - authentication - - auth -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: lldap -sources: - - https://github.com/nitnelave/lldap - - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - - https://hub.docker.com/r/nitnelave/lldap -type: application -version: 5.7.3 diff --git a/stable/lldap/5.7.3/app-changelog.md b/stable/lldap/5.7.3/app-changelog.md deleted file mode 100644 index 6bb3a76c700..00000000000 --- a/stable/lldap/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lldap/5.7.3/charts/common-20.2.4.tgz b/stable/lldap/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/lldap/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/local-ai/9.25.0/.helmignore b/stable/lldap/5.7.5/.helmignore similarity index 100% rename from stable/local-ai/9.25.0/.helmignore rename to stable/lldap/5.7.5/.helmignore diff --git a/stable/lldap/5.7.5/CHANGELOG.md b/stable/lldap/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..254f8d8f419 --- /dev/null +++ b/stable/lldap/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lldap-5.7.5](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lldap-5.7.4](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lldap-5.7.4](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lldap-5.7.4](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lldap-5.7.4](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [lldap-5.7.4](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/lldap/5.7.5/Chart.yaml b/stable/lldap/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9af5dfcaf62 --- /dev/null +++ b/stable/lldap/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ldap + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight ldap server for authentication and user management +home: https://truecharts.org/charts/stable/lldap +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png +keywords: + - lldap + - ldap + - authentication + - auth +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lldap +sources: + - https://github.com/nitnelave/lldap + - https://github.com/truecharts/charts/tree/master/charts/stable/lldap + - https://hub.docker.com/r/nitnelave/lldap +type: application +version: 5.7.5 diff --git a/stable/local-ai/9.25.0/templates/NOTES.txt b/stable/lldap/5.7.5/NOTES.txt similarity index 100% rename from stable/local-ai/9.25.0/templates/NOTES.txt rename to stable/lldap/5.7.5/NOTES.txt diff --git a/stable/lldap/5.7.3/README.md b/stable/lldap/5.7.5/README.md similarity index 100% rename from stable/lldap/5.7.3/README.md rename to stable/lldap/5.7.5/README.md diff --git a/stable/lldap/5.7.5/app-changelog.md b/stable/lldap/5.7.5/app-changelog.md new file mode 100644 index 00000000000..cdb234202b5 --- /dev/null +++ b/stable/lldap/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [lldap-5.7.5](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/lldap/5.7.3/app-readme.md b/stable/lldap/5.7.5/app-readme.md similarity index 100% rename from stable/lldap/5.7.3/app-readme.md rename to stable/lldap/5.7.5/app-readme.md diff --git a/stable/lldap/5.7.5/charts/common-20.2.10.tgz b/stable/lldap/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/lldap/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/lldap/5.7.3/ix_values.yaml b/stable/lldap/5.7.5/ix_values.yaml similarity index 100% rename from stable/lldap/5.7.3/ix_values.yaml rename to stable/lldap/5.7.5/ix_values.yaml diff --git a/stable/lldap/5.7.3/questions.yaml b/stable/lldap/5.7.5/questions.yaml similarity index 100% rename from stable/lldap/5.7.3/questions.yaml rename to stable/lldap/5.7.5/questions.yaml diff --git a/stable/lldap/5.7.3/templates/_secrets.tpl b/stable/lldap/5.7.5/templates/_secrets.tpl similarity index 100% rename from stable/lldap/5.7.3/templates/_secrets.tpl rename to stable/lldap/5.7.5/templates/_secrets.tpl diff --git a/stable/lldap/5.7.3/templates/common.yaml b/stable/lldap/5.7.5/templates/common.yaml similarity index 100% rename from stable/lldap/5.7.3/templates/common.yaml rename to stable/lldap/5.7.5/templates/common.yaml diff --git a/stable/local-ai/9.25.0/values.yaml b/stable/lldap/5.7.5/values.yaml similarity index 100% rename from stable/local-ai/9.25.0/values.yaml rename to stable/lldap/5.7.5/values.yaml diff --git a/stable/local-ai/9.25.0/CHANGELOG.md b/stable/local-ai/9.25.0/CHANGELOG.md deleted file mode 100644 index fb9ca03a035..00000000000 --- a/stable/local-ai/9.25.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [local-ai-9.25.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.0) (2024-03-27) - -### Chore - - - -- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) - -- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) - -- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) - -- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) - -- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [local-ai-9.25.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.0) (2024-03-27) - -### Chore - - - -- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) - -- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) - -- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) - -- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) - -- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [local-ai-9.25.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.0) (2024-03-27) - -### Chore - - - -- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) - -- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) - -- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) - -- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) - -- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [local-ai-9.24.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.24.0) (2024-03-27) - -### Chore \ No newline at end of file diff --git a/stable/local-ai/9.25.0/Chart.yaml b/stable/local-ai/9.25.0/Chart.yaml deleted file mode 100644 index f6c90929ad7..00000000000 --- a/stable/local-ai/9.25.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.11.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted, community-driven, local OpenAI-compatible API. -home: https://truecharts.org/charts/stable/local-ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png -keywords: - - local-ai - - ai -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: local-ai -sources: - - https://github.com/go-skynet/LocalAI - - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - - https://hub.docker.com/r/localai/localai -type: application -version: 9.25.0 diff --git a/stable/local-ai/9.25.0/app-changelog.md b/stable/local-ai/9.25.0/app-changelog.md deleted file mode 100644 index c94839b13b0..00000000000 --- a/stable/local-ai/9.25.0/app-changelog.md +++ /dev/null @@ -1,29 +0,0 @@ - - -## [local-ai-9.25.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.0) (2024-03-27) - -### Chore - - - -- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) - -- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) - -- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) - -- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) - -- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/local-ai/9.25.0/charts/common-20.2.4.tgz b/stable/local-ai/9.25.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/local-ai/9.25.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/local-ai/9.25.0/ix_values.yaml b/stable/local-ai/9.25.0/ix_values.yaml deleted file mode 100644 index 9d8529ae84b..00000000000 --- a/stable/local-ai/9.25.0/ix_values.yaml +++ /dev/null @@ -1,89 +0,0 @@ -image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0@sha256:8f708d1fae39361fe44a5ea95e9f7e5b103b26744e41cb2536343ed18c32e0c9 -ffmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0-ffmpeg-core@sha256:177bd1ddabdc58dc7748eed44aa429688462de2a0f14b29c2b427b3aa9687a97 -cublasCuda12Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0-cublas-cuda12-core@sha256:129eedb6be229ab9b91e0a6d2ba653603371dccb1c870339a372d219afc3e199 -cublasCuda12FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0-cublas-cuda12-ffmpeg-core@sha256:9b12db20f6b98a04822942df977d61b868e74bd2ddd7255f511c970d4e3a96be -cublasCuda11Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0-cublas-cuda11-core@sha256:ce89d16135d9812fd29c503643cec339fc917f4d79b1cabf87f1e99b04c4838b -cublasCuda11FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.11.0-cublas-cuda11-ffmpeg-core@sha256:032b455321868d4471a1a0055cef3cccf2eba63eeaf96ad5cc517e85ca521632 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 8080 -localai: - # Specify a build type. Available: cublas, openblas, clblas. - build_type: "openblas" - debug: false - cors: true - cors_allow_origins: "*" - galleries: [] - # - name: model-gallery - # url: github:go-skynet/model-gallery/index.yaml - preload_models: [] - # url: github:go-skynet/model-gallery/gpt4all-j.yaml - # UPLOAD_LIMIT -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /readyz - readiness: - enabled: true - type: http - path: /readyz - startup: - enabled: true - type: tcp - imageSelector: image - env: - ADDRESS: ":{{ .Values.service.main.ports.main.port }}" - MODELS_PATH: "{{ .Values.persistence.models.mountPath }}" - IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}" - BUILD_TYPE: "{{ .Values.localai.build_type }}" - # breaks chart if true, keep it false. - REBUILD: false - DEBUG: "{{ .Values.localai.debug }}" - CORS: "{{ .Values.localai.cors }}" - GALLERIES: "{{ toJson .Values.localai.galleries }}" - PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}" - CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}" -persistence: - models: - enabled: true - mountPath: "/models" - images: - enabled: true - mountPath: "/images" -portal: - open: - enabled: false -updated: true diff --git a/stable/logitech-media-server/11.7.10/.helmignore b/stable/local-ai/9.25.2/.helmignore similarity index 100% rename from stable/logitech-media-server/11.7.10/.helmignore rename to stable/local-ai/9.25.2/.helmignore diff --git a/stable/local-ai/9.25.2/CHANGELOG.md b/stable/local-ai/9.25.2/CHANGELOG.md new file mode 100644 index 00000000000..0a342239680 --- /dev/null +++ b/stable/local-ai/9.25.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [local-ai-9.25.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/localai/localai to v2.11.0[@30e7580](https://github.com/30e7580) by renovate ([#19857](https://github.com/truecharts/charts/issues/19857)) + +- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) + +- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) + +- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) + +- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) + +- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [local-ai-9.25.1](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/localai/localai to v2.11.0[@30e7580](https://github.com/30e7580) by renovate ([#19857](https://github.com/truecharts/charts/issues/19857)) + +- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) + +- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) + +- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) + +- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) + +- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [local-ai-9.25.1](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/localai/localai to v2.11.0[@30e7580](https://github.com/30e7580) by renovate ([#19857](https://github.com/truecharts/charts/issues/19857)) + +- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) + +- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) + +- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) diff --git a/stable/local-ai/9.25.2/Chart.yaml b/stable/local-ai/9.25.2/Chart.yaml new file mode 100644 index 00000000000..27de7524e9b --- /dev/null +++ b/stable/local-ai/9.25.2/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.11.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted, community-driven, local OpenAI-compatible API. +home: https://truecharts.org/charts/stable/local-ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png +keywords: + - local-ai + - ai +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: local-ai +sources: + - https://github.com/go-skynet/LocalAI + - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://hub.docker.com/r/localai/localai +type: application +version: 9.25.2 diff --git a/stable/local-ai/9.25.0/README.md b/stable/local-ai/9.25.2/README.md similarity index 100% rename from stable/local-ai/9.25.0/README.md rename to stable/local-ai/9.25.2/README.md diff --git a/stable/local-ai/9.25.2/app-changelog.md b/stable/local-ai/9.25.2/app-changelog.md new file mode 100644 index 00000000000..fcfe8595dfb --- /dev/null +++ b/stable/local-ai/9.25.2/app-changelog.md @@ -0,0 +1,35 @@ + + +## [local-ai-9.25.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.25.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/localai/localai to v2.11.0[@30e7580](https://github.com/30e7580) by renovate ([#19857](https://github.com/truecharts/charts/issues/19857)) + +- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) + +- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) + +- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487)) + +- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391)) + +- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/local-ai/9.25.0/app-readme.md b/stable/local-ai/9.25.2/app-readme.md similarity index 100% rename from stable/local-ai/9.25.0/app-readme.md rename to stable/local-ai/9.25.2/app-readme.md diff --git a/stable/local-ai/9.25.2/charts/common-20.2.10.tgz b/stable/local-ai/9.25.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/local-ai/9.25.2/charts/common-20.2.10.tgz differ diff --git a/stable/local-ai/9.25.2/ix_values.yaml b/stable/local-ai/9.25.2/ix_values.yaml new file mode 100644 index 00000000000..91d95edad49 --- /dev/null +++ b/stable/local-ai/9.25.2/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0@sha256:30e75801ab3ef804022490fd41f89258d693981d0e4da201b7d051ab0466fb5c +ffmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0-ffmpeg-core@sha256:177bd1ddabdc58dc7748eed44aa429688462de2a0f14b29c2b427b3aa9687a97 +cublasCuda12Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0-cublas-cuda12-core@sha256:129eedb6be229ab9b91e0a6d2ba653603371dccb1c870339a372d219afc3e199 +cublasCuda12FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0-cublas-cuda12-ffmpeg-core@sha256:9b12db20f6b98a04822942df977d61b868e74bd2ddd7255f511c970d4e3a96be +cublasCuda11Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0-cublas-cuda11-core@sha256:ce89d16135d9812fd29c503643cec339fc917f4d79b1cabf87f1e99b04c4838b +cublasCuda11FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.11.0-cublas-cuda11-ffmpeg-core@sha256:032b455321868d4471a1a0055cef3cccf2eba63eeaf96ad5cc517e85ca521632 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 8080 +localai: + # Specify a build type. Available: cublas, openblas, clblas. + build_type: "openblas" + debug: false + cors: true + cors_allow_origins: "*" + galleries: [] + # - name: model-gallery + # url: github:go-skynet/model-gallery/index.yaml + preload_models: [] + # url: github:go-skynet/model-gallery/gpt4all-j.yaml + # UPLOAD_LIMIT +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /readyz + readiness: + enabled: true + type: http + path: /readyz + startup: + enabled: true + type: tcp + imageSelector: image + env: + ADDRESS: ":{{ .Values.service.main.ports.main.port }}" + MODELS_PATH: "{{ .Values.persistence.models.mountPath }}" + IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}" + BUILD_TYPE: "{{ .Values.localai.build_type }}" + # breaks chart if true, keep it false. + REBUILD: false + DEBUG: "{{ .Values.localai.debug }}" + CORS: "{{ .Values.localai.cors }}" + GALLERIES: "{{ toJson .Values.localai.galleries }}" + PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}" + CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}" +persistence: + models: + enabled: true + mountPath: "/models" + images: + enabled: true + mountPath: "/images" +portal: + open: + enabled: false +updated: true diff --git a/stable/local-ai/9.25.0/questions.yaml b/stable/local-ai/9.25.2/questions.yaml similarity index 100% rename from stable/local-ai/9.25.0/questions.yaml rename to stable/local-ai/9.25.2/questions.yaml diff --git a/stable/logitech-media-server/11.7.10/templates/NOTES.txt b/stable/local-ai/9.25.2/templates/NOTES.txt similarity index 100% rename from stable/logitech-media-server/11.7.10/templates/NOTES.txt rename to stable/local-ai/9.25.2/templates/NOTES.txt diff --git a/stable/local-ai/9.25.0/templates/common.yaml b/stable/local-ai/9.25.2/templates/common.yaml similarity index 100% rename from stable/local-ai/9.25.0/templates/common.yaml rename to stable/local-ai/9.25.2/templates/common.yaml diff --git a/stable/logitech-media-server/11.7.10/values.yaml b/stable/local-ai/9.25.2/values.yaml similarity index 100% rename from stable/logitech-media-server/11.7.10/values.yaml rename to stable/local-ai/9.25.2/values.yaml diff --git a/stable/logitech-media-server/11.7.10/CHANGELOG.md b/stable/logitech-media-server/11.7.10/CHANGELOG.md deleted file mode 100644 index 975a915d503..00000000000 --- a/stable/logitech-media-server/11.7.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [logitech-media-server-11.7.10](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.10) (2024-03-30) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) - -- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) - -- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) - -- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) - - -## [logitech-media-server-11.7.10](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.10) (2024-03-30) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) - -- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) - -- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) - -- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) - - -## [logitech-media-server-11.7.10](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.10) (2024-03-30) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) - -- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) - -- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) - -- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/logitech-media-server/11.7.10/Chart.yaml b/stable/logitech-media-server/11.7.10/Chart.yaml deleted file mode 100644 index 4b4eb42d3eb..00000000000 --- a/stable/logitech-media-server/11.7.10/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Logitech Media Server is a platform for home/office audio streaming. -home: https://truecharts.org/charts/stable/logitech-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png -keywords: - - logitech-media-server - - squeezebox - - audio - - streaming -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: logitech-media-server -sources: - - https://github.com/Logitech/slimserver - - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - - https://hub.docker.com/r/lmscommunity/logitechmediaserver -type: application -version: 11.7.10 diff --git a/stable/logitech-media-server/11.7.10/app-changelog.md b/stable/logitech-media-server/11.7.10/app-changelog.md deleted file mode 100644 index e015671168e..00000000000 --- a/stable/logitech-media-server/11.7.10/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [logitech-media-server-11.7.10](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.10) (2024-03-30) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) - -- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) - -- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) - -- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) \ No newline at end of file diff --git a/stable/logitech-media-server/11.7.10/charts/common-20.2.9.tgz b/stable/logitech-media-server/11.7.10/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/logitech-media-server/11.7.10/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.7.10/ix_values.yaml b/stable/logitech-media-server/11.7.10/ix_values.yaml deleted file mode 100644 index 9564836581d..00000000000 --- a/stable/logitech-media-server/11.7.10/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: lmscommunity/logitechmediaserver - pullPolicy: IfNotPresent - tag: stable@sha256:4b4decb8b2a7d5ae1ad8fa517dd33e6f5a2b646efadf617abecdfc2c054f8e00 -service: - main: - ports: - main: - port: 9000 - cli: - enabled: true - ports: - cli: - enabled: true - port: 9090 - targetPort: 9090 - playertcp: - enabled: true - ports: - slimprototcp: - enabled: true - port: 3483 - targetPort: 3483 - playerudp: - enabled: true - ports: - slimprotoudp: - enabled: true - port: 3483 - protocol: udp - targetPort: 3483 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - HTTP_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/longvinter/5.7.3/.helmignore b/stable/logitech-media-server/11.7.12/.helmignore similarity index 100% rename from stable/longvinter/5.7.3/.helmignore rename to stable/logitech-media-server/11.7.12/.helmignore diff --git a/stable/logitech-media-server/11.7.12/CHANGELOG.md b/stable/logitech-media-server/11.7.12/CHANGELOG.md new file mode 100644 index 00000000000..e1718cf5d05 --- /dev/null +++ b/stable/logitech-media-server/11.7.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [logitech-media-server-11.7.12](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lmscommunity/logitechmediaserver to stable[@4847ce2](https://github.com/4847ce2) by renovate ([#19982](https://github.com/truecharts/charts/issues/19982)) + +- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) + +- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) + +- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) + +- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) + + +## [logitech-media-server-11.7.11](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.11) (2024-03-30) + +### Chore + + + +- update container image lmscommunity/logitechmediaserver to stable[@4847ce2](https://github.com/4847ce2) by renovate ([#19982](https://github.com/truecharts/charts/issues/19982)) + +- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) + +- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) + +- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) + +- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) + + +## [logitech-media-server-11.7.11](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.11) (2024-03-30) + +### Chore + + + +- update container image lmscommunity/logitechmediaserver to stable[@4847ce2](https://github.com/4847ce2) by renovate ([#19982](https://github.com/truecharts/charts/issues/19982)) + +- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) + +- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) diff --git a/stable/logitech-media-server/11.7.12/Chart.yaml b/stable/logitech-media-server/11.7.12/Chart.yaml new file mode 100644 index 00000000000..bd80e7d872a --- /dev/null +++ b/stable/logitech-media-server/11.7.12/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Logitech Media Server is a platform for home/office audio streaming. +home: https://truecharts.org/charts/stable/logitech-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png +keywords: + - logitech-media-server + - squeezebox + - audio + - streaming +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: logitech-media-server +sources: + - https://github.com/Logitech/slimserver + - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server + - https://hub.docker.com/r/lmscommunity/logitechmediaserver +type: application +version: 11.7.12 diff --git a/stable/logitech-media-server/11.7.10/README.md b/stable/logitech-media-server/11.7.12/README.md similarity index 100% rename from stable/logitech-media-server/11.7.10/README.md rename to stable/logitech-media-server/11.7.12/README.md diff --git a/stable/logitech-media-server/11.7.12/app-changelog.md b/stable/logitech-media-server/11.7.12/app-changelog.md new file mode 100644 index 00000000000..c856b51c86f --- /dev/null +++ b/stable/logitech-media-server/11.7.12/app-changelog.md @@ -0,0 +1,35 @@ + + +## [logitech-media-server-11.7.12](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lmscommunity/logitechmediaserver to stable[@4847ce2](https://github.com/4847ce2) by renovate ([#19982](https://github.com/truecharts/charts/issues/19982)) + +- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942)) + +- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665)) + +- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622)) + +- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269)) \ No newline at end of file diff --git a/stable/logitech-media-server/11.7.10/app-readme.md b/stable/logitech-media-server/11.7.12/app-readme.md similarity index 100% rename from stable/logitech-media-server/11.7.10/app-readme.md rename to stable/logitech-media-server/11.7.12/app-readme.md diff --git a/stable/logitech-media-server/11.7.12/charts/common-20.2.10.tgz b/stable/logitech-media-server/11.7.12/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/logitech-media-server/11.7.12/charts/common-20.2.10.tgz differ diff --git a/stable/logitech-media-server/11.7.12/ix_values.yaml b/stable/logitech-media-server/11.7.12/ix_values.yaml new file mode 100644 index 00000000000..72d3e58f70c --- /dev/null +++ b/stable/logitech-media-server/11.7.12/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: lmscommunity/logitechmediaserver + pullPolicy: IfNotPresent + tag: stable@sha256:4847ce258105cb87a10a575bd7cdac998221c42e9486fa4f0c37c5aa781a1da3 +service: + main: + ports: + main: + port: 9000 + cli: + enabled: true + ports: + cli: + enabled: true + port: 9090 + targetPort: 9090 + playertcp: + enabled: true + ports: + slimprototcp: + enabled: true + port: 3483 + targetPort: 3483 + playerudp: + enabled: true + ports: + slimprotoudp: + enabled: true + port: 3483 + protocol: udp + targetPort: 3483 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + HTTP_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/logitech-media-server/11.7.10/questions.yaml b/stable/logitech-media-server/11.7.12/questions.yaml similarity index 100% rename from stable/logitech-media-server/11.7.10/questions.yaml rename to stable/logitech-media-server/11.7.12/questions.yaml diff --git a/stable/maintainerr/2.7.4/templates/NOTES.txt b/stable/logitech-media-server/11.7.12/templates/NOTES.txt similarity index 100% rename from stable/maintainerr/2.7.4/templates/NOTES.txt rename to stable/logitech-media-server/11.7.12/templates/NOTES.txt diff --git a/stable/logitech-media-server/11.7.10/templates/common.yaml b/stable/logitech-media-server/11.7.12/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/11.7.10/templates/common.yaml rename to stable/logitech-media-server/11.7.12/templates/common.yaml diff --git a/stable/longvinter/5.7.3/values.yaml b/stable/logitech-media-server/11.7.12/values.yaml similarity index 100% rename from stable/longvinter/5.7.3/values.yaml rename to stable/logitech-media-server/11.7.12/values.yaml diff --git a/stable/longvinter/5.7.3/CHANGELOG.md b/stable/longvinter/5.7.3/CHANGELOG.md deleted file mode 100644 index 5d1b843a884..00000000000 --- a/stable/longvinter/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/longvinter/5.7.3/Chart.yaml b/stable/longvinter/5.7.3/Chart.yaml deleted file mode 100644 index 375a11cae3e..00000000000 --- a/stable/longvinter/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: longinter -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. -home: https://truecharts.org/charts/stable/longvinter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png -keywords: - - longvinter - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: longvinter -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/longvinter/5.7.3/app-changelog.md b/stable/longvinter/5.7.3/app-changelog.md deleted file mode 100644 index 6fe795ada13..00000000000 --- a/stable/longvinter/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/longvinter/5.7.3/charts/common-20.2.4.tgz b/stable/longvinter/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/longvinter/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mailpile/5.7.3/.helmignore b/stable/longvinter/5.7.5/.helmignore similarity index 100% rename from stable/mailpile/5.7.3/.helmignore rename to stable/longvinter/5.7.5/.helmignore diff --git a/stable/longvinter/5.7.5/CHANGELOG.md b/stable/longvinter/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..66d5c2472a8 --- /dev/null +++ b/stable/longvinter/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [longvinter-5.7.5](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [longvinter-5.7.4](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [longvinter-5.7.4](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [longvinter-5.7.4](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [longvinter-5.7.4](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [longvinter-5.7.4](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/longvinter/5.7.5/Chart.yaml b/stable/longvinter/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3cde629dd11 --- /dev/null +++ b/stable/longvinter/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: longinter +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. +home: https://truecharts.org/charts/stable/longvinter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png +keywords: + - longvinter + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: longvinter +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/longvinter/5.7.3/README.md b/stable/longvinter/5.7.5/README.md similarity index 100% rename from stable/longvinter/5.7.3/README.md rename to stable/longvinter/5.7.5/README.md diff --git a/stable/longvinter/5.7.5/app-changelog.md b/stable/longvinter/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d02a1068c58 --- /dev/null +++ b/stable/longvinter/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [longvinter-5.7.5](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/longvinter/5.7.3/app-readme.md b/stable/longvinter/5.7.5/app-readme.md similarity index 100% rename from stable/longvinter/5.7.3/app-readme.md rename to stable/longvinter/5.7.5/app-readme.md diff --git a/stable/longvinter/5.7.5/charts/common-20.2.10.tgz b/stable/longvinter/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/longvinter/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/longvinter/5.7.3/ix_values.yaml b/stable/longvinter/5.7.5/ix_values.yaml similarity index 100% rename from stable/longvinter/5.7.3/ix_values.yaml rename to stable/longvinter/5.7.5/ix_values.yaml diff --git a/stable/longvinter/5.7.3/questions.yaml b/stable/longvinter/5.7.5/questions.yaml similarity index 100% rename from stable/longvinter/5.7.3/questions.yaml rename to stable/longvinter/5.7.5/questions.yaml diff --git a/stable/longvinter/5.7.3/templates/common.yaml b/stable/longvinter/5.7.5/templates/common.yaml similarity index 100% rename from stable/longvinter/5.7.3/templates/common.yaml rename to stable/longvinter/5.7.5/templates/common.yaml diff --git a/stable/mailpile/5.7.3/values.yaml b/stable/longvinter/5.7.5/values.yaml similarity index 100% rename from stable/mailpile/5.7.3/values.yaml rename to stable/longvinter/5.7.5/values.yaml diff --git a/stable/mailpile/5.7.3/CHANGELOG.md b/stable/mailpile/5.7.3/CHANGELOG.md deleted file mode 100644 index 8bdcf1cf41c..00000000000 --- a/stable/mailpile/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mailpile/5.7.3/Chart.yaml b/stable/mailpile/5.7.3/Chart.yaml deleted file mode 100644 index 2bd5eaf1a23..00000000000 --- a/stable/mailpile/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. -home: https://truecharts.org/charts/stable/mailpile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png -keywords: - - mailpile - - Productivity - - Network-Web - - Network-Messenger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mailpile -sources: - - https://www.mailpile.is/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile - - https://hub.docker.com/r/rroemhild/mailpile -type: application -version: 5.7.3 diff --git a/stable/mailpile/5.7.3/app-changelog.md b/stable/mailpile/5.7.3/app-changelog.md deleted file mode 100644 index 630b63d5829..00000000000 --- a/stable/mailpile/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mailpile/5.7.3/charts/common-20.2.4.tgz b/stable/mailpile/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mailpile/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/maintainerr/2.7.4/.helmignore b/stable/mailpile/5.7.5/.helmignore similarity index 100% rename from stable/maintainerr/2.7.4/.helmignore rename to stable/mailpile/5.7.5/.helmignore diff --git a/stable/mailpile/5.7.5/CHANGELOG.md b/stable/mailpile/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1cf2caf8988 --- /dev/null +++ b/stable/mailpile/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mailpile-5.7.5](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mailpile-5.7.4](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mailpile-5.7.4](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mailpile-5.7.4](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mailpile-5.7.4](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mailpile-5.7.4](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mailpile/5.7.5/Chart.yaml b/stable/mailpile/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c060f15c8d3 --- /dev/null +++ b/stable/mailpile/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. +home: https://truecharts.org/charts/stable/mailpile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png +keywords: + - mailpile + - Productivity + - Network-Web + - Network-Messenger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mailpile +sources: + - https://www.mailpile.is/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile + - https://hub.docker.com/r/rroemhild/mailpile +type: application +version: 5.7.5 diff --git a/stable/mailpile/5.7.3/README.md b/stable/mailpile/5.7.5/README.md similarity index 100% rename from stable/mailpile/5.7.3/README.md rename to stable/mailpile/5.7.5/README.md diff --git a/stable/mailpile/5.7.5/app-changelog.md b/stable/mailpile/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0da4a5b5a77 --- /dev/null +++ b/stable/mailpile/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mailpile-5.7.5](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mailpile/5.7.3/app-readme.md b/stable/mailpile/5.7.5/app-readme.md similarity index 100% rename from stable/mailpile/5.7.3/app-readme.md rename to stable/mailpile/5.7.5/app-readme.md diff --git a/stable/mailpile/5.7.5/charts/common-20.2.10.tgz b/stable/mailpile/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mailpile/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mailpile/5.7.3/ix_values.yaml b/stable/mailpile/5.7.5/ix_values.yaml similarity index 100% rename from stable/mailpile/5.7.3/ix_values.yaml rename to stable/mailpile/5.7.5/ix_values.yaml diff --git a/stable/mailpile/5.7.3/questions.yaml b/stable/mailpile/5.7.5/questions.yaml similarity index 100% rename from stable/mailpile/5.7.3/questions.yaml rename to stable/mailpile/5.7.5/questions.yaml diff --git a/stable/mailpile/5.7.3/templates/common.yaml b/stable/mailpile/5.7.5/templates/common.yaml similarity index 100% rename from stable/mailpile/5.7.3/templates/common.yaml rename to stable/mailpile/5.7.5/templates/common.yaml diff --git a/stable/maintainerr/2.7.4/values.yaml b/stable/mailpile/5.7.5/values.yaml similarity index 100% rename from stable/maintainerr/2.7.4/values.yaml rename to stable/mailpile/5.7.5/values.yaml diff --git a/stable/maintainerr/2.7.4/CHANGELOG.md b/stable/maintainerr/2.7.4/CHANGELOG.md deleted file mode 100644 index b3e0904708d..00000000000 --- a/stable/maintainerr/2.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - diff --git a/stable/maintainerr/2.7.4/Chart.yaml b/stable/maintainerr/2.7.4/Chart.yaml deleted file mode 100644 index 78aecf3b8b1..00000000000 --- a/stable/maintainerr/2.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. -home: https://truecharts.org/charts/stable/maintainerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png -keywords: - - maintainerr - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: maintainerr -sources: - - https://github.com/jorenn92/Maintainerr - - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr - - https://hub.docker.com/r/jorenn92/maintainerr -type: application -version: 2.7.4 diff --git a/stable/maintainerr/2.7.4/app-changelog.md b/stable/maintainerr/2.7.4/app-changelog.md deleted file mode 100644 index 818fe2d6b79..00000000000 --- a/stable/maintainerr/2.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [maintainerr-2.7.4](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.4) (2024-03-26) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/maintainerr/2.7.4/charts/common-20.2.4.tgz b/stable/maintainerr/2.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/maintainerr/2.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/makemkv/10.7.3/.helmignore b/stable/maintainerr/2.7.6/.helmignore similarity index 100% rename from stable/makemkv/10.7.3/.helmignore rename to stable/maintainerr/2.7.6/.helmignore diff --git a/stable/maintainerr/2.7.6/CHANGELOG.md b/stable/maintainerr/2.7.6/CHANGELOG.md new file mode 100644 index 00000000000..2586093f03c --- /dev/null +++ b/stable/maintainerr/2.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maintainerr-2.7.6](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maintainerr-2.7.5](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maintainerr-2.7.5](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maintainerr-2.7.5](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maintainerr-2.7.5](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/maintainerr/2.7.6/Chart.yaml b/stable/maintainerr/2.7.6/Chart.yaml new file mode 100644 index 00000000000..f06aff57c93 --- /dev/null +++ b/stable/maintainerr/2.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. +home: https://truecharts.org/charts/stable/maintainerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png +keywords: + - maintainerr + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maintainerr +sources: + - https://github.com/jorenn92/Maintainerr + - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr + - https://hub.docker.com/r/jorenn92/maintainerr +type: application +version: 2.7.6 diff --git a/stable/maintainerr/2.7.4/README.md b/stable/maintainerr/2.7.6/README.md similarity index 100% rename from stable/maintainerr/2.7.4/README.md rename to stable/maintainerr/2.7.6/README.md diff --git a/stable/maintainerr/2.7.6/app-changelog.md b/stable/maintainerr/2.7.6/app-changelog.md new file mode 100644 index 00000000000..3cd97097622 --- /dev/null +++ b/stable/maintainerr/2.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [maintainerr-2.7.6](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image jorenn92/maintainerr to v2.0.3[@712e990](https://github.com/712e990) by renovate ([#19789](https://github.com/truecharts/charts/issues/19789)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/maintainerr/2.7.4/app-readme.md b/stable/maintainerr/2.7.6/app-readme.md similarity index 100% rename from stable/maintainerr/2.7.4/app-readme.md rename to stable/maintainerr/2.7.6/app-readme.md diff --git a/stable/maintainerr/2.7.6/charts/common-20.2.10.tgz b/stable/maintainerr/2.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/maintainerr/2.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/maintainerr/2.7.4/ix_values.yaml b/stable/maintainerr/2.7.6/ix_values.yaml similarity index 100% rename from stable/maintainerr/2.7.4/ix_values.yaml rename to stable/maintainerr/2.7.6/ix_values.yaml diff --git a/stable/maintainerr/2.7.4/questions.yaml b/stable/maintainerr/2.7.6/questions.yaml similarity index 100% rename from stable/maintainerr/2.7.4/questions.yaml rename to stable/maintainerr/2.7.6/questions.yaml diff --git a/stable/makemkv/10.7.3/templates/NOTES.txt b/stable/maintainerr/2.7.6/templates/NOTES.txt similarity index 100% rename from stable/makemkv/10.7.3/templates/NOTES.txt rename to stable/maintainerr/2.7.6/templates/NOTES.txt diff --git a/stable/maintainerr/2.7.4/templates/common.yaml b/stable/maintainerr/2.7.6/templates/common.yaml similarity index 100% rename from stable/maintainerr/2.7.4/templates/common.yaml rename to stable/maintainerr/2.7.6/templates/common.yaml diff --git a/stable/makemkv/10.7.3/values.yaml b/stable/maintainerr/2.7.6/values.yaml similarity index 100% rename from stable/makemkv/10.7.3/values.yaml rename to stable/maintainerr/2.7.6/values.yaml diff --git a/stable/makemkv/10.7.3/CHANGELOG.md b/stable/makemkv/10.7.3/CHANGELOG.md deleted file mode 100644 index d2caa48267b..00000000000 --- a/stable/makemkv/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/makemkv/10.7.3/Chart.yaml b/stable/makemkv/10.7.3/Chart.yaml deleted file mode 100644 index 50270d9e71b..00000000000 --- a/stable/makemkv/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. -home: https://truecharts.org/charts/stable/makemkv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png -keywords: - - mkv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: makemkv -sources: - - https://github.com/jlesage/docker-makemkv - - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - - https://hub.docker.com/r/jlesage/makemkv -type: application -version: 10.7.3 diff --git a/stable/makemkv/10.7.3/app-changelog.md b/stable/makemkv/10.7.3/app-changelog.md deleted file mode 100644 index 8cb49736fab..00000000000 --- a/stable/makemkv/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/makemkv/10.7.3/charts/common-20.2.4.tgz b/stable/makemkv/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/makemkv/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/maloja/5.7.3/.helmignore b/stable/makemkv/10.7.5/.helmignore similarity index 100% rename from stable/maloja/5.7.3/.helmignore rename to stable/makemkv/10.7.5/.helmignore diff --git a/stable/makemkv/10.7.5/CHANGELOG.md b/stable/makemkv/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..65e514ac360 --- /dev/null +++ b/stable/makemkv/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [makemkv-10.7.5](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [makemkv-10.7.4](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [makemkv-10.7.4](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [makemkv-10.7.4](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [makemkv-10.7.4](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [makemkv-10.7.4](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/makemkv/10.7.5/Chart.yaml b/stable/makemkv/10.7.5/Chart.yaml new file mode 100644 index 00000000000..666c55c5998 --- /dev/null +++ b/stable/makemkv/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. +home: https://truecharts.org/charts/stable/makemkv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png +keywords: + - mkv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: makemkv +sources: + - https://github.com/jlesage/docker-makemkv + - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv + - https://hub.docker.com/r/jlesage/makemkv +type: application +version: 10.7.5 diff --git a/stable/makemkv/10.7.3/README.md b/stable/makemkv/10.7.5/README.md similarity index 100% rename from stable/makemkv/10.7.3/README.md rename to stable/makemkv/10.7.5/README.md diff --git a/stable/makemkv/10.7.5/app-changelog.md b/stable/makemkv/10.7.5/app-changelog.md new file mode 100644 index 00000000000..0a5240de5d1 --- /dev/null +++ b/stable/makemkv/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [makemkv-10.7.5](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/makemkv/10.7.3/app-readme.md b/stable/makemkv/10.7.5/app-readme.md similarity index 100% rename from stable/makemkv/10.7.3/app-readme.md rename to stable/makemkv/10.7.5/app-readme.md diff --git a/stable/makemkv/10.7.5/charts/common-20.2.10.tgz b/stable/makemkv/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/makemkv/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/makemkv/10.7.3/ix_values.yaml b/stable/makemkv/10.7.5/ix_values.yaml similarity index 100% rename from stable/makemkv/10.7.3/ix_values.yaml rename to stable/makemkv/10.7.5/ix_values.yaml diff --git a/stable/makemkv/10.7.3/questions.yaml b/stable/makemkv/10.7.5/questions.yaml similarity index 100% rename from stable/makemkv/10.7.3/questions.yaml rename to stable/makemkv/10.7.5/questions.yaml diff --git a/stable/mariadb/13.7.4/templates/NOTES.txt b/stable/makemkv/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/mariadb/13.7.4/templates/NOTES.txt rename to stable/makemkv/10.7.5/templates/NOTES.txt diff --git a/stable/makemkv/10.7.3/templates/common.yaml b/stable/makemkv/10.7.5/templates/common.yaml similarity index 100% rename from stable/makemkv/10.7.3/templates/common.yaml rename to stable/makemkv/10.7.5/templates/common.yaml diff --git a/stable/maloja/5.7.3/values.yaml b/stable/makemkv/10.7.5/values.yaml similarity index 100% rename from stable/maloja/5.7.3/values.yaml rename to stable/makemkv/10.7.5/values.yaml diff --git a/stable/maloja/5.7.3/CHANGELOG.md b/stable/maloja/5.7.3/CHANGELOG.md deleted file mode 100644 index fb79b1018cf..00000000000 --- a/stable/maloja/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/maloja/5.7.3/Chart.yaml b/stable/maloja/5.7.3/Chart.yaml deleted file mode 100644 index 21fbdce01d1..00000000000 --- a/stable/maloja/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. -home: https://truecharts.org/charts/stable/maloja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png -keywords: - - maloja - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: maloja -sources: - - https://maloja.krateng.ch/ - - https://github.com/truecharts/charts/tree/master/charts/stable/maloja - - https://hub.docker.com/r/krateng/maloja -type: application -version: 5.7.3 diff --git a/stable/maloja/5.7.3/app-changelog.md b/stable/maloja/5.7.3/app-changelog.md deleted file mode 100644 index 6ce393d8a99..00000000000 --- a/stable/maloja/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/maloja/5.7.3/charts/common-20.2.4.tgz b/stable/maloja/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/maloja/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mango/5.7.3/.helmignore b/stable/maloja/5.7.5/.helmignore similarity index 100% rename from stable/mango/5.7.3/.helmignore rename to stable/maloja/5.7.5/.helmignore diff --git a/stable/maloja/5.7.5/CHANGELOG.md b/stable/maloja/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e96e805b61f --- /dev/null +++ b/stable/maloja/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maloja-5.7.5](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maloja-5.7.4](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maloja-5.7.4](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maloja-5.7.4](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maloja-5.7.4](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [maloja-5.7.4](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/maloja/5.7.5/Chart.yaml b/stable/maloja/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d4543f7af00 --- /dev/null +++ b/stable/maloja/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. +home: https://truecharts.org/charts/stable/maloja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png +keywords: + - maloja + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maloja +sources: + - https://maloja.krateng.ch/ + - https://github.com/truecharts/charts/tree/master/charts/stable/maloja + - https://hub.docker.com/r/krateng/maloja +type: application +version: 5.7.5 diff --git a/stable/maloja/5.7.3/README.md b/stable/maloja/5.7.5/README.md similarity index 100% rename from stable/maloja/5.7.3/README.md rename to stable/maloja/5.7.5/README.md diff --git a/stable/maloja/5.7.5/app-changelog.md b/stable/maloja/5.7.5/app-changelog.md new file mode 100644 index 00000000000..141ffc05f0b --- /dev/null +++ b/stable/maloja/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [maloja-5.7.5](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/maloja/5.7.3/app-readme.md b/stable/maloja/5.7.5/app-readme.md similarity index 100% rename from stable/maloja/5.7.3/app-readme.md rename to stable/maloja/5.7.5/app-readme.md diff --git a/stable/maloja/5.7.5/charts/common-20.2.10.tgz b/stable/maloja/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/maloja/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/maloja/5.7.3/ix_values.yaml b/stable/maloja/5.7.5/ix_values.yaml similarity index 100% rename from stable/maloja/5.7.3/ix_values.yaml rename to stable/maloja/5.7.5/ix_values.yaml diff --git a/stable/maloja/5.7.3/questions.yaml b/stable/maloja/5.7.5/questions.yaml similarity index 100% rename from stable/maloja/5.7.3/questions.yaml rename to stable/maloja/5.7.5/questions.yaml diff --git a/stable/maloja/5.7.3/templates/common.yaml b/stable/maloja/5.7.5/templates/common.yaml similarity index 100% rename from stable/maloja/5.7.3/templates/common.yaml rename to stable/maloja/5.7.5/templates/common.yaml diff --git a/stable/mango/5.7.3/values.yaml b/stable/maloja/5.7.5/values.yaml similarity index 100% rename from stable/mango/5.7.3/values.yaml rename to stable/maloja/5.7.5/values.yaml diff --git a/stable/mango/5.7.3/CHANGELOG.md b/stable/mango/5.7.3/CHANGELOG.md deleted file mode 100644 index 8f84e17f6fb..00000000000 --- a/stable/mango/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mango/5.7.3/Chart.yaml b/stable/mango/5.7.3/Chart.yaml deleted file mode 100644 index e151df53685..00000000000 --- a/stable/mango/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Books - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Mango is a self-hosted manga server and reader. Its features include[br] -home: https://truecharts.org/charts/stable/mango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png -keywords: - - mango - - MediaApp-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mango -sources: - - https://github.com/hkalexling/mango - - https://github.com/truecharts/charts/tree/master/charts/stable/mango - - https://hub.docker.com/r/hkalexling/mango -type: application -version: 5.7.3 diff --git a/stable/mango/5.7.3/app-changelog.md b/stable/mango/5.7.3/app-changelog.md deleted file mode 100644 index 7c92822d75d..00000000000 --- a/stable/mango/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mango/5.7.3/charts/common-20.2.4.tgz b/stable/mango/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mango/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mariadb/13.7.4/.helmignore b/stable/mango/5.7.5/.helmignore similarity index 100% rename from stable/mariadb/13.7.4/.helmignore rename to stable/mango/5.7.5/.helmignore diff --git a/stable/mango/5.7.5/CHANGELOG.md b/stable/mango/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..691af612dff --- /dev/null +++ b/stable/mango/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mango-5.7.5](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mango-5.7.4](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mango-5.7.4](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mango-5.7.4](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mango-5.7.4](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mango-5.7.4](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mango/5.7.5/Chart.yaml b/stable/mango/5.7.5/Chart.yaml new file mode 100644 index 00000000000..750926f856c --- /dev/null +++ b/stable/mango/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Books + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Mango is a self-hosted manga server and reader. Its features include[br] +home: https://truecharts.org/charts/stable/mango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png +keywords: + - mango + - MediaApp-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mango +sources: + - https://github.com/hkalexling/mango + - https://github.com/truecharts/charts/tree/master/charts/stable/mango + - https://hub.docker.com/r/hkalexling/mango +type: application +version: 5.7.5 diff --git a/stable/mango/5.7.3/README.md b/stable/mango/5.7.5/README.md similarity index 100% rename from stable/mango/5.7.3/README.md rename to stable/mango/5.7.5/README.md diff --git a/stable/mango/5.7.5/app-changelog.md b/stable/mango/5.7.5/app-changelog.md new file mode 100644 index 00000000000..37bc26d05e0 --- /dev/null +++ b/stable/mango/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mango-5.7.5](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mango/5.7.3/app-readme.md b/stable/mango/5.7.5/app-readme.md similarity index 100% rename from stable/mango/5.7.3/app-readme.md rename to stable/mango/5.7.5/app-readme.md diff --git a/stable/mango/5.7.5/charts/common-20.2.10.tgz b/stable/mango/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mango/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mango/5.7.3/ix_values.yaml b/stable/mango/5.7.5/ix_values.yaml similarity index 100% rename from stable/mango/5.7.3/ix_values.yaml rename to stable/mango/5.7.5/ix_values.yaml diff --git a/stable/mango/5.7.3/questions.yaml b/stable/mango/5.7.5/questions.yaml similarity index 100% rename from stable/mango/5.7.3/questions.yaml rename to stable/mango/5.7.5/questions.yaml diff --git a/stable/mango/5.7.3/templates/common.yaml b/stable/mango/5.7.5/templates/common.yaml similarity index 100% rename from stable/mango/5.7.3/templates/common.yaml rename to stable/mango/5.7.5/templates/common.yaml diff --git a/stable/mariadb/13.7.4/values.yaml b/stable/mango/5.7.5/values.yaml similarity index 100% rename from stable/mariadb/13.7.4/values.yaml rename to stable/mango/5.7.5/values.yaml diff --git a/stable/mariadb/13.7.4/CHANGELOG.md b/stable/mariadb/13.7.4/CHANGELOG.md deleted file mode 100644 index 70a8a1f824a..00000000000 --- a/stable/mariadb/13.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - diff --git a/stable/mariadb/13.7.4/Chart.yaml b/stable/mariadb/13.7.4/Chart.yaml deleted file mode 100644 index b5a95fcfe68..00000000000 --- a/stable/mariadb/13.7.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.2.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fast, reliable, scalable, and easy to use open-source relational database system. -home: https://truecharts.org/charts/stable/mariadb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png -keywords: - - mariadb - - mysql - - database - - sql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mariadb -sources: - - https://github.com/prometheus/mysqld_exporter - - https://mariadb.org - - https://github.com/bitnami/bitnami-docker-mariadb - - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb - - https://hub.docker.com/r/bitnami/mariadb -type: application -version: 13.7.4 diff --git a/stable/mariadb/13.7.4/app-changelog.md b/stable/mariadb/13.7.4/app-changelog.md deleted file mode 100644 index e37754bb7c9..00000000000 --- a/stable/mariadb/13.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mariadb/13.7.4/charts/common-20.2.4.tgz b/stable/mariadb/13.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mariadb/13.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/matomo/13.12.9/.helmignore b/stable/mariadb/13.7.6/.helmignore similarity index 100% rename from stable/matomo/13.12.9/.helmignore rename to stable/mariadb/13.7.6/.helmignore diff --git a/stable/mariadb/13.7.6/CHANGELOG.md b/stable/mariadb/13.7.6/CHANGELOG.md new file mode 100644 index 00000000000..fbdc50dc01f --- /dev/null +++ b/stable/mariadb/13.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mariadb-13.7.6](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mariadb-13.7.5](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mariadb-13.7.5](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mariadb-13.7.5](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mariadb-13.7.5](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/mariadb/13.7.6/Chart.yaml b/stable/mariadb/13.7.6/Chart.yaml new file mode 100644 index 00000000000..b106b5055c8 --- /dev/null +++ b/stable/mariadb/13.7.6/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.2.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source relational database system. +home: https://truecharts.org/charts/stable/mariadb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png +keywords: + - mariadb + - mysql + - database + - sql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mariadb +sources: + - https://github.com/prometheus/mysqld_exporter + - https://mariadb.org + - https://github.com/bitnami/bitnami-docker-mariadb + - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb + - https://hub.docker.com/r/bitnami/mariadb +type: application +version: 13.7.6 diff --git a/stable/mariadb/13.7.4/README.md b/stable/mariadb/13.7.6/README.md similarity index 100% rename from stable/mariadb/13.7.4/README.md rename to stable/mariadb/13.7.6/README.md diff --git a/stable/mariadb/13.7.6/app-changelog.md b/stable/mariadb/13.7.6/app-changelog.md new file mode 100644 index 00000000000..043c7f6b079 --- /dev/null +++ b/stable/mariadb/13.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [mariadb-13.7.6](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mariadb/13.7.4/app-readme.md b/stable/mariadb/13.7.6/app-readme.md similarity index 100% rename from stable/mariadb/13.7.4/app-readme.md rename to stable/mariadb/13.7.6/app-readme.md diff --git a/stable/mariadb/13.7.6/charts/common-20.2.10.tgz b/stable/mariadb/13.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mariadb/13.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/mariadb/13.7.4/ix_values.yaml b/stable/mariadb/13.7.6/ix_values.yaml similarity index 100% rename from stable/mariadb/13.7.4/ix_values.yaml rename to stable/mariadb/13.7.6/ix_values.yaml diff --git a/stable/mariadb/13.7.4/questions.yaml b/stable/mariadb/13.7.6/questions.yaml similarity index 100% rename from stable/mariadb/13.7.4/questions.yaml rename to stable/mariadb/13.7.6/questions.yaml diff --git a/stable/matomo/13.12.9/templates/NOTES.txt b/stable/mariadb/13.7.6/templates/NOTES.txt similarity index 100% rename from stable/matomo/13.12.9/templates/NOTES.txt rename to stable/mariadb/13.7.6/templates/NOTES.txt diff --git a/stable/mariadb/13.7.4/templates/common.yaml b/stable/mariadb/13.7.6/templates/common.yaml similarity index 100% rename from stable/mariadb/13.7.4/templates/common.yaml rename to stable/mariadb/13.7.6/templates/common.yaml diff --git a/stable/matomo/13.12.9/values.yaml b/stable/mariadb/13.7.6/values.yaml similarity index 100% rename from stable/matomo/13.12.9/values.yaml rename to stable/mariadb/13.7.6/values.yaml diff --git a/stable/mattermost/12.8.7/.helmignore b/stable/matomo/13.12.11/.helmignore similarity index 100% rename from stable/mattermost/12.8.7/.helmignore rename to stable/matomo/13.12.11/.helmignore diff --git a/stable/matomo/13.12.11/CHANGELOG.md b/stable/matomo/13.12.11/CHANGELOG.md new file mode 100644 index 00000000000..a63475d363f --- /dev/null +++ b/stable/matomo/13.12.11/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [matomo-13.12.11](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [matomo-13.12.10](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.10) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [matomo-13.12.10](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.10) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/matomo/13.12.11/Chart.yaml b/stable/matomo/13.12.11/Chart.yaml new file mode 100644 index 00000000000..d1943dfabbb --- /dev/null +++ b/stable/matomo/13.12.11/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Matomo is the leading Free/Libre open analytics platform +home: https://truecharts.org/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png +keywords: + - analytics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: matomo +sources: + - https://github.com/bitnami/bitnami-docker-matomo + - https://github.com/matomo-org/matomo + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo + - https://hub.docker.com/r/bitnami/matomo +type: application +version: 13.12.11 diff --git a/stable/matomo/13.12.9/README.md b/stable/matomo/13.12.11/README.md similarity index 100% rename from stable/matomo/13.12.9/README.md rename to stable/matomo/13.12.11/README.md diff --git a/stable/matomo/13.12.11/app-changelog.md b/stable/matomo/13.12.11/app-changelog.md new file mode 100644 index 00000000000..bff1ee4bad5 --- /dev/null +++ b/stable/matomo/13.12.11/app-changelog.md @@ -0,0 +1,39 @@ + + +## [matomo-13.12.11](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/matomo/13.12.9/app-readme.md b/stable/matomo/13.12.11/app-readme.md similarity index 100% rename from stable/matomo/13.12.9/app-readme.md rename to stable/matomo/13.12.11/app-readme.md diff --git a/stable/matomo/13.12.11/charts/common-20.2.10.tgz b/stable/matomo/13.12.11/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/matomo/13.12.11/charts/common-20.2.10.tgz differ diff --git a/stable/matomo/13.12.11/charts/mariadb-13.7.5.tgz b/stable/matomo/13.12.11/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/matomo/13.12.11/charts/mariadb-13.7.5.tgz differ diff --git a/stable/matomo/13.12.9/ix_values.yaml b/stable/matomo/13.12.11/ix_values.yaml similarity index 100% rename from stable/matomo/13.12.9/ix_values.yaml rename to stable/matomo/13.12.11/ix_values.yaml diff --git a/stable/matomo/13.12.9/questions.yaml b/stable/matomo/13.12.11/questions.yaml similarity index 100% rename from stable/matomo/13.12.9/questions.yaml rename to stable/matomo/13.12.11/questions.yaml diff --git a/stable/mattermost/12.8.7/templates/NOTES.txt b/stable/matomo/13.12.11/templates/NOTES.txt similarity index 100% rename from stable/mattermost/12.8.7/templates/NOTES.txt rename to stable/matomo/13.12.11/templates/NOTES.txt diff --git a/stable/matomo/13.12.9/templates/common.yaml b/stable/matomo/13.12.11/templates/common.yaml similarity index 100% rename from stable/matomo/13.12.9/templates/common.yaml rename to stable/matomo/13.12.11/templates/common.yaml diff --git a/stable/mattermost/12.8.7/values.yaml b/stable/matomo/13.12.11/values.yaml similarity index 100% rename from stable/mattermost/12.8.7/values.yaml rename to stable/matomo/13.12.11/values.yaml diff --git a/stable/matomo/13.12.9/CHANGELOG.md b/stable/matomo/13.12.9/CHANGELOG.md deleted file mode 100644 index 01359f4d3d1..00000000000 --- a/stable/matomo/13.12.9/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [matomo-13.12.9](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [matomo-13.12.9](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [matomo-13.12.8](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.8) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) diff --git a/stable/matomo/13.12.9/Chart.yaml b/stable/matomo/13.12.9/Chart.yaml deleted file mode 100644 index 7a942bac88b..00000000000 --- a/stable/matomo/13.12.9/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.3 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Matomo is the leading Free/Libre open analytics platform -home: https://truecharts.org/charts/stable/matomo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png -keywords: - - analytics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: matomo -sources: - - https://github.com/bitnami/bitnami-docker-matomo - - https://github.com/matomo-org/matomo - - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - - https://hub.docker.com/r/bitnami/matomo -type: application -version: 13.12.9 diff --git a/stable/matomo/13.12.9/app-changelog.md b/stable/matomo/13.12.9/app-changelog.md deleted file mode 100644 index 5aff3340ae9..00000000000 --- a/stable/matomo/13.12.9/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [matomo-13.12.9](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/matomo/13.12.9/charts/common-20.2.9.tgz b/stable/matomo/13.12.9/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/matomo/13.12.9/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/matomo/13.12.9/charts/mariadb-13.7.4.tgz b/stable/matomo/13.12.9/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/matomo/13.12.9/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/mattermost/12.8.7/CHANGELOG.md b/stable/mattermost/12.8.7/CHANGELOG.md deleted file mode 100644 index 341c4ff9177..00000000000 --- a/stable/mattermost/12.8.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mattermost-12.8.7](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.7) (2024-03-26) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mattermost-12.8.7](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.7) (2024-03-26) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mattermost-12.8.7](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.7) (2024-03-26) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mattermost-12.8.7](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.7) (2024-03-26) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mattermost/12.8.7/Chart.yaml b/stable/mattermost/12.8.7/Chart.yaml deleted file mode 100644 index a6e247ade3f..00000000000 --- a/stable/mattermost/12.8.7/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.6.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. -home: https://truecharts.org/charts/stable/mattermost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png -keywords: - - team - - mattermost - - development -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mattermost -sources: - - https://github.com/mattermost/mattermost-server - - https://github.com/mattermost/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition -type: application -version: 12.8.7 diff --git a/stable/mattermost/12.8.7/app-changelog.md b/stable/mattermost/12.8.7/app-changelog.md deleted file mode 100644 index a11bab1f9bc..00000000000 --- a/stable/mattermost/12.8.7/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [mattermost-12.8.7](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.7) (2024-03-26) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) - -- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mattermost/12.8.7/charts/common-20.2.4.tgz b/stable/mattermost/12.8.7/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mattermost/12.8.7/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mc-router/4.7.3/.helmignore b/stable/mattermost/12.8.9/.helmignore similarity index 100% rename from stable/mc-router/4.7.3/.helmignore rename to stable/mattermost/12.8.9/.helmignore diff --git a/stable/mattermost/12.8.9/CHANGELOG.md b/stable/mattermost/12.8.9/CHANGELOG.md new file mode 100644 index 00000000000..506275da456 --- /dev/null +++ b/stable/mattermost/12.8.9/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mattermost-12.8.9](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mattermost-12.8.8](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mattermost-12.8.8](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mattermost-12.8.8](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/mattermost/12.8.9/Chart.yaml b/stable/mattermost/12.8.9/Chart.yaml new file mode 100644 index 00000000000..da2a44f047c --- /dev/null +++ b/stable/mattermost/12.8.9/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: hosting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +home: https://truecharts.org/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png +keywords: + - team + - mattermost + - development +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mattermost +sources: + - https://github.com/mattermost/mattermost-server + - https://github.com/mattermost/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition +type: application +version: 12.8.9 diff --git a/stable/mattermost/12.8.7/README.md b/stable/mattermost/12.8.9/README.md similarity index 100% rename from stable/mattermost/12.8.7/README.md rename to stable/mattermost/12.8.9/README.md diff --git a/stable/mattermost/12.8.9/app-changelog.md b/stable/mattermost/12.8.9/app-changelog.md new file mode 100644 index 00000000000..37bd951df43 --- /dev/null +++ b/stable/mattermost/12.8.9/app-changelog.md @@ -0,0 +1,27 @@ + + +## [mattermost-12.8.9](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@92e28ce](https://github.com/92e28ce) by renovate ([#19784](https://github.com/truecharts/charts/issues/19784)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615)) + +- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mattermost/12.8.7/app-readme.md b/stable/mattermost/12.8.9/app-readme.md similarity index 100% rename from stable/mattermost/12.8.7/app-readme.md rename to stable/mattermost/12.8.9/app-readme.md diff --git a/stable/mattermost/12.8.9/charts/common-20.2.10.tgz b/stable/mattermost/12.8.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mattermost/12.8.9/charts/common-20.2.10.tgz differ diff --git a/stable/mattermost/12.8.7/ix_values.yaml b/stable/mattermost/12.8.9/ix_values.yaml similarity index 100% rename from stable/mattermost/12.8.7/ix_values.yaml rename to stable/mattermost/12.8.9/ix_values.yaml diff --git a/stable/mattermost/12.8.7/questions.yaml b/stable/mattermost/12.8.9/questions.yaml similarity index 100% rename from stable/mattermost/12.8.7/questions.yaml rename to stable/mattermost/12.8.9/questions.yaml diff --git a/stable/mc-router/4.7.3/templates/NOTES.txt b/stable/mattermost/12.8.9/templates/NOTES.txt similarity index 100% rename from stable/mc-router/4.7.3/templates/NOTES.txt rename to stable/mattermost/12.8.9/templates/NOTES.txt diff --git a/stable/mattermost/12.8.7/templates/common.yaml b/stable/mattermost/12.8.9/templates/common.yaml similarity index 100% rename from stable/mattermost/12.8.7/templates/common.yaml rename to stable/mattermost/12.8.9/templates/common.yaml diff --git a/stable/mc-router/4.7.3/values.yaml b/stable/mattermost/12.8.9/values.yaml similarity index 100% rename from stable/mc-router/4.7.3/values.yaml rename to stable/mattermost/12.8.9/values.yaml diff --git a/stable/mc-router/4.7.3/CHANGELOG.md b/stable/mc-router/4.7.3/CHANGELOG.md deleted file mode 100644 index b48482d4820..00000000000 --- a/stable/mc-router/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mc-router/4.7.3/Chart.yaml b/stable/mc-router/4.7.3/Chart.yaml deleted file mode 100644 index bdc5c70c746..00000000000 --- a/stable/mc-router/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: minecraft - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight multiplexer/proxy for Minecraft-Java servers. -home: https://truecharts.org/charts/stable/mc-router -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png -keywords: - - mc-router - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mc-router -sources: - - https://github.com/itzg/mc-router - - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router - - https://hub.docker.com/r/itzg/mc-router -type: application -version: 4.7.3 diff --git a/stable/mc-router/4.7.3/app-changelog.md b/stable/mc-router/4.7.3/app-changelog.md deleted file mode 100644 index c217733fa6b..00000000000 --- a/stable/mc-router/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mc-router/4.7.3/charts/common-20.2.4.tgz b/stable/mc-router/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mc-router/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mealie/21.8.3/.helmignore b/stable/mc-router/4.7.5/.helmignore similarity index 100% rename from stable/mealie/21.8.3/.helmignore rename to stable/mc-router/4.7.5/.helmignore diff --git a/stable/mc-router/4.7.5/CHANGELOG.md b/stable/mc-router/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3efa8900ac8 --- /dev/null +++ b/stable/mc-router/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mc-router-4.7.5](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mc-router-4.7.4](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mc-router-4.7.4](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mc-router-4.7.4](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mc-router-4.7.4](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mc-router-4.7.4](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mc-router/4.7.5/Chart.yaml b/stable/mc-router/4.7.5/Chart.yaml new file mode 100644 index 00000000000..ffaf566234d --- /dev/null +++ b/stable/mc-router/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: minecraft + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight multiplexer/proxy for Minecraft-Java servers. +home: https://truecharts.org/charts/stable/mc-router +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png +keywords: + - mc-router + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mc-router +sources: + - https://github.com/itzg/mc-router + - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router + - https://hub.docker.com/r/itzg/mc-router +type: application +version: 4.7.5 diff --git a/stable/mc-router/4.7.3/README.md b/stable/mc-router/4.7.5/README.md similarity index 100% rename from stable/mc-router/4.7.3/README.md rename to stable/mc-router/4.7.5/README.md diff --git a/stable/mc-router/4.7.5/app-changelog.md b/stable/mc-router/4.7.5/app-changelog.md new file mode 100644 index 00000000000..b0b1fda2a9e --- /dev/null +++ b/stable/mc-router/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mc-router-4.7.5](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mc-router/4.7.3/app-readme.md b/stable/mc-router/4.7.5/app-readme.md similarity index 100% rename from stable/mc-router/4.7.3/app-readme.md rename to stable/mc-router/4.7.5/app-readme.md diff --git a/stable/mc-router/4.7.5/charts/common-20.2.10.tgz b/stable/mc-router/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mc-router/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mc-router/4.7.3/ix_values.yaml b/stable/mc-router/4.7.5/ix_values.yaml similarity index 100% rename from stable/mc-router/4.7.3/ix_values.yaml rename to stable/mc-router/4.7.5/ix_values.yaml diff --git a/stable/mc-router/4.7.3/questions.yaml b/stable/mc-router/4.7.5/questions.yaml similarity index 100% rename from stable/mc-router/4.7.3/questions.yaml rename to stable/mc-router/4.7.5/questions.yaml diff --git a/stable/mealie/21.8.3/templates/NOTES.txt b/stable/mc-router/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/mealie/21.8.3/templates/NOTES.txt rename to stable/mc-router/4.7.5/templates/NOTES.txt diff --git a/stable/mc-router/4.7.3/templates/_secrets.tpl b/stable/mc-router/4.7.5/templates/_secrets.tpl similarity index 100% rename from stable/mc-router/4.7.3/templates/_secrets.tpl rename to stable/mc-router/4.7.5/templates/_secrets.tpl diff --git a/stable/mc-router/4.7.3/templates/common.yaml b/stable/mc-router/4.7.5/templates/common.yaml similarity index 100% rename from stable/mc-router/4.7.3/templates/common.yaml rename to stable/mc-router/4.7.5/templates/common.yaml diff --git a/stable/mealie/21.8.3/values.yaml b/stable/mc-router/4.7.5/values.yaml similarity index 100% rename from stable/mealie/21.8.3/values.yaml rename to stable/mc-router/4.7.5/values.yaml diff --git a/stable/mealie/21.8.3/CHANGELOG.md b/stable/mealie/21.8.3/CHANGELOG.md deleted file mode 100644 index ada0aa0efc3..00000000000 --- a/stable/mealie/21.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mealie/21.8.3/Chart.yaml b/stable/mealie/21.8.3/Chart.yaml deleted file mode 100644 index 958f257cc2a..00000000000 --- a/stable/mealie/21.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend -home: https://truecharts.org/charts/stable/mealie -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png -keywords: - - grocy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mealie -sources: - - https://github.com/mealie-recipes/mealie - - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - - https://ghcr.io/mealie-recipes/mealie -type: application -version: 21.8.3 diff --git a/stable/mealie/21.8.3/app-changelog.md b/stable/mealie/21.8.3/app-changelog.md deleted file mode 100644 index 57944a8f4f6..00000000000 --- a/stable/mealie/21.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mealie/21.8.3/charts/common-20.2.4.tgz b/stable/mealie/21.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mealie/21.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/media-roller/5.7.3/.helmignore b/stable/mealie/21.8.5/.helmignore similarity index 100% rename from stable/media-roller/5.7.3/.helmignore rename to stable/mealie/21.8.5/.helmignore diff --git a/stable/mealie/21.8.5/CHANGELOG.md b/stable/mealie/21.8.5/CHANGELOG.md new file mode 100644 index 00000000000..214422b7248 --- /dev/null +++ b/stable/mealie/21.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mealie-21.8.5](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mealie-21.8.4](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mealie-21.8.4](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mealie-21.8.4](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mealie-21.8.4](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mealie-21.8.4](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mealie/21.8.5/Chart.yaml b/stable/mealie/21.8.5/Chart.yaml new file mode 100644 index 00000000000..0b9b1e40fee --- /dev/null +++ b/stable/mealie/21.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend +home: https://truecharts.org/charts/stable/mealie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png +keywords: + - grocy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mealie +sources: + - https://github.com/mealie-recipes/mealie + - https://github.com/truecharts/charts/tree/master/charts/stable/mealie + - https://ghcr.io/mealie-recipes/mealie +type: application +version: 21.8.5 diff --git a/stable/mealie/21.8.3/README.md b/stable/mealie/21.8.5/README.md similarity index 100% rename from stable/mealie/21.8.3/README.md rename to stable/mealie/21.8.5/README.md diff --git a/stable/mealie/21.8.5/app-changelog.md b/stable/mealie/21.8.5/app-changelog.md new file mode 100644 index 00000000000..847958aada2 --- /dev/null +++ b/stable/mealie/21.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mealie-21.8.5](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mealie/21.8.3/app-readme.md b/stable/mealie/21.8.5/app-readme.md similarity index 100% rename from stable/mealie/21.8.3/app-readme.md rename to stable/mealie/21.8.5/app-readme.md diff --git a/stable/mealie/21.8.5/charts/common-20.2.10.tgz b/stable/mealie/21.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mealie/21.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/mealie/21.8.3/ix_values.yaml b/stable/mealie/21.8.5/ix_values.yaml similarity index 100% rename from stable/mealie/21.8.3/ix_values.yaml rename to stable/mealie/21.8.5/ix_values.yaml diff --git a/stable/mealie/21.8.3/questions.yaml b/stable/mealie/21.8.5/questions.yaml similarity index 100% rename from stable/mealie/21.8.3/questions.yaml rename to stable/mealie/21.8.5/questions.yaml diff --git a/stable/mediainfo/9.7.3/templates/NOTES.txt b/stable/mealie/21.8.5/templates/NOTES.txt similarity index 100% rename from stable/mediainfo/9.7.3/templates/NOTES.txt rename to stable/mealie/21.8.5/templates/NOTES.txt diff --git a/stable/mealie/21.8.3/templates/_secrets.tpl b/stable/mealie/21.8.5/templates/_secrets.tpl similarity index 100% rename from stable/mealie/21.8.3/templates/_secrets.tpl rename to stable/mealie/21.8.5/templates/_secrets.tpl diff --git a/stable/mealie/21.8.3/templates/common.yaml b/stable/mealie/21.8.5/templates/common.yaml similarity index 100% rename from stable/mealie/21.8.3/templates/common.yaml rename to stable/mealie/21.8.5/templates/common.yaml diff --git a/stable/media-roller/5.7.3/values.yaml b/stable/mealie/21.8.5/values.yaml similarity index 100% rename from stable/media-roller/5.7.3/values.yaml rename to stable/mealie/21.8.5/values.yaml diff --git a/stable/media-roller/5.7.3/CHANGELOG.md b/stable/media-roller/5.7.3/CHANGELOG.md deleted file mode 100644 index 834f4f9d3dd..00000000000 --- a/stable/media-roller/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/media-roller/5.7.3/Chart.yaml b/stable/media-roller/5.7.3/Chart.yaml deleted file mode 100644 index 3a6119d80ec..00000000000 --- a/stable/media-roller/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mobile friendly tool for downloading videos from social media. -home: https://truecharts.org/charts/stable/media-roller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png -keywords: - - media-roller - - Tools-Utilities - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: media-roller -sources: - - https://github.com/rroller/media-roller - - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller - - https://hub.docker.com/r/ronnieroller/media-roller -type: application -version: 5.7.3 diff --git a/stable/media-roller/5.7.3/app-changelog.md b/stable/media-roller/5.7.3/app-changelog.md deleted file mode 100644 index eb8041fcf14..00000000000 --- a/stable/media-roller/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/media-roller/5.7.3/charts/common-20.2.4.tgz b/stable/media-roller/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/media-roller/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mediaelch/5.7.3/.helmignore b/stable/media-roller/5.7.5/.helmignore similarity index 100% rename from stable/mediaelch/5.7.3/.helmignore rename to stable/media-roller/5.7.5/.helmignore diff --git a/stable/media-roller/5.7.5/CHANGELOG.md b/stable/media-roller/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..eb71214641b --- /dev/null +++ b/stable/media-roller/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [media-roller-5.7.5](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [media-roller-5.7.4](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [media-roller-5.7.4](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [media-roller-5.7.4](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [media-roller-5.7.4](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [media-roller-5.7.4](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/media-roller/5.7.5/Chart.yaml b/stable/media-roller/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b730a180662 --- /dev/null +++ b/stable/media-roller/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mobile friendly tool for downloading videos from social media. +home: https://truecharts.org/charts/stable/media-roller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png +keywords: + - media-roller + - Tools-Utilities + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: media-roller +sources: + - https://github.com/rroller/media-roller + - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller + - https://hub.docker.com/r/ronnieroller/media-roller +type: application +version: 5.7.5 diff --git a/stable/media-roller/5.7.3/README.md b/stable/media-roller/5.7.5/README.md similarity index 100% rename from stable/media-roller/5.7.3/README.md rename to stable/media-roller/5.7.5/README.md diff --git a/stable/media-roller/5.7.5/app-changelog.md b/stable/media-roller/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8ae1701bd3e --- /dev/null +++ b/stable/media-roller/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [media-roller-5.7.5](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/media-roller/5.7.3/app-readme.md b/stable/media-roller/5.7.5/app-readme.md similarity index 100% rename from stable/media-roller/5.7.3/app-readme.md rename to stable/media-roller/5.7.5/app-readme.md diff --git a/stable/media-roller/5.7.5/charts/common-20.2.10.tgz b/stable/media-roller/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/media-roller/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/media-roller/5.7.3/ix_values.yaml b/stable/media-roller/5.7.5/ix_values.yaml similarity index 100% rename from stable/media-roller/5.7.3/ix_values.yaml rename to stable/media-roller/5.7.5/ix_values.yaml diff --git a/stable/media-roller/5.7.3/questions.yaml b/stable/media-roller/5.7.5/questions.yaml similarity index 100% rename from stable/media-roller/5.7.3/questions.yaml rename to stable/media-roller/5.7.5/questions.yaml diff --git a/stable/media-roller/5.7.3/templates/common.yaml b/stable/media-roller/5.7.5/templates/common.yaml similarity index 100% rename from stable/media-roller/5.7.3/templates/common.yaml rename to stable/media-roller/5.7.5/templates/common.yaml diff --git a/stable/mediaelch/5.7.3/values.yaml b/stable/media-roller/5.7.5/values.yaml similarity index 100% rename from stable/mediaelch/5.7.3/values.yaml rename to stable/media-roller/5.7.5/values.yaml diff --git a/stable/mediaelch/5.7.3/CHANGELOG.md b/stable/mediaelch/5.7.3/CHANGELOG.md deleted file mode 100644 index e02d3e1a65d..00000000000 --- a/stable/mediaelch/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mediaelch/5.7.3/Chart.yaml b/stable/mediaelch/5.7.3/Chart.yaml deleted file mode 100644 index 675c81856ef..00000000000 --- a/stable/mediaelch/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. -home: https://truecharts.org/charts/stable/mediaelch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png -keywords: - - mediaelch - - Tools - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediaelch -sources: - - https://github.com/Komet/MediaElch - - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch - - https://hub.docker.com/r/masonxx/mediaelch -type: application -version: 5.7.3 diff --git a/stable/mediaelch/5.7.3/app-changelog.md b/stable/mediaelch/5.7.3/app-changelog.md deleted file mode 100644 index 5e35b7f7caf..00000000000 --- a/stable/mediaelch/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz b/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mediagoblin/5.7.3/.helmignore b/stable/mediaelch/5.7.5/.helmignore similarity index 100% rename from stable/mediagoblin/5.7.3/.helmignore rename to stable/mediaelch/5.7.5/.helmignore diff --git a/stable/mediaelch/5.7.5/CHANGELOG.md b/stable/mediaelch/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c16cb374db2 --- /dev/null +++ b/stable/mediaelch/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediaelch-5.7.5](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediaelch-5.7.4](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediaelch-5.7.4](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediaelch-5.7.4](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediaelch-5.7.4](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediaelch-5.7.4](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mediaelch/5.7.5/Chart.yaml b/stable/mediaelch/5.7.5/Chart.yaml new file mode 100644 index 00000000000..51846f3b479 --- /dev/null +++ b/stable/mediaelch/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. +home: https://truecharts.org/charts/stable/mediaelch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png +keywords: + - mediaelch + - Tools + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediaelch +sources: + - https://github.com/Komet/MediaElch + - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch + - https://hub.docker.com/r/masonxx/mediaelch +type: application +version: 5.7.5 diff --git a/stable/mediaelch/5.7.3/README.md b/stable/mediaelch/5.7.5/README.md similarity index 100% rename from stable/mediaelch/5.7.3/README.md rename to stable/mediaelch/5.7.5/README.md diff --git a/stable/mediaelch/5.7.5/app-changelog.md b/stable/mediaelch/5.7.5/app-changelog.md new file mode 100644 index 00000000000..5c44f45119c --- /dev/null +++ b/stable/mediaelch/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mediaelch-5.7.5](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediaelch/5.7.3/app-readme.md b/stable/mediaelch/5.7.5/app-readme.md similarity index 100% rename from stable/mediaelch/5.7.3/app-readme.md rename to stable/mediaelch/5.7.5/app-readme.md diff --git a/stable/mediaelch/5.7.5/charts/common-20.2.10.tgz b/stable/mediaelch/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mediaelch/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mediaelch/5.7.3/ix_values.yaml b/stable/mediaelch/5.7.5/ix_values.yaml similarity index 100% rename from stable/mediaelch/5.7.3/ix_values.yaml rename to stable/mediaelch/5.7.5/ix_values.yaml diff --git a/stable/mediaelch/5.7.3/questions.yaml b/stable/mediaelch/5.7.5/questions.yaml similarity index 100% rename from stable/mediaelch/5.7.3/questions.yaml rename to stable/mediaelch/5.7.5/questions.yaml diff --git a/stable/mediaelch/5.7.3/templates/common.yaml b/stable/mediaelch/5.7.5/templates/common.yaml similarity index 100% rename from stable/mediaelch/5.7.3/templates/common.yaml rename to stable/mediaelch/5.7.5/templates/common.yaml diff --git a/stable/mediagoblin/5.7.3/values.yaml b/stable/mediaelch/5.7.5/values.yaml similarity index 100% rename from stable/mediagoblin/5.7.3/values.yaml rename to stable/mediaelch/5.7.5/values.yaml diff --git a/stable/mediagoblin/5.7.3/CHANGELOG.md b/stable/mediagoblin/5.7.3/CHANGELOG.md deleted file mode 100644 index 30079b672b8..00000000000 --- a/stable/mediagoblin/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mediagoblin/5.7.3/Chart.yaml b/stable/mediagoblin/5.7.3/Chart.yaml deleted file mode 100644 index a70ca74bf9a..00000000000 --- a/stable/mediagoblin/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/charts/stable/mediagoblin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png -keywords: - - mediagoblin - - MediaApp-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediagoblin -sources: - - https://mediagoblin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin - - https://hub.docker.com/r/mtlynch/mediagoblin -type: application -version: 5.7.3 diff --git a/stable/mediagoblin/5.7.3/app-changelog.md b/stable/mediagoblin/5.7.3/app-changelog.md deleted file mode 100644 index 3ca4bc99f52..00000000000 --- a/stable/mediagoblin/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz b/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mediainfo/9.7.3/.helmignore b/stable/mediagoblin/5.7.5/.helmignore similarity index 100% rename from stable/mediainfo/9.7.3/.helmignore rename to stable/mediagoblin/5.7.5/.helmignore diff --git a/stable/mediagoblin/5.7.5/CHANGELOG.md b/stable/mediagoblin/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7f1ef29ce3e --- /dev/null +++ b/stable/mediagoblin/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediagoblin-5.7.5](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediagoblin-5.7.4](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediagoblin-5.7.4](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediagoblin-5.7.4](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediagoblin-5.7.4](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediagoblin-5.7.4](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mediagoblin/5.7.5/Chart.yaml b/stable/mediagoblin/5.7.5/Chart.yaml new file mode 100644 index 00000000000..ffec5589a2c --- /dev/null +++ b/stable/mediagoblin/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/charts/stable/mediagoblin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png +keywords: + - mediagoblin + - MediaApp-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediagoblin +sources: + - https://mediagoblin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin + - https://hub.docker.com/r/mtlynch/mediagoblin +type: application +version: 5.7.5 diff --git a/stable/mediagoblin/5.7.3/README.md b/stable/mediagoblin/5.7.5/README.md similarity index 100% rename from stable/mediagoblin/5.7.3/README.md rename to stable/mediagoblin/5.7.5/README.md diff --git a/stable/mediagoblin/5.7.5/app-changelog.md b/stable/mediagoblin/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2cb8da54cba --- /dev/null +++ b/stable/mediagoblin/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mediagoblin-5.7.5](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediagoblin/5.7.3/app-readme.md b/stable/mediagoblin/5.7.5/app-readme.md similarity index 100% rename from stable/mediagoblin/5.7.3/app-readme.md rename to stable/mediagoblin/5.7.5/app-readme.md diff --git a/stable/mediagoblin/5.7.5/charts/common-20.2.10.tgz b/stable/mediagoblin/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mediagoblin/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mediagoblin/5.7.3/ix_values.yaml b/stable/mediagoblin/5.7.5/ix_values.yaml similarity index 100% rename from stable/mediagoblin/5.7.3/ix_values.yaml rename to stable/mediagoblin/5.7.5/ix_values.yaml diff --git a/stable/mediagoblin/5.7.3/questions.yaml b/stable/mediagoblin/5.7.5/questions.yaml similarity index 100% rename from stable/mediagoblin/5.7.3/questions.yaml rename to stable/mediagoblin/5.7.5/questions.yaml diff --git a/stable/mediagoblin/5.7.3/templates/common.yaml b/stable/mediagoblin/5.7.5/templates/common.yaml similarity index 100% rename from stable/mediagoblin/5.7.3/templates/common.yaml rename to stable/mediagoblin/5.7.5/templates/common.yaml diff --git a/stable/mediainfo/9.7.3/values.yaml b/stable/mediagoblin/5.7.5/values.yaml similarity index 100% rename from stable/mediainfo/9.7.3/values.yaml rename to stable/mediagoblin/5.7.5/values.yaml diff --git a/stable/mediainfo/9.7.3/CHANGELOG.md b/stable/mediainfo/9.7.3/CHANGELOG.md deleted file mode 100644 index 0da19413a9a..00000000000 --- a/stable/mediainfo/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mediainfo/9.7.3/Chart.yaml b/stable/mediainfo/9.7.3/Chart.yaml deleted file mode 100644 index fcab6ae89ed..00000000000 --- a/stable/mediainfo/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. -home: https://truecharts.org/charts/stable/mediainfo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png -keywords: - - info - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mediainfo -sources: - - https://github.com/jlesage/docker-mediainfo - - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - - https://hub.docker.com/r/jlesage/mediainfo -type: application -version: 9.7.3 diff --git a/stable/mediainfo/9.7.3/app-changelog.md b/stable/mediainfo/9.7.3/app-changelog.md deleted file mode 100644 index 2c9a8fe97e0..00000000000 --- a/stable/mediainfo/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz b/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/medusa/10.7.5/.helmignore b/stable/mediainfo/9.7.5/.helmignore similarity index 100% rename from stable/medusa/10.7.5/.helmignore rename to stable/mediainfo/9.7.5/.helmignore diff --git a/stable/mediainfo/9.7.5/CHANGELOG.md b/stable/mediainfo/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..007ad5d7cd1 --- /dev/null +++ b/stable/mediainfo/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediainfo-9.7.5](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediainfo-9.7.4](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediainfo-9.7.4](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediainfo-9.7.4](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediainfo-9.7.4](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mediainfo-9.7.4](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mediainfo/9.7.5/Chart.yaml b/stable/mediainfo/9.7.5/Chart.yaml new file mode 100644 index 00000000000..f9f73353e5c --- /dev/null +++ b/stable/mediainfo/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. +home: https://truecharts.org/charts/stable/mediainfo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png +keywords: + - info + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediainfo +sources: + - https://github.com/jlesage/docker-mediainfo + - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo + - https://hub.docker.com/r/jlesage/mediainfo +type: application +version: 9.7.5 diff --git a/stable/mediainfo/9.7.3/README.md b/stable/mediainfo/9.7.5/README.md similarity index 100% rename from stable/mediainfo/9.7.3/README.md rename to stable/mediainfo/9.7.5/README.md diff --git a/stable/mediainfo/9.7.5/app-changelog.md b/stable/mediainfo/9.7.5/app-changelog.md new file mode 100644 index 00000000000..4dae848ed04 --- /dev/null +++ b/stable/mediainfo/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mediainfo-9.7.5](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mediainfo/9.7.3/app-readme.md b/stable/mediainfo/9.7.5/app-readme.md similarity index 100% rename from stable/mediainfo/9.7.3/app-readme.md rename to stable/mediainfo/9.7.5/app-readme.md diff --git a/stable/mediainfo/9.7.5/charts/common-20.2.10.tgz b/stable/mediainfo/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mediainfo/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mediainfo/9.7.3/ix_values.yaml b/stable/mediainfo/9.7.5/ix_values.yaml similarity index 100% rename from stable/mediainfo/9.7.3/ix_values.yaml rename to stable/mediainfo/9.7.5/ix_values.yaml diff --git a/stable/mediainfo/9.7.3/questions.yaml b/stable/mediainfo/9.7.5/questions.yaml similarity index 100% rename from stable/mediainfo/9.7.3/questions.yaml rename to stable/mediainfo/9.7.5/questions.yaml diff --git a/stable/medusa/10.7.5/templates/NOTES.txt b/stable/mediainfo/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.7.5/templates/NOTES.txt rename to stable/mediainfo/9.7.5/templates/NOTES.txt diff --git a/stable/mediainfo/9.7.3/templates/common.yaml b/stable/mediainfo/9.7.5/templates/common.yaml similarity index 100% rename from stable/mediainfo/9.7.3/templates/common.yaml rename to stable/mediainfo/9.7.5/templates/common.yaml diff --git a/stable/medusa/10.7.5/values.yaml b/stable/mediainfo/9.7.5/values.yaml similarity index 100% rename from stable/medusa/10.7.5/values.yaml rename to stable/mediainfo/9.7.5/values.yaml diff --git a/stable/medusa/10.7.5/CHANGELOG.md b/stable/medusa/10.7.5/CHANGELOG.md deleted file mode 100644 index 3cb895322e4..00000000000 --- a/stable/medusa/10.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/medusa/10.7.5/Chart.yaml b/stable/medusa/10.7.5/Chart.yaml deleted file mode 100644 index 203aad3c6b6..00000000000 --- a/stable/medusa/10.7.5/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.19 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/medusa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png -keywords: - - medusa - - video - - library - - manager - - tv - - shows -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: medusa -sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - - https://ghcr.io/linuxserver/medusa -type: application -version: 10.7.5 diff --git a/stable/medusa/10.7.5/app-changelog.md b/stable/medusa/10.7.5/app-changelog.md deleted file mode 100644 index 5bc8c6d6b20..00000000000 --- a/stable/medusa/10.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [medusa-10.7.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) \ No newline at end of file diff --git a/stable/medusa/10.7.5/charts/common-20.2.9.tgz b/stable/medusa/10.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/medusa/10.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/medusa/10.7.5/ix_values.yaml b/stable/medusa/10.7.5/ix_values.yaml deleted file mode 100644 index d0e2834f605..00000000000 --- a/stable/medusa/10.7.5/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/medusa - pullPolicy: IfNotPresent - tag: 1.0.19@sha256:1647e1288902acc8ab53508b63426fab0103ca21f936a73b3cdb3acd54b76677 -service: - main: - ports: - main: - port: 10068 - targetPort: 8081 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/megasync/6.7.3/.helmignore b/stable/medusa/10.7.7/.helmignore similarity index 100% rename from stable/megasync/6.7.3/.helmignore rename to stable/medusa/10.7.7/.helmignore diff --git a/stable/medusa/10.7.7/CHANGELOG.md b/stable/medusa/10.7.7/CHANGELOG.md new file mode 100644 index 00000000000..08b7999ba3a --- /dev/null +++ b/stable/medusa/10.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [medusa-10.7.7](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) + + +## [medusa-10.7.6](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) + + +## [medusa-10.7.6](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) + + +## [medusa-10.7.6](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/medusa/10.7.7/Chart.yaml b/stable/medusa/10.7.7/Chart.yaml new file mode 100644 index 00000000000..5959cf5ddbe --- /dev/null +++ b/stable/medusa/10.7.7/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.20 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png +keywords: + - medusa + - video + - library + - manager + - tv + - shows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: medusa +sources: + - https://github.com/linuxserver/docker-medusa + - https://pymedusa.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://ghcr.io/linuxserver/medusa +type: application +version: 10.7.7 diff --git a/stable/medusa/10.7.5/README.md b/stable/medusa/10.7.7/README.md similarity index 100% rename from stable/medusa/10.7.5/README.md rename to stable/medusa/10.7.7/README.md diff --git a/stable/medusa/10.7.7/app-changelog.md b/stable/medusa/10.7.7/app-changelog.md new file mode 100644 index 00000000000..b6ee0194b54 --- /dev/null +++ b/stable/medusa/10.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [medusa-10.7.7](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) \ No newline at end of file diff --git a/stable/medusa/10.7.5/app-readme.md b/stable/medusa/10.7.7/app-readme.md similarity index 100% rename from stable/medusa/10.7.5/app-readme.md rename to stable/medusa/10.7.7/app-readme.md diff --git a/stable/medusa/10.7.7/charts/common-20.2.10.tgz b/stable/medusa/10.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/medusa/10.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/medusa/10.7.7/ix_values.yaml b/stable/medusa/10.7.7/ix_values.yaml new file mode 100644 index 00000000000..ad589345a9d --- /dev/null +++ b/stable/medusa/10.7.7/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/medusa + pullPolicy: IfNotPresent + tag: 1.0.20@sha256:649c2f12c999b7a911d9b86f7344b066b72f332fb8ba3472ec4701663eee2260 +service: + main: + ports: + main: + port: 10068 + targetPort: 8081 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/medusa/10.7.5/questions.yaml b/stable/medusa/10.7.7/questions.yaml similarity index 100% rename from stable/medusa/10.7.5/questions.yaml rename to stable/medusa/10.7.7/questions.yaml diff --git a/stable/megasync/6.7.3/templates/NOTES.txt b/stable/medusa/10.7.7/templates/NOTES.txt similarity index 100% rename from stable/megasync/6.7.3/templates/NOTES.txt rename to stable/medusa/10.7.7/templates/NOTES.txt diff --git a/stable/medusa/10.7.5/templates/common.yaml b/stable/medusa/10.7.7/templates/common.yaml similarity index 100% rename from stable/medusa/10.7.5/templates/common.yaml rename to stable/medusa/10.7.7/templates/common.yaml diff --git a/stable/megasync/6.7.3/values.yaml b/stable/medusa/10.7.7/values.yaml similarity index 100% rename from stable/megasync/6.7.3/values.yaml rename to stable/medusa/10.7.7/values.yaml diff --git a/stable/megasync/6.7.3/CHANGELOG.md b/stable/megasync/6.7.3/CHANGELOG.md deleted file mode 100644 index 86b734c2211..00000000000 --- a/stable/megasync/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/megasync/6.7.3/Chart.yaml b/stable/megasync/6.7.3/Chart.yaml deleted file mode 100644 index ee3e078891a..00000000000 --- a/stable/megasync/6.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MEGAsync can synchronize all of your devices with your MEGA account. -home: https://truecharts.org/charts/stable/megasync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png -keywords: - - megasync - - Network-Other - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: megasync -sources: - - https://github.com/ich777/docker-megasync - - https://github.com/truecharts/charts/tree/master/charts/stable/megasync - - https://hub.docker.com/r/ich777/megasync -type: application -version: 6.7.3 diff --git a/stable/megasync/6.7.3/app-changelog.md b/stable/megasync/6.7.3/app-changelog.md deleted file mode 100644 index 0ef67017d07..00000000000 --- a/stable/megasync/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/megasync/6.7.3/charts/common-20.2.4.tgz b/stable/megasync/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/megasync/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/memcached/12.8.5/.helmignore b/stable/megasync/6.7.5/.helmignore similarity index 100% rename from stable/memcached/12.8.5/.helmignore rename to stable/megasync/6.7.5/.helmignore diff --git a/stable/megasync/6.7.5/CHANGELOG.md b/stable/megasync/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..efbe1d7cf0b --- /dev/null +++ b/stable/megasync/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [megasync-6.7.5](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [megasync-6.7.4](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [megasync-6.7.4](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [megasync-6.7.4](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [megasync-6.7.4](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [megasync-6.7.4](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/megasync/6.7.5/Chart.yaml b/stable/megasync/6.7.5/Chart.yaml new file mode 100644 index 00000000000..28dde5dc458 --- /dev/null +++ b/stable/megasync/6.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MEGAsync can synchronize all of your devices with your MEGA account. +home: https://truecharts.org/charts/stable/megasync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png +keywords: + - megasync + - Network-Other + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: megasync +sources: + - https://github.com/ich777/docker-megasync + - https://github.com/truecharts/charts/tree/master/charts/stable/megasync + - https://hub.docker.com/r/ich777/megasync +type: application +version: 6.7.5 diff --git a/stable/megasync/6.7.3/README.md b/stable/megasync/6.7.5/README.md similarity index 100% rename from stable/megasync/6.7.3/README.md rename to stable/megasync/6.7.5/README.md diff --git a/stable/megasync/6.7.5/app-changelog.md b/stable/megasync/6.7.5/app-changelog.md new file mode 100644 index 00000000000..ebd6c44840d --- /dev/null +++ b/stable/megasync/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [megasync-6.7.5](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/megasync/6.7.3/app-readme.md b/stable/megasync/6.7.5/app-readme.md similarity index 100% rename from stable/megasync/6.7.3/app-readme.md rename to stable/megasync/6.7.5/app-readme.md diff --git a/stable/megasync/6.7.5/charts/common-20.2.10.tgz b/stable/megasync/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/megasync/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/megasync/6.7.3/ix_values.yaml b/stable/megasync/6.7.5/ix_values.yaml similarity index 100% rename from stable/megasync/6.7.3/ix_values.yaml rename to stable/megasync/6.7.5/ix_values.yaml diff --git a/stable/megasync/6.7.3/questions.yaml b/stable/megasync/6.7.5/questions.yaml similarity index 100% rename from stable/megasync/6.7.3/questions.yaml rename to stable/megasync/6.7.5/questions.yaml diff --git a/stable/memcached/12.8.5/templates/NOTES.txt b/stable/megasync/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/memcached/12.8.5/templates/NOTES.txt rename to stable/megasync/6.7.5/templates/NOTES.txt diff --git a/stable/megasync/6.7.3/templates/common.yaml b/stable/megasync/6.7.5/templates/common.yaml similarity index 100% rename from stable/megasync/6.7.3/templates/common.yaml rename to stable/megasync/6.7.5/templates/common.yaml diff --git a/stable/memcached/12.8.5/values.yaml b/stable/megasync/6.7.5/values.yaml similarity index 100% rename from stable/memcached/12.8.5/values.yaml rename to stable/megasync/6.7.5/values.yaml diff --git a/stable/memcached/12.8.5/CHANGELOG.md b/stable/memcached/12.8.5/CHANGELOG.md deleted file mode 100644 index a92abaf5295..00000000000 --- a/stable/memcached/12.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) diff --git a/stable/memcached/12.8.5/Chart.yaml b/stable/memcached/12.8.5/Chart.yaml deleted file mode 100644 index c932a630032..00000000000 --- a/stable/memcached/12.8.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.25 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Memcached is a memory-backed database caching solution -home: https://truecharts.org/charts/stable/memcached -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png -keywords: - - memcached - - database - - cache -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: memcached -sources: - - https://github.com/bitnami/bitnami-docker-memcached - - https://github.com/truecharts/charts/tree/master/charts/stable/memcached - - https://hub.docker.com/r/bitnami/memcached -type: application -version: 12.8.5 diff --git a/stable/memcached/12.8.5/app-changelog.md b/stable/memcached/12.8.5/app-changelog.md deleted file mode 100644 index fcb104c96f7..00000000000 --- a/stable/memcached/12.8.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [memcached-12.8.5](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/memcached/12.8.5/charts/common-20.2.9.tgz b/stable/memcached/12.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/memcached/12.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/memcached/12.8.5/ix_values.yaml b/stable/memcached/12.8.5/ix_values.yaml deleted file mode 100644 index 37171c3b764..00000000000 --- a/stable/memcached/12.8.5/ix_values.yaml +++ /dev/null @@ -1,28 +0,0 @@ -image: - repository: bitnami/memcached - pullPolicy: IfNotPresent - tag: 1.6.25@sha256:fa475c086bb8cc620233cd98c1ac9c8c6282b64937da9ca586915ff44ed1a560 - -includeCommon: true -service: - main: - ports: - main: - port: 11211 - protocol: tcp - targetPort: 11211 -portal: - open: - enabled: false - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - memcached.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -manifestManager: - enabled: false diff --git a/stable/memories-of-mars/5.7.3/.helmignore b/stable/memcached/12.8.7/.helmignore similarity index 100% rename from stable/memories-of-mars/5.7.3/.helmignore rename to stable/memcached/12.8.7/.helmignore diff --git a/stable/memcached/12.8.7/CHANGELOG.md b/stable/memcached/12.8.7/CHANGELOG.md new file mode 100644 index 00000000000..8fc12c2dd24 --- /dev/null +++ b/stable/memcached/12.8.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memcached-12.8.7](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image bitnami/memcached to v1.6.26[@ef3d59f](https://github.com/ef3d59f) by renovate ([#19887](https://github.com/truecharts/charts/issues/19887)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memcached-12.8.6](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.6) (2024-03-29) + +### Chore + + + +- update container image bitnami/memcached to v1.6.26[@ef3d59f](https://github.com/ef3d59f) by renovate ([#19887](https://github.com/truecharts/charts/issues/19887)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memcached-12.8.6](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.6) (2024-03-29) + +### Chore + + + +- update container image bitnami/memcached to v1.6.26[@ef3d59f](https://github.com/ef3d59f) by renovate ([#19887](https://github.com/truecharts/charts/issues/19887)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memcached-12.8.6](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.6) (2024-03-29) + +### Chore + + + +- update container image bitnami/memcached to v1.6.26[@ef3d59f](https://github.com/ef3d59f) by renovate ([#19887](https://github.com/truecharts/charts/issues/19887)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memcached-12.8.6](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.6) (2024-03-29) + +### Chore diff --git a/stable/memcached/12.8.7/Chart.yaml b/stable/memcached/12.8.7/Chart.yaml new file mode 100644 index 00000000000..fbf7865e49a --- /dev/null +++ b/stable/memcached/12.8.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.26 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Memcached is a memory-backed database caching solution +home: https://truecharts.org/charts/stable/memcached +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png +keywords: + - memcached + - database + - cache +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memcached +sources: + - https://github.com/bitnami/bitnami-docker-memcached + - https://github.com/truecharts/charts/tree/master/charts/stable/memcached + - https://hub.docker.com/r/bitnami/memcached +type: application +version: 12.8.7 diff --git a/stable/memcached/12.8.5/README.md b/stable/memcached/12.8.7/README.md similarity index 100% rename from stable/memcached/12.8.5/README.md rename to stable/memcached/12.8.7/README.md diff --git a/stable/memcached/12.8.7/app-changelog.md b/stable/memcached/12.8.7/app-changelog.md new file mode 100644 index 00000000000..77aca8ca30e --- /dev/null +++ b/stable/memcached/12.8.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [memcached-12.8.7](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image bitnami/memcached to v1.6.26[@ef3d59f](https://github.com/ef3d59f) by renovate ([#19887](https://github.com/truecharts/charts/issues/19887)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/memcached/12.8.5/app-readme.md b/stable/memcached/12.8.7/app-readme.md similarity index 100% rename from stable/memcached/12.8.5/app-readme.md rename to stable/memcached/12.8.7/app-readme.md diff --git a/stable/memcached/12.8.7/charts/common-20.2.10.tgz b/stable/memcached/12.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/memcached/12.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/memcached/12.8.5/dashboard.json b/stable/memcached/12.8.7/dashboard.json similarity index 100% rename from stable/memcached/12.8.5/dashboard.json rename to stable/memcached/12.8.7/dashboard.json diff --git a/stable/memcached/12.8.7/ix_values.yaml b/stable/memcached/12.8.7/ix_values.yaml new file mode 100644 index 00000000000..1a0bcf066b9 --- /dev/null +++ b/stable/memcached/12.8.7/ix_values.yaml @@ -0,0 +1,28 @@ +image: + repository: bitnami/memcached + pullPolicy: IfNotPresent + tag: 1.6.26@sha256:ef3d59fe4fd17c707e32cbc0385360ab5ab96838de95ddd76875b6e2e0401a85 + +includeCommon: true +service: + main: + ports: + main: + port: 11211 + protocol: tcp + targetPort: 11211 +portal: + open: + enabled: false + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + memcached.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +manifestManager: + enabled: false diff --git a/stable/memcached/12.8.5/questions.yaml b/stable/memcached/12.8.7/questions.yaml similarity index 100% rename from stable/memcached/12.8.5/questions.yaml rename to stable/memcached/12.8.7/questions.yaml diff --git a/stable/meshroom/9.7.3/templates/NOTES.txt b/stable/memcached/12.8.7/templates/NOTES.txt similarity index 100% rename from stable/meshroom/9.7.3/templates/NOTES.txt rename to stable/memcached/12.8.7/templates/NOTES.txt diff --git a/stable/memcached/12.8.5/templates/common.yaml b/stable/memcached/12.8.7/templates/common.yaml similarity index 100% rename from stable/memcached/12.8.5/templates/common.yaml rename to stable/memcached/12.8.7/templates/common.yaml diff --git a/stable/memories-of-mars/5.7.3/values.yaml b/stable/memcached/12.8.7/values.yaml similarity index 100% rename from stable/memories-of-mars/5.7.3/values.yaml rename to stable/memcached/12.8.7/values.yaml diff --git a/stable/memories-of-mars/5.7.3/CHANGELOG.md b/stable/memories-of-mars/5.7.3/CHANGELOG.md deleted file mode 100644 index 8727079f670..00000000000 --- a/stable/memories-of-mars/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/memories-of-mars/5.7.3/Chart.yaml b/stable/memories-of-mars/5.7.3/Chart.yaml deleted file mode 100644 index ecd21594cef..00000000000 --- a/stable/memories-of-mars/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: memoriesofmars -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. -home: https://truecharts.org/charts/stable/memories-of-mars -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png -keywords: - - memories-of-mars - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: memories-of-mars -sources: - - https://memoriesofmars.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/memories-of-mars/5.7.3/app-changelog.md b/stable/memories-of-mars/5.7.3/app-changelog.md deleted file mode 100644 index edc1ac382fe..00000000000 --- a/stable/memories-of-mars/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz b/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/meshcentral/15.7.3/.helmignore b/stable/memories-of-mars/5.7.5/.helmignore similarity index 100% rename from stable/meshcentral/15.7.3/.helmignore rename to stable/memories-of-mars/5.7.5/.helmignore diff --git a/stable/memories-of-mars/5.7.5/CHANGELOG.md b/stable/memories-of-mars/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..347fa335df9 --- /dev/null +++ b/stable/memories-of-mars/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memories-of-mars-5.7.5](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memories-of-mars-5.7.4](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memories-of-mars-5.7.4](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memories-of-mars-5.7.4](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memories-of-mars-5.7.4](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [memories-of-mars-5.7.4](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/memories-of-mars/5.7.5/Chart.yaml b/stable/memories-of-mars/5.7.5/Chart.yaml new file mode 100644 index 00000000000..774aafb1a85 --- /dev/null +++ b/stable/memories-of-mars/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: memoriesofmars +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. +home: https://truecharts.org/charts/stable/memories-of-mars +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png +keywords: + - memories-of-mars + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memories-of-mars +sources: + - https://memoriesofmars.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/memories-of-mars/5.7.3/README.md b/stable/memories-of-mars/5.7.5/README.md similarity index 100% rename from stable/memories-of-mars/5.7.3/README.md rename to stable/memories-of-mars/5.7.5/README.md diff --git a/stable/memories-of-mars/5.7.5/app-changelog.md b/stable/memories-of-mars/5.7.5/app-changelog.md new file mode 100644 index 00000000000..70d69d32acb --- /dev/null +++ b/stable/memories-of-mars/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [memories-of-mars-5.7.5](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/memories-of-mars/5.7.3/app-readme.md b/stable/memories-of-mars/5.7.5/app-readme.md similarity index 100% rename from stable/memories-of-mars/5.7.3/app-readme.md rename to stable/memories-of-mars/5.7.5/app-readme.md diff --git a/stable/memories-of-mars/5.7.5/charts/common-20.2.10.tgz b/stable/memories-of-mars/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/memories-of-mars/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/memories-of-mars/5.7.3/ix_values.yaml b/stable/memories-of-mars/5.7.5/ix_values.yaml similarity index 100% rename from stable/memories-of-mars/5.7.3/ix_values.yaml rename to stable/memories-of-mars/5.7.5/ix_values.yaml diff --git a/stable/memories-of-mars/5.7.3/questions.yaml b/stable/memories-of-mars/5.7.5/questions.yaml similarity index 100% rename from stable/memories-of-mars/5.7.3/questions.yaml rename to stable/memories-of-mars/5.7.5/questions.yaml diff --git a/stable/memories-of-mars/5.7.3/templates/common.yaml b/stable/memories-of-mars/5.7.5/templates/common.yaml similarity index 100% rename from stable/memories-of-mars/5.7.3/templates/common.yaml rename to stable/memories-of-mars/5.7.5/templates/common.yaml diff --git a/stable/meshcentral/15.7.3/values.yaml b/stable/memories-of-mars/5.7.5/values.yaml similarity index 100% rename from stable/meshcentral/15.7.3/values.yaml rename to stable/memories-of-mars/5.7.5/values.yaml diff --git a/stable/meshcentral/15.7.3/CHANGELOG.md b/stable/meshcentral/15.7.3/CHANGELOG.md deleted file mode 100644 index d69028320bd..00000000000 --- a/stable/meshcentral/15.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - diff --git a/stable/meshcentral/15.7.3/Chart.yaml b/stable/meshcentral/15.7.3/Chart.yaml deleted file mode 100644 index 0fb154defaa..00000000000 --- a/stable/meshcentral/15.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.22 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MeshCentral is a full computer management web site -home: https://truecharts.org/charts/stable/meshcentral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png -keywords: - - meshcentral - - teamviewer - - rdp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: meshcentral -sources: - - https://github.com/Ylianst/MeshCentral - - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral - - https://ghcr.io/ylianst/meshcentral -type: application -version: 15.7.3 diff --git a/stable/meshcentral/15.7.3/app-changelog.md b/stable/meshcentral/15.7.3/app-changelog.md deleted file mode 100644 index 8ea80020550..00000000000 --- a/stable/meshcentral/15.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz b/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/meshroom/9.7.3/.helmignore b/stable/meshcentral/15.7.5/.helmignore similarity index 100% rename from stable/meshroom/9.7.3/.helmignore rename to stable/meshcentral/15.7.5/.helmignore diff --git a/stable/meshcentral/15.7.5/CHANGELOG.md b/stable/meshcentral/15.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f8a9311eb3f --- /dev/null +++ b/stable/meshcentral/15.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshcentral-15.7.5](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshcentral-15.7.4](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshcentral-15.7.4](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshcentral-15.7.4](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshcentral-15.7.4](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/meshcentral/15.7.5/Chart.yaml b/stable/meshcentral/15.7.5/Chart.yaml new file mode 100644 index 00000000000..3ab5863dab5 --- /dev/null +++ b/stable/meshcentral/15.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.22 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MeshCentral is a full computer management web site +home: https://truecharts.org/charts/stable/meshcentral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png +keywords: + - meshcentral + - teamviewer + - rdp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshcentral +sources: + - https://github.com/Ylianst/MeshCentral + - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral + - https://ghcr.io/ylianst/meshcentral +type: application +version: 15.7.5 diff --git a/stable/meshcentral/15.7.3/README.md b/stable/meshcentral/15.7.5/README.md similarity index 100% rename from stable/meshcentral/15.7.3/README.md rename to stable/meshcentral/15.7.5/README.md diff --git a/stable/meshcentral/15.7.5/app-changelog.md b/stable/meshcentral/15.7.5/app-changelog.md new file mode 100644 index 00000000000..80cc86e0d3e --- /dev/null +++ b/stable/meshcentral/15.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [meshcentral-15.7.5](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/meshcentral/15.7.3/app-readme.md b/stable/meshcentral/15.7.5/app-readme.md similarity index 100% rename from stable/meshcentral/15.7.3/app-readme.md rename to stable/meshcentral/15.7.5/app-readme.md diff --git a/stable/meshcentral/15.7.5/charts/common-20.2.10.tgz b/stable/meshcentral/15.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/meshcentral/15.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/meshcentral/15.7.3/ix_values.yaml b/stable/meshcentral/15.7.5/ix_values.yaml similarity index 100% rename from stable/meshcentral/15.7.3/ix_values.yaml rename to stable/meshcentral/15.7.5/ix_values.yaml diff --git a/stable/meshcentral/15.7.3/questions.yaml b/stable/meshcentral/15.7.5/questions.yaml similarity index 100% rename from stable/meshcentral/15.7.3/questions.yaml rename to stable/meshcentral/15.7.5/questions.yaml diff --git a/stable/meshcentral/15.7.3/templates/_secret.tpl b/stable/meshcentral/15.7.5/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/15.7.3/templates/_secret.tpl rename to stable/meshcentral/15.7.5/templates/_secret.tpl diff --git a/stable/meshcentral/15.7.3/templates/common.yaml b/stable/meshcentral/15.7.5/templates/common.yaml similarity index 100% rename from stable/meshcentral/15.7.3/templates/common.yaml rename to stable/meshcentral/15.7.5/templates/common.yaml diff --git a/stable/meshroom/9.7.3/values.yaml b/stable/meshcentral/15.7.5/values.yaml similarity index 100% rename from stable/meshroom/9.7.3/values.yaml rename to stable/meshcentral/15.7.5/values.yaml diff --git a/stable/meshroom/9.7.3/CHANGELOG.md b/stable/meshroom/9.7.3/CHANGELOG.md deleted file mode 100644 index 048de8276a3..00000000000 --- a/stable/meshroom/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/meshroom/9.7.3/Chart.yaml b/stable/meshroom/9.7.3/Chart.yaml deleted file mode 100644 index a876398a610..00000000000 --- a/stable/meshroom/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.1.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. -home: https://truecharts.org/charts/stable/meshroom -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png -keywords: - - meshroom -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: meshroom -sources: - - https://github.com/alicevision/meshroom - - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - - https://hub.docker.com/r/alicevision/meshroom -type: application -version: 9.7.3 diff --git a/stable/meshroom/9.7.3/app-changelog.md b/stable/meshroom/9.7.3/app-changelog.md deleted file mode 100644 index 6ec475205f7..00000000000 --- a/stable/meshroom/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/meshroom/9.7.3/charts/common-20.2.4.tgz b/stable/meshroom/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/meshroom/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/metabase/3.8.5/.helmignore b/stable/meshroom/9.7.5/.helmignore similarity index 100% rename from stable/metabase/3.8.5/.helmignore rename to stable/meshroom/9.7.5/.helmignore diff --git a/stable/meshroom/9.7.5/CHANGELOG.md b/stable/meshroom/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..247082373b1 --- /dev/null +++ b/stable/meshroom/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshroom-9.7.5](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshroom-9.7.4](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshroom-9.7.4](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshroom-9.7.4](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshroom-9.7.4](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [meshroom-9.7.4](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/meshroom/9.7.5/Chart.yaml b/stable/meshroom/9.7.5/Chart.yaml new file mode 100644 index 00000000000..22b206386c9 --- /dev/null +++ b/stable/meshroom/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. +home: https://truecharts.org/charts/stable/meshroom +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png +keywords: + - meshroom +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshroom +sources: + - https://github.com/alicevision/meshroom + - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom + - https://hub.docker.com/r/alicevision/meshroom +type: application +version: 9.7.5 diff --git a/stable/meshroom/9.7.3/README.md b/stable/meshroom/9.7.5/README.md similarity index 100% rename from stable/meshroom/9.7.3/README.md rename to stable/meshroom/9.7.5/README.md diff --git a/stable/meshroom/9.7.5/app-changelog.md b/stable/meshroom/9.7.5/app-changelog.md new file mode 100644 index 00000000000..0e07c63cfeb --- /dev/null +++ b/stable/meshroom/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [meshroom-9.7.5](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/meshroom/9.7.3/app-readme.md b/stable/meshroom/9.7.5/app-readme.md similarity index 100% rename from stable/meshroom/9.7.3/app-readme.md rename to stable/meshroom/9.7.5/app-readme.md diff --git a/stable/meshroom/9.7.5/charts/common-20.2.10.tgz b/stable/meshroom/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/meshroom/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/meshroom/9.7.3/ix_values.yaml b/stable/meshroom/9.7.5/ix_values.yaml similarity index 100% rename from stable/meshroom/9.7.3/ix_values.yaml rename to stable/meshroom/9.7.5/ix_values.yaml diff --git a/stable/meshroom/9.7.3/questions.yaml b/stable/meshroom/9.7.5/questions.yaml similarity index 100% rename from stable/meshroom/9.7.3/questions.yaml rename to stable/meshroom/9.7.5/questions.yaml diff --git a/stable/metabase/3.8.5/templates/NOTES.txt b/stable/meshroom/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/metabase/3.8.5/templates/NOTES.txt rename to stable/meshroom/9.7.5/templates/NOTES.txt diff --git a/stable/meshroom/9.7.3/templates/common.yaml b/stable/meshroom/9.7.5/templates/common.yaml similarity index 100% rename from stable/meshroom/9.7.3/templates/common.yaml rename to stable/meshroom/9.7.5/templates/common.yaml diff --git a/stable/metabase/3.8.5/values.yaml b/stable/meshroom/9.7.5/values.yaml similarity index 100% rename from stable/metabase/3.8.5/values.yaml rename to stable/meshroom/9.7.5/values.yaml diff --git a/stable/metabase/3.8.5/CHANGELOG.md b/stable/metabase/3.8.5/CHANGELOG.md deleted file mode 100644 index 05d7ef572d5..00000000000 --- a/stable/metabase/3.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - diff --git a/stable/metabase/3.8.5/Chart.yaml b/stable/metabase/3.8.5/Chart.yaml deleted file mode 100644 index d7ffcaeb77e..00000000000 --- a/stable/metabase/3.8.5/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: reporting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.49.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Business intelligence, dashboards, and data visualization tools -home: https://truecharts.org/charts/stable/metabase -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png -keywords: - - metabase -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metabase -sources: - - https://github.com/metabase/metabase - - https://github.com/truecharts/charts/tree/master/charts/stable/metabase - - https://hub.docker.com/r/metabase/metabase -type: application -version: 3.8.5 diff --git a/stable/metabase/3.8.5/app-changelog.md b/stable/metabase/3.8.5/app-changelog.md deleted file mode 100644 index 31fd688b841..00000000000 --- a/stable/metabase/3.8.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [metabase-3.8.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) \ No newline at end of file diff --git a/stable/metabase/3.8.5/charts/common-20.2.9.tgz b/stable/metabase/3.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/metabase/3.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/metabase/3.8.5/ix_values.yaml b/stable/metabase/3.8.5/ix_values.yaml deleted file mode 100644 index 44877d9a0f0..00000000000 --- a/stable/metabase/3.8.5/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - repository: metabase/metabase - pullPolicy: IfNotPresent - tag: v0.49.1@sha256:8da49fd4660be3afa3b08b5775bb172408a4e7f928e07c86781d73a849e144a9 -service: - main: - ports: - main: - protocol: http - port: 13030 -workload: - main: - podSpec: - containers: - main: - env: - MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}" - JAVA_TIMEZONE: "{{ .Values.TZ }}" - MB_DB_TYPE: "postgres" - MB_DB_USER: "{{ .Values.cnpg.main.user }}" - MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}" - MB_DB_PORT: 5432 - MB_DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - MB_DB_PASS: - secretKeyRef: - name: cnpg-main-user - key: password -persistence: - plugins: - enabled: true - mountPath: "/plugins" -# Enabled postgres -cnpg: - main: - enabled: true - user: metabase - database: metabase -portal: - open: - enabled: true diff --git a/stable/metatube/5.7.3/.helmignore b/stable/metabase/3.8.7/.helmignore similarity index 100% rename from stable/metatube/5.7.3/.helmignore rename to stable/metabase/3.8.7/.helmignore diff --git a/stable/metabase/3.8.7/CHANGELOG.md b/stable/metabase/3.8.7/CHANGELOG.md new file mode 100644 index 00000000000..67daaea1ef4 --- /dev/null +++ b/stable/metabase/3.8.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metabase-3.8.7](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image metabase/metabase to v0.49.2[@c102b54](https://github.com/c102b54) by renovate ([#19928](https://github.com/truecharts/charts/issues/19928)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) + + +## [metabase-3.8.6](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.6) (2024-03-29) + +### Chore + + + +- update container image metabase/metabase to v0.49.2[@c102b54](https://github.com/c102b54) by renovate ([#19928](https://github.com/truecharts/charts/issues/19928)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) + + +## [metabase-3.8.6](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.6) (2024-03-29) + +### Chore + + + +- update container image metabase/metabase to v0.49.2[@c102b54](https://github.com/c102b54) by renovate ([#19928](https://github.com/truecharts/charts/issues/19928)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) + + +## [metabase-3.8.6](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.6) (2024-03-29) + +### Chore + + + +- update container image metabase/metabase to v0.49.2[@c102b54](https://github.com/c102b54) by renovate ([#19928](https://github.com/truecharts/charts/issues/19928)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/metabase/3.8.7/Chart.yaml b/stable/metabase/3.8.7/Chart.yaml new file mode 100644 index 00000000000..d8fb6be79b2 --- /dev/null +++ b/stable/metabase/3.8.7/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: reporting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.49.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Business intelligence, dashboards, and data visualization tools +home: https://truecharts.org/charts/stable/metabase +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png +keywords: + - metabase +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metabase +sources: + - https://github.com/metabase/metabase + - https://github.com/truecharts/charts/tree/master/charts/stable/metabase + - https://hub.docker.com/r/metabase/metabase +type: application +version: 3.8.7 diff --git a/stable/metabase/3.8.5/README.md b/stable/metabase/3.8.7/README.md similarity index 100% rename from stable/metabase/3.8.5/README.md rename to stable/metabase/3.8.7/README.md diff --git a/stable/metabase/3.8.7/app-changelog.md b/stable/metabase/3.8.7/app-changelog.md new file mode 100644 index 00000000000..a2c79f7e29f --- /dev/null +++ b/stable/metabase/3.8.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [metabase-3.8.7](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image metabase/metabase to v0.49.2[@c102b54](https://github.com/c102b54) by renovate ([#19928](https://github.com/truecharts/charts/issues/19928)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) \ No newline at end of file diff --git a/stable/metabase/3.8.5/app-readme.md b/stable/metabase/3.8.7/app-readme.md similarity index 100% rename from stable/metabase/3.8.5/app-readme.md rename to stable/metabase/3.8.7/app-readme.md diff --git a/stable/metabase/3.8.7/charts/common-20.2.10.tgz b/stable/metabase/3.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/metabase/3.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/metabase/3.8.7/ix_values.yaml b/stable/metabase/3.8.7/ix_values.yaml new file mode 100644 index 00000000000..948d13372b1 --- /dev/null +++ b/stable/metabase/3.8.7/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: metabase/metabase + pullPolicy: IfNotPresent + tag: v0.49.2@sha256:c102b546a22fd17a4c1f19550007678e2dd05a948549257c2357e7a8cf2c5945 +service: + main: + ports: + main: + protocol: http + port: 13030 +workload: + main: + podSpec: + containers: + main: + env: + MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}" + JAVA_TIMEZONE: "{{ .Values.TZ }}" + MB_DB_TYPE: "postgres" + MB_DB_USER: "{{ .Values.cnpg.main.user }}" + MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}" + MB_DB_PORT: 5432 + MB_DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + MB_DB_PASS: + secretKeyRef: + name: cnpg-main-user + key: password +persistence: + plugins: + enabled: true + mountPath: "/plugins" +# Enabled postgres +cnpg: + main: + enabled: true + user: metabase + database: metabase +portal: + open: + enabled: true diff --git a/stable/metabase/3.8.5/questions.yaml b/stable/metabase/3.8.7/questions.yaml similarity index 100% rename from stable/metabase/3.8.5/questions.yaml rename to stable/metabase/3.8.7/questions.yaml diff --git a/stable/metube/12.8.3/templates/NOTES.txt b/stable/metabase/3.8.7/templates/NOTES.txt similarity index 100% rename from stable/metube/12.8.3/templates/NOTES.txt rename to stable/metabase/3.8.7/templates/NOTES.txt diff --git a/stable/metabase/3.8.5/templates/common.yaml b/stable/metabase/3.8.7/templates/common.yaml similarity index 100% rename from stable/metabase/3.8.5/templates/common.yaml rename to stable/metabase/3.8.7/templates/common.yaml diff --git a/stable/metatube/5.7.3/values.yaml b/stable/metabase/3.8.7/values.yaml similarity index 100% rename from stable/metatube/5.7.3/values.yaml rename to stable/metabase/3.8.7/values.yaml diff --git a/stable/metatube/5.7.3/CHANGELOG.md b/stable/metatube/5.7.3/CHANGELOG.md deleted file mode 100644 index 12982a9e636..00000000000 --- a/stable/metatube/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/metatube/5.7.3/Chart.yaml b/stable/metatube/5.7.3/Chart.yaml deleted file mode 100644 index b227488ac3e..00000000000 --- a/stable/metatube/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. -home: https://truecharts.org/charts/stable/metatube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png -keywords: - - metatube - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metatube -sources: - - https://github.com/JVT038/MetaTube - - https://github.com/truecharts/charts/tree/master/charts/stable/metatube - - https://hub.docker.com/r/jvt038/metatube -type: application -version: 5.7.3 diff --git a/stable/metatube/5.7.3/app-changelog.md b/stable/metatube/5.7.3/app-changelog.md deleted file mode 100644 index e3d71c097a1..00000000000 --- a/stable/metatube/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/metatube/5.7.3/charts/common-20.2.4.tgz b/stable/metatube/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/metatube/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/metube/12.8.3/.helmignore b/stable/metatube/5.7.5/.helmignore similarity index 100% rename from stable/metube/12.8.3/.helmignore rename to stable/metatube/5.7.5/.helmignore diff --git a/stable/metatube/5.7.5/CHANGELOG.md b/stable/metatube/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..60513eff6ae --- /dev/null +++ b/stable/metatube/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metatube-5.7.5](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metatube-5.7.4](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metatube-5.7.4](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metatube-5.7.4](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metatube-5.7.4](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metatube-5.7.4](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/metatube/5.7.5/Chart.yaml b/stable/metatube/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3fc5dbcaf92 --- /dev/null +++ b/stable/metatube/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. +home: https://truecharts.org/charts/stable/metatube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png +keywords: + - metatube + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metatube +sources: + - https://github.com/JVT038/MetaTube + - https://github.com/truecharts/charts/tree/master/charts/stable/metatube + - https://hub.docker.com/r/jvt038/metatube +type: application +version: 5.7.5 diff --git a/stable/metatube/5.7.3/README.md b/stable/metatube/5.7.5/README.md similarity index 100% rename from stable/metatube/5.7.3/README.md rename to stable/metatube/5.7.5/README.md diff --git a/stable/metatube/5.7.5/app-changelog.md b/stable/metatube/5.7.5/app-changelog.md new file mode 100644 index 00000000000..1c019908d1d --- /dev/null +++ b/stable/metatube/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [metatube-5.7.5](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/metatube/5.7.3/app-readme.md b/stable/metatube/5.7.5/app-readme.md similarity index 100% rename from stable/metatube/5.7.3/app-readme.md rename to stable/metatube/5.7.5/app-readme.md diff --git a/stable/metatube/5.7.5/charts/common-20.2.10.tgz b/stable/metatube/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/metatube/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/metatube/5.7.3/ix_values.yaml b/stable/metatube/5.7.5/ix_values.yaml similarity index 100% rename from stable/metatube/5.7.3/ix_values.yaml rename to stable/metatube/5.7.5/ix_values.yaml diff --git a/stable/metatube/5.7.3/questions.yaml b/stable/metatube/5.7.5/questions.yaml similarity index 100% rename from stable/metatube/5.7.3/questions.yaml rename to stable/metatube/5.7.5/questions.yaml diff --git a/stable/metatube/5.7.3/templates/common.yaml b/stable/metatube/5.7.5/templates/common.yaml similarity index 100% rename from stable/metatube/5.7.3/templates/common.yaml rename to stable/metatube/5.7.5/templates/common.yaml diff --git a/stable/metube/12.8.3/values.yaml b/stable/metatube/5.7.5/values.yaml similarity index 100% rename from stable/metube/12.8.3/values.yaml rename to stable/metatube/5.7.5/values.yaml diff --git a/stable/metube/12.8.3/CHANGELOG.md b/stable/metube/12.8.3/CHANGELOG.md deleted file mode 100644 index 9cc2f402221..00000000000 --- a/stable/metube/12.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/metube/12.8.3/Chart.yaml b/stable/metube/12.8.3/Chart.yaml deleted file mode 100644 index c65c670199e..00000000000 --- a/stable/metube/12.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web GUI for youtube-dl. -home: https://truecharts.org/charts/stable/metube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png -keywords: - - metube - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metube -sources: - - https://github.com/alexta69/metube - - https://github.com/truecharts/charts/tree/master/charts/stable/metube - - https://hub.docker.com/r/alexta69/metube -type: application -version: 12.8.3 diff --git a/stable/metube/12.8.3/app-changelog.md b/stable/metube/12.8.3/app-changelog.md deleted file mode 100644 index 9bc8299d4ff..00000000000 --- a/stable/metube/12.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/metube/12.8.3/charts/common-20.2.4.tgz b/stable/metube/12.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/metube/12.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mindustry/5.7.3/.helmignore b/stable/metube/12.8.5/.helmignore similarity index 100% rename from stable/mindustry/5.7.3/.helmignore rename to stable/metube/12.8.5/.helmignore diff --git a/stable/metube/12.8.5/CHANGELOG.md b/stable/metube/12.8.5/CHANGELOG.md new file mode 100644 index 00000000000..2d41f1bfb33 --- /dev/null +++ b/stable/metube/12.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metube-12.8.5](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metube-12.8.4](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metube-12.8.4](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metube-12.8.4](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metube-12.8.4](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metube-12.8.4](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/metube/12.8.5/Chart.yaml b/stable/metube/12.8.5/Chart.yaml new file mode 100644 index 00000000000..0bafaeb2c1d --- /dev/null +++ b/stable/metube/12.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web GUI for youtube-dl. +home: https://truecharts.org/charts/stable/metube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png +keywords: + - metube + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metube +sources: + - https://github.com/alexta69/metube + - https://github.com/truecharts/charts/tree/master/charts/stable/metube + - https://hub.docker.com/r/alexta69/metube +type: application +version: 12.8.5 diff --git a/stable/metube/12.8.3/README.md b/stable/metube/12.8.5/README.md similarity index 100% rename from stable/metube/12.8.3/README.md rename to stable/metube/12.8.5/README.md diff --git a/stable/metube/12.8.5/app-changelog.md b/stable/metube/12.8.5/app-changelog.md new file mode 100644 index 00000000000..768d89f5a20 --- /dev/null +++ b/stable/metube/12.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [metube-12.8.5](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/metube/12.8.3/app-readme.md b/stable/metube/12.8.5/app-readme.md similarity index 100% rename from stable/metube/12.8.3/app-readme.md rename to stable/metube/12.8.5/app-readme.md diff --git a/stable/metube/12.8.5/charts/common-20.2.10.tgz b/stable/metube/12.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/metube/12.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/metube/12.8.3/ix_values.yaml b/stable/metube/12.8.5/ix_values.yaml similarity index 100% rename from stable/metube/12.8.3/ix_values.yaml rename to stable/metube/12.8.5/ix_values.yaml diff --git a/stable/metube/12.8.3/questions.yaml b/stable/metube/12.8.5/questions.yaml similarity index 100% rename from stable/metube/12.8.3/questions.yaml rename to stable/metube/12.8.5/questions.yaml diff --git a/stable/minecraft-bedrock/8.7.3/templates/NOTES.txt b/stable/metube/12.8.5/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/8.7.3/templates/NOTES.txt rename to stable/metube/12.8.5/templates/NOTES.txt diff --git a/stable/metube/12.8.3/templates/common.yaml b/stable/metube/12.8.5/templates/common.yaml similarity index 100% rename from stable/metube/12.8.3/templates/common.yaml rename to stable/metube/12.8.5/templates/common.yaml diff --git a/stable/mindustry/5.7.3/values.yaml b/stable/metube/12.8.5/values.yaml similarity index 100% rename from stable/mindustry/5.7.3/values.yaml rename to stable/metube/12.8.5/values.yaml diff --git a/stable/mindustry/5.7.3/CHANGELOG.md b/stable/mindustry/5.7.3/CHANGELOG.md deleted file mode 100644 index 3972e3f0daa..00000000000 --- a/stable/mindustry/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mindustry/5.7.3/Chart.yaml b/stable/mindustry/5.7.3/Chart.yaml deleted file mode 100644 index a41fc92dbee..00000000000 --- a/stable/mindustry/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. -home: https://truecharts.org/charts/stable/mindustry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png -keywords: - - mindustry - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mindustry -sources: - - https://anuke.itch.io/mindustry - - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry - - https://hub.docker.com/r/ich777/mindustry-server -type: application -version: 5.7.3 diff --git a/stable/mindustry/5.7.3/app-changelog.md b/stable/mindustry/5.7.3/app-changelog.md deleted file mode 100644 index 9f4b10f574b..00000000000 --- a/stable/mindustry/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mindustry/5.7.3/charts/common-20.2.4.tgz b/stable/mindustry/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mindustry/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.7.3/.helmignore b/stable/mindustry/5.7.5/.helmignore similarity index 100% rename from stable/minecraft-bedrock/8.7.3/.helmignore rename to stable/mindustry/5.7.5/.helmignore diff --git a/stable/mindustry/5.7.5/CHANGELOG.md b/stable/mindustry/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..47efeb3976f --- /dev/null +++ b/stable/mindustry/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mindustry-5.7.5](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mindustry-5.7.4](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mindustry-5.7.4](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mindustry-5.7.4](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mindustry-5.7.4](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mindustry-5.7.4](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mindustry/5.7.5/Chart.yaml b/stable/mindustry/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bab1e1879e9 --- /dev/null +++ b/stable/mindustry/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. +home: https://truecharts.org/charts/stable/mindustry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png +keywords: + - mindustry + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mindustry +sources: + - https://anuke.itch.io/mindustry + - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry + - https://hub.docker.com/r/ich777/mindustry-server +type: application +version: 5.7.5 diff --git a/stable/mindustry/5.7.3/README.md b/stable/mindustry/5.7.5/README.md similarity index 100% rename from stable/mindustry/5.7.3/README.md rename to stable/mindustry/5.7.5/README.md diff --git a/stable/mindustry/5.7.5/app-changelog.md b/stable/mindustry/5.7.5/app-changelog.md new file mode 100644 index 00000000000..5badf097652 --- /dev/null +++ b/stable/mindustry/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mindustry-5.7.5](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mindustry/5.7.3/app-readme.md b/stable/mindustry/5.7.5/app-readme.md similarity index 100% rename from stable/mindustry/5.7.3/app-readme.md rename to stable/mindustry/5.7.5/app-readme.md diff --git a/stable/mindustry/5.7.5/charts/common-20.2.10.tgz b/stable/mindustry/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mindustry/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mindustry/5.7.3/ix_values.yaml b/stable/mindustry/5.7.5/ix_values.yaml similarity index 100% rename from stable/mindustry/5.7.3/ix_values.yaml rename to stable/mindustry/5.7.5/ix_values.yaml diff --git a/stable/mindustry/5.7.3/questions.yaml b/stable/mindustry/5.7.5/questions.yaml similarity index 100% rename from stable/mindustry/5.7.3/questions.yaml rename to stable/mindustry/5.7.5/questions.yaml diff --git a/stable/mindustry/5.7.3/templates/common.yaml b/stable/mindustry/5.7.5/templates/common.yaml similarity index 100% rename from stable/mindustry/5.7.3/templates/common.yaml rename to stable/mindustry/5.7.5/templates/common.yaml diff --git a/stable/minecraft-bedrock/8.7.3/values.yaml b/stable/mindustry/5.7.5/values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.7.3/values.yaml rename to stable/mindustry/5.7.5/values.yaml diff --git a/stable/minecraft-bedrock/8.7.3/CHANGELOG.md b/stable/minecraft-bedrock/8.7.3/CHANGELOG.md deleted file mode 100644 index 7d3fae7dd9f..00000000000 --- a/stable/minecraft-bedrock/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/minecraft-bedrock/8.7.3/Chart.yaml b/stable/minecraft-bedrock/8.7.3/Chart.yaml deleted file mode 100644 index 7f440ca8c3a..00000000000 --- a/stable/minecraft-bedrock/8.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.8.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minecraft Bedrock Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-bedrock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png -keywords: - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-bedrock -sources: - - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - - https://hub.docker.com/r/itzg/minecraft-bedrock-server -type: application -version: 8.7.3 diff --git a/stable/minecraft-bedrock/8.7.3/app-changelog.md b/stable/minecraft-bedrock/8.7.3/app-changelog.md deleted file mode 100644 index 69cfeb82d3f..00000000000 --- a/stable/minecraft-bedrock/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz b/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minecraft-bungeecord/8.7.3/.helmignore b/stable/minecraft-bedrock/8.7.5/.helmignore similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/.helmignore rename to stable/minecraft-bedrock/8.7.5/.helmignore diff --git a/stable/minecraft-bedrock/8.7.5/CHANGELOG.md b/stable/minecraft-bedrock/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0b00664c347 --- /dev/null +++ b/stable/minecraft-bedrock/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bedrock-8.7.5](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bedrock-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bedrock-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bedrock-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bedrock-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bedrock-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.7.5/Chart.yaml b/stable/minecraft-bedrock/8.7.5/Chart.yaml new file mode 100644 index 00000000000..e6d77294dfe --- /dev/null +++ b/stable/minecraft-bedrock/8.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.8.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Bedrock Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png +keywords: + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bedrock +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://hub.docker.com/r/itzg/minecraft-bedrock-server +type: application +version: 8.7.5 diff --git a/stable/minecraft-bedrock/8.7.3/README.md b/stable/minecraft-bedrock/8.7.5/README.md similarity index 100% rename from stable/minecraft-bedrock/8.7.3/README.md rename to stable/minecraft-bedrock/8.7.5/README.md diff --git a/stable/minecraft-bedrock/8.7.5/app-changelog.md b/stable/minecraft-bedrock/8.7.5/app-changelog.md new file mode 100644 index 00000000000..eb643a86733 --- /dev/null +++ b/stable/minecraft-bedrock/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [minecraft-bedrock-8.7.5](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.7.3/app-readme.md b/stable/minecraft-bedrock/8.7.5/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/8.7.3/app-readme.md rename to stable/minecraft-bedrock/8.7.5/app-readme.md diff --git a/stable/minecraft-bedrock/8.7.5/charts/common-20.2.10.tgz b/stable/minecraft-bedrock/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minecraft-bedrock/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/minecraft-bedrock/8.7.3/ix_values.yaml b/stable/minecraft-bedrock/8.7.5/ix_values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.7.3/ix_values.yaml rename to stable/minecraft-bedrock/8.7.5/ix_values.yaml diff --git a/stable/minecraft-bedrock/8.7.3/questions.yaml b/stable/minecraft-bedrock/8.7.5/questions.yaml similarity index 100% rename from stable/minecraft-bedrock/8.7.3/questions.yaml rename to stable/minecraft-bedrock/8.7.5/questions.yaml diff --git a/stable/minecraft-bungeecord/8.7.3/templates/NOTES.txt b/stable/minecraft-bedrock/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/templates/NOTES.txt rename to stable/minecraft-bedrock/8.7.5/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/8.7.3/templates/common.yaml b/stable/minecraft-bedrock/8.7.5/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/8.7.3/templates/common.yaml rename to stable/minecraft-bedrock/8.7.5/templates/common.yaml diff --git a/stable/minecraft-bungeecord/8.7.3/values.yaml b/stable/minecraft-bedrock/8.7.5/values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/values.yaml rename to stable/minecraft-bedrock/8.7.5/values.yaml diff --git a/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md b/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md deleted file mode 100644 index 009288c362e..00000000000 --- a/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/minecraft-bungeecord/8.7.3/Chart.yaml b/stable/minecraft-bungeecord/8.7.3/Chart.yaml deleted file mode 100644 index 2a37d85c4b0..00000000000 --- a/stable/minecraft-bungeecord/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.4.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: the front-end of a cluster of minecraft-java containers. -home: https://truecharts.org/charts/stable/minecraft-bungeecord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png -keywords: - - minecraft-bungeecord - - gameserver - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-bungeecord -sources: - - https://github.com/itzg/docker-bungeecord - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord - - https://hub.docker.com/r/itzg/bungeecord -type: application -version: 8.7.3 diff --git a/stable/minecraft-bungeecord/8.7.3/app-changelog.md b/stable/minecraft-bungeecord/8.7.3/app-changelog.md deleted file mode 100644 index 88e109c0004..00000000000 --- a/stable/minecraft-bungeecord/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz b/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minecraft-java/8.7.4/.helmignore b/stable/minecraft-bungeecord/8.7.5/.helmignore similarity index 100% rename from stable/minecraft-java/8.7.4/.helmignore rename to stable/minecraft-bungeecord/8.7.5/.helmignore diff --git a/stable/minecraft-bungeecord/8.7.5/CHANGELOG.md b/stable/minecraft-bungeecord/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..48fff408874 --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bungeecord-8.7.5](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bungeecord-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bungeecord-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bungeecord-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bungeecord-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-bungeecord-8.7.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.7.5/Chart.yaml b/stable/minecraft-bungeecord/8.7.5/Chart.yaml new file mode 100644 index 00000000000..dd8dfb4d082 --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: proxy + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.4.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the front-end of a cluster of minecraft-java containers. +home: https://truecharts.org/charts/stable/minecraft-bungeecord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png +keywords: + - minecraft-bungeecord + - gameserver + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bungeecord +sources: + - https://github.com/itzg/docker-bungeecord + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord + - https://hub.docker.com/r/itzg/bungeecord +type: application +version: 8.7.5 diff --git a/stable/minecraft-bungeecord/8.7.3/README.md b/stable/minecraft-bungeecord/8.7.5/README.md similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/README.md rename to stable/minecraft-bungeecord/8.7.5/README.md diff --git a/stable/minecraft-bungeecord/8.7.5/app-changelog.md b/stable/minecraft-bungeecord/8.7.5/app-changelog.md new file mode 100644 index 00000000000..327f9f2ff17 --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [minecraft-bungeecord-8.7.5](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.7.3/app-readme.md b/stable/minecraft-bungeecord/8.7.5/app-readme.md similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/app-readme.md rename to stable/minecraft-bungeecord/8.7.5/app-readme.md diff --git a/stable/minecraft-bungeecord/8.7.5/charts/common-20.2.10.tgz b/stable/minecraft-bungeecord/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minecraft-bungeecord/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/minecraft-bungeecord/8.7.3/ix_values.yaml b/stable/minecraft-bungeecord/8.7.5/ix_values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/ix_values.yaml rename to stable/minecraft-bungeecord/8.7.5/ix_values.yaml diff --git a/stable/minecraft-bungeecord/8.7.3/questions.yaml b/stable/minecraft-bungeecord/8.7.5/questions.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/questions.yaml rename to stable/minecraft-bungeecord/8.7.5/questions.yaml diff --git a/stable/minecraft-java/8.7.4/templates/NOTES.txt b/stable/minecraft-bungeecord/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/minecraft-java/8.7.4/templates/NOTES.txt rename to stable/minecraft-bungeecord/8.7.5/templates/NOTES.txt diff --git a/stable/minecraft-bungeecord/8.7.3/templates/common.yaml b/stable/minecraft-bungeecord/8.7.5/templates/common.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.7.3/templates/common.yaml rename to stable/minecraft-bungeecord/8.7.5/templates/common.yaml diff --git a/stable/minecraft-java/8.7.4/values.yaml b/stable/minecraft-bungeecord/8.7.5/values.yaml similarity index 100% rename from stable/minecraft-java/8.7.4/values.yaml rename to stable/minecraft-bungeecord/8.7.5/values.yaml diff --git a/stable/minecraft-java/8.7.4/CHANGELOG.md b/stable/minecraft-java/8.7.4/CHANGELOG.md deleted file mode 100644 index 8cc87aa2d4f..00000000000 --- a/stable/minecraft-java/8.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - diff --git a/stable/minecraft-java/8.7.4/Chart.yaml b/stable/minecraft-java/8.7.4/Chart.yaml deleted file mode 100644 index 4a598b9f6f7..00000000000 --- a/stable/minecraft-java/8.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.11.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minecraft Java Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-java -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png -keywords: - - minecraft-java - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minecraft-java -sources: - - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java - - https://hub.docker.com/r/itzg/minecraft-server - - https://hub.docker.com/r/itzg/mc-backup -type: application -version: 8.7.4 diff --git a/stable/minecraft-java/8.7.4/app-changelog.md b/stable/minecraft-java/8.7.4/app-changelog.md deleted file mode 100644 index bb7a6f31c96..00000000000 --- a/stable/minecraft-java/8.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz b/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minetest/8.7.4/.helmignore b/stable/minecraft-java/8.7.6/.helmignore similarity index 100% rename from stable/minetest/8.7.4/.helmignore rename to stable/minecraft-java/8.7.6/.helmignore diff --git a/stable/minecraft-java/8.7.6/CHANGELOG.md b/stable/minecraft-java/8.7.6/CHANGELOG.md new file mode 100644 index 00000000000..be1b18bf52b --- /dev/null +++ b/stable/minecraft-java/8.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-java-8.7.6](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-java-8.7.5](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-java-8.7.5](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-java-8.7.5](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minecraft-java-8.7.5](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/minecraft-java/8.7.6/Chart.yaml b/stable/minecraft-java/8.7.6/Chart.yaml new file mode 100644 index 00000000000..64358cef9b6 --- /dev/null +++ b/stable/minecraft-java/8.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.11.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Java Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-java +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png +keywords: + - minecraft-java + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-java +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java + - https://hub.docker.com/r/itzg/minecraft-server + - https://hub.docker.com/r/itzg/mc-backup +type: application +version: 8.7.6 diff --git a/stable/minecraft-java/8.7.4/README.md b/stable/minecraft-java/8.7.6/README.md similarity index 100% rename from stable/minecraft-java/8.7.4/README.md rename to stable/minecraft-java/8.7.6/README.md diff --git a/stable/minecraft-java/8.7.6/app-changelog.md b/stable/minecraft-java/8.7.6/app-changelog.md new file mode 100644 index 00000000000..13919e7e293 --- /dev/null +++ b/stable/minecraft-java/8.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [minecraft-java-8.7.6](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minecraft-java/8.7.4/app-readme.md b/stable/minecraft-java/8.7.6/app-readme.md similarity index 100% rename from stable/minecraft-java/8.7.4/app-readme.md rename to stable/minecraft-java/8.7.6/app-readme.md diff --git a/stable/minecraft-java/8.7.6/charts/common-20.2.10.tgz b/stable/minecraft-java/8.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minecraft-java/8.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/minecraft-java/8.7.4/ix_values.yaml b/stable/minecraft-java/8.7.6/ix_values.yaml similarity index 100% rename from stable/minecraft-java/8.7.4/ix_values.yaml rename to stable/minecraft-java/8.7.6/ix_values.yaml diff --git a/stable/minecraft-java/8.7.4/questions.yaml b/stable/minecraft-java/8.7.6/questions.yaml similarity index 100% rename from stable/minecraft-java/8.7.4/questions.yaml rename to stable/minecraft-java/8.7.6/questions.yaml diff --git a/stable/minetest/8.7.4/templates/NOTES.txt b/stable/minecraft-java/8.7.6/templates/NOTES.txt similarity index 100% rename from stable/minetest/8.7.4/templates/NOTES.txt rename to stable/minecraft-java/8.7.6/templates/NOTES.txt diff --git a/stable/minecraft-java/8.7.4/templates/common.yaml b/stable/minecraft-java/8.7.6/templates/common.yaml similarity index 100% rename from stable/minecraft-java/8.7.4/templates/common.yaml rename to stable/minecraft-java/8.7.6/templates/common.yaml diff --git a/stable/minetest/8.7.4/values.yaml b/stable/minecraft-java/8.7.6/values.yaml similarity index 100% rename from stable/minetest/8.7.4/values.yaml rename to stable/minecraft-java/8.7.6/values.yaml diff --git a/stable/minetest/8.7.4/CHANGELOG.md b/stable/minetest/8.7.4/CHANGELOG.md deleted file mode 100644 index e07861d2da9..00000000000 --- a/stable/minetest/8.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/minetest/8.7.4/Chart.yaml b/stable/minetest/8.7.4/Chart.yaml deleted file mode 100644 index 22a21a34df9..00000000000 --- a/stable/minetest/8.7.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. -home: https://truecharts.org/charts/stable/minetest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png -keywords: - - minetest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minetest -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minetest - - https://ghcr.io/linuxserver/minetest -type: application -version: 8.7.4 diff --git a/stable/minetest/8.7.4/app-changelog.md b/stable/minetest/8.7.4/app-changelog.md deleted file mode 100644 index a1e46f6d4c8..00000000000 --- a/stable/minetest/8.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [minetest-8.7.4](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) \ No newline at end of file diff --git a/stable/minetest/8.7.4/charts/common-20.2.9.tgz b/stable/minetest/8.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/minetest/8.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/minetest/8.7.4/ix_values.yaml b/stable/minetest/8.7.4/ix_values.yaml deleted file mode 100644 index 29bdc5f7b18..00000000000 --- a/stable/minetest/8.7.4/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: ghcr.io/linuxserver/minetest - pullPolicy: IfNotPresent - tag: 5.8.0@sha256:3ee96cb1949f77779d2fc322053b353796fa512042aea607a416f9f3ef865c34 -service: - main: - ports: - main: - protocol: udp - targetPort: 30000 - port: 30000 -persistence: - config: - enabled: true - mountPath: "/config/.minetest" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/miniflux/14.7.3/.helmignore b/stable/minetest/8.7.6/.helmignore similarity index 100% rename from stable/miniflux/14.7.3/.helmignore rename to stable/minetest/8.7.6/.helmignore diff --git a/stable/minetest/8.7.6/CHANGELOG.md b/stable/minetest/8.7.6/CHANGELOG.md new file mode 100644 index 00000000000..8c3bf6c4820 --- /dev/null +++ b/stable/minetest/8.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minetest-8.7.6](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@52206a3](https://github.com/52206a3) by renovate ([#19905](https://github.com/truecharts/charts/issues/19905)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) + + +## [minetest-8.7.5](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@52206a3](https://github.com/52206a3) by renovate ([#19905](https://github.com/truecharts/charts/issues/19905)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) + + +## [minetest-8.7.5](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@52206a3](https://github.com/52206a3) by renovate ([#19905](https://github.com/truecharts/charts/issues/19905)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) + + +## [minetest-8.7.5](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@52206a3](https://github.com/52206a3) by renovate ([#19905](https://github.com/truecharts/charts/issues/19905)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) + + +## [minetest-8.7.5](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.5) (2024-03-29) + +### Chore diff --git a/stable/minetest/8.7.6/Chart.yaml b/stable/minetest/8.7.6/Chart.yaml new file mode 100644 index 00000000000..0727484e2a0 --- /dev/null +++ b/stable/minetest/8.7.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. +home: https://truecharts.org/charts/stable/minetest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png +keywords: + - minetest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minetest +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minetest + - https://ghcr.io/linuxserver/minetest +type: application +version: 8.7.6 diff --git a/stable/minetest/8.7.4/README.md b/stable/minetest/8.7.6/README.md similarity index 100% rename from stable/minetest/8.7.4/README.md rename to stable/minetest/8.7.6/README.md diff --git a/stable/minetest/8.7.6/app-changelog.md b/stable/minetest/8.7.6/app-changelog.md new file mode 100644 index 00000000000..156712ff443 --- /dev/null +++ b/stable/minetest/8.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [minetest-8.7.6](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@52206a3](https://github.com/52206a3) by renovate ([#19905](https://github.com/truecharts/charts/issues/19905)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239)) \ No newline at end of file diff --git a/stable/minetest/8.7.4/app-readme.md b/stable/minetest/8.7.6/app-readme.md similarity index 100% rename from stable/minetest/8.7.4/app-readme.md rename to stable/minetest/8.7.6/app-readme.md diff --git a/stable/minetest/8.7.6/charts/common-20.2.10.tgz b/stable/minetest/8.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minetest/8.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/minetest/8.7.6/ix_values.yaml b/stable/minetest/8.7.6/ix_values.yaml new file mode 100644 index 00000000000..9097f640f65 --- /dev/null +++ b/stable/minetest/8.7.6/ix_values.yaml @@ -0,0 +1,38 @@ +image: + repository: ghcr.io/linuxserver/minetest + pullPolicy: IfNotPresent + tag: 5.8.0@sha256:52206a367c4642367ebf5eea018887691cbdfc893cd7a651d7d55d0e73eefe5c +service: + main: + ports: + main: + protocol: udp + targetPort: 30000 + port: 30000 +persistence: + config: + enabled: true + mountPath: "/config/.minetest" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/minetest/8.7.4/questions.yaml b/stable/minetest/8.7.6/questions.yaml similarity index 100% rename from stable/minetest/8.7.4/questions.yaml rename to stable/minetest/8.7.6/questions.yaml diff --git a/stable/minio-console/10.7.3/templates/NOTES.txt b/stable/minetest/8.7.6/templates/NOTES.txt similarity index 100% rename from stable/minio-console/10.7.3/templates/NOTES.txt rename to stable/minetest/8.7.6/templates/NOTES.txt diff --git a/stable/minetest/8.7.4/templates/common.yaml b/stable/minetest/8.7.6/templates/common.yaml similarity index 100% rename from stable/minetest/8.7.4/templates/common.yaml rename to stable/minetest/8.7.6/templates/common.yaml diff --git a/stable/miniflux/14.7.3/values.yaml b/stable/minetest/8.7.6/values.yaml similarity index 100% rename from stable/miniflux/14.7.3/values.yaml rename to stable/minetest/8.7.6/values.yaml diff --git a/stable/miniflux/14.7.3/CHANGELOG.md b/stable/miniflux/14.7.3/CHANGELOG.md deleted file mode 100644 index 1515a4663a4..00000000000 --- a/stable/miniflux/14.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/miniflux/14.7.3/Chart.yaml b/stable/miniflux/14.7.3/Chart.yaml deleted file mode 100644 index be45f8294c3..00000000000 --- a/stable/miniflux/14.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Miniflux is a minimalist and opinionated feed reader. -home: https://truecharts.org/charts/stable/miniflux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png -keywords: - - miniflux - - rss - - news -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: miniflux -sources: - - https://github.com/miniflux/v2 - - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - - https://hub.docker.com/r/miniflux/miniflux -type: application -version: 14.7.3 diff --git a/stable/miniflux/14.7.3/app-changelog.md b/stable/miniflux/14.7.3/app-changelog.md deleted file mode 100644 index 94bc924ffd2..00000000000 --- a/stable/miniflux/14.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/miniflux/14.7.3/charts/common-20.2.4.tgz b/stable/miniflux/14.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/miniflux/14.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mininote/5.7.3/.helmignore b/stable/miniflux/14.7.5/.helmignore similarity index 100% rename from stable/mininote/5.7.3/.helmignore rename to stable/miniflux/14.7.5/.helmignore diff --git a/stable/miniflux/14.7.5/CHANGELOG.md b/stable/miniflux/14.7.5/CHANGELOG.md new file mode 100644 index 00000000000..606eaddec92 --- /dev/null +++ b/stable/miniflux/14.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [miniflux-14.7.5](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [miniflux-14.7.4](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [miniflux-14.7.4](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [miniflux-14.7.4](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [miniflux-14.7.4](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [miniflux-14.7.4](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/miniflux/14.7.5/Chart.yaml b/stable/miniflux/14.7.5/Chart.yaml new file mode 100644 index 00000000000..57b3135ec97 --- /dev/null +++ b/stable/miniflux/14.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Miniflux is a minimalist and opinionated feed reader. +home: https://truecharts.org/charts/stable/miniflux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png +keywords: + - miniflux + - rss + - news +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: miniflux +sources: + - https://github.com/miniflux/v2 + - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux + - https://hub.docker.com/r/miniflux/miniflux +type: application +version: 14.7.5 diff --git a/stable/miniflux/14.7.3/README.md b/stable/miniflux/14.7.5/README.md similarity index 100% rename from stable/miniflux/14.7.3/README.md rename to stable/miniflux/14.7.5/README.md diff --git a/stable/miniflux/14.7.5/app-changelog.md b/stable/miniflux/14.7.5/app-changelog.md new file mode 100644 index 00000000000..5b342c97142 --- /dev/null +++ b/stable/miniflux/14.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [miniflux-14.7.5](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/miniflux/14.7.3/app-readme.md b/stable/miniflux/14.7.5/app-readme.md similarity index 100% rename from stable/miniflux/14.7.3/app-readme.md rename to stable/miniflux/14.7.5/app-readme.md diff --git a/stable/miniflux/14.7.5/charts/common-20.2.10.tgz b/stable/miniflux/14.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/miniflux/14.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/miniflux/14.7.3/ix_values.yaml b/stable/miniflux/14.7.5/ix_values.yaml similarity index 100% rename from stable/miniflux/14.7.3/ix_values.yaml rename to stable/miniflux/14.7.5/ix_values.yaml diff --git a/stable/miniflux/14.7.3/questions.yaml b/stable/miniflux/14.7.5/questions.yaml similarity index 100% rename from stable/miniflux/14.7.3/questions.yaml rename to stable/miniflux/14.7.5/questions.yaml diff --git a/stable/miniflux/14.7.3/templates/common.yaml b/stable/miniflux/14.7.5/templates/common.yaml similarity index 100% rename from stable/miniflux/14.7.3/templates/common.yaml rename to stable/miniflux/14.7.5/templates/common.yaml diff --git a/stable/mininote/5.7.3/values.yaml b/stable/miniflux/14.7.5/values.yaml similarity index 100% rename from stable/mininote/5.7.3/values.yaml rename to stable/miniflux/14.7.5/values.yaml diff --git a/stable/mininote/5.7.3/CHANGELOG.md b/stable/mininote/5.7.3/CHANGELOG.md deleted file mode 100644 index fb948f4f8d1..00000000000 --- a/stable/mininote/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mininote/5.7.3/Chart.yaml b/stable/mininote/5.7.3/Chart.yaml deleted file mode 100644 index 4019457fe5e..00000000000 --- a/stable/mininote/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. -home: https://truecharts.org/charts/stable/mininote -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png -keywords: - - mininote - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mininote -sources: - - https://github.com/muety/mininote - - https://github.com/truecharts/charts/tree/master/charts/stable/mininote - - https://hub.docker.com/r/n1try/mininote -type: application -version: 5.7.3 diff --git a/stable/mininote/5.7.3/app-changelog.md b/stable/mininote/5.7.3/app-changelog.md deleted file mode 100644 index bb36a631e68..00000000000 --- a/stable/mininote/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mininote/5.7.3/charts/common-20.2.4.tgz b/stable/mininote/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mininote/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minio-console/10.7.3/.helmignore b/stable/mininote/5.7.5/.helmignore similarity index 100% rename from stable/minio-console/10.7.3/.helmignore rename to stable/mininote/5.7.5/.helmignore diff --git a/stable/mininote/5.7.5/CHANGELOG.md b/stable/mininote/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d0abe2fa306 --- /dev/null +++ b/stable/mininote/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mininote-5.7.5](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mininote-5.7.4](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mininote-5.7.4](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mininote-5.7.4](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mininote-5.7.4](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mininote-5.7.4](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mininote/5.7.5/Chart.yaml b/stable/mininote/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0023be3ef54 --- /dev/null +++ b/stable/mininote/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. +home: https://truecharts.org/charts/stable/mininote +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png +keywords: + - mininote + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mininote +sources: + - https://github.com/muety/mininote + - https://github.com/truecharts/charts/tree/master/charts/stable/mininote + - https://hub.docker.com/r/n1try/mininote +type: application +version: 5.7.5 diff --git a/stable/mininote/5.7.3/README.md b/stable/mininote/5.7.5/README.md similarity index 100% rename from stable/mininote/5.7.3/README.md rename to stable/mininote/5.7.5/README.md diff --git a/stable/mininote/5.7.5/app-changelog.md b/stable/mininote/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0cbce44d855 --- /dev/null +++ b/stable/mininote/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mininote-5.7.5](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mininote/5.7.3/app-readme.md b/stable/mininote/5.7.5/app-readme.md similarity index 100% rename from stable/mininote/5.7.3/app-readme.md rename to stable/mininote/5.7.5/app-readme.md diff --git a/stable/mininote/5.7.5/charts/common-20.2.10.tgz b/stable/mininote/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mininote/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mininote/5.7.3/ix_values.yaml b/stable/mininote/5.7.5/ix_values.yaml similarity index 100% rename from stable/mininote/5.7.3/ix_values.yaml rename to stable/mininote/5.7.5/ix_values.yaml diff --git a/stable/mininote/5.7.3/questions.yaml b/stable/mininote/5.7.5/questions.yaml similarity index 100% rename from stable/mininote/5.7.3/questions.yaml rename to stable/mininote/5.7.5/questions.yaml diff --git a/stable/mininote/5.7.3/templates/common.yaml b/stable/mininote/5.7.5/templates/common.yaml similarity index 100% rename from stable/mininote/5.7.3/templates/common.yaml rename to stable/mininote/5.7.5/templates/common.yaml diff --git a/stable/minio-console/10.7.3/values.yaml b/stable/mininote/5.7.5/values.yaml similarity index 100% rename from stable/minio-console/10.7.3/values.yaml rename to stable/mininote/5.7.5/values.yaml diff --git a/stable/minio-console/10.7.3/CHANGELOG.md b/stable/minio-console/10.7.3/CHANGELOG.md deleted file mode 100644 index 78ee7a235da..00000000000 --- a/stable/minio-console/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/minio-console/10.7.3/Chart.yaml b/stable/minio-console/10.7.3/Chart.yaml deleted file mode 100644 index 4b450f45975..00000000000 --- a/stable/minio-console/10.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.30.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A management console for minio server and operator -home: https://truecharts.org/charts/stable/minio-console -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png -keywords: - - minio-console - - minio - - s3 -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minio-console -sources: - - https://github.com/minio/console - - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - - https://hub.docker.com/r/minio/console -type: application -version: 10.7.3 diff --git a/stable/minio-console/10.7.3/app-changelog.md b/stable/minio-console/10.7.3/app-changelog.md deleted file mode 100644 index 1a731b5bc4b..00000000000 --- a/stable/minio-console/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minio-console/10.7.3/charts/common-20.2.4.tgz b/stable/minio-console/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minio-console/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minio/11.8.3/.helmignore b/stable/minio-console/10.7.5/.helmignore similarity index 100% rename from stable/minio/11.8.3/.helmignore rename to stable/minio-console/10.7.5/.helmignore diff --git a/stable/minio-console/10.7.5/CHANGELOG.md b/stable/minio-console/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c7db29179e1 --- /dev/null +++ b/stable/minio-console/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-console-10.7.5](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-console-10.7.4](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-console-10.7.4](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-console-10.7.4](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-console-10.7.4](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-console-10.7.4](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/minio-console/10.7.5/Chart.yaml b/stable/minio-console/10.7.5/Chart.yaml new file mode 100644 index 00000000000..53c701dea72 --- /dev/null +++ b/stable/minio-console/10.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A management console for minio server and operator +home: https://truecharts.org/charts/stable/minio-console +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png +keywords: + - minio-console + - minio + - s3 +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio-console +sources: + - https://github.com/minio/console + - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console + - https://hub.docker.com/r/minio/console +type: application +version: 10.7.5 diff --git a/stable/minio-console/10.7.3/README.md b/stable/minio-console/10.7.5/README.md similarity index 100% rename from stable/minio-console/10.7.3/README.md rename to stable/minio-console/10.7.5/README.md diff --git a/stable/minio-console/10.7.5/app-changelog.md b/stable/minio-console/10.7.5/app-changelog.md new file mode 100644 index 00000000000..d4df9f3c735 --- /dev/null +++ b/stable/minio-console/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [minio-console-10.7.5](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minio-console/10.7.3/app-readme.md b/stable/minio-console/10.7.5/app-readme.md similarity index 100% rename from stable/minio-console/10.7.3/app-readme.md rename to stable/minio-console/10.7.5/app-readme.md diff --git a/stable/minio-console/10.7.5/charts/common-20.2.10.tgz b/stable/minio-console/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minio-console/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/minio-console/10.7.3/ix_values.yaml b/stable/minio-console/10.7.5/ix_values.yaml similarity index 100% rename from stable/minio-console/10.7.3/ix_values.yaml rename to stable/minio-console/10.7.5/ix_values.yaml diff --git a/stable/minio-console/10.7.3/questions.yaml b/stable/minio-console/10.7.5/questions.yaml similarity index 100% rename from stable/minio-console/10.7.3/questions.yaml rename to stable/minio-console/10.7.5/questions.yaml diff --git a/stable/minio/11.8.3/templates/NOTES.txt b/stable/minio-console/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/minio/11.8.3/templates/NOTES.txt rename to stable/minio-console/10.7.5/templates/NOTES.txt diff --git a/stable/minio-console/10.7.3/templates/common.yaml b/stable/minio-console/10.7.5/templates/common.yaml similarity index 100% rename from stable/minio-console/10.7.3/templates/common.yaml rename to stable/minio-console/10.7.5/templates/common.yaml diff --git a/stable/minio/11.8.3/values.yaml b/stable/minio-console/10.7.5/values.yaml similarity index 100% rename from stable/minio/11.8.3/values.yaml rename to stable/minio-console/10.7.5/values.yaml diff --git a/stable/minio/11.8.3/CHANGELOG.md b/stable/minio/11.8.3/CHANGELOG.md deleted file mode 100644 index ccc4ec2b7b9..00000000000 --- a/stable/minio/11.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/minio/11.8.3/Chart.yaml b/stable/minio/11.8.3/Chart.yaml deleted file mode 100644 index fbfb520c38a..00000000000 --- a/stable/minio/11.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.03.10 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minio is a self-hosted S3 storage server -home: https://truecharts.org/charts/stable/minio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png -keywords: - - minio - - s3 - - storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minio -sources: - - https://github.com/minio/minio - - https://github.com/truecharts/charts/tree/master/charts/stable/minio - - https://hub.docker.com/r/minio/minio -type: application -version: 11.8.3 diff --git a/stable/minio/11.8.3/app-changelog.md b/stable/minio/11.8.3/app-changelog.md deleted file mode 100644 index c98ea7e7e9c..00000000000 --- a/stable/minio/11.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minio/11.8.3/charts/common-20.2.4.tgz b/stable/minio/11.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minio/11.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/minisatip/9.7.3/.helmignore b/stable/minio/11.8.5/.helmignore similarity index 100% rename from stable/minisatip/9.7.3/.helmignore rename to stable/minio/11.8.5/.helmignore diff --git a/stable/minio/11.8.5/CHANGELOG.md b/stable/minio/11.8.5/CHANGELOG.md new file mode 100644 index 00000000000..e7e29803765 --- /dev/null +++ b/stable/minio/11.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-11.8.5](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-11.8.4](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-11.8.4](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-11.8.4](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-11.8.4](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minio-11.8.4](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/minio/11.8.5/Chart.yaml b/stable/minio/11.8.5/Chart.yaml new file mode 100644 index 00000000000..a9f579279bc --- /dev/null +++ b/stable/minio/11.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.03.10 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minio is a self-hosted S3 storage server +home: https://truecharts.org/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png +keywords: + - minio + - s3 + - storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio +sources: + - https://github.com/minio/minio + - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://hub.docker.com/r/minio/minio +type: application +version: 11.8.5 diff --git a/stable/minio/11.8.3/README.md b/stable/minio/11.8.5/README.md similarity index 100% rename from stable/minio/11.8.3/README.md rename to stable/minio/11.8.5/README.md diff --git a/stable/minio/11.8.5/app-changelog.md b/stable/minio/11.8.5/app-changelog.md new file mode 100644 index 00000000000..6fbb5875b82 --- /dev/null +++ b/stable/minio/11.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [minio-11.8.5](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minio/11.8.3/app-readme.md b/stable/minio/11.8.5/app-readme.md similarity index 100% rename from stable/minio/11.8.3/app-readme.md rename to stable/minio/11.8.5/app-readme.md diff --git a/stable/minio/11.8.5/charts/common-20.2.10.tgz b/stable/minio/11.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minio/11.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/minio/11.8.3/ix_values.yaml b/stable/minio/11.8.5/ix_values.yaml similarity index 100% rename from stable/minio/11.8.3/ix_values.yaml rename to stable/minio/11.8.5/ix_values.yaml diff --git a/stable/minio/11.8.3/questions.yaml b/stable/minio/11.8.5/questions.yaml similarity index 100% rename from stable/minio/11.8.3/questions.yaml rename to stable/minio/11.8.5/questions.yaml diff --git a/stable/minisatip/9.7.3/templates/NOTES.txt b/stable/minio/11.8.5/templates/NOTES.txt similarity index 100% rename from stable/minisatip/9.7.3/templates/NOTES.txt rename to stable/minio/11.8.5/templates/NOTES.txt diff --git a/stable/minio/11.8.3/templates/common.yaml b/stable/minio/11.8.5/templates/common.yaml similarity index 100% rename from stable/minio/11.8.3/templates/common.yaml rename to stable/minio/11.8.5/templates/common.yaml diff --git a/stable/minisatip/9.7.3/values.yaml b/stable/minio/11.8.5/values.yaml similarity index 100% rename from stable/minisatip/9.7.3/values.yaml rename to stable/minio/11.8.5/values.yaml diff --git a/stable/minisatip/9.7.3/CHANGELOG.md b/stable/minisatip/9.7.3/CHANGELOG.md deleted file mode 100644 index 79512b2f2ef..00000000000 --- a/stable/minisatip/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/minisatip/9.7.3/Chart.yaml b/stable/minisatip/9.7.3/Chart.yaml deleted file mode 100644 index c93a967d024..00000000000 --- a/stable/minisatip/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.01 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. -home: https://truecharts.org/charts/stable/minisatip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png -keywords: - - minisatip -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: minisatip -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - - https://ghcr.io/linuxserver/minisatip -type: application -version: 9.7.3 diff --git a/stable/minisatip/9.7.3/app-changelog.md b/stable/minisatip/9.7.3/app-changelog.md deleted file mode 100644 index ecfaf403985..00000000000 --- a/stable/minisatip/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minisatip/9.7.3/charts/common-20.2.4.tgz b/stable/minisatip/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/minisatip/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/misskey/8.9.2/.helmignore b/stable/minisatip/9.7.5/.helmignore similarity index 100% rename from stable/misskey/8.9.2/.helmignore rename to stable/minisatip/9.7.5/.helmignore diff --git a/stable/minisatip/9.7.5/CHANGELOG.md b/stable/minisatip/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..68b90328f3d --- /dev/null +++ b/stable/minisatip/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minisatip-9.7.5](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minisatip-9.7.4](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minisatip-9.7.4](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minisatip-9.7.4](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minisatip-9.7.4](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [minisatip-9.7.4](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/minisatip/9.7.5/Chart.yaml b/stable/minisatip/9.7.5/Chart.yaml new file mode 100644 index 00000000000..6259b0b6183 --- /dev/null +++ b/stable/minisatip/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.01 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. +home: https://truecharts.org/charts/stable/minisatip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png +keywords: + - minisatip +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minisatip +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip + - https://ghcr.io/linuxserver/minisatip +type: application +version: 9.7.5 diff --git a/stable/minisatip/9.7.3/README.md b/stable/minisatip/9.7.5/README.md similarity index 100% rename from stable/minisatip/9.7.3/README.md rename to stable/minisatip/9.7.5/README.md diff --git a/stable/minisatip/9.7.5/app-changelog.md b/stable/minisatip/9.7.5/app-changelog.md new file mode 100644 index 00000000000..eab174ac197 --- /dev/null +++ b/stable/minisatip/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [minisatip-9.7.5](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/minisatip/9.7.3/app-readme.md b/stable/minisatip/9.7.5/app-readme.md similarity index 100% rename from stable/minisatip/9.7.3/app-readme.md rename to stable/minisatip/9.7.5/app-readme.md diff --git a/stable/minisatip/9.7.5/charts/common-20.2.10.tgz b/stable/minisatip/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/minisatip/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/minisatip/9.7.3/ix_values.yaml b/stable/minisatip/9.7.5/ix_values.yaml similarity index 100% rename from stable/minisatip/9.7.3/ix_values.yaml rename to stable/minisatip/9.7.5/ix_values.yaml diff --git a/stable/minisatip/9.7.3/questions.yaml b/stable/minisatip/9.7.5/questions.yaml similarity index 100% rename from stable/minisatip/9.7.3/questions.yaml rename to stable/minisatip/9.7.5/questions.yaml diff --git a/stable/misskey/8.9.2/templates/NOTES.txt b/stable/minisatip/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.9.2/templates/NOTES.txt rename to stable/minisatip/9.7.5/templates/NOTES.txt diff --git a/stable/minisatip/9.7.3/templates/common.yaml b/stable/minisatip/9.7.5/templates/common.yaml similarity index 100% rename from stable/minisatip/9.7.3/templates/common.yaml rename to stable/minisatip/9.7.5/templates/common.yaml diff --git a/stable/misskey/8.9.2/values.yaml b/stable/minisatip/9.7.5/values.yaml similarity index 100% rename from stable/misskey/8.9.2/values.yaml rename to stable/minisatip/9.7.5/values.yaml diff --git a/stable/misskey/8.9.2/CHANGELOG.md b/stable/misskey/8.9.2/CHANGELOG.md deleted file mode 100644 index 3975ca96a78..00000000000 --- a/stable/misskey/8.9.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/misskey/8.9.2/Chart.yaml b/stable/misskey/8.9.2/Chart.yaml deleted file mode 100644 index 88070c7a8d1..00000000000 --- a/stable/misskey/8.9.2/Chart.yaml +++ /dev/null @@ -1,48 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source decentralized social media platform that's free forever! -home: https://truecharts.org/charts/stable/misskey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png -keywords: - - Misskey - - Social - - Friend - - Social Media - - Fediverse - - ActivityPub -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: misskey -sources: - - https://github.com/misskey-dev/misskey/ - - https://github.com/truecharts/charts/tree/master/charts/stable/misskey - - https://hub.docker.com/r/misskey/misskey -type: application -version: 8.9.2 diff --git a/stable/misskey/8.9.2/app-changelog.md b/stable/misskey/8.9.2/app-changelog.md deleted file mode 100644 index 4692ef64150..00000000000 --- a/stable/misskey/8.9.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/misskey/8.9.2/charts/common-20.2.4.tgz b/stable/misskey/8.9.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/misskey/8.9.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mkvcleaver/9.7.3/.helmignore b/stable/misskey/8.9.4/.helmignore similarity index 100% rename from stable/mkvcleaver/9.7.3/.helmignore rename to stable/misskey/8.9.4/.helmignore diff --git a/stable/misskey/8.9.4/CHANGELOG.md b/stable/misskey/8.9.4/CHANGELOG.md new file mode 100644 index 00000000000..767f9d00207 --- /dev/null +++ b/stable/misskey/8.9.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [misskey-8.9.4](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [misskey-8.9.3](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [misskey-8.9.3](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [misskey-8.9.3](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [misskey-8.9.3](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.3) (2024-03-27) + +### Chore diff --git a/stable/misskey/8.9.4/Chart.yaml b/stable/misskey/8.9.4/Chart.yaml new file mode 100644 index 00000000000..c17ea492e09 --- /dev/null +++ b/stable/misskey/8.9.4/Chart.yaml @@ -0,0 +1,48 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source decentralized social media platform that's free forever! +home: https://truecharts.org/charts/stable/misskey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png +keywords: + - Misskey + - Social + - Friend + - Social Media + - Fediverse + - ActivityPub +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: misskey +sources: + - https://github.com/misskey-dev/misskey/ + - https://github.com/truecharts/charts/tree/master/charts/stable/misskey + - https://hub.docker.com/r/misskey/misskey +type: application +version: 8.9.4 diff --git a/stable/misskey/8.9.2/README.md b/stable/misskey/8.9.4/README.md similarity index 100% rename from stable/misskey/8.9.2/README.md rename to stable/misskey/8.9.4/README.md diff --git a/stable/misskey/8.9.4/app-changelog.md b/stable/misskey/8.9.4/app-changelog.md new file mode 100644 index 00000000000..95bf2517a90 --- /dev/null +++ b/stable/misskey/8.9.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [misskey-8.9.4](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/misskey/8.9.2/app-readme.md b/stable/misskey/8.9.4/app-readme.md similarity index 100% rename from stable/misskey/8.9.2/app-readme.md rename to stable/misskey/8.9.4/app-readme.md diff --git a/stable/misskey/8.9.4/charts/common-20.2.10.tgz b/stable/misskey/8.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/misskey/8.9.4/charts/common-20.2.10.tgz differ diff --git a/stable/misskey/8.9.2/charts/redis-13.2.2.tgz b/stable/misskey/8.9.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/misskey/8.9.2/charts/redis-13.2.2.tgz rename to stable/misskey/8.9.4/charts/redis-13.2.2.tgz diff --git a/stable/misskey/8.9.2/ix_values.yaml b/stable/misskey/8.9.4/ix_values.yaml similarity index 100% rename from stable/misskey/8.9.2/ix_values.yaml rename to stable/misskey/8.9.4/ix_values.yaml diff --git a/stable/misskey/8.9.2/questions.yaml b/stable/misskey/8.9.4/questions.yaml similarity index 100% rename from stable/misskey/8.9.2/questions.yaml rename to stable/misskey/8.9.4/questions.yaml diff --git a/stable/mkvcleaver/9.7.3/templates/NOTES.txt b/stable/misskey/8.9.4/templates/NOTES.txt similarity index 100% rename from stable/mkvcleaver/9.7.3/templates/NOTES.txt rename to stable/misskey/8.9.4/templates/NOTES.txt diff --git a/stable/misskey/8.9.2/templates/_configmap.tpl b/stable/misskey/8.9.4/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.9.2/templates/_configmap.tpl rename to stable/misskey/8.9.4/templates/_configmap.tpl diff --git a/stable/misskey/8.9.2/templates/common.yaml b/stable/misskey/8.9.4/templates/common.yaml similarity index 100% rename from stable/misskey/8.9.2/templates/common.yaml rename to stable/misskey/8.9.4/templates/common.yaml diff --git a/stable/mkvcleaver/9.7.3/values.yaml b/stable/misskey/8.9.4/values.yaml similarity index 100% rename from stable/mkvcleaver/9.7.3/values.yaml rename to stable/misskey/8.9.4/values.yaml diff --git a/stable/mkvcleaver/9.7.3/CHANGELOG.md b/stable/mkvcleaver/9.7.3/CHANGELOG.md deleted file mode 100644 index 0715ca6dddf..00000000000 --- a/stable/mkvcleaver/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mkvcleaver/9.7.3/Chart.yaml b/stable/mkvcleaver/9.7.3/Chart.yaml deleted file mode 100644 index 04fc4ec7f98..00000000000 --- a/stable/mkvcleaver/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MKVCleaver is a tool for batch extraction of data from MKV files -home: https://truecharts.org/charts/stable/mkvcleaver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png -keywords: - - media - - mkvcleaver -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mkvcleaver -sources: - - https://github.com/jlesage/docker-mkvcleaver - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - - https://hub.docker.com/r/jlesage/mkvcleaver -type: application -version: 9.7.3 diff --git a/stable/mkvcleaver/9.7.3/app-changelog.md b/stable/mkvcleaver/9.7.3/app-changelog.md deleted file mode 100644 index 8a72799cc50..00000000000 --- a/stable/mkvcleaver/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz b/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/10.7.3/.helmignore b/stable/mkvcleaver/9.7.5/.helmignore similarity index 100% rename from stable/mkvtoolnix/10.7.3/.helmignore rename to stable/mkvcleaver/9.7.5/.helmignore diff --git a/stable/mkvcleaver/9.7.5/CHANGELOG.md b/stable/mkvcleaver/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..289513710f6 --- /dev/null +++ b/stable/mkvcleaver/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvcleaver-9.7.5](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvcleaver-9.7.4](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvcleaver-9.7.4](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvcleaver-9.7.4](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvcleaver-9.7.4](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvcleaver-9.7.4](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mkvcleaver/9.7.5/Chart.yaml b/stable/mkvcleaver/9.7.5/Chart.yaml new file mode 100644 index 00000000000..a2280c680b9 --- /dev/null +++ b/stable/mkvcleaver/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVCleaver is a tool for batch extraction of data from MKV files +home: https://truecharts.org/charts/stable/mkvcleaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png +keywords: + - media + - mkvcleaver +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvcleaver +sources: + - https://github.com/jlesage/docker-mkvcleaver + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver + - https://hub.docker.com/r/jlesage/mkvcleaver +type: application +version: 9.7.5 diff --git a/stable/mkvcleaver/9.7.3/README.md b/stable/mkvcleaver/9.7.5/README.md similarity index 100% rename from stable/mkvcleaver/9.7.3/README.md rename to stable/mkvcleaver/9.7.5/README.md diff --git a/stable/mkvcleaver/9.7.5/app-changelog.md b/stable/mkvcleaver/9.7.5/app-changelog.md new file mode 100644 index 00000000000..ca8979e8908 --- /dev/null +++ b/stable/mkvcleaver/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mkvcleaver-9.7.5](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mkvcleaver/9.7.3/app-readme.md b/stable/mkvcleaver/9.7.5/app-readme.md similarity index 100% rename from stable/mkvcleaver/9.7.3/app-readme.md rename to stable/mkvcleaver/9.7.5/app-readme.md diff --git a/stable/mkvcleaver/9.7.5/charts/common-20.2.10.tgz b/stable/mkvcleaver/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mkvcleaver/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mkvcleaver/9.7.3/ix_values.yaml b/stable/mkvcleaver/9.7.5/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/9.7.3/ix_values.yaml rename to stable/mkvcleaver/9.7.5/ix_values.yaml diff --git a/stable/mkvcleaver/9.7.3/questions.yaml b/stable/mkvcleaver/9.7.5/questions.yaml similarity index 100% rename from stable/mkvcleaver/9.7.3/questions.yaml rename to stable/mkvcleaver/9.7.5/questions.yaml diff --git a/stable/mkvtoolnix/10.7.3/templates/NOTES.txt b/stable/mkvcleaver/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/10.7.3/templates/NOTES.txt rename to stable/mkvcleaver/9.7.5/templates/NOTES.txt diff --git a/stable/mkvcleaver/9.7.3/templates/common.yaml b/stable/mkvcleaver/9.7.5/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/9.7.3/templates/common.yaml rename to stable/mkvcleaver/9.7.5/templates/common.yaml diff --git a/stable/mkvtoolnix/10.7.3/values.yaml b/stable/mkvcleaver/9.7.5/values.yaml similarity index 100% rename from stable/mkvtoolnix/10.7.3/values.yaml rename to stable/mkvcleaver/9.7.5/values.yaml diff --git a/stable/mkvtoolnix/10.7.3/CHANGELOG.md b/stable/mkvtoolnix/10.7.3/CHANGELOG.md deleted file mode 100644 index 0bc7b66c186..00000000000 --- a/stable/mkvtoolnix/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mkvtoolnix/10.7.3/Chart.yaml b/stable/mkvtoolnix/10.7.3/Chart.yaml deleted file mode 100644 index 6b23b35cd65..00000000000 --- a/stable/mkvtoolnix/10.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -home: https://truecharts.org/charts/stable/mkvtoolnix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png -keywords: - - media - - mkvtoolnix - - mkv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mkvtoolnix -sources: - - https://mkvtoolnix.download/ - - https://github.com/jlesage/docker-mkvtoolnix - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix - - https://hub.docker.com/r/jlesage/mkvtoolnix -type: application -version: 10.7.3 diff --git a/stable/mkvtoolnix/10.7.3/app-changelog.md b/stable/mkvtoolnix/10.7.3/app-changelog.md deleted file mode 100644 index dff35418c3d..00000000000 --- a/stable/mkvtoolnix/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz b/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/modsecurity-crs/3.7.3/.helmignore b/stable/mkvtoolnix/10.7.5/.helmignore similarity index 100% rename from stable/modsecurity-crs/3.7.3/.helmignore rename to stable/mkvtoolnix/10.7.5/.helmignore diff --git a/stable/mkvtoolnix/10.7.5/CHANGELOG.md b/stable/mkvtoolnix/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5de899affeb --- /dev/null +++ b/stable/mkvtoolnix/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvtoolnix-10.7.5](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvtoolnix-10.7.4](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvtoolnix-10.7.4](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvtoolnix-10.7.4](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvtoolnix-10.7.4](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mkvtoolnix-10.7.4](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mkvtoolnix/10.7.5/Chart.yaml b/stable/mkvtoolnix/10.7.5/Chart.yaml new file mode 100644 index 00000000000..d084e719c94 --- /dev/null +++ b/stable/mkvtoolnix/10.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. +home: https://truecharts.org/charts/stable/mkvtoolnix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png +keywords: + - media + - mkvtoolnix + - mkv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvtoolnix +sources: + - https://mkvtoolnix.download/ + - https://github.com/jlesage/docker-mkvtoolnix + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix + - https://hub.docker.com/r/jlesage/mkvtoolnix +type: application +version: 10.7.5 diff --git a/stable/mkvtoolnix/10.7.3/README.md b/stable/mkvtoolnix/10.7.5/README.md similarity index 100% rename from stable/mkvtoolnix/10.7.3/README.md rename to stable/mkvtoolnix/10.7.5/README.md diff --git a/stable/mkvtoolnix/10.7.5/app-changelog.md b/stable/mkvtoolnix/10.7.5/app-changelog.md new file mode 100644 index 00000000000..2f86779ecf5 --- /dev/null +++ b/stable/mkvtoolnix/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mkvtoolnix-10.7.5](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.7.3/app-readme.md b/stable/mkvtoolnix/10.7.5/app-readme.md similarity index 100% rename from stable/mkvtoolnix/10.7.3/app-readme.md rename to stable/mkvtoolnix/10.7.5/app-readme.md diff --git a/stable/mkvtoolnix/10.7.5/charts/common-20.2.10.tgz b/stable/mkvtoolnix/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mkvtoolnix/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mkvtoolnix/10.7.3/ix_values.yaml b/stable/mkvtoolnix/10.7.5/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/10.7.3/ix_values.yaml rename to stable/mkvtoolnix/10.7.5/ix_values.yaml diff --git a/stable/mkvtoolnix/10.7.3/questions.yaml b/stable/mkvtoolnix/10.7.5/questions.yaml similarity index 100% rename from stable/mkvtoolnix/10.7.3/questions.yaml rename to stable/mkvtoolnix/10.7.5/questions.yaml diff --git a/stable/modsecurity-crs/3.7.3/templates/NOTES.txt b/stable/mkvtoolnix/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/3.7.3/templates/NOTES.txt rename to stable/mkvtoolnix/10.7.5/templates/NOTES.txt diff --git a/stable/mkvtoolnix/10.7.3/templates/common.yaml b/stable/mkvtoolnix/10.7.5/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/10.7.3/templates/common.yaml rename to stable/mkvtoolnix/10.7.5/templates/common.yaml diff --git a/stable/modsecurity-crs/3.7.3/values.yaml b/stable/mkvtoolnix/10.7.5/values.yaml similarity index 100% rename from stable/modsecurity-crs/3.7.3/values.yaml rename to stable/mkvtoolnix/10.7.5/values.yaml diff --git a/stable/modsecurity-crs/3.7.3/CHANGELOG.md b/stable/modsecurity-crs/3.7.3/CHANGELOG.md deleted file mode 100644 index a842a89a97b..00000000000 --- a/stable/modsecurity-crs/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/modsecurity-crs/3.7.3/Chart.yaml b/stable/modsecurity-crs/3.7.3/Chart.yaml deleted file mode 100644 index f5089e24454..00000000000 --- a/stable/modsecurity-crs/3.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. -home: https://truecharts.org/charts/stable/modsecurity-crs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png -keywords: - - modsecurity-crs - - waf - - networking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: modsecurity-crs -sources: - - https://github.com/coreruleset/modsecurity-crs-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs - - https://hub.docker.com/r/owasp/modsecurity-crs -type: application -version: 3.7.3 diff --git a/stable/modsecurity-crs/3.7.3/app-changelog.md b/stable/modsecurity-crs/3.7.3/app-changelog.md deleted file mode 100644 index 150e2229724..00000000000 --- a/stable/modsecurity-crs/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz b/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mojopaste/5.7.3/.helmignore b/stable/modsecurity-crs/3.7.5/.helmignore similarity index 100% rename from stable/mojopaste/5.7.3/.helmignore rename to stable/modsecurity-crs/3.7.5/.helmignore diff --git a/stable/modsecurity-crs/3.7.5/CHANGELOG.md b/stable/modsecurity-crs/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..42fe73226d1 --- /dev/null +++ b/stable/modsecurity-crs/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [modsecurity-crs-3.7.5](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [modsecurity-crs-3.7.4](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [modsecurity-crs-3.7.4](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [modsecurity-crs-3.7.4](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [modsecurity-crs-3.7.4](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [modsecurity-crs-3.7.4](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/modsecurity-crs/3.7.5/Chart.yaml b/stable/modsecurity-crs/3.7.5/Chart.yaml new file mode 100644 index 00000000000..5520350cf88 --- /dev/null +++ b/stable/modsecurity-crs/3.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. +home: https://truecharts.org/charts/stable/modsecurity-crs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png +keywords: + - modsecurity-crs + - waf + - networking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: modsecurity-crs +sources: + - https://github.com/coreruleset/modsecurity-crs-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs + - https://hub.docker.com/r/owasp/modsecurity-crs +type: application +version: 3.7.5 diff --git a/stable/modsecurity-crs/3.7.3/README.md b/stable/modsecurity-crs/3.7.5/README.md similarity index 100% rename from stable/modsecurity-crs/3.7.3/README.md rename to stable/modsecurity-crs/3.7.5/README.md diff --git a/stable/modsecurity-crs/3.7.5/app-changelog.md b/stable/modsecurity-crs/3.7.5/app-changelog.md new file mode 100644 index 00000000000..f83e917a6e5 --- /dev/null +++ b/stable/modsecurity-crs/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [modsecurity-crs-3.7.5](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/modsecurity-crs/3.7.3/app-readme.md b/stable/modsecurity-crs/3.7.5/app-readme.md similarity index 100% rename from stable/modsecurity-crs/3.7.3/app-readme.md rename to stable/modsecurity-crs/3.7.5/app-readme.md diff --git a/stable/modsecurity-crs/3.7.5/charts/common-20.2.10.tgz b/stable/modsecurity-crs/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/modsecurity-crs/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/modsecurity-crs/3.7.3/ix_values.yaml b/stable/modsecurity-crs/3.7.5/ix_values.yaml similarity index 100% rename from stable/modsecurity-crs/3.7.3/ix_values.yaml rename to stable/modsecurity-crs/3.7.5/ix_values.yaml diff --git a/stable/modsecurity-crs/3.7.3/questions.yaml b/stable/modsecurity-crs/3.7.5/questions.yaml similarity index 100% rename from stable/modsecurity-crs/3.7.3/questions.yaml rename to stable/modsecurity-crs/3.7.5/questions.yaml diff --git a/stable/mongo-express/6.8.3/templates/NOTES.txt b/stable/modsecurity-crs/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/mongo-express/6.8.3/templates/NOTES.txt rename to stable/modsecurity-crs/3.7.5/templates/NOTES.txt diff --git a/stable/modsecurity-crs/3.7.3/templates/common.yaml b/stable/modsecurity-crs/3.7.5/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/3.7.3/templates/common.yaml rename to stable/modsecurity-crs/3.7.5/templates/common.yaml diff --git a/stable/mojopaste/5.7.3/values.yaml b/stable/modsecurity-crs/3.7.5/values.yaml similarity index 100% rename from stable/mojopaste/5.7.3/values.yaml rename to stable/modsecurity-crs/3.7.5/values.yaml diff --git a/stable/mojopaste/5.7.3/CHANGELOG.md b/stable/mojopaste/5.7.3/CHANGELOG.md deleted file mode 100644 index 46095762ad7..00000000000 --- a/stable/mojopaste/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mojopaste/5.7.3/Chart.yaml b/stable/mojopaste/5.7.3/Chart.yaml deleted file mode 100644 index d2acb7d897b..00000000000 --- a/stable/mojopaste/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. -home: https://truecharts.org/charts/stable/mojopaste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png -keywords: - - mojopaste - - Cloud - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mojopaste -sources: - - https://github.com/jhthorsen/app-mojopaste - - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste - - https://hub.docker.com/r/jhthorsen/mojopaste -type: application -version: 5.7.3 diff --git a/stable/mojopaste/5.7.3/app-changelog.md b/stable/mojopaste/5.7.3/app-changelog.md deleted file mode 100644 index b7e2b8bb61a..00000000000 --- a/stable/mojopaste/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz b/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/monero-node/6.6.6/.helmignore b/stable/mojopaste/5.7.5/.helmignore similarity index 100% rename from stable/monero-node/6.6.6/.helmignore rename to stable/mojopaste/5.7.5/.helmignore diff --git a/stable/mojopaste/5.7.5/CHANGELOG.md b/stable/mojopaste/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4d69ae5c66d --- /dev/null +++ b/stable/mojopaste/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mojopaste-5.7.5](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mojopaste-5.7.4](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mojopaste-5.7.4](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mojopaste-5.7.4](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mojopaste-5.7.4](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mojopaste-5.7.4](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mojopaste/5.7.5/Chart.yaml b/stable/mojopaste/5.7.5/Chart.yaml new file mode 100644 index 00000000000..8f20fd753ca --- /dev/null +++ b/stable/mojopaste/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. +home: https://truecharts.org/charts/stable/mojopaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png +keywords: + - mojopaste + - Cloud + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mojopaste +sources: + - https://github.com/jhthorsen/app-mojopaste + - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste + - https://hub.docker.com/r/jhthorsen/mojopaste +type: application +version: 5.7.5 diff --git a/stable/mojopaste/5.7.3/README.md b/stable/mojopaste/5.7.5/README.md similarity index 100% rename from stable/mojopaste/5.7.3/README.md rename to stable/mojopaste/5.7.5/README.md diff --git a/stable/mojopaste/5.7.5/app-changelog.md b/stable/mojopaste/5.7.5/app-changelog.md new file mode 100644 index 00000000000..28a467da9d9 --- /dev/null +++ b/stable/mojopaste/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mojopaste-5.7.5](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mojopaste/5.7.3/app-readme.md b/stable/mojopaste/5.7.5/app-readme.md similarity index 100% rename from stable/mojopaste/5.7.3/app-readme.md rename to stable/mojopaste/5.7.5/app-readme.md diff --git a/stable/mojopaste/5.7.5/charts/common-20.2.10.tgz b/stable/mojopaste/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mojopaste/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mojopaste/5.7.3/ix_values.yaml b/stable/mojopaste/5.7.5/ix_values.yaml similarity index 100% rename from stable/mojopaste/5.7.3/ix_values.yaml rename to stable/mojopaste/5.7.5/ix_values.yaml diff --git a/stable/mojopaste/5.7.3/questions.yaml b/stable/mojopaste/5.7.5/questions.yaml similarity index 100% rename from stable/mojopaste/5.7.3/questions.yaml rename to stable/mojopaste/5.7.5/questions.yaml diff --git a/stable/mojopaste/5.7.3/templates/common.yaml b/stable/mojopaste/5.7.5/templates/common.yaml similarity index 100% rename from stable/mojopaste/5.7.3/templates/common.yaml rename to stable/mojopaste/5.7.5/templates/common.yaml diff --git a/stable/monero-node/6.6.6/values.yaml b/stable/mojopaste/5.7.5/values.yaml similarity index 100% rename from stable/monero-node/6.6.6/values.yaml rename to stable/mojopaste/5.7.5/values.yaml diff --git a/stable/monero-node/6.6.6/CHANGELOG.md b/stable/monero-node/6.6.6/CHANGELOG.md deleted file mode 100644 index 15bb68db116..00000000000 --- a/stable/monero-node/6.6.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [monero-node-6.6.6](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) - - -## [monero-node-6.6.6](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) - - -## [monero-node-6.6.6](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) - - -## [monero-node-6.6.6](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) \ No newline at end of file diff --git a/stable/monero-node/6.6.6/Chart.yaml b/stable/monero-node/6.6.6/Chart.yaml deleted file mode 100644 index bf73291cf0a..00000000000 --- a/stable/monero-node/6.6.6/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.3.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart to run a monero full network node -home: https://truecharts.org/charts/stable/monero-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png -keywords: - - monero-node - - Crypto - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: monero-node -sources: - - https://github.com/kannix/monero-full-node - - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node - - https://ghcr.io/sethforprivacy/simple-monerod -type: application -version: 6.6.6 diff --git a/stable/monero-node/6.6.6/app-changelog.md b/stable/monero-node/6.6.6/app-changelog.md deleted file mode 100644 index bc93539942b..00000000000 --- a/stable/monero-node/6.6.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [monero-node-6.6.6](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) \ No newline at end of file diff --git a/stable/monero-node/6.6.6/charts/common-20.2.4.tgz b/stable/monero-node/6.6.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/monero-node/6.6.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mongo-express/6.8.3/.helmignore b/stable/monero-node/6.6.8/.helmignore similarity index 100% rename from stable/mongo-express/6.8.3/.helmignore rename to stable/monero-node/6.6.8/.helmignore diff --git a/stable/monero-node/6.6.8/CHANGELOG.md b/stable/monero-node/6.6.8/CHANGELOG.md new file mode 100644 index 00000000000..68fcd04da3a --- /dev/null +++ b/stable/monero-node/6.6.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monero-node-6.6.8](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) + + +## [monero-node-6.6.7](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) + + +## [monero-node-6.6.7](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) + + +## [monero-node-6.6.7](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/monero-node/6.6.8/Chart.yaml b/stable/monero-node/6.6.8/Chart.yaml new file mode 100644 index 00000000000..41e10c626bf --- /dev/null +++ b/stable/monero-node/6.6.8/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.3.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to run a monero full network node +home: https://truecharts.org/charts/stable/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png +keywords: + - monero-node + - Crypto + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monero-node +sources: + - https://github.com/kannix/monero-full-node + - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node + - https://ghcr.io/sethforprivacy/simple-monerod +type: application +version: 6.6.8 diff --git a/stable/monero-node/6.6.6/README.md b/stable/monero-node/6.6.8/README.md similarity index 100% rename from stable/monero-node/6.6.6/README.md rename to stable/monero-node/6.6.8/README.md diff --git a/stable/monero-node/6.6.8/app-changelog.md b/stable/monero-node/6.6.8/app-changelog.md new file mode 100644 index 00000000000..b10990ca391 --- /dev/null +++ b/stable/monero-node/6.6.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [monero-node-6.6.8](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@4e07ca4](https://github.com/4e07ca4) by renovate ([#19782](https://github.com/truecharts/charts/issues/19782)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309)) \ No newline at end of file diff --git a/stable/monero-node/6.6.6/app-readme.md b/stable/monero-node/6.6.8/app-readme.md similarity index 100% rename from stable/monero-node/6.6.6/app-readme.md rename to stable/monero-node/6.6.8/app-readme.md diff --git a/stable/monero-node/6.6.8/charts/common-20.2.10.tgz b/stable/monero-node/6.6.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/monero-node/6.6.8/charts/common-20.2.10.tgz differ diff --git a/stable/monero-node/6.6.6/ix_values.yaml b/stable/monero-node/6.6.8/ix_values.yaml similarity index 100% rename from stable/monero-node/6.6.6/ix_values.yaml rename to stable/monero-node/6.6.8/ix_values.yaml diff --git a/stable/monero-node/6.6.6/questions.yaml b/stable/monero-node/6.6.8/questions.yaml similarity index 100% rename from stable/monero-node/6.6.6/questions.yaml rename to stable/monero-node/6.6.8/questions.yaml diff --git a/stable/monero-node/6.6.6/templates/_args.tpl b/stable/monero-node/6.6.8/templates/_args.tpl similarity index 100% rename from stable/monero-node/6.6.6/templates/_args.tpl rename to stable/monero-node/6.6.8/templates/_args.tpl diff --git a/stable/monero-node/6.6.6/templates/common.yaml b/stable/monero-node/6.6.8/templates/common.yaml similarity index 100% rename from stable/monero-node/6.6.6/templates/common.yaml rename to stable/monero-node/6.6.8/templates/common.yaml diff --git a/stable/mongo-express/6.8.3/values.yaml b/stable/monero-node/6.6.8/values.yaml similarity index 100% rename from stable/mongo-express/6.8.3/values.yaml rename to stable/monero-node/6.6.8/values.yaml diff --git a/stable/mongo-express/6.8.3/CHANGELOG.md b/stable/mongo-express/6.8.3/CHANGELOG.md deleted file mode 100644 index fbc76c7d851..00000000000 --- a/stable/mongo-express/6.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - diff --git a/stable/mongo-express/6.8.3/Chart.yaml b/stable/mongo-express/6.8.3/Chart.yaml deleted file mode 100644 index 8cb5ce3d300..00000000000 --- a/stable/mongo-express/6.8.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 12.5.4 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. -home: https://truecharts.org/charts/stable/mongo-express -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png -keywords: - - mongo - - mongodb - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mongo-express -sources: - - https://github.com/mongo-express/mongo-express - - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express - - https://hub.docker.com/_/mongo-express -type: application -version: 6.8.3 diff --git a/stable/mongo-express/6.8.3/app-changelog.md b/stable/mongo-express/6.8.3/app-changelog.md deleted file mode 100644 index 97b5551d97c..00000000000 --- a/stable/mongo-express/6.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) \ No newline at end of file diff --git a/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz b/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mongodb/12.7.4/.helmignore b/stable/mongo-express/6.8.5/.helmignore similarity index 100% rename from stable/mongodb/12.7.4/.helmignore rename to stable/mongo-express/6.8.5/.helmignore diff --git a/stable/mongo-express/6.8.5/CHANGELOG.md b/stable/mongo-express/6.8.5/CHANGELOG.md new file mode 100644 index 00000000000..37ebd5391ca --- /dev/null +++ b/stable/mongo-express/6.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongo-express-6.8.5](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [mongo-express-6.8.4](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [mongo-express-6.8.4](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [mongo-express-6.8.4](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [mongo-express-6.8.4](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/mongo-express/6.8.5/Chart.yaml b/stable/mongo-express/6.8.5/Chart.yaml new file mode 100644 index 00000000000..dd836beee27 --- /dev/null +++ b/stable/mongo-express/6.8.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 12.5.4 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. +home: https://truecharts.org/charts/stable/mongo-express +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png +keywords: + - mongo + - mongodb + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongo-express +sources: + - https://github.com/mongo-express/mongo-express + - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express + - https://hub.docker.com/_/mongo-express +type: application +version: 6.8.5 diff --git a/stable/mongo-express/6.8.3/README.md b/stable/mongo-express/6.8.5/README.md similarity index 100% rename from stable/mongo-express/6.8.3/README.md rename to stable/mongo-express/6.8.5/README.md diff --git a/stable/mongo-express/6.8.5/app-changelog.md b/stable/mongo-express/6.8.5/app-changelog.md new file mode 100644 index 00000000000..33144d485c4 --- /dev/null +++ b/stable/mongo-express/6.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [mongo-express-6.8.5](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) \ No newline at end of file diff --git a/stable/mongo-express/6.8.3/app-readme.md b/stable/mongo-express/6.8.5/app-readme.md similarity index 100% rename from stable/mongo-express/6.8.3/app-readme.md rename to stable/mongo-express/6.8.5/app-readme.md diff --git a/stable/mongo-express/6.8.5/charts/common-20.2.10.tgz b/stable/mongo-express/6.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mongo-express/6.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/mongo-express/6.8.3/charts/mongodb-12.5.4.tgz b/stable/mongo-express/6.8.5/charts/mongodb-12.5.4.tgz similarity index 100% rename from stable/mongo-express/6.8.3/charts/mongodb-12.5.4.tgz rename to stable/mongo-express/6.8.5/charts/mongodb-12.5.4.tgz diff --git a/stable/mongo-express/6.8.3/ix_values.yaml b/stable/mongo-express/6.8.5/ix_values.yaml similarity index 100% rename from stable/mongo-express/6.8.3/ix_values.yaml rename to stable/mongo-express/6.8.5/ix_values.yaml diff --git a/stable/mongo-express/6.8.3/questions.yaml b/stable/mongo-express/6.8.5/questions.yaml similarity index 100% rename from stable/mongo-express/6.8.3/questions.yaml rename to stable/mongo-express/6.8.5/questions.yaml diff --git a/stable/mongodb/12.7.4/templates/NOTES.txt b/stable/mongo-express/6.8.5/templates/NOTES.txt similarity index 100% rename from stable/mongodb/12.7.4/templates/NOTES.txt rename to stable/mongo-express/6.8.5/templates/NOTES.txt diff --git a/stable/mongo-express/6.8.3/templates/common.yaml b/stable/mongo-express/6.8.5/templates/common.yaml similarity index 100% rename from stable/mongo-express/6.8.3/templates/common.yaml rename to stable/mongo-express/6.8.5/templates/common.yaml diff --git a/stable/mongodb/12.7.4/values.yaml b/stable/mongo-express/6.8.5/values.yaml similarity index 100% rename from stable/mongodb/12.7.4/values.yaml rename to stable/mongo-express/6.8.5/values.yaml diff --git a/stable/mongodb/12.7.4/CHANGELOG.md b/stable/mongodb/12.7.4/CHANGELOG.md deleted file mode 100644 index 696befe30ed..00000000000 --- a/stable/mongodb/12.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - diff --git a/stable/mongodb/12.7.4/Chart.yaml b/stable/mongodb/12.7.4/Chart.yaml deleted file mode 100644 index 24f1744c7b8..00000000000 --- a/stable/mongodb/12.7.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.0.7 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fast, reliable, scalable, and easy to use open-source no-sql database system. -home: https://truecharts.org/charts/stable/mongodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png -keywords: - - mongodb - - database - - nosql -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mongodb -sources: - - https://www.mongodb.com - - https://github.com/bitnami/bitnami-docker-mongodb - - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb - - https://hub.docker.com/r/bitnami/mongodb -type: application -version: 12.7.4 diff --git a/stable/mongodb/12.7.4/app-changelog.md b/stable/mongodb/12.7.4/app-changelog.md deleted file mode 100644 index ccca96255da..00000000000 --- a/stable/mongodb/12.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mongodb/12.7.4/charts/common-20.2.4.tgz b/stable/mongodb/12.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mongodb/12.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/monica/12.12.8/.helmignore b/stable/mongodb/12.7.6/.helmignore similarity index 100% rename from stable/monica/12.12.8/.helmignore rename to stable/mongodb/12.7.6/.helmignore diff --git a/stable/mongodb/12.7.6/CHANGELOG.md b/stable/mongodb/12.7.6/CHANGELOG.md new file mode 100644 index 00000000000..d5767d3a8dc --- /dev/null +++ b/stable/mongodb/12.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongodb-12.7.6](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mongodb-12.7.5](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mongodb-12.7.5](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mongodb-12.7.5](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mongodb-12.7.5](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/mongodb/12.7.6/Chart.yaml b/stable/mongodb/12.7.6/Chart.yaml new file mode 100644 index 00000000000..8652a615636 --- /dev/null +++ b/stable/mongodb/12.7.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.0.7 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source no-sql database system. +home: https://truecharts.org/charts/stable/mongodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png +keywords: + - mongodb + - database + - nosql +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongodb +sources: + - https://www.mongodb.com + - https://github.com/bitnami/bitnami-docker-mongodb + - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb + - https://hub.docker.com/r/bitnami/mongodb +type: application +version: 12.7.6 diff --git a/stable/mongodb/12.7.4/README.md b/stable/mongodb/12.7.6/README.md similarity index 100% rename from stable/mongodb/12.7.4/README.md rename to stable/mongodb/12.7.6/README.md diff --git a/stable/mongodb/12.7.6/app-changelog.md b/stable/mongodb/12.7.6/app-changelog.md new file mode 100644 index 00000000000..a97b5fc3be3 --- /dev/null +++ b/stable/mongodb/12.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [mongodb-12.7.6](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mongodb/12.7.4/app-readme.md b/stable/mongodb/12.7.6/app-readme.md similarity index 100% rename from stable/mongodb/12.7.4/app-readme.md rename to stable/mongodb/12.7.6/app-readme.md diff --git a/stable/mongodb/12.7.6/charts/common-20.2.10.tgz b/stable/mongodb/12.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mongodb/12.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/mongodb/12.7.4/ix_values.yaml b/stable/mongodb/12.7.6/ix_values.yaml similarity index 100% rename from stable/mongodb/12.7.4/ix_values.yaml rename to stable/mongodb/12.7.6/ix_values.yaml diff --git a/stable/mongodb/12.7.4/questions.yaml b/stable/mongodb/12.7.6/questions.yaml similarity index 100% rename from stable/mongodb/12.7.4/questions.yaml rename to stable/mongodb/12.7.6/questions.yaml diff --git a/stable/monica/12.12.8/templates/NOTES.txt b/stable/mongodb/12.7.6/templates/NOTES.txt similarity index 100% rename from stable/monica/12.12.8/templates/NOTES.txt rename to stable/mongodb/12.7.6/templates/NOTES.txt diff --git a/stable/mongodb/12.7.4/templates/common.yaml b/stable/mongodb/12.7.6/templates/common.yaml similarity index 100% rename from stable/mongodb/12.7.4/templates/common.yaml rename to stable/mongodb/12.7.6/templates/common.yaml diff --git a/stable/monica/12.12.8/values.yaml b/stable/mongodb/12.7.6/values.yaml similarity index 100% rename from stable/monica/12.12.8/values.yaml rename to stable/mongodb/12.7.6/values.yaml diff --git a/stable/mordhau/5.7.3/.helmignore b/stable/monica/12.12.10/.helmignore similarity index 100% rename from stable/mordhau/5.7.3/.helmignore rename to stable/monica/12.12.10/.helmignore diff --git a/stable/monica/12.12.10/CHANGELOG.md b/stable/monica/12.12.10/CHANGELOG.md new file mode 100644 index 00000000000..04da1ea2a81 --- /dev/null +++ b/stable/monica/12.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monica-12.12.10](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) + + +## [monica-12.12.9](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) + + +## [monica-12.12.9](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/monica/12.12.10/Chart.yaml b/stable/monica/12.12.10/Chart.yaml new file mode 100644 index 00000000000..1af1d9c0d63 --- /dev/null +++ b/stable/monica/12.12.10/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: crm + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Monica is a great open source personal relationship management system. +home: https://truecharts.org/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png +keywords: + - crm +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monica +sources: + - https://github.com/monicahq/monica + - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://hub.docker.com/_/monica +type: application +version: 12.12.10 diff --git a/stable/monica/12.12.8/README.md b/stable/monica/12.12.10/README.md similarity index 100% rename from stable/monica/12.12.8/README.md rename to stable/monica/12.12.10/README.md diff --git a/stable/monica/12.12.10/app-changelog.md b/stable/monica/12.12.10/app-changelog.md new file mode 100644 index 00000000000..180a68cba17 --- /dev/null +++ b/stable/monica/12.12.10/app-changelog.md @@ -0,0 +1,39 @@ + + +## [monica-12.12.10](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) \ No newline at end of file diff --git a/stable/monica/12.12.8/app-readme.md b/stable/monica/12.12.10/app-readme.md similarity index 100% rename from stable/monica/12.12.8/app-readme.md rename to stable/monica/12.12.10/app-readme.md diff --git a/stable/monica/12.12.10/charts/common-20.2.10.tgz b/stable/monica/12.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/monica/12.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/monica/12.12.10/charts/mariadb-13.7.5.tgz b/stable/monica/12.12.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/monica/12.12.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/monica/12.12.8/ix_values.yaml b/stable/monica/12.12.10/ix_values.yaml similarity index 100% rename from stable/monica/12.12.8/ix_values.yaml rename to stable/monica/12.12.10/ix_values.yaml diff --git a/stable/monica/12.12.8/questions.yaml b/stable/monica/12.12.10/questions.yaml similarity index 100% rename from stable/monica/12.12.8/questions.yaml rename to stable/monica/12.12.10/questions.yaml diff --git a/stable/mosdns/9.7.3/templates/NOTES.txt b/stable/monica/12.12.10/templates/NOTES.txt similarity index 100% rename from stable/mosdns/9.7.3/templates/NOTES.txt rename to stable/monica/12.12.10/templates/NOTES.txt diff --git a/stable/monica/12.12.8/templates/_appkey.tpl b/stable/monica/12.12.10/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.12.8/templates/_appkey.tpl rename to stable/monica/12.12.10/templates/_appkey.tpl diff --git a/stable/monica/12.12.8/templates/common.yaml b/stable/monica/12.12.10/templates/common.yaml similarity index 100% rename from stable/monica/12.12.8/templates/common.yaml rename to stable/monica/12.12.10/templates/common.yaml diff --git a/stable/mordhau/5.7.3/values.yaml b/stable/monica/12.12.10/values.yaml similarity index 100% rename from stable/mordhau/5.7.3/values.yaml rename to stable/monica/12.12.10/values.yaml diff --git a/stable/monica/12.12.8/CHANGELOG.md b/stable/monica/12.12.8/CHANGELOG.md deleted file mode 100644 index 61a109de8a0..00000000000 --- a/stable/monica/12.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [monica-12.12.8](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) - - -## [monica-12.12.8](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) - - -## [monica-12.12.7](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/monica/12.12.8/Chart.yaml b/stable/monica/12.12.8/Chart.yaml deleted file mode 100644 index e1d7e30440d..00000000000 --- a/stable/monica/12.12.8/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: crm - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Monica is a great open source personal relationship management system. -home: https://truecharts.org/charts/stable/monica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png -keywords: - - crm -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: monica -sources: - - https://github.com/monicahq/monica - - https://github.com/truecharts/charts/tree/master/charts/stable/monica - - https://hub.docker.com/_/monica -type: application -version: 12.12.8 diff --git a/stable/monica/12.12.8/app-changelog.md b/stable/monica/12.12.8/app-changelog.md deleted file mode 100644 index 6f32b47b0a3..00000000000 --- a/stable/monica/12.12.8/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [monica-12.12.8](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) \ No newline at end of file diff --git a/stable/monica/12.12.8/charts/common-20.2.9.tgz b/stable/monica/12.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/monica/12.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/monica/12.12.8/charts/mariadb-13.7.4.tgz b/stable/monica/12.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/monica/12.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/mordhau/5.7.3/CHANGELOG.md b/stable/mordhau/5.7.3/CHANGELOG.md deleted file mode 100644 index 681b73e9008..00000000000 --- a/stable/mordhau/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mordhau/5.7.3/Chart.yaml b/stable/mordhau/5.7.3/Chart.yaml deleted file mode 100644 index cde6dd4e94d..00000000000 --- a/stable/mordhau/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: mordhau -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" -home: https://truecharts.org/charts/stable/mordhau -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png -keywords: - - mordhau - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mordhau -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/mordhau/5.7.3/app-changelog.md b/stable/mordhau/5.7.3/app-changelog.md deleted file mode 100644 index 8708164aaf2..00000000000 --- a/stable/mordhau/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mordhau/5.7.3/charts/common-20.2.4.tgz b/stable/mordhau/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mordhau/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mosdns/9.7.3/.helmignore b/stable/mordhau/5.7.5/.helmignore similarity index 100% rename from stable/mosdns/9.7.3/.helmignore rename to stable/mordhau/5.7.5/.helmignore diff --git a/stable/mordhau/5.7.5/CHANGELOG.md b/stable/mordhau/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b8e82061e66 --- /dev/null +++ b/stable/mordhau/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mordhau-5.7.5](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mordhau-5.7.4](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mordhau-5.7.4](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mordhau-5.7.4](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mordhau-5.7.4](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mordhau-5.7.4](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mordhau/5.7.5/Chart.yaml b/stable/mordhau/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0c27b54c10e --- /dev/null +++ b/stable/mordhau/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: mordhau +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" +home: https://truecharts.org/charts/stable/mordhau +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png +keywords: + - mordhau + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mordhau +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/mordhau/5.7.3/README.md b/stable/mordhau/5.7.5/README.md similarity index 100% rename from stable/mordhau/5.7.3/README.md rename to stable/mordhau/5.7.5/README.md diff --git a/stable/mordhau/5.7.5/app-changelog.md b/stable/mordhau/5.7.5/app-changelog.md new file mode 100644 index 00000000000..6fbbfe56363 --- /dev/null +++ b/stable/mordhau/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mordhau-5.7.5](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mordhau/5.7.3/app-readme.md b/stable/mordhau/5.7.5/app-readme.md similarity index 100% rename from stable/mordhau/5.7.3/app-readme.md rename to stable/mordhau/5.7.5/app-readme.md diff --git a/stable/mordhau/5.7.5/charts/common-20.2.10.tgz b/stable/mordhau/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mordhau/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mordhau/5.7.3/ix_values.yaml b/stable/mordhau/5.7.5/ix_values.yaml similarity index 100% rename from stable/mordhau/5.7.3/ix_values.yaml rename to stable/mordhau/5.7.5/ix_values.yaml diff --git a/stable/mordhau/5.7.3/questions.yaml b/stable/mordhau/5.7.5/questions.yaml similarity index 100% rename from stable/mordhau/5.7.3/questions.yaml rename to stable/mordhau/5.7.5/questions.yaml diff --git a/stable/mordhau/5.7.3/templates/common.yaml b/stable/mordhau/5.7.5/templates/common.yaml similarity index 100% rename from stable/mordhau/5.7.3/templates/common.yaml rename to stable/mordhau/5.7.5/templates/common.yaml diff --git a/stable/mosdns/9.7.3/values.yaml b/stable/mordhau/5.7.5/values.yaml similarity index 100% rename from stable/mosdns/9.7.3/values.yaml rename to stable/mordhau/5.7.5/values.yaml diff --git a/stable/mosdns/9.7.3/CHANGELOG.md b/stable/mosdns/9.7.3/CHANGELOG.md deleted file mode 100644 index 88b8a4c29f9..00000000000 --- a/stable/mosdns/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mosdns/9.7.3/Chart.yaml b/stable/mosdns/9.7.3/Chart.yaml deleted file mode 100644 index ca202fc6c95..00000000000 --- a/stable/mosdns/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A location-based pluggable DNS forwarder/splitter. -home: https://truecharts.org/charts/stable/mosdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png -keywords: - - mosdns - - dns -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mosdns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns - - https://hub.docker.com/r/601096721/mosdns -type: application -version: 9.7.3 diff --git a/stable/mosdns/9.7.3/app-changelog.md b/stable/mosdns/9.7.3/app-changelog.md deleted file mode 100644 index bb1166438e5..00000000000 --- a/stable/mosdns/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mosdns/9.7.3/charts/common-20.2.4.tgz b/stable/mosdns/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mosdns/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mosquitto/14.7.3/.helmignore b/stable/mosdns/9.7.5/.helmignore similarity index 100% rename from stable/mosquitto/14.7.3/.helmignore rename to stable/mosdns/9.7.5/.helmignore diff --git a/stable/mosdns/9.7.5/CHANGELOG.md b/stable/mosdns/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1c59c943417 --- /dev/null +++ b/stable/mosdns/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosdns-9.7.5](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosdns-9.7.4](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosdns-9.7.4](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosdns-9.7.4](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosdns-9.7.4](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosdns-9.7.4](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mosdns/9.7.5/Chart.yaml b/stable/mosdns/9.7.5/Chart.yaml new file mode 100644 index 00000000000..7ac3ee722db --- /dev/null +++ b/stable/mosdns/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A location-based pluggable DNS forwarder/splitter. +home: https://truecharts.org/charts/stable/mosdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png +keywords: + - mosdns + - dns +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns + - https://hub.docker.com/r/601096721/mosdns +type: application +version: 9.7.5 diff --git a/stable/mosdns/9.7.3/README.md b/stable/mosdns/9.7.5/README.md similarity index 100% rename from stable/mosdns/9.7.3/README.md rename to stable/mosdns/9.7.5/README.md diff --git a/stable/mosdns/9.7.5/app-changelog.md b/stable/mosdns/9.7.5/app-changelog.md new file mode 100644 index 00000000000..25b9707372b --- /dev/null +++ b/stable/mosdns/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mosdns-9.7.5](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mosdns/9.7.3/app-readme.md b/stable/mosdns/9.7.5/app-readme.md similarity index 100% rename from stable/mosdns/9.7.3/app-readme.md rename to stable/mosdns/9.7.5/app-readme.md diff --git a/stable/mosdns/9.7.5/charts/common-20.2.10.tgz b/stable/mosdns/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mosdns/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mosdns/9.7.3/ix_values.yaml b/stable/mosdns/9.7.5/ix_values.yaml similarity index 100% rename from stable/mosdns/9.7.3/ix_values.yaml rename to stable/mosdns/9.7.5/ix_values.yaml diff --git a/stable/mosdns/9.7.3/questions.yaml b/stable/mosdns/9.7.5/questions.yaml similarity index 100% rename from stable/mosdns/9.7.3/questions.yaml rename to stable/mosdns/9.7.5/questions.yaml diff --git a/stable/mosquitto/14.7.3/templates/NOTES.txt b/stable/mosdns/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/mosquitto/14.7.3/templates/NOTES.txt rename to stable/mosdns/9.7.5/templates/NOTES.txt diff --git a/stable/mosdns/9.7.3/templates/common.yaml b/stable/mosdns/9.7.5/templates/common.yaml similarity index 100% rename from stable/mosdns/9.7.3/templates/common.yaml rename to stable/mosdns/9.7.5/templates/common.yaml diff --git a/stable/mosquitto/14.7.3/values.yaml b/stable/mosdns/9.7.5/values.yaml similarity index 100% rename from stable/mosquitto/14.7.3/values.yaml rename to stable/mosdns/9.7.5/values.yaml diff --git a/stable/mosquitto/14.7.3/CHANGELOG.md b/stable/mosquitto/14.7.3/CHANGELOG.md deleted file mode 100644 index 58479f046ad..00000000000 --- a/stable/mosquitto/14.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mosquitto/14.7.3/Chart.yaml b/stable/mosquitto/14.7.3/Chart.yaml deleted file mode 100644 index a6689435c9b..00000000000 --- a/stable/mosquitto/14.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.18 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Eclipse Mosquitto - An open source MQTT broker -home: https://truecharts.org/charts/stable/mosquitto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png -keywords: - - mosquitto - - home-automation - - MQTT - - eclipse-iot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mosquitto -sources: - - https://github.com/eclipse/mosquitto - - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - - https://hub.docker.com/_/eclipse-mosquitto -type: application -version: 14.7.3 diff --git a/stable/mosquitto/14.7.3/app-changelog.md b/stable/mosquitto/14.7.3/app-changelog.md deleted file mode 100644 index 0475dd2014b..00000000000 --- a/stable/mosquitto/14.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz b/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mstream/10.7.5/.helmignore b/stable/mosquitto/14.7.5/.helmignore similarity index 100% rename from stable/mstream/10.7.5/.helmignore rename to stable/mosquitto/14.7.5/.helmignore diff --git a/stable/mosquitto/14.7.5/CHANGELOG.md b/stable/mosquitto/14.7.5/CHANGELOG.md new file mode 100644 index 00000000000..55b39dd86bb --- /dev/null +++ b/stable/mosquitto/14.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosquitto-14.7.5](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosquitto-14.7.4](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosquitto-14.7.4](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosquitto-14.7.4](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosquitto-14.7.4](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mosquitto-14.7.4](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mosquitto/14.7.5/Chart.yaml b/stable/mosquitto/14.7.5/Chart.yaml new file mode 100644 index 00000000000..1130585330f --- /dev/null +++ b/stable/mosquitto/14.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.18 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Eclipse Mosquitto - An open source MQTT broker +home: https://truecharts.org/charts/stable/mosquitto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png +keywords: + - mosquitto + - home-automation + - MQTT + - eclipse-iot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosquitto +sources: + - https://github.com/eclipse/mosquitto + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto + - https://hub.docker.com/_/eclipse-mosquitto +type: application +version: 14.7.5 diff --git a/stable/mosquitto/14.7.3/README.md b/stable/mosquitto/14.7.5/README.md similarity index 100% rename from stable/mosquitto/14.7.3/README.md rename to stable/mosquitto/14.7.5/README.md diff --git a/stable/mosquitto/14.7.5/app-changelog.md b/stable/mosquitto/14.7.5/app-changelog.md new file mode 100644 index 00000000000..02420ec46ab --- /dev/null +++ b/stable/mosquitto/14.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mosquitto-14.7.5](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mosquitto/14.7.3/app-readme.md b/stable/mosquitto/14.7.5/app-readme.md similarity index 100% rename from stable/mosquitto/14.7.3/app-readme.md rename to stable/mosquitto/14.7.5/app-readme.md diff --git a/stable/mosquitto/14.7.5/charts/common-20.2.10.tgz b/stable/mosquitto/14.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mosquitto/14.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mosquitto/14.7.3/ix_values.yaml b/stable/mosquitto/14.7.5/ix_values.yaml similarity index 100% rename from stable/mosquitto/14.7.3/ix_values.yaml rename to stable/mosquitto/14.7.5/ix_values.yaml diff --git a/stable/mosquitto/14.7.3/questions.yaml b/stable/mosquitto/14.7.5/questions.yaml similarity index 100% rename from stable/mosquitto/14.7.3/questions.yaml rename to stable/mosquitto/14.7.5/questions.yaml diff --git a/stable/mstream/10.7.5/templates/NOTES.txt b/stable/mosquitto/14.7.5/templates/NOTES.txt similarity index 100% rename from stable/mstream/10.7.5/templates/NOTES.txt rename to stable/mosquitto/14.7.5/templates/NOTES.txt diff --git a/stable/mosquitto/14.7.3/templates/common.yaml b/stable/mosquitto/14.7.5/templates/common.yaml similarity index 100% rename from stable/mosquitto/14.7.3/templates/common.yaml rename to stable/mosquitto/14.7.5/templates/common.yaml diff --git a/stable/mstream/10.7.5/values.yaml b/stable/mosquitto/14.7.5/values.yaml similarity index 100% rename from stable/mstream/10.7.5/values.yaml rename to stable/mosquitto/14.7.5/values.yaml diff --git a/stable/mstream/10.7.5/CHANGELOG.md b/stable/mstream/10.7.5/CHANGELOG.md deleted file mode 100644 index 4c884a06f43..00000000000 --- a/stable/mstream/10.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mstream-10.7.5](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) - - -## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) - - -## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) - - -## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) - - -## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) diff --git a/stable/mstream/10.7.5/Chart.yaml b/stable/mstream/10.7.5/Chart.yaml deleted file mode 100644 index 26bae119953..00000000000 --- a/stable/mstream/10.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.11.4 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A personal music streaming server -home: https://truecharts.org/charts/stable/mstream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png -keywords: - - mstream - - server - - music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mstream -sources: - - https://mstream.io/ - - https://github.com/linuxserver/docker-mstream - - https://github.com/truecharts/charts/tree/master/charts/stable/mstream - - https://ghcr.io/linuxserver/mstream -type: application -version: 10.7.5 diff --git a/stable/mstream/10.7.5/app-changelog.md b/stable/mstream/10.7.5/app-changelog.md deleted file mode 100644 index 1d91270901c..00000000000 --- a/stable/mstream/10.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [mstream-10.7.5](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) \ No newline at end of file diff --git a/stable/mstream/10.7.5/charts/common-20.2.9.tgz b/stable/mstream/10.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/mstream/10.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/mstream/10.7.5/ix_values.yaml b/stable/mstream/10.7.5/ix_values.yaml deleted file mode 100644 index 5d6ea33fb67..00000000000 --- a/stable/mstream/10.7.5/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mstream - pullPolicy: IfNotPresent - tag: 5.11.4@sha256:602259ba4558759ab91cbaa565044380551cfe14d997cbee1a0b240aca78efe4 -service: - main: - ports: - main: - port: 10041 - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/multi-scrobbler/6.7.4/.helmignore b/stable/mstream/10.7.7/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.7.4/.helmignore rename to stable/mstream/10.7.7/.helmignore diff --git a/stable/mstream/10.7.7/CHANGELOG.md b/stable/mstream/10.7.7/CHANGELOG.md new file mode 100644 index 00000000000..2832d2ddc81 --- /dev/null +++ b/stable/mstream/10.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mstream-10.7.7](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@1bcbc24](https://github.com/1bcbc24) by renovate ([#19864](https://github.com/truecharts/charts/issues/19864)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) + + +## [mstream-10.7.6](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@1bcbc24](https://github.com/1bcbc24) by renovate ([#19864](https://github.com/truecharts/charts/issues/19864)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) + + +## [mstream-10.7.6](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@1bcbc24](https://github.com/1bcbc24) by renovate ([#19864](https://github.com/truecharts/charts/issues/19864)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) + + +## [mstream-10.7.6](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@1bcbc24](https://github.com/1bcbc24) by renovate ([#19864](https://github.com/truecharts/charts/issues/19864)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mstream/10.7.7/Chart.yaml b/stable/mstream/10.7.7/Chart.yaml new file mode 100644 index 00000000000..2f14db574e2 --- /dev/null +++ b/stable/mstream/10.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.11.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A personal music streaming server +home: https://truecharts.org/charts/stable/mstream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png +keywords: + - mstream + - server + - music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mstream +sources: + - https://mstream.io/ + - https://github.com/linuxserver/docker-mstream + - https://github.com/truecharts/charts/tree/master/charts/stable/mstream + - https://ghcr.io/linuxserver/mstream +type: application +version: 10.7.7 diff --git a/stable/mstream/10.7.5/README.md b/stable/mstream/10.7.7/README.md similarity index 100% rename from stable/mstream/10.7.5/README.md rename to stable/mstream/10.7.7/README.md diff --git a/stable/mstream/10.7.7/app-changelog.md b/stable/mstream/10.7.7/app-changelog.md new file mode 100644 index 00000000000..f9c809bfe98 --- /dev/null +++ b/stable/mstream/10.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [mstream-10.7.7](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@1bcbc24](https://github.com/1bcbc24) by renovate ([#19864](https://github.com/truecharts/charts/issues/19864)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240)) \ No newline at end of file diff --git a/stable/mstream/10.7.5/app-readme.md b/stable/mstream/10.7.7/app-readme.md similarity index 100% rename from stable/mstream/10.7.5/app-readme.md rename to stable/mstream/10.7.7/app-readme.md diff --git a/stable/mstream/10.7.7/charts/common-20.2.10.tgz b/stable/mstream/10.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mstream/10.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/mstream/10.7.7/ix_values.yaml b/stable/mstream/10.7.7/ix_values.yaml new file mode 100644 index 00000000000..c10a88c1e83 --- /dev/null +++ b/stable/mstream/10.7.7/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/mstream + pullPolicy: IfNotPresent + tag: 5.11.4@sha256:1bcbc2416d4dafd88fc53a84ee9bcdb724fd77eca3e23d862909e7cd99abd8f1 +service: + main: + ports: + main: + port: 10041 + targetPort: 3000 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/mstream/10.7.5/questions.yaml b/stable/mstream/10.7.7/questions.yaml similarity index 100% rename from stable/mstream/10.7.5/questions.yaml rename to stable/mstream/10.7.7/questions.yaml diff --git a/stable/multi-scrobbler/6.7.4/templates/NOTES.txt b/stable/mstream/10.7.7/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.7.4/templates/NOTES.txt rename to stable/mstream/10.7.7/templates/NOTES.txt diff --git a/stable/mstream/10.7.5/templates/common.yaml b/stable/mstream/10.7.7/templates/common.yaml similarity index 100% rename from stable/mstream/10.7.5/templates/common.yaml rename to stable/mstream/10.7.7/templates/common.yaml diff --git a/stable/multi-scrobbler/6.7.4/values.yaml b/stable/mstream/10.7.7/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.7.4/values.yaml rename to stable/mstream/10.7.7/values.yaml diff --git a/stable/multi-scrobbler/6.7.4/CHANGELOG.md b/stable/multi-scrobbler/6.7.4/CHANGELOG.md deleted file mode 100644 index ef78e99f5ac..00000000000 --- a/stable/multi-scrobbler/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - diff --git a/stable/multi-scrobbler/6.7.4/Chart.yaml b/stable/multi-scrobbler/6.7.4/Chart.yaml deleted file mode 100644 index d2637427a08..00000000000 --- a/stable/multi-scrobbler/6.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Track your music listening history from many sources and record to many scrobble clients. -home: https://truecharts.org/charts/stable/multi-scrobbler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png -keywords: - - multi-scrobbler - - Network-Web - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: multi-scrobbler -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler - - https://hub.docker.com/r/foxxmd/multi-scrobbler -type: application -version: 6.7.4 diff --git a/stable/multi-scrobbler/6.7.4/app-changelog.md b/stable/multi-scrobbler/6.7.4/app-changelog.md deleted file mode 100644 index 0ee70f2ea10..00000000000 --- a/stable/multi-scrobbler/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [multi-scrobbler-6.7.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.4) (2024-03-27) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/multi-scrobbler/6.7.4/charts/common-20.2.4.tgz b/stable/multi-scrobbler/6.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/multi-scrobbler/6.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/muse/5.9.4/.helmignore b/stable/multi-scrobbler/6.7.6/.helmignore similarity index 100% rename from stable/muse/5.9.4/.helmignore rename to stable/multi-scrobbler/6.7.6/.helmignore diff --git a/stable/multi-scrobbler/6.7.6/CHANGELOG.md b/stable/multi-scrobbler/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..4de991c716e --- /dev/null +++ b/stable/multi-scrobbler/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [multi-scrobbler-6.7.6](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [multi-scrobbler-6.7.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [multi-scrobbler-6.7.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [multi-scrobbler-6.7.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [multi-scrobbler-6.7.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/multi-scrobbler/6.7.6/Chart.yaml b/stable/multi-scrobbler/6.7.6/Chart.yaml new file mode 100644 index 00000000000..4effae6fdbb --- /dev/null +++ b/stable/multi-scrobbler/6.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your music listening history from many sources and record to many scrobble clients. +home: https://truecharts.org/charts/stable/multi-scrobbler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png +keywords: + - multi-scrobbler + - Network-Web + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: multi-scrobbler +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler + - https://hub.docker.com/r/foxxmd/multi-scrobbler +type: application +version: 6.7.6 diff --git a/stable/multi-scrobbler/6.7.4/README.md b/stable/multi-scrobbler/6.7.6/README.md similarity index 100% rename from stable/multi-scrobbler/6.7.4/README.md rename to stable/multi-scrobbler/6.7.6/README.md diff --git a/stable/multi-scrobbler/6.7.6/app-changelog.md b/stable/multi-scrobbler/6.7.6/app-changelog.md new file mode 100644 index 00000000000..55d3f1e2494 --- /dev/null +++ b/stable/multi-scrobbler/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [multi-scrobbler-6.7.6](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image foxxmd/multi-scrobbler to latest[@80264f2](https://github.com/80264f2) by renovate ([#19828](https://github.com/truecharts/charts/issues/19828)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/multi-scrobbler/6.7.4/app-readme.md b/stable/multi-scrobbler/6.7.6/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.7.4/app-readme.md rename to stable/multi-scrobbler/6.7.6/app-readme.md diff --git a/stable/multi-scrobbler/6.7.6/charts/common-20.2.10.tgz b/stable/multi-scrobbler/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/multi-scrobbler/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/multi-scrobbler/6.7.4/ix_values.yaml b/stable/multi-scrobbler/6.7.6/ix_values.yaml similarity index 100% rename from stable/multi-scrobbler/6.7.4/ix_values.yaml rename to stable/multi-scrobbler/6.7.6/ix_values.yaml diff --git a/stable/multi-scrobbler/6.7.4/questions.yaml b/stable/multi-scrobbler/6.7.6/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.7.4/questions.yaml rename to stable/multi-scrobbler/6.7.6/questions.yaml diff --git a/stable/muximux/10.7.3/templates/NOTES.txt b/stable/multi-scrobbler/6.7.6/templates/NOTES.txt similarity index 100% rename from stable/muximux/10.7.3/templates/NOTES.txt rename to stable/multi-scrobbler/6.7.6/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.7.4/templates/common.yaml b/stable/multi-scrobbler/6.7.6/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.7.4/templates/common.yaml rename to stable/multi-scrobbler/6.7.6/templates/common.yaml diff --git a/stable/muse/5.9.4/values.yaml b/stable/multi-scrobbler/6.7.6/values.yaml similarity index 100% rename from stable/muse/5.9.4/values.yaml rename to stable/multi-scrobbler/6.7.6/values.yaml diff --git a/stable/muse/5.9.4/CHANGELOG.md b/stable/muse/5.9.4/CHANGELOG.md deleted file mode 100644 index 8ff48a211f3..00000000000 --- a/stable/muse/5.9.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/muse/5.9.4/Chart.yaml b/stable/muse/5.9.4/Chart.yaml deleted file mode 100644 index 7866b6ebdfb..00000000000 --- a/stable/muse/5.9.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.7.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted midwestern Discord music bot that doesn't suck. -home: https://truecharts.org/charts/stable/muse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png -keywords: - - muse - - media - - discord-bot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: muse -sources: - - https://github.com/codetheweb/muse - - https://github.com/truecharts/charts/tree/master/charts/stable/muse - - https://hub.docker.com/r/codetheweb/muse -type: application -version: 5.9.4 diff --git a/stable/muse/5.9.4/app-changelog.md b/stable/muse/5.9.4/app-changelog.md deleted file mode 100644 index b37e94650a4..00000000000 --- a/stable/muse/5.9.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) \ No newline at end of file diff --git a/stable/muse/5.9.4/charts/common-20.2.4.tgz b/stable/muse/5.9.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/muse/5.9.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/muximux/10.7.3/.helmignore b/stable/muse/5.9.6/.helmignore similarity index 100% rename from stable/muximux/10.7.3/.helmignore rename to stable/muse/5.9.6/.helmignore diff --git a/stable/muse/5.9.6/CHANGELOG.md b/stable/muse/5.9.6/CHANGELOG.md new file mode 100644 index 00000000000..cb17a56970d --- /dev/null +++ b/stable/muse/5.9.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muse-5.9.6](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) + + +## [muse-5.9.5](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) + + +## [muse-5.9.5](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) + + +## [muse-5.9.5](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) + + +## [muse-5.9.5](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.5) (2024-03-27) + +### Chore diff --git a/stable/muse/5.9.6/Chart.yaml b/stable/muse/5.9.6/Chart.yaml new file mode 100644 index 00000000000..f7a5a8c0b5a --- /dev/null +++ b/stable/muse/5.9.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted midwestern Discord music bot that doesn't suck. +home: https://truecharts.org/charts/stable/muse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png +keywords: + - muse + - media + - discord-bot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muse +sources: + - https://github.com/codetheweb/muse + - https://github.com/truecharts/charts/tree/master/charts/stable/muse + - https://hub.docker.com/r/codetheweb/muse +type: application +version: 5.9.6 diff --git a/stable/muse/5.9.4/README.md b/stable/muse/5.9.6/README.md similarity index 100% rename from stable/muse/5.9.4/README.md rename to stable/muse/5.9.6/README.md diff --git a/stable/muse/5.9.6/app-changelog.md b/stable/muse/5.9.6/app-changelog.md new file mode 100644 index 00000000000..51e6f8a88a2 --- /dev/null +++ b/stable/muse/5.9.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [muse-5.9.6](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335)) \ No newline at end of file diff --git a/stable/muse/5.9.4/app-readme.md b/stable/muse/5.9.6/app-readme.md similarity index 100% rename from stable/muse/5.9.4/app-readme.md rename to stable/muse/5.9.6/app-readme.md diff --git a/stable/muse/5.9.6/charts/common-20.2.10.tgz b/stable/muse/5.9.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/muse/5.9.6/charts/common-20.2.10.tgz differ diff --git a/stable/muse/5.9.4/ix_values.yaml b/stable/muse/5.9.6/ix_values.yaml similarity index 100% rename from stable/muse/5.9.4/ix_values.yaml rename to stable/muse/5.9.6/ix_values.yaml diff --git a/stable/muse/5.9.4/questions.yaml b/stable/muse/5.9.6/questions.yaml similarity index 100% rename from stable/muse/5.9.4/questions.yaml rename to stable/muse/5.9.6/questions.yaml diff --git a/stable/muse/5.9.4/templates/common.yaml b/stable/muse/5.9.6/templates/common.yaml similarity index 100% rename from stable/muse/5.9.4/templates/common.yaml rename to stable/muse/5.9.6/templates/common.yaml diff --git a/stable/muximux/10.7.3/values.yaml b/stable/muse/5.9.6/values.yaml similarity index 100% rename from stable/muximux/10.7.3/values.yaml rename to stable/muse/5.9.6/values.yaml diff --git a/stable/muximux/10.7.3/CHANGELOG.md b/stable/muximux/10.7.3/CHANGELOG.md deleted file mode 100644 index 51a6ed16ec3..00000000000 --- a/stable/muximux/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/muximux/10.7.3/Chart.yaml b/stable/muximux/10.7.3/Chart.yaml deleted file mode 100644 index 2d7ae13481a..00000000000 --- a/stable/muximux/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: "057352e8" -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver -home: https://truecharts.org/charts/stable/muximux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png -keywords: - - muximux - - htpc - - manage - - portal -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: muximux -sources: - - https://github.com/mescon/Muximux - - https://github.com/linuxserver/docker-muximux - - https://github.com/truecharts/charts/tree/master/charts/stable/muximux - - https://ghcr.io/linuxserver/muximux -type: application -version: 10.7.3 diff --git a/stable/muximux/10.7.3/app-changelog.md b/stable/muximux/10.7.3/app-changelog.md deleted file mode 100644 index 8106b667009..00000000000 --- a/stable/muximux/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/muximux/10.7.3/charts/common-20.2.4.tgz b/stable/muximux/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/muximux/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mylar/13.8.5/.helmignore b/stable/muximux/10.7.5/.helmignore similarity index 100% rename from stable/mylar/13.8.5/.helmignore rename to stable/muximux/10.7.5/.helmignore diff --git a/stable/muximux/10.7.5/CHANGELOG.md b/stable/muximux/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b98d2216d53 --- /dev/null +++ b/stable/muximux/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muximux-10.7.5](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [muximux-10.7.4](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [muximux-10.7.4](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [muximux-10.7.4](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [muximux-10.7.4](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [muximux-10.7.4](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/muximux/10.7.5/Chart.yaml b/stable/muximux/10.7.5/Chart.yaml new file mode 100644 index 00000000000..c420333c35e --- /dev/null +++ b/stable/muximux/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver +home: https://truecharts.org/charts/stable/muximux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png +keywords: + - muximux + - htpc + - manage + - portal +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muximux +sources: + - https://github.com/mescon/Muximux + - https://github.com/linuxserver/docker-muximux + - https://github.com/truecharts/charts/tree/master/charts/stable/muximux + - https://ghcr.io/linuxserver/muximux +type: application +version: 10.7.5 diff --git a/stable/muximux/10.7.3/README.md b/stable/muximux/10.7.5/README.md similarity index 100% rename from stable/muximux/10.7.3/README.md rename to stable/muximux/10.7.5/README.md diff --git a/stable/muximux/10.7.5/app-changelog.md b/stable/muximux/10.7.5/app-changelog.md new file mode 100644 index 00000000000..83b31ae1f77 --- /dev/null +++ b/stable/muximux/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [muximux-10.7.5](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/muximux/10.7.3/app-readme.md b/stable/muximux/10.7.5/app-readme.md similarity index 100% rename from stable/muximux/10.7.3/app-readme.md rename to stable/muximux/10.7.5/app-readme.md diff --git a/stable/muximux/10.7.5/charts/common-20.2.10.tgz b/stable/muximux/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/muximux/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/muximux/10.7.3/ix_values.yaml b/stable/muximux/10.7.5/ix_values.yaml similarity index 100% rename from stable/muximux/10.7.3/ix_values.yaml rename to stable/muximux/10.7.5/ix_values.yaml diff --git a/stable/muximux/10.7.3/questions.yaml b/stable/muximux/10.7.5/questions.yaml similarity index 100% rename from stable/muximux/10.7.3/questions.yaml rename to stable/muximux/10.7.5/questions.yaml diff --git a/stable/mylar/13.8.5/templates/NOTES.txt b/stable/muximux/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/mylar/13.8.5/templates/NOTES.txt rename to stable/muximux/10.7.5/templates/NOTES.txt diff --git a/stable/muximux/10.7.3/templates/common.yaml b/stable/muximux/10.7.5/templates/common.yaml similarity index 100% rename from stable/muximux/10.7.3/templates/common.yaml rename to stable/muximux/10.7.5/templates/common.yaml diff --git a/stable/mylar/13.8.5/values.yaml b/stable/muximux/10.7.5/values.yaml similarity index 100% rename from stable/mylar/13.8.5/values.yaml rename to stable/muximux/10.7.5/values.yaml diff --git a/stable/mylar/13.8.5/CHANGELOG.md b/stable/mylar/13.8.5/CHANGELOG.md deleted file mode 100644 index d6ea8930bbe..00000000000 --- a/stable/mylar/13.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - diff --git a/stable/mylar/13.8.5/Chart.yaml b/stable/mylar/13.8.5/Chart.yaml deleted file mode 100644 index 6f6a1be0f2d..00000000000 --- a/stable/mylar/13.8.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mylar is a automated Comic Book downloader -home: https://truecharts.org/charts/stable/mylar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png -keywords: - - mylar -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mylar -sources: - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/mylar3/mylar3 - - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - - https://hub.docker.com/r/linuxserver/mylar3 -type: application -version: 13.8.5 diff --git a/stable/mylar/13.8.5/app-changelog.md b/stable/mylar/13.8.5/app-changelog.md deleted file mode 100644 index defce76b2bf..00000000000 --- a/stable/mylar/13.8.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [mylar-13.8.5](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) \ No newline at end of file diff --git a/stable/mylar/13.8.5/charts/common-20.2.9.tgz b/stable/mylar/13.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/mylar/13.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/mylar/13.8.5/ix_values.yaml b/stable/mylar/13.8.5/ix_values.yaml deleted file mode 100644 index 8177aa60e2c..00000000000 --- a/stable/mylar/13.8.5/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: linuxserver/mylar3 - tag: version-v0.8.0@sha256:04a2a43f829e615bd15e5eecf2418b7a6606da061cb7149f66e7b571a1870dd2 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 8090 - targetPort: 8090 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/mymediaforalexa/8.7.3/.helmignore b/stable/mylar/13.8.7/.helmignore similarity index 100% rename from stable/mymediaforalexa/8.7.3/.helmignore rename to stable/mylar/13.8.7/.helmignore diff --git a/stable/mylar/13.8.7/CHANGELOG.md b/stable/mylar/13.8.7/CHANGELOG.md new file mode 100644 index 00000000000..16b315d8c32 --- /dev/null +++ b/stable/mylar/13.8.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mylar-13.8.7](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@41075ba](https://github.com/41075ba) by renovate ([#19941](https://github.com/truecharts/charts/issues/19941)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) + + +## [mylar-13.8.6](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.8.0[@41075ba](https://github.com/41075ba) by renovate ([#19941](https://github.com/truecharts/charts/issues/19941)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) + + +## [mylar-13.8.6](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.8.0[@41075ba](https://github.com/41075ba) by renovate ([#19941](https://github.com/truecharts/charts/issues/19941)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) + + +## [mylar-13.8.6](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.6) (2024-03-30) + +### Chore + + + +- update container image linuxserver/mylar3 to version-v0.8.0[@41075ba](https://github.com/41075ba) by renovate ([#19941](https://github.com/truecharts/charts/issues/19941)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mylar/13.8.7/Chart.yaml b/stable/mylar/13.8.7/Chart.yaml new file mode 100644 index 00000000000..cd4046cc100 --- /dev/null +++ b/stable/mylar/13.8.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mylar is a automated Comic Book downloader +home: https://truecharts.org/charts/stable/mylar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png +keywords: + - mylar +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mylar +sources: + - https://github.com/linuxserver/docker-mylar3 + - https://github.com/mylar3/mylar3 + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar + - https://hub.docker.com/r/linuxserver/mylar3 +type: application +version: 13.8.7 diff --git a/stable/mylar/13.8.5/README.md b/stable/mylar/13.8.7/README.md similarity index 100% rename from stable/mylar/13.8.5/README.md rename to stable/mylar/13.8.7/README.md diff --git a/stable/mylar/13.8.7/app-changelog.md b/stable/mylar/13.8.7/app-changelog.md new file mode 100644 index 00000000000..e6f9cc0c228 --- /dev/null +++ b/stable/mylar/13.8.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [mylar-13.8.7](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@41075ba](https://github.com/41075ba) by renovate ([#19941](https://github.com/truecharts/charts/issues/19941)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345)) \ No newline at end of file diff --git a/stable/mylar/13.8.5/app-readme.md b/stable/mylar/13.8.7/app-readme.md similarity index 100% rename from stable/mylar/13.8.5/app-readme.md rename to stable/mylar/13.8.7/app-readme.md diff --git a/stable/mylar/13.8.7/charts/common-20.2.10.tgz b/stable/mylar/13.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mylar/13.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/mylar/13.8.7/ix_values.yaml b/stable/mylar/13.8.7/ix_values.yaml new file mode 100644 index 00000000000..016e4b3dcfd --- /dev/null +++ b/stable/mylar/13.8.7/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: linuxserver/mylar3 + tag: version-v0.8.0@sha256:41075ba742ddedd251444348cc3c383bf79c323c97c0def9da04679acd8066af + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 8090 + targetPort: 8090 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/mylar/13.8.5/questions.yaml b/stable/mylar/13.8.7/questions.yaml similarity index 100% rename from stable/mylar/13.8.5/questions.yaml rename to stable/mylar/13.8.7/questions.yaml diff --git a/stable/mymediaforalexa/8.7.3/templates/NOTES.txt b/stable/mylar/13.8.7/templates/NOTES.txt similarity index 100% rename from stable/mymediaforalexa/8.7.3/templates/NOTES.txt rename to stable/mylar/13.8.7/templates/NOTES.txt diff --git a/stable/mylar/13.8.5/templates/common.yaml b/stable/mylar/13.8.7/templates/common.yaml similarity index 100% rename from stable/mylar/13.8.5/templates/common.yaml rename to stable/mylar/13.8.7/templates/common.yaml diff --git a/stable/mymediaforalexa/8.7.3/values.yaml b/stable/mylar/13.8.7/values.yaml similarity index 100% rename from stable/mymediaforalexa/8.7.3/values.yaml rename to stable/mylar/13.8.7/values.yaml diff --git a/stable/mymediaforalexa/8.7.3/CHANGELOG.md b/stable/mymediaforalexa/8.7.3/CHANGELOG.md deleted file mode 100644 index 766999aad1f..00000000000 --- a/stable/mymediaforalexa/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/mymediaforalexa/8.7.3/Chart.yaml b/stable/mymediaforalexa/8.7.3/Chart.yaml deleted file mode 100644 index 0ba80cdc520..00000000000 --- a/stable/mymediaforalexa/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.151.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . -home: https://truecharts.org/charts/stable/mymediaforalexa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png -keywords: - - media - - alexa -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mymediaforalexa -sources: - - https://www.mymediaalexa.com/home/docker#dockerhub - - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa - - https://hub.docker.com/r/bizmodeller/mymediaforalexa -type: application -version: 8.7.3 diff --git a/stable/mymediaforalexa/8.7.3/app-changelog.md b/stable/mymediaforalexa/8.7.3/app-changelog.md deleted file mode 100644 index 42cf9ea72ff..00000000000 --- a/stable/mymediaforalexa/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz b/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.7.3/.helmignore b/stable/mymediaforalexa/8.7.5/.helmignore similarity index 100% rename from stable/mysql-workbench/9.7.3/.helmignore rename to stable/mymediaforalexa/8.7.5/.helmignore diff --git a/stable/mymediaforalexa/8.7.5/CHANGELOG.md b/stable/mymediaforalexa/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..238d750e97a --- /dev/null +++ b/stable/mymediaforalexa/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mymediaforalexa-8.7.5](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mymediaforalexa-8.7.4](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mymediaforalexa-8.7.4](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mymediaforalexa-8.7.4](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mymediaforalexa-8.7.4](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [mymediaforalexa-8.7.4](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/mymediaforalexa/8.7.5/Chart.yaml b/stable/mymediaforalexa/8.7.5/Chart.yaml new file mode 100644 index 00000000000..6eb1738b2ae --- /dev/null +++ b/stable/mymediaforalexa/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.151.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . +home: https://truecharts.org/charts/stable/mymediaforalexa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png +keywords: + - media + - alexa +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mymediaforalexa +sources: + - https://www.mymediaalexa.com/home/docker#dockerhub + - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa + - https://hub.docker.com/r/bizmodeller/mymediaforalexa +type: application +version: 8.7.5 diff --git a/stable/mymediaforalexa/8.7.3/README.md b/stable/mymediaforalexa/8.7.5/README.md similarity index 100% rename from stable/mymediaforalexa/8.7.3/README.md rename to stable/mymediaforalexa/8.7.5/README.md diff --git a/stable/mymediaforalexa/8.7.5/app-changelog.md b/stable/mymediaforalexa/8.7.5/app-changelog.md new file mode 100644 index 00000000000..ffbb8787729 --- /dev/null +++ b/stable/mymediaforalexa/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [mymediaforalexa-8.7.5](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/mymediaforalexa/8.7.3/app-readme.md b/stable/mymediaforalexa/8.7.5/app-readme.md similarity index 100% rename from stable/mymediaforalexa/8.7.3/app-readme.md rename to stable/mymediaforalexa/8.7.5/app-readme.md diff --git a/stable/mymediaforalexa/8.7.5/charts/common-20.2.10.tgz b/stable/mymediaforalexa/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mymediaforalexa/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mymediaforalexa/8.7.3/ix_values.yaml b/stable/mymediaforalexa/8.7.5/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/8.7.3/ix_values.yaml rename to stable/mymediaforalexa/8.7.5/ix_values.yaml diff --git a/stable/mymediaforalexa/8.7.3/questions.yaml b/stable/mymediaforalexa/8.7.5/questions.yaml similarity index 100% rename from stable/mymediaforalexa/8.7.3/questions.yaml rename to stable/mymediaforalexa/8.7.5/questions.yaml diff --git a/stable/mysql-workbench/9.7.3/templates/NOTES.txt b/stable/mymediaforalexa/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/9.7.3/templates/NOTES.txt rename to stable/mymediaforalexa/8.7.5/templates/NOTES.txt diff --git a/stable/mymediaforalexa/8.7.3/templates/common.yaml b/stable/mymediaforalexa/8.7.5/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/8.7.3/templates/common.yaml rename to stable/mymediaforalexa/8.7.5/templates/common.yaml diff --git a/stable/mysql-workbench/9.7.3/values.yaml b/stable/mymediaforalexa/8.7.5/values.yaml similarity index 100% rename from stable/mysql-workbench/9.7.3/values.yaml rename to stable/mymediaforalexa/8.7.5/values.yaml diff --git a/stable/mysql-workbench/9.7.3/CHANGELOG.md b/stable/mysql-workbench/9.7.3/CHANGELOG.md deleted file mode 100644 index b6941006996..00000000000 --- a/stable/mysql-workbench/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/mysql-workbench/9.7.3/Chart.yaml b/stable/mysql-workbench/9.7.3/Chart.yaml deleted file mode 100644 index 72abab5bd1f..00000000000 --- a/stable/mysql-workbench/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.36 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. -home: https://truecharts.org/charts/stable/mysql-workbench -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png -keywords: - - mysql-workbench -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: mysql-workbench -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench - - https://ghcr.io/linuxserver/mysql-workbench -type: application -version: 9.7.3 diff --git a/stable/mysql-workbench/9.7.3/app-changelog.md b/stable/mysql-workbench/9.7.3/app-changelog.md deleted file mode 100644 index cf5b93541b4..00000000000 --- a/stable/mysql-workbench/9.7.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz b/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.7.3/ix_values.yaml b/stable/mysql-workbench/9.7.3/ix_values.yaml deleted file mode 100644 index de36958887b..00000000000 --- a/stable/mysql-workbench/9.7.3/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mysql-workbench - pullPolicy: IfNotPresent - tag: 8.0.36@sha256:218b046c9834d0aea0da9b250a96b355e256582a1867707e30efbcb474feaa78 -service: - main: - ports: - main: - targetPort: 3000 - protocol: http - port: 10134 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - capabilities: - add: - - IPC_LOCK - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/n8n/13.12.5/.helmignore b/stable/mysql-workbench/9.7.5/.helmignore similarity index 100% rename from stable/n8n/13.12.5/.helmignore rename to stable/mysql-workbench/9.7.5/.helmignore diff --git a/stable/mysql-workbench/9.7.5/CHANGELOG.md b/stable/mysql-workbench/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7a7cbc7a2ce --- /dev/null +++ b/stable/mysql-workbench/9.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mysql-workbench-9.7.5](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@f6b2af7](https://github.com/f6b2af7) by renovate ([#19992](https://github.com/truecharts/charts/issues/19992)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) + + +## [mysql-workbench-9.7.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) + + +## [mysql-workbench-9.7.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) + + +## [mysql-workbench-9.7.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) + + +## [mysql-workbench-9.7.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.4) (2024-03-27) diff --git a/stable/mysql-workbench/9.7.5/Chart.yaml b/stable/mysql-workbench/9.7.5/Chart.yaml new file mode 100644 index 00000000000..748e81c90f7 --- /dev/null +++ b/stable/mysql-workbench/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.36 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. +home: https://truecharts.org/charts/stable/mysql-workbench +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png +keywords: + - mysql-workbench +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mysql-workbench +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://ghcr.io/linuxserver/mysql-workbench +type: application +version: 9.7.5 diff --git a/stable/mysql-workbench/9.7.3/README.md b/stable/mysql-workbench/9.7.5/README.md similarity index 100% rename from stable/mysql-workbench/9.7.3/README.md rename to stable/mysql-workbench/9.7.5/README.md diff --git a/stable/mysql-workbench/9.7.5/app-changelog.md b/stable/mysql-workbench/9.7.5/app-changelog.md new file mode 100644 index 00000000000..bd3581402bd --- /dev/null +++ b/stable/mysql-workbench/9.7.5/app-changelog.md @@ -0,0 +1,25 @@ + + +## [mysql-workbench-9.7.5](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@f6b2af7](https://github.com/f6b2af7) by renovate ([#19992](https://github.com/truecharts/charts/issues/19992)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.7.3/app-readme.md b/stable/mysql-workbench/9.7.5/app-readme.md similarity index 100% rename from stable/mysql-workbench/9.7.3/app-readme.md rename to stable/mysql-workbench/9.7.5/app-readme.md diff --git a/stable/mysql-workbench/9.7.5/charts/common-20.2.10.tgz b/stable/mysql-workbench/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/mysql-workbench/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/mysql-workbench/9.7.5/ix_values.yaml b/stable/mysql-workbench/9.7.5/ix_values.yaml new file mode 100644 index 00000000000..03a8380ad45 --- /dev/null +++ b/stable/mysql-workbench/9.7.5/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/mysql-workbench + pullPolicy: IfNotPresent + tag: 8.0.36@sha256:f6b2af72b6dd6d0b1c4db483d14389b910e50176768386be4dd0ecb52a966ace +service: + main: + ports: + main: + targetPort: 3000 + protocol: http + port: 10134 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + capabilities: + add: + - IPC_LOCK + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/mysql-workbench/9.7.3/questions.yaml b/stable/mysql-workbench/9.7.5/questions.yaml similarity index 100% rename from stable/mysql-workbench/9.7.3/questions.yaml rename to stable/mysql-workbench/9.7.5/questions.yaml diff --git a/stable/n8n/13.12.5/templates/NOTES.txt b/stable/mysql-workbench/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.12.5/templates/NOTES.txt rename to stable/mysql-workbench/9.7.5/templates/NOTES.txt diff --git a/stable/mysql-workbench/9.7.3/templates/common.yaml b/stable/mysql-workbench/9.7.5/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/9.7.3/templates/common.yaml rename to stable/mysql-workbench/9.7.5/templates/common.yaml diff --git a/stable/n8n/13.12.5/values.yaml b/stable/mysql-workbench/9.7.5/values.yaml similarity index 100% rename from stable/n8n/13.12.5/values.yaml rename to stable/mysql-workbench/9.7.5/values.yaml diff --git a/stable/n8n/13.12.5/CHANGELOG.md b/stable/n8n/13.12.5/CHANGELOG.md deleted file mode 100644 index cb5ee67cfaa..00000000000 --- a/stable/n8n/13.12.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [n8n-13.12.5](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) - -- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) - - -## [n8n-13.12.5](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) - -- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) - - -## [n8n-13.12.5](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) - -- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) diff --git a/stable/n8n/13.12.5/Chart.yaml b/stable/n8n/13.12.5/Chart.yaml deleted file mode 100644 index 5b9c7910212..00000000000 --- a/stable/n8n/13.12.5/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.34.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: n8n is an extendable workflow automation tool. -home: https://truecharts.org/charts/stable/n8n -icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png -keywords: - - workflows - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: n8n -sources: - - https://github.com/n8n-io/n8n - - https://docs.n8n.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - - https://hub.docker.com/r/n8nio/n8n -type: application -version: 13.12.5 diff --git a/stable/n8n/13.12.5/app-changelog.md b/stable/n8n/13.12.5/app-changelog.md deleted file mode 100644 index 54b8fb0f85d..00000000000 --- a/stable/n8n/13.12.5/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [n8n-13.12.5](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) - -- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) \ No newline at end of file diff --git a/stable/n8n/13.12.5/charts/common-20.2.9.tgz b/stable/n8n/13.12.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/n8n/13.12.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/n8n/13.12.5/ix_values.yaml b/stable/n8n/13.12.5/ix_values.yaml deleted file mode 100644 index bca45a47726..00000000000 --- a/stable/n8n/13.12.5/ix_values.yaml +++ /dev/null @@ -1,154 +0,0 @@ -image: - repository: n8nio/n8n - tag: 1.34.2@sha256:8d59f018f2e95f6b4ee9fa4678426d15a4cd52937c867eba62b4f75173f2c8ac - pullPolicy: IfNotPresent -timezoneandlocale: {} -# N8N_DEFAULT_LOCALE: "en" -credentials: {} -# CREDENTIALS_OVERWRITE_DATA: "" -# CREDENTIALS_OVERWRITE_ENDPOINT: "" -# CREDENTIALS_DEFAULT_NAME: "My credentials" -deployment: - N8N_HOST: "localhost" - # N8N_EDITOR_BASE_URL: "" - # N8N_CONFIG_FILES: "" - # N8N_ENCRYPTION_KEY: "" - # N8N_DIAGNOSTICS_ENABLED: true - # N8N_DISABLE_UI: false - # N8N_TEMPLATES_ENABLED: false - # N8N_TEMPLATES_HOST: "" - # N8N_PERSONALIZATION_ENABLED: true - # N8N_VERSION_NOTIFICATIONS_ENABLED: true - # N8N_DIAGNOSTICS_ENABLED: false - # N8N_HIRING_BANNER_ENABLED: false -endpoints: {} -# WEBHOOK_URL: "" -# N8N_PAYLOAD_SIZE_MAX: 16 -# N8N_METRICS: false -# N8N_METRICS_PREFIX: "n8n_" -# N8N_ENDPOINT_REST: "rest" -# N8N_ENDPOINT_WEBHOOK: "webhook" -# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test" -# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting" -# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false -# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false -executions: {} -# EXECUTIONS_PROCESS: "own" -# EXECUTIONS_MODE: "regular" -# EXECUTIONS_TIMEOUT: "-1" -# EXECUTIONS_TIMEOUT_MAX: 3600 -# EXECUTIONS_DATA_SAVE_ON_ERROR: "all" -# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all" -# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false -# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false -# EXECUTIONS_DATA_PRUNE: false -# EXECUTIONS_DATA_MAX_AGE: 336 -# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600 -logs: - # N8N_LOG_LEVEL: "info" - # N8N_LOG_OUTPUT: "console" - # N8N_LOG_FILE_COUNT_MAX: 100 - # N8N_LOG_FILE_SIZE_MAX: 16 - N8N_LOG_FILE_LOCATION: "/data/logs" -n8n_security: {} -# N8N_BLOCK_ENV_ACCESS_IN_NODE: false -# N8N_BASIC_AUTH_ACTIVE: false -# N8N_BASIC_AUTH_USER: "" -# N8N_BASIC_AUTH_PASSWORD: "" -# N8N_BASIC_AUTH_HASH: false -# N8N_JWT_AUTH_ACTIVE: false -# N8N_JWT_AUTH_HEADER: "" -# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: "" -# N8N_JWKS_URI: "" -# N8N_JWT_ISSUER: "" -# N8N_JWT_NAMESPACE: "" -# N8N_JWT_ALLOWED_TENANT: "" -# N8N_JWT_ALLOWED_TENANT_KEY: "" -# N8N_AUTH_EXCLUDE_ENDPOINTS: "" -workflows: {} -# WORKFLOWS_DEFAULT_NAME: "My workflow" -# N8N_ONBOARDING_FLOW_DISABLED: false -# N8N_WORKFLOW_TAGS_DISABLED: false -externalhooks: {} -# EXTERNAL_HOOK_FILES: "" -usermanagement: {} -# N8N_USER_MANAGEMENT_DISABLED: false -# N8N_EMAIL_MODE: "smtp" -# N8N_SMTP_HOST: "" -# N8N_SMTP_PORT: 0 -# N8N_SMTP_USER: "" -# N8N_SMTP_PASS: "" -# N8N_SMTP_SENDER: "" -# N8N_SMTP_SSL: true -# N8N_UM_EMAIL_TEMPLATES_INVITE: "" -# N8N_UM_EMAIL_TEMPLATES_PWRESET: "" - -service: - main: - ports: - main: - port: 5678 - targetPort: 5678 -persistence: - data: - enabled: true - mountPath: "/data" -# Enabled redis -redis: - enabled: true -# Enabled postgres -cnpg: - main: - enabled: true - user: n8n - database: n8n -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - fsGroup: 1000 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/healthz" - readiness: - path: "/healthz" - startup: - path: "/healthz" - envFrom: - - configMapRef: - name: n8n-config - env: - GENERIC_TIMEZONE: "{{ .Values.TZ }}" - DB_TYPE: "postgresdb" - DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}" - DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_POSTGRESDB_PORT: 5432 - QUEUE_BULL_REDIS_PORT: 6379 - N8N_USER_FOLDER: "/data" - DB_POSTGRESDB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_POSTGRESDB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - QUEUE_BULL_REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - QUEUE_BULL_REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password diff --git a/stable/namecheap-ddns/5.7.3/.helmignore b/stable/n8n/13.13.1/.helmignore similarity index 100% rename from stable/namecheap-ddns/5.7.3/.helmignore rename to stable/n8n/13.13.1/.helmignore diff --git a/stable/n8n/13.13.1/CHANGELOG.md b/stable/n8n/13.13.1/CHANGELOG.md new file mode 100644 index 00000000000..d6c20d615ab --- /dev/null +++ b/stable/n8n/13.13.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [n8n-13.13.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.13.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) + +- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) + + +## [n8n-13.13.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.13.0) (2024-03-28) + +### Chore + + + +- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) + +- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) + + +## [n8n-13.13.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.13.0) (2024-03-28) + +### Chore + + + +- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) + +- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) diff --git a/stable/n8n/13.13.1/Chart.yaml b/stable/n8n/13.13.1/Chart.yaml new file mode 100644 index 00000000000..99ca772e07d --- /dev/null +++ b/stable/n8n/13.13.1/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.35.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: n8n is an extendable workflow automation tool. +home: https://truecharts.org/charts/stable/n8n +icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png +keywords: + - workflows + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: n8n +sources: + - https://github.com/n8n-io/n8n + - https://docs.n8n.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/n8n + - https://hub.docker.com/r/n8nio/n8n +type: application +version: 13.13.1 diff --git a/stable/n8n/13.12.5/LICENSE b/stable/n8n/13.13.1/LICENSE similarity index 100% rename from stable/n8n/13.12.5/LICENSE rename to stable/n8n/13.13.1/LICENSE diff --git a/stable/n8n/13.12.5/README.md b/stable/n8n/13.13.1/README.md similarity index 100% rename from stable/n8n/13.12.5/README.md rename to stable/n8n/13.13.1/README.md diff --git a/stable/n8n/13.13.1/app-changelog.md b/stable/n8n/13.13.1/app-changelog.md new file mode 100644 index 00000000000..96acc134af1 --- /dev/null +++ b/stable/n8n/13.13.1/app-changelog.md @@ -0,0 +1,35 @@ + + +## [n8n-13.13.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.13.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838)) + +- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) \ No newline at end of file diff --git a/stable/n8n/13.12.5/app-readme.md b/stable/n8n/13.13.1/app-readme.md similarity index 100% rename from stable/n8n/13.12.5/app-readme.md rename to stable/n8n/13.13.1/app-readme.md diff --git a/stable/n8n/13.13.1/charts/common-20.2.10.tgz b/stable/n8n/13.13.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/n8n/13.13.1/charts/common-20.2.10.tgz differ diff --git a/stable/n8n/13.12.5/charts/redis-13.2.2.tgz b/stable/n8n/13.13.1/charts/redis-13.2.2.tgz similarity index 100% rename from stable/n8n/13.12.5/charts/redis-13.2.2.tgz rename to stable/n8n/13.13.1/charts/redis-13.2.2.tgz diff --git a/stable/n8n/13.13.1/ix_values.yaml b/stable/n8n/13.13.1/ix_values.yaml new file mode 100644 index 00000000000..06e60ef152e --- /dev/null +++ b/stable/n8n/13.13.1/ix_values.yaml @@ -0,0 +1,154 @@ +image: + repository: n8nio/n8n + tag: 1.35.0@sha256:aa7ffa9b4af3bfb173c6d9ee51df7fb8bfe0138d453a6c7cacd5f66d4abc8e80 + pullPolicy: IfNotPresent +timezoneandlocale: {} +# N8N_DEFAULT_LOCALE: "en" +credentials: {} +# CREDENTIALS_OVERWRITE_DATA: "" +# CREDENTIALS_OVERWRITE_ENDPOINT: "" +# CREDENTIALS_DEFAULT_NAME: "My credentials" +deployment: + N8N_HOST: "localhost" + # N8N_EDITOR_BASE_URL: "" + # N8N_CONFIG_FILES: "" + # N8N_ENCRYPTION_KEY: "" + # N8N_DIAGNOSTICS_ENABLED: true + # N8N_DISABLE_UI: false + # N8N_TEMPLATES_ENABLED: false + # N8N_TEMPLATES_HOST: "" + # N8N_PERSONALIZATION_ENABLED: true + # N8N_VERSION_NOTIFICATIONS_ENABLED: true + # N8N_DIAGNOSTICS_ENABLED: false + # N8N_HIRING_BANNER_ENABLED: false +endpoints: {} +# WEBHOOK_URL: "" +# N8N_PAYLOAD_SIZE_MAX: 16 +# N8N_METRICS: false +# N8N_METRICS_PREFIX: "n8n_" +# N8N_ENDPOINT_REST: "rest" +# N8N_ENDPOINT_WEBHOOK: "webhook" +# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test" +# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting" +# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false +# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false +executions: {} +# EXECUTIONS_PROCESS: "own" +# EXECUTIONS_MODE: "regular" +# EXECUTIONS_TIMEOUT: "-1" +# EXECUTIONS_TIMEOUT_MAX: 3600 +# EXECUTIONS_DATA_SAVE_ON_ERROR: "all" +# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all" +# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false +# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false +# EXECUTIONS_DATA_PRUNE: false +# EXECUTIONS_DATA_MAX_AGE: 336 +# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600 +logs: + # N8N_LOG_LEVEL: "info" + # N8N_LOG_OUTPUT: "console" + # N8N_LOG_FILE_COUNT_MAX: 100 + # N8N_LOG_FILE_SIZE_MAX: 16 + N8N_LOG_FILE_LOCATION: "/data/logs" +n8n_security: {} +# N8N_BLOCK_ENV_ACCESS_IN_NODE: false +# N8N_BASIC_AUTH_ACTIVE: false +# N8N_BASIC_AUTH_USER: "" +# N8N_BASIC_AUTH_PASSWORD: "" +# N8N_BASIC_AUTH_HASH: false +# N8N_JWT_AUTH_ACTIVE: false +# N8N_JWT_AUTH_HEADER: "" +# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: "" +# N8N_JWKS_URI: "" +# N8N_JWT_ISSUER: "" +# N8N_JWT_NAMESPACE: "" +# N8N_JWT_ALLOWED_TENANT: "" +# N8N_JWT_ALLOWED_TENANT_KEY: "" +# N8N_AUTH_EXCLUDE_ENDPOINTS: "" +workflows: {} +# WORKFLOWS_DEFAULT_NAME: "My workflow" +# N8N_ONBOARDING_FLOW_DISABLED: false +# N8N_WORKFLOW_TAGS_DISABLED: false +externalhooks: {} +# EXTERNAL_HOOK_FILES: "" +usermanagement: {} +# N8N_USER_MANAGEMENT_DISABLED: false +# N8N_EMAIL_MODE: "smtp" +# N8N_SMTP_HOST: "" +# N8N_SMTP_PORT: 0 +# N8N_SMTP_USER: "" +# N8N_SMTP_PASS: "" +# N8N_SMTP_SENDER: "" +# N8N_SMTP_SSL: true +# N8N_UM_EMAIL_TEMPLATES_INVITE: "" +# N8N_UM_EMAIL_TEMPLATES_PWRESET: "" + +service: + main: + ports: + main: + port: 5678 + targetPort: 5678 +persistence: + data: + enabled: true + mountPath: "/data" +# Enabled redis +redis: + enabled: true +# Enabled postgres +cnpg: + main: + enabled: true + user: n8n + database: n8n +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + fsGroup: 1000 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/healthz" + readiness: + path: "/healthz" + startup: + path: "/healthz" + envFrom: + - configMapRef: + name: n8n-config + env: + GENERIC_TIMEZONE: "{{ .Values.TZ }}" + DB_TYPE: "postgresdb" + DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}" + DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_POSTGRESDB_PORT: 5432 + QUEUE_BULL_REDIS_PORT: 6379 + N8N_USER_FOLDER: "/data" + DB_POSTGRESDB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_POSTGRESDB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + QUEUE_BULL_REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + QUEUE_BULL_REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password diff --git a/stable/n8n/13.12.5/questions.yaml b/stable/n8n/13.13.1/questions.yaml similarity index 100% rename from stable/n8n/13.12.5/questions.yaml rename to stable/n8n/13.13.1/questions.yaml diff --git a/stable/nano-wallet/9.7.3/templates/NOTES.txt b/stable/n8n/13.13.1/templates/NOTES.txt similarity index 100% rename from stable/nano-wallet/9.7.3/templates/NOTES.txt rename to stable/n8n/13.13.1/templates/NOTES.txt diff --git a/stable/n8n/13.12.5/templates/_configmap.tpl b/stable/n8n/13.13.1/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.12.5/templates/_configmap.tpl rename to stable/n8n/13.13.1/templates/_configmap.tpl diff --git a/stable/n8n/13.12.5/templates/common.yaml b/stable/n8n/13.13.1/templates/common.yaml similarity index 100% rename from stable/n8n/13.12.5/templates/common.yaml rename to stable/n8n/13.13.1/templates/common.yaml diff --git a/stable/namecheap-ddns/5.7.3/values.yaml b/stable/n8n/13.13.1/values.yaml similarity index 100% rename from stable/namecheap-ddns/5.7.3/values.yaml rename to stable/n8n/13.13.1/values.yaml diff --git a/stable/namecheap-ddns/5.7.3/CHANGELOG.md b/stable/namecheap-ddns/5.7.3/CHANGELOG.md deleted file mode 100644 index 35351189365..00000000000 --- a/stable/namecheap-ddns/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/namecheap-ddns/5.7.3/Chart.yaml b/stable/namecheap-ddns/5.7.3/Chart.yaml deleted file mode 100644 index fc68ba1b25d..00000000000 --- a/stable/namecheap-ddns/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " -home: https://truecharts.org/charts/stable/namecheap-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png -keywords: - - namecheap-ddns - - Tools-Utilities - - Network-DNS - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: namecheap-ddns -sources: - - https://github.com/EdwardChamberlain/namecheap_ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns - - https://hub.docker.com/r/edchamberlain/namecheap_ddns -type: application -version: 5.7.3 diff --git a/stable/namecheap-ddns/5.7.3/app-changelog.md b/stable/namecheap-ddns/5.7.3/app-changelog.md deleted file mode 100644 index 62efb79634b..00000000000 --- a/stable/namecheap-ddns/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nano-wallet/9.7.3/.helmignore b/stable/namecheap-ddns/5.7.5/.helmignore similarity index 100% rename from stable/nano-wallet/9.7.3/.helmignore rename to stable/namecheap-ddns/5.7.5/.helmignore diff --git a/stable/namecheap-ddns/5.7.5/CHANGELOG.md b/stable/namecheap-ddns/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bfac96a034f --- /dev/null +++ b/stable/namecheap-ddns/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [namecheap-ddns-5.7.5](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [namecheap-ddns-5.7.4](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [namecheap-ddns-5.7.4](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [namecheap-ddns-5.7.4](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [namecheap-ddns-5.7.4](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [namecheap-ddns-5.7.4](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/namecheap-ddns/5.7.5/Chart.yaml b/stable/namecheap-ddns/5.7.5/Chart.yaml new file mode 100644 index 00000000000..021adb31ced --- /dev/null +++ b/stable/namecheap-ddns/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " +home: https://truecharts.org/charts/stable/namecheap-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png +keywords: + - namecheap-ddns + - Tools-Utilities + - Network-DNS + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: namecheap-ddns +sources: + - https://github.com/EdwardChamberlain/namecheap_ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns + - https://hub.docker.com/r/edchamberlain/namecheap_ddns +type: application +version: 5.7.5 diff --git a/stable/namecheap-ddns/5.7.3/README.md b/stable/namecheap-ddns/5.7.5/README.md similarity index 100% rename from stable/namecheap-ddns/5.7.3/README.md rename to stable/namecheap-ddns/5.7.5/README.md diff --git a/stable/namecheap-ddns/5.7.5/app-changelog.md b/stable/namecheap-ddns/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e08595abba3 --- /dev/null +++ b/stable/namecheap-ddns/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [namecheap-ddns-5.7.5](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/namecheap-ddns/5.7.3/app-readme.md b/stable/namecheap-ddns/5.7.5/app-readme.md similarity index 100% rename from stable/namecheap-ddns/5.7.3/app-readme.md rename to stable/namecheap-ddns/5.7.5/app-readme.md diff --git a/stable/namecheap-ddns/5.7.5/charts/common-20.2.10.tgz b/stable/namecheap-ddns/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/namecheap-ddns/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/namecheap-ddns/5.7.3/ix_values.yaml b/stable/namecheap-ddns/5.7.5/ix_values.yaml similarity index 100% rename from stable/namecheap-ddns/5.7.3/ix_values.yaml rename to stable/namecheap-ddns/5.7.5/ix_values.yaml diff --git a/stable/namecheap-ddns/5.7.3/questions.yaml b/stable/namecheap-ddns/5.7.5/questions.yaml similarity index 100% rename from stable/namecheap-ddns/5.7.3/questions.yaml rename to stable/namecheap-ddns/5.7.5/questions.yaml diff --git a/stable/namecheap-ddns/5.7.3/templates/common.yaml b/stable/namecheap-ddns/5.7.5/templates/common.yaml similarity index 100% rename from stable/namecheap-ddns/5.7.3/templates/common.yaml rename to stable/namecheap-ddns/5.7.5/templates/common.yaml diff --git a/stable/nano-wallet/9.7.3/values.yaml b/stable/namecheap-ddns/5.7.5/values.yaml similarity index 100% rename from stable/nano-wallet/9.7.3/values.yaml rename to stable/namecheap-ddns/5.7.5/values.yaml diff --git a/stable/nano-wallet/9.7.3/CHANGELOG.md b/stable/nano-wallet/9.7.3/CHANGELOG.md deleted file mode 100644 index 1e84926b3f3..00000000000 --- a/stable/nano-wallet/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nano-wallet/9.7.3/Chart.yaml b/stable/nano-wallet/9.7.3/Chart.yaml deleted file mode 100644 index 69c55a3ca92..00000000000 --- a/stable/nano-wallet/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. -home: https://truecharts.org/charts/stable/nano-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png -keywords: - - nano-wallet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nano-wallet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet - - https://ghcr.io/linuxserver/nano-wallet -type: application -version: 9.7.3 diff --git a/stable/nano-wallet/9.7.3/app-changelog.md b/stable/nano-wallet/9.7.3/app-changelog.md deleted file mode 100644 index afffe331d94..00000000000 --- a/stable/nano-wallet/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz b/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/navidrome/19.7.3/.helmignore b/stable/nano-wallet/9.7.5/.helmignore similarity index 100% rename from stable/navidrome/19.7.3/.helmignore rename to stable/nano-wallet/9.7.5/.helmignore diff --git a/stable/nano-wallet/9.7.5/CHANGELOG.md b/stable/nano-wallet/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fcd40179844 --- /dev/null +++ b/stable/nano-wallet/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nano-wallet-9.7.5](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nano-wallet-9.7.4](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nano-wallet-9.7.4](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nano-wallet-9.7.4](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nano-wallet-9.7.4](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nano-wallet-9.7.4](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nano-wallet/9.7.5/Chart.yaml b/stable/nano-wallet/9.7.5/Chart.yaml new file mode 100644 index 00000000000..b2a7a374c47 --- /dev/null +++ b/stable/nano-wallet/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. +home: https://truecharts.org/charts/stable/nano-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png +keywords: + - nano-wallet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nano-wallet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet + - https://ghcr.io/linuxserver/nano-wallet +type: application +version: 9.7.5 diff --git a/stable/nano-wallet/9.7.3/README.md b/stable/nano-wallet/9.7.5/README.md similarity index 100% rename from stable/nano-wallet/9.7.3/README.md rename to stable/nano-wallet/9.7.5/README.md diff --git a/stable/nano-wallet/9.7.5/app-changelog.md b/stable/nano-wallet/9.7.5/app-changelog.md new file mode 100644 index 00000000000..e6d85f0ab86 --- /dev/null +++ b/stable/nano-wallet/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nano-wallet-9.7.5](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nano-wallet/9.7.3/app-readme.md b/stable/nano-wallet/9.7.5/app-readme.md similarity index 100% rename from stable/nano-wallet/9.7.3/app-readme.md rename to stable/nano-wallet/9.7.5/app-readme.md diff --git a/stable/nano-wallet/9.7.5/charts/common-20.2.10.tgz b/stable/nano-wallet/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nano-wallet/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nano-wallet/9.7.3/ix_values.yaml b/stable/nano-wallet/9.7.5/ix_values.yaml similarity index 100% rename from stable/nano-wallet/9.7.3/ix_values.yaml rename to stable/nano-wallet/9.7.5/ix_values.yaml diff --git a/stable/nano-wallet/9.7.3/questions.yaml b/stable/nano-wallet/9.7.5/questions.yaml similarity index 100% rename from stable/nano-wallet/9.7.3/questions.yaml rename to stable/nano-wallet/9.7.5/questions.yaml diff --git a/stable/navidrome/19.7.3/templates/NOTES.txt b/stable/nano-wallet/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/navidrome/19.7.3/templates/NOTES.txt rename to stable/nano-wallet/9.7.5/templates/NOTES.txt diff --git a/stable/nano-wallet/9.7.3/templates/common.yaml b/stable/nano-wallet/9.7.5/templates/common.yaml similarity index 100% rename from stable/nano-wallet/9.7.3/templates/common.yaml rename to stable/nano-wallet/9.7.5/templates/common.yaml diff --git a/stable/navidrome/19.7.3/values.yaml b/stable/nano-wallet/9.7.5/values.yaml similarity index 100% rename from stable/navidrome/19.7.3/values.yaml rename to stable/nano-wallet/9.7.5/values.yaml diff --git a/stable/navidrome/19.7.3/CHANGELOG.md b/stable/navidrome/19.7.3/CHANGELOG.md deleted file mode 100644 index a3555a99c50..00000000000 --- a/stable/navidrome/19.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/navidrome/19.7.3/Chart.yaml b/stable/navidrome/19.7.3/Chart.yaml deleted file mode 100644 index f3c7548f7fe..00000000000 --- a/stable/navidrome/19.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.51.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Navidrome is an open source web-based music collection server and streamer -home: https://truecharts.org/charts/stable/navidrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png -keywords: - - navidrome - - music - - streaming -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: navidrome -sources: - - https://github.com/deluan/navidrome - - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - - https://hub.docker.com/r/deluan/navidrome -type: application -version: 19.7.3 diff --git a/stable/navidrome/19.7.3/app-changelog.md b/stable/navidrome/19.7.3/app-changelog.md deleted file mode 100644 index 6feb03448c9..00000000000 --- a/stable/navidrome/19.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/navidrome/19.7.3/charts/common-20.2.4.tgz b/stable/navidrome/19.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/navidrome/19.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/necesse/5.7.3/.helmignore b/stable/navidrome/19.7.5/.helmignore similarity index 100% rename from stable/necesse/5.7.3/.helmignore rename to stable/navidrome/19.7.5/.helmignore diff --git a/stable/navidrome/19.7.5/CHANGELOG.md b/stable/navidrome/19.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5c14df55b48 --- /dev/null +++ b/stable/navidrome/19.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [navidrome-19.7.5](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [navidrome-19.7.4](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [navidrome-19.7.4](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [navidrome-19.7.4](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [navidrome-19.7.4](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [navidrome-19.7.4](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/navidrome/19.7.5/Chart.yaml b/stable/navidrome/19.7.5/Chart.yaml new file mode 100644 index 00000000000..c90e56a92bf --- /dev/null +++ b/stable/navidrome/19.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.51.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Navidrome is an open source web-based music collection server and streamer +home: https://truecharts.org/charts/stable/navidrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png +keywords: + - navidrome + - music + - streaming +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: navidrome +sources: + - https://github.com/deluan/navidrome + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome + - https://hub.docker.com/r/deluan/navidrome +type: application +version: 19.7.5 diff --git a/stable/navidrome/19.7.3/README.md b/stable/navidrome/19.7.5/README.md similarity index 100% rename from stable/navidrome/19.7.3/README.md rename to stable/navidrome/19.7.5/README.md diff --git a/stable/navidrome/19.7.5/app-changelog.md b/stable/navidrome/19.7.5/app-changelog.md new file mode 100644 index 00000000000..c5a0c676adf --- /dev/null +++ b/stable/navidrome/19.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [navidrome-19.7.5](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/navidrome/19.7.3/app-readme.md b/stable/navidrome/19.7.5/app-readme.md similarity index 100% rename from stable/navidrome/19.7.3/app-readme.md rename to stable/navidrome/19.7.5/app-readme.md diff --git a/stable/navidrome/19.7.5/charts/common-20.2.10.tgz b/stable/navidrome/19.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/navidrome/19.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/navidrome/19.7.3/ix_values.yaml b/stable/navidrome/19.7.5/ix_values.yaml similarity index 100% rename from stable/navidrome/19.7.3/ix_values.yaml rename to stable/navidrome/19.7.5/ix_values.yaml diff --git a/stable/navidrome/19.7.3/questions.yaml b/stable/navidrome/19.7.5/questions.yaml similarity index 100% rename from stable/navidrome/19.7.3/questions.yaml rename to stable/navidrome/19.7.5/questions.yaml diff --git a/stable/netdata/9.8.3/templates/NOTES.txt b/stable/navidrome/19.7.5/templates/NOTES.txt similarity index 100% rename from stable/netdata/9.8.3/templates/NOTES.txt rename to stable/navidrome/19.7.5/templates/NOTES.txt diff --git a/stable/navidrome/19.7.3/templates/common.yaml b/stable/navidrome/19.7.5/templates/common.yaml similarity index 100% rename from stable/navidrome/19.7.3/templates/common.yaml rename to stable/navidrome/19.7.5/templates/common.yaml diff --git a/stable/necesse/5.7.3/values.yaml b/stable/navidrome/19.7.5/values.yaml similarity index 100% rename from stable/necesse/5.7.3/values.yaml rename to stable/navidrome/19.7.5/values.yaml diff --git a/stable/necesse/5.7.3/CHANGELOG.md b/stable/necesse/5.7.3/CHANGELOG.md deleted file mode 100644 index e45b2fefa1c..00000000000 --- a/stable/necesse/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/necesse/5.7.3/Chart.yaml b/stable/necesse/5.7.3/Chart.yaml deleted file mode 100644 index 8c0d17de814..00000000000 --- a/stable/necesse/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: necesse -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Necesse and run it. -home: https://truecharts.org/charts/stable/necesse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png -keywords: - - necesse - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: necesse -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/necesse - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/necesse/5.7.3/app-changelog.md b/stable/necesse/5.7.3/app-changelog.md deleted file mode 100644 index 27580509c9d..00000000000 --- a/stable/necesse/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/necesse/5.7.3/charts/common-20.2.4.tgz b/stable/necesse/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/necesse/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/neko/6.0.0/.helmignore b/stable/necesse/5.7.5/.helmignore similarity index 100% rename from stable/neko/6.0.0/.helmignore rename to stable/necesse/5.7.5/.helmignore diff --git a/stable/necesse/5.7.5/CHANGELOG.md b/stable/necesse/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..cae38e8ff96 --- /dev/null +++ b/stable/necesse/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [necesse-5.7.5](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [necesse-5.7.4](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [necesse-5.7.4](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [necesse-5.7.4](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [necesse-5.7.4](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [necesse-5.7.4](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/necesse/5.7.5/Chart.yaml b/stable/necesse/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3b7e60f969e --- /dev/null +++ b/stable/necesse/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: necesse +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Necesse and run it. +home: https://truecharts.org/charts/stable/necesse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png +keywords: + - necesse + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: necesse +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/necesse + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/necesse/5.7.3/README.md b/stable/necesse/5.7.5/README.md similarity index 100% rename from stable/necesse/5.7.3/README.md rename to stable/necesse/5.7.5/README.md diff --git a/stable/necesse/5.7.5/app-changelog.md b/stable/necesse/5.7.5/app-changelog.md new file mode 100644 index 00000000000..629ad4a999b --- /dev/null +++ b/stable/necesse/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [necesse-5.7.5](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/necesse/5.7.3/app-readme.md b/stable/necesse/5.7.5/app-readme.md similarity index 100% rename from stable/necesse/5.7.3/app-readme.md rename to stable/necesse/5.7.5/app-readme.md diff --git a/stable/necesse/5.7.5/charts/common-20.2.10.tgz b/stable/necesse/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/necesse/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/necesse/5.7.3/ix_values.yaml b/stable/necesse/5.7.5/ix_values.yaml similarity index 100% rename from stable/necesse/5.7.3/ix_values.yaml rename to stable/necesse/5.7.5/ix_values.yaml diff --git a/stable/necesse/5.7.3/questions.yaml b/stable/necesse/5.7.5/questions.yaml similarity index 100% rename from stable/necesse/5.7.3/questions.yaml rename to stable/necesse/5.7.5/questions.yaml diff --git a/stable/necesse/5.7.3/templates/common.yaml b/stable/necesse/5.7.5/templates/common.yaml similarity index 100% rename from stable/necesse/5.7.3/templates/common.yaml rename to stable/necesse/5.7.5/templates/common.yaml diff --git a/stable/neko/6.0.0/values.yaml b/stable/necesse/5.7.5/values.yaml similarity index 100% rename from stable/neko/6.0.0/values.yaml rename to stable/necesse/5.7.5/values.yaml diff --git a/stable/neko/6.0.0/CHANGELOG.md b/stable/neko/6.0.0/CHANGELOG.md deleted file mode 100644 index 14d01a3cc72..00000000000 --- a/stable/neko/6.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - diff --git a/stable/neko/6.0.0/Chart.yaml b/stable/neko/6.0.0/Chart.yaml deleted file mode 100644 index bfd58dcb442..00000000000 --- a/stable/neko/6.0.0/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self hosted virtual browser that runs in Chart -home: https://truecharts.org/charts/stable/neko -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png -keywords: - - neko - - video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: neko -sources: - - https://github.com/m1k1o/neko - - https://github.com/truecharts/charts/tree/master/charts/stable/neko - - https://ghcr.io/m1k1o/neko/brave - - https://ghcr.io/m1k1o/neko/google-chrome - - https://ghcr.io/m1k1o/neko/remmina - - https://ghcr.io/m1k1o/neko/chromium - - https://ghcr.io/m1k1o/neko/vivaldi - - https://ghcr.io/m1k1o/neko/xfce - - https://ghcr.io/m1k1o/neko/vlc - - https://ghcr.io/m1k1o/neko/tor-browser - - https://ghcr.io/m1k1o/neko/firefox - - https://ghcr.io/m1k1o/neko/microsoft-edge -type: application -version: 6.0.0 diff --git a/stable/neko/6.0.0/app-changelog.md b/stable/neko/6.0.0/app-changelog.md deleted file mode 100644 index 6965baa9c6a..00000000000 --- a/stable/neko/6.0.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/neko/6.0.0/charts/common-20.2.4.tgz b/stable/neko/6.0.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/neko/6.0.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/neko/6.0.0/ix_values.yaml b/stable/neko/6.0.0/ix_values.yaml deleted file mode 100644 index 63957583e17..00000000000 --- a/stable/neko/6.0.0/ix_values.yaml +++ /dev/null @@ -1,117 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/firefox - tag: 2.8.11@sha256:30b9a285607ad81aaf1ab2af8e06c03f66325247d0b9cc33e389dc73d0a116c2 -braveImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/brave - tag: 2.8.11@sha256:0ccc80e91e532305376b6da916a0c19e9469c4f7a687e14cfa84ceb1969a7009 -chromeImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/google-chrome - tag: 2.8.11@sha256:bf8fadb6b1c9f25477249f41fd6d4ce54fb64de457189cc0e99ae76ccb34467a -chromiumImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/chromium - tag: 2.8.11@sha256:559dad2a9b1cf27ff7cb032ca2d0750df3a5c7dde023109bc128df224da396e6 -edgeImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/microsoft-edge - tag: 2.8.11@sha256:03c8fef67d791480e9ae374fbe34dcec0b3b5d896bfc845ff5d52e90f0c79615 -remminaImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/remmina - tag: 2.8.11@sha256:78f15945b2141bd151e55c4865965e5ea360bf819774d6057762f56dbd04a770 -torImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/tor-browser - tag: 2.8.11@sha256:b89cc196a2dcdc1a375bde74710e3572ee80356be5c5847bf6d815c668f8b782 -vivaldiImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/vivaldi - tag: 2.8.11@sha256:f9d7e6edf7d292e3130a6a7f03824091bff3d6b47a6a925e63757cb2b42f4a6a -vlcImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/vlc - tag: 2.8.11@sha256:be0a2b86fbfe4c6ae6c8b0361a3aa0a6851fc4b9255c213faf9776588183605a -xfceImage: - pullPolicy: IfNotPresent - repository: ghcr.io/m1k1o/neko/xfce - tag: 2.8.11@sha256:838d11ce275e61511a66050ac7be87b6893d36d97a8f224a2bbebcf830864257 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 - -service: - main: - ports: - main: - port: 10294 - protocol: http - mux: - enabled: true - ports: - tcp: - enabled: true - port: 52100 - protocol: tcp - udp: - enabled: true - port: "{{ .Values.service.mux.ports.tcp.port }}" - protocol: udp - -neko: - auth: - user_pass: "" - admin_pass: "" - proxy: false - screen: "1920x1080@30" - control_protection: false - implicit_control: false - locks: - [] - # - control - # - login - # - file_transfer - cors: - - "*" - -workload: - main: - podSpec: - containers: - main: - imageSelector: image - env: - NEKO_BIND: '{{ printf ":%v" .Values.service.main.ports.main.port }}' - NEKO_PATH_PREFIX: "/" - # NEKO_EPR - NEKO_TCPMUX: "{{ .Values.service.mux.ports.tcp.port }}" - NEKO_UDPMUX: "{{ .Values.service.mux.ports.tcp.port }}" - NEKO_FILE_TRANSFER_ENABLED: true - NEKO_FILE_TRANSFER_PATH: "{{.Values.persistence.downloads.mountPath }}" - NEKO_CONTROL_PROTECTION: "{{ .Values.neko.control_protection }}" - NEKO_IMPLICIT_CONTROL: "{{ .Values.neko.implicit_control }}" - NEKO_LOCKS: '{{ join " " .Values.neko.locks }}' - NEKO_PASSWORD: "{{ .Values.neko.auth.user_pass }}" - NEKO_PASSWORD_ADMIN: "{{ .Values.neko.auth.admin_pass }}" - NEKO_PROXY: "{{ .Values.neko.proxy }}" - NEKO_SCREEN: "{{ .Values.neko.screen }}" - NEKO_CORS: '{{ join " " .Values.neko.cors }}' - # NEKO_NAT1TO1: "" - # NEKO_IPFETCH: "" - # NEKO_ICELITE: false - # NEKO_ICESERVER: "" - # NEKO_ICESERVERS - -persistence: - downloads: - enabled: true - mountPath: /home/neko/Downloads - -portal: - open: - enabled: true diff --git a/stable/neko/6.0.0/questions.yaml b/stable/neko/6.0.0/questions.yaml deleted file mode 100755 index b2b3cb82775..00000000000 --- a/stable/neko/6.0.0/questions.yaml +++ /dev/null @@ -1,2884 +0,0 @@ -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: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -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: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: "image" - description: "Firefox" - - value: "braveImage" - description: "Brave" - - value: "chromeImage" - description: "Chrome" - - value: "chromiumImage" - description: "Chromium" - - value: "edgeImage" - description: "Edge" - - value: "remminaImage" - description: "Remmina" - - value: "torImage" - description: "Tor" - - value: "vivaldiImage" - description: "Vivaldi" - - value: "vlcImage" - description: "Vlc" - - value: "xfceImage" - description: "Xfce" - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: neko - group: App Configuration - label: Neko - schema: - additional_attrs: true - type: dict - attrs: - - variable: auth - label: Auth Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: user_pass - label: User Password - description: Password for the user login. - schema: - type: string - private: true - default: "" - - variable: admin_pass - label: Admin Password - description: Password for the admin login. - schema: - type: string - private: true - default: "" - - variable: proxy - label: Enable Proxy Mode - description: Enable reverse proxy mode, so that neko trusts X-Forwarded-For headers. - schema: - type: boolean - default: false - - variable: screen - label: Screen - description: Resolution after startup. Only Admins can change this later. - schema: - type: string - default: "1920x1080@30" - - variable: control_protection - label: Control Protection - description: Control protection means, users can gain control only if at least one admin is in the room. - schema: - type: boolean - default: false - - variable: implicit_control - label: Implicit Protection - description: If enabled members can gain control implicitly, they don't need to request control. - schema: - type: boolean - default: false - - variable: locks - label: Locks - description: Resources, that will be locked when starting. - schema: - type: list - empty: true - default: [] - required: true - items: - - variable: lock - label: Lock Resource - schema: - type: string - required: true - default: "" - - variable: cors - label: Cors - description: Cross origin request sharing list of allowed hosts. - schema: - type: list - empty: true - default: - - "*" - required: true - items: - - variable: cors - label: Cors Resource - schema: - type: string - required: true - default: "" - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10294 - required: true - - variable: mux - label: "Mux service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: tcp - label: "TCP Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 52100 - required: true - - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: downloads - label: App Downloads Storage - description: Stores the Application Downloads. - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/netbootxyz/4.7.3/.helmignore b/stable/neko/6.0.2/.helmignore similarity index 100% rename from stable/netbootxyz/4.7.3/.helmignore rename to stable/neko/6.0.2/.helmignore diff --git a/stable/neko/6.0.2/CHANGELOG.md b/stable/neko/6.0.2/CHANGELOG.md new file mode 100644 index 00000000000..a55d02582f1 --- /dev/null +++ b/stable/neko/6.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neko-6.0.2](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-6.0.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-6.0.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-6.0.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-6.0.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/neko/6.0.2/Chart.yaml b/stable/neko/6.0.2/Chart.yaml new file mode 100644 index 00000000000..65770b302ce --- /dev/null +++ b/stable/neko/6.0.2/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self hosted virtual browser that runs in Chart +home: https://truecharts.org/charts/stable/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png +keywords: + - neko + - video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neko +sources: + - https://github.com/m1k1o/neko + - https://github.com/truecharts/charts/tree/master/charts/stable/neko + - https://ghcr.io/m1k1o/neko/microsoft-edge + - https://ghcr.io/m1k1o/neko/chromium + - https://ghcr.io/m1k1o/neko/remmina + - https://ghcr.io/m1k1o/neko/google-chrome + - https://ghcr.io/m1k1o/neko/tor-browser + - https://ghcr.io/m1k1o/neko/vivaldi + - https://ghcr.io/m1k1o/neko/firefox + - https://ghcr.io/m1k1o/neko/vlc + - https://ghcr.io/m1k1o/neko/xfce + - https://ghcr.io/m1k1o/neko/brave +type: application +version: 6.0.2 diff --git a/stable/neko/6.0.0/README.md b/stable/neko/6.0.2/README.md similarity index 100% rename from stable/neko/6.0.0/README.md rename to stable/neko/6.0.2/README.md diff --git a/stable/neko/6.0.2/app-changelog.md b/stable/neko/6.0.2/app-changelog.md new file mode 100644 index 00000000000..773faa41d45 --- /dev/null +++ b/stable/neko/6.0.2/app-changelog.md @@ -0,0 +1,21 @@ + + +## [neko-6.0.2](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/neko/6.0.0/app-readme.md b/stable/neko/6.0.2/app-readme.md similarity index 100% rename from stable/neko/6.0.0/app-readme.md rename to stable/neko/6.0.2/app-readme.md diff --git a/stable/neko/6.0.2/charts/common-20.2.10.tgz b/stable/neko/6.0.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/neko/6.0.2/charts/common-20.2.10.tgz differ diff --git a/stable/neko/6.0.2/ix_values.yaml b/stable/neko/6.0.2/ix_values.yaml new file mode 100644 index 00000000000..58ef4b10536 --- /dev/null +++ b/stable/neko/6.0.2/ix_values.yaml @@ -0,0 +1,119 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/firefox + tag: 2.8.11@sha256:30b9a285607ad81aaf1ab2af8e06c03f66325247d0b9cc33e389dc73d0a116c2 +braveImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/brave + tag: 2.8.11@sha256:0ccc80e91e532305376b6da916a0c19e9469c4f7a687e14cfa84ceb1969a7009 +chromeImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/google-chrome + tag: 2.8.11@sha256:bf8fadb6b1c9f25477249f41fd6d4ce54fb64de457189cc0e99ae76ccb34467a +chromiumImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/chromium + tag: 2.8.11@sha256:559dad2a9b1cf27ff7cb032ca2d0750df3a5c7dde023109bc128df224da396e6 +edgeImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/microsoft-edge + tag: 2.8.11@sha256:03c8fef67d791480e9ae374fbe34dcec0b3b5d896bfc845ff5d52e90f0c79615 +remminaImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/remmina + tag: 2.8.11@sha256:78f15945b2141bd151e55c4865965e5ea360bf819774d6057762f56dbd04a770 +torImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/tor-browser + tag: 2.8.11@sha256:b89cc196a2dcdc1a375bde74710e3572ee80356be5c5847bf6d815c668f8b782 +vivaldiImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/vivaldi + tag: 2.8.11@sha256:f9d7e6edf7d292e3130a6a7f03824091bff3d6b47a6a925e63757cb2b42f4a6a +vlcImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/vlc + tag: 2.8.11@sha256:be0a2b86fbfe4c6ae6c8b0361a3aa0a6851fc4b9255c213faf9776588183605a +xfceImage: + pullPolicy: IfNotPresent + repository: ghcr.io/m1k1o/neko/xfce + tag: 2.8.11@sha256:838d11ce275e61511a66050ac7be87b6893d36d97a8f224a2bbebcf830864257 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 10294 + protocol: http + mux: + enabled: true + ports: + tcp: + enabled: true + port: 52100 + protocol: tcp + udp: + enabled: true + port: "{{ .Values.service.mux.ports.tcp.port }}" + protocol: udp + +neko: + ip: "0.0.0.0" + auth: + user_pass: "" + admin_pass: "" + proxy: false + screen: "1920x1080@30" + control_protection: false + implicit_control: false + locks: + [] + # - control + # - login + # - file_transfer + cors: + - "*" + +workload: + main: + podSpec: + containers: + main: + imageSelector: image + env: + NEKO_BIND: '{{ printf ":%v" .Values.service.main.ports.main.port }}' + NEKO_PATH_PREFIX: "/" + NEKO_NAT1TO1: "{{ .Values.neko.ip }}" + # NEKO_EPR + NEKO_TCPMUX: "{{ .Values.service.mux.ports.tcp.port }}" + NEKO_UDPMUX: "{{ .Values.service.mux.ports.tcp.port }}" + NEKO_FILE_TRANSFER_ENABLED: true + NEKO_FILE_TRANSFER_PATH: "{{.Values.persistence.downloads.mountPath }}" + NEKO_CONTROL_PROTECTION: "{{ .Values.neko.control_protection }}" + NEKO_IMPLICIT_CONTROL: "{{ .Values.neko.implicit_control }}" + NEKO_LOCKS: '{{ join " " .Values.neko.locks }}' + NEKO_PASSWORD: "{{ .Values.neko.auth.user_pass }}" + NEKO_PASSWORD_ADMIN: "{{ .Values.neko.auth.admin_pass }}" + NEKO_PROXY: "{{ .Values.neko.proxy }}" + NEKO_SCREEN: "{{ .Values.neko.screen }}" + NEKO_CORS: '{{ join " " .Values.neko.cors }}' + # NEKO_NAT1TO1: "" + # NEKO_IPFETCH: "" + # NEKO_ICELITE: false + # NEKO_ICESERVER: "" + # NEKO_ICESERVERS + +persistence: + downloads: + enabled: true + mountPath: /home/neko/Downloads + +portal: + open: + enabled: true diff --git a/stable/neko/6.0.2/questions.yaml b/stable/neko/6.0.2/questions.yaml new file mode 100755 index 00000000000..e1ec22dda1b --- /dev/null +++ b/stable/neko/6.0.2/questions.yaml @@ -0,0 +1,2890 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: imageSelector + label: Select Image + schema: + type: string + default: image + enum: + - value: "image" + description: "Firefox" + - value: "braveImage" + description: "Brave" + - value: "chromeImage" + description: "Chrome" + - value: "chromiumImage" + description: "Chromium" + - value: "edgeImage" + description: "Edge" + - value: "remminaImage" + description: "Remmina" + - value: "torImage" + description: "Tor" + - value: "vivaldiImage" + description: "Vivaldi" + - value: "vlcImage" + description: "Vlc" + - value: "xfceImage" + description: "Xfce" + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: neko + group: App Configuration + label: Neko + schema: + additional_attrs: true + type: dict + attrs: + - variable: ip + label: IP + description: IP of the server that will be sent to client, if not specified, public IP is automatically resolved. + schema: + type: string + default: "0.0.0.0" + - variable: auth + label: Auth Credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: user_pass + label: User Password + description: Password for the user login. + schema: + type: string + private: true + default: "" + - variable: admin_pass + label: Admin Password + description: Password for the admin login. + schema: + type: string + private: true + default: "" + - variable: proxy + label: Enable Proxy Mode + description: Enable reverse proxy mode, so that neko trusts X-Forwarded-For headers. + schema: + type: boolean + default: false + - variable: screen + label: Screen + description: Resolution after startup. Only Admins can change this later. + schema: + type: string + default: "1920x1080@30" + - variable: control_protection + label: Control Protection + description: Control protection means, users can gain control only if at least one admin is in the room. + schema: + type: boolean + default: false + - variable: implicit_control + label: Implicit Protection + description: If enabled members can gain control implicitly, they don't need to request control. + schema: + type: boolean + default: false + - variable: locks + label: Locks + description: Resources, that will be locked when starting. + schema: + type: list + empty: true + default: [] + required: true + items: + - variable: lock + label: Lock Resource + schema: + type: string + required: true + default: "" + - variable: cors + label: Cors + description: Cross origin request sharing list of allowed hosts. + schema: + type: list + empty: true + default: + - "*" + required: true + items: + - variable: cors + label: Cors Resource + schema: + type: string + required: true + default: "" + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10294 + required: true + - variable: mux + label: "Mux service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: tcp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 52100 + required: true + + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: downloads + label: App Downloads Storage + description: Stores the Application Downloads. + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/neko/6.0.0/templates/common.yaml b/stable/neko/6.0.2/templates/common.yaml similarity index 100% rename from stable/neko/6.0.0/templates/common.yaml rename to stable/neko/6.0.2/templates/common.yaml diff --git a/stable/netbootxyz/4.7.3/values.yaml b/stable/neko/6.0.2/values.yaml similarity index 100% rename from stable/netbootxyz/4.7.3/values.yaml rename to stable/neko/6.0.2/values.yaml diff --git a/stable/netbootxyz/4.7.3/CHANGELOG.md b/stable/netbootxyz/4.7.3/CHANGELOG.md deleted file mode 100644 index 5629440400f..00000000000 --- a/stable/netbootxyz/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/netbootxyz/4.7.3/Chart.yaml b/stable/netbootxyz/4.7.3/Chart.yaml deleted file mode 100644 index 942660807d4..00000000000 --- a/stable/netbootxyz/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Your favorite operating systems in one place! -home: https://truecharts.org/charts/stable/netbootxyz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png -keywords: - - netbootxyz - - pxe -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: netbootxyz -sources: - - https://github.com/netbootxyz/netboot.xyz - - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz - - https://ghcr.io/netbootxyz/netbootxyz -type: application -version: 4.7.3 diff --git a/stable/netbootxyz/4.7.3/app-changelog.md b/stable/netbootxyz/4.7.3/app-changelog.md deleted file mode 100644 index 057df50881c..00000000000 --- a/stable/netbootxyz/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz b/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/netdata/9.8.3/.helmignore b/stable/netbootxyz/4.7.5/.helmignore similarity index 100% rename from stable/netdata/9.8.3/.helmignore rename to stable/netbootxyz/4.7.5/.helmignore diff --git a/stable/netbootxyz/4.7.5/CHANGELOG.md b/stable/netbootxyz/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b8c28e0e832 --- /dev/null +++ b/stable/netbootxyz/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netbootxyz-4.7.5](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netbootxyz-4.7.4](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netbootxyz-4.7.4](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netbootxyz-4.7.4](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netbootxyz-4.7.4](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netbootxyz-4.7.4](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/netbootxyz/4.7.5/Chart.yaml b/stable/netbootxyz/4.7.5/Chart.yaml new file mode 100644 index 00000000000..3250c28110e --- /dev/null +++ b/stable/netbootxyz/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your favorite operating systems in one place! +home: https://truecharts.org/charts/stable/netbootxyz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png +keywords: + - netbootxyz + - pxe +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netbootxyz +sources: + - https://github.com/netbootxyz/netboot.xyz + - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz + - https://ghcr.io/netbootxyz/netbootxyz +type: application +version: 4.7.5 diff --git a/stable/netbootxyz/4.7.3/README.md b/stable/netbootxyz/4.7.5/README.md similarity index 100% rename from stable/netbootxyz/4.7.3/README.md rename to stable/netbootxyz/4.7.5/README.md diff --git a/stable/netbootxyz/4.7.5/app-changelog.md b/stable/netbootxyz/4.7.5/app-changelog.md new file mode 100644 index 00000000000..3a4d0812829 --- /dev/null +++ b/stable/netbootxyz/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [netbootxyz-4.7.5](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/netbootxyz/4.7.3/app-readme.md b/stable/netbootxyz/4.7.5/app-readme.md similarity index 100% rename from stable/netbootxyz/4.7.3/app-readme.md rename to stable/netbootxyz/4.7.5/app-readme.md diff --git a/stable/netbootxyz/4.7.5/charts/common-20.2.10.tgz b/stable/netbootxyz/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/netbootxyz/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/netbootxyz/4.7.3/ix_values.yaml b/stable/netbootxyz/4.7.5/ix_values.yaml similarity index 100% rename from stable/netbootxyz/4.7.3/ix_values.yaml rename to stable/netbootxyz/4.7.5/ix_values.yaml diff --git a/stable/netbootxyz/4.7.3/questions.yaml b/stable/netbootxyz/4.7.5/questions.yaml similarity index 100% rename from stable/netbootxyz/4.7.3/questions.yaml rename to stable/netbootxyz/4.7.5/questions.yaml diff --git a/stable/netbootxyz/4.7.3/templates/common.yaml b/stable/netbootxyz/4.7.5/templates/common.yaml similarity index 100% rename from stable/netbootxyz/4.7.3/templates/common.yaml rename to stable/netbootxyz/4.7.5/templates/common.yaml diff --git a/stable/netdata/9.8.3/values.yaml b/stable/netbootxyz/4.7.5/values.yaml similarity index 100% rename from stable/netdata/9.8.3/values.yaml rename to stable/netbootxyz/4.7.5/values.yaml diff --git a/stable/netdata/9.8.3/CHANGELOG.md b/stable/netdata/9.8.3/CHANGELOG.md deleted file mode 100644 index 4412b938668..00000000000 --- a/stable/netdata/9.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) diff --git a/stable/netdata/9.8.3/Chart.yaml b/stable/netdata/9.8.3/Chart.yaml deleted file mode 100644 index e4fb73f9c2f..00000000000 --- a/stable/netdata/9.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.45.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -home: https://truecharts.org/charts/stable/netdata -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png -keywords: - - netdata - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: netdata -sources: - - https://github.com/netdata - - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - - https://hub.docker.com/r/netdata/netdata -type: application -version: 9.8.3 diff --git a/stable/netdata/9.8.3/app-changelog.md b/stable/netdata/9.8.3/app-changelog.md deleted file mode 100644 index cae4ec6647b..00000000000 --- a/stable/netdata/9.8.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [netdata-9.8.3](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/netdata/9.8.3/charts/common-20.2.9.tgz b/stable/netdata/9.8.3/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/netdata/9.8.3/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/netdata/9.8.3/ix_values.yaml b/stable/netdata/9.8.3/ix_values.yaml deleted file mode 100644 index 2be1128f862..00000000000 --- a/stable/netdata/9.8.3/ix_values.yaml +++ /dev/null @@ -1,194 +0,0 @@ -image: - repository: netdata/netdata - tag: v1.45.0@sha256:bdf5d3025cf6c2d75f91a567d70b0ac35d0cc6d9bd51bf32b42a2fb8f42dc306 - pullPolicy: IfNotPresent -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true -configmap: - configs: - enabled: true - data: - netdata-conf: |- - [global] - memory mode = dbengine - dbengine multihost disk space = 4096 - page cache size = 64 - go-d-conf: |- - modules: - k8s_state: yes - go-d-k8s-state-conf: |- - jobs: - - name: k8s_state - update_every: 1 -rbac: - main: - enabled: true - primary: true - rules: - - apiGroups: - - "" - resources: - - "pods" - - "nodes" - - "nodes/metrics" - # - "services" # used by agent service discovery - # - "configmaps" # used by agent service discovery - # - "secrets" # used by agent service discovery - verbs: - - "get" - - "list" - - "watch" - - apiGroups: - - "" - resources: - - "namespaces" - verbs: - - "get" -service: - main: - ports: - main: - port: 19999 - targetPort: 19999 -persistence: - config: - enabled: true - mountPath: "/etc/netdata" - targetSelectAll: true - lib: - enabled: true - mountPath: "/var/lib/netdata" - cache: - enabled: true - mountPath: "/var/cache/netdata" - passwd: - enabled: true - type: hostPath - hostPath: "/etc/passwd" - mountPath: "/host/etc/passwd" - readOnly: true - group: - enabled: true - type: hostPath - hostPath: "/etc/group" - mountPath: "/host/etc/group" - readOnly: true - proc: - enabled: true - type: hostPath - hostPath: "/proc" - mountPath: "/host/proc" - readOnly: true - dev: - enabled: true - type: hostPath - hostPath: "/dev" - mountPath: "/host/dev" - readOnly: true - sys: - enabled: true - type: hostPath - hostPath: "/sys" - mountPath: "/host/sys" - readOnly: true - os: - enabled: true - type: hostPath - hostPath: "/etc/os-release" - mountPath: "/host/etc/os-release" - readOnly: true - netdata-configs: - enabled: true - mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf" - subPath: "netdata-conf" - type: configmap - objectName: configs - targetSelectAll: true - go-d-configs: - enabled: true - mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf" - subPath: "go-d-conf" - type: configmap - objectName: configs - targetSelectAll: true - go-d-k8s-state-configs: - enabled: true - mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" - subPath: "go-d-k8s-state-conf" - type: configmap - objectName: configs - targetSelectAll: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - capabilities: - add: - - SYS_PTRACE - runAsUser: 0 - runAsGroup: 0 - fsGroup: 201 -workload: - main: - podSpec: - automountServiceAccountToken: true - initContainers: - create-config: - enabled: true - imageSelector: image - type: init - command: - - /bin/bash - - -c - args: - - |- - copy_config () { - local confSource="$1" - local confTarget="$2" - local dirTarget - dirTarget="$(dirname "${confTarget}")" - - if [ ! -f "$confTarget" ]; then - if [ ! -d "${dirTarget}" ]; then - mkdir -p "$dirTarget" - fi; - cp "$confSource" "$confTarget" - echo "Content of $(basename "${confTarget}")" - cat "$confTarget" - else - echo "Config $confTarget exists, skipping..." - fi; - } - export -f copy_config - - copy_config "/etc/netdata/truecharts-defaults/.netdata.conf" "/etc/netdata/netdata.conf" - copy_config "/etc/netdata/truecharts-defaults/.go.d.conf" "/etc/netdata/go.d.conf" - copy_config "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" "/etc/netdata/go.d/k8s_state.conf" - containers: - main: - probes: - liveness: - path: "/api/v1/info" - readiness: - path: "/api/v1/info" - startup: - path: "/api/v1/info" - env: - MY_NODE_NAME: - fieldRef: - fieldPath: spec.nodeName - MY_POD_NAMESPACE: - fieldRef: - fieldPath: metadata.namespace - MY_POD_NAME: - fieldRef: - fieldPath: metadata.name - NETDATA_CLAIM_URL: "" - NETDATA_CLAIM_TOKEN: "" - NETDATA_CLAIM_ROOMS: "" diff --git a/stable/neverwinternights-ee/5.7.3/.helmignore b/stable/netdata/9.8.5/.helmignore similarity index 100% rename from stable/neverwinternights-ee/5.7.3/.helmignore rename to stable/netdata/9.8.5/.helmignore diff --git a/stable/netdata/9.8.5/CHANGELOG.md b/stable/netdata/9.8.5/CHANGELOG.md new file mode 100644 index 00000000000..d47aa3e46c6 --- /dev/null +++ b/stable/netdata/9.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netdata-9.8.5](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image netdata/netdata to v1.45.1[@fb23c1e](https://github.com/fb23c1e) by renovate ([#19877](https://github.com/truecharts/charts/issues/19877)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netdata-9.8.4](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.4) (2024-03-28) + +### Chore + + + +- update container image netdata/netdata to v1.45.1[@fb23c1e](https://github.com/fb23c1e) by renovate ([#19877](https://github.com/truecharts/charts/issues/19877)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netdata-9.8.4](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.4) (2024-03-28) + +### Chore + + + +- update container image netdata/netdata to v1.45.1[@fb23c1e](https://github.com/fb23c1e) by renovate ([#19877](https://github.com/truecharts/charts/issues/19877)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netdata-9.8.4](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.4) (2024-03-28) + +### Chore + + + +- update container image netdata/netdata to v1.45.1[@fb23c1e](https://github.com/fb23c1e) by renovate ([#19877](https://github.com/truecharts/charts/issues/19877)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [netdata-9.8.4](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.4) (2024-03-28) + +### Chore diff --git a/stable/netdata/9.8.5/Chart.yaml b/stable/netdata/9.8.5/Chart.yaml new file mode 100644 index 00000000000..5778e2d01fb --- /dev/null +++ b/stable/netdata/9.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.45.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. +home: https://truecharts.org/charts/stable/netdata +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png +keywords: + - netdata + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netdata +sources: + - https://github.com/netdata + - https://github.com/truecharts/charts/tree/master/charts/stable/netdata + - https://hub.docker.com/r/netdata/netdata +type: application +version: 9.8.5 diff --git a/stable/netdata/9.8.3/README.md b/stable/netdata/9.8.5/README.md similarity index 100% rename from stable/netdata/9.8.3/README.md rename to stable/netdata/9.8.5/README.md diff --git a/stable/netdata/9.8.5/app-changelog.md b/stable/netdata/9.8.5/app-changelog.md new file mode 100644 index 00000000000..2e7944462f9 --- /dev/null +++ b/stable/netdata/9.8.5/app-changelog.md @@ -0,0 +1,23 @@ + + +## [netdata-9.8.5](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image netdata/netdata to v1.45.1[@fb23c1e](https://github.com/fb23c1e) by renovate ([#19877](https://github.com/truecharts/charts/issues/19877)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/netdata/9.8.3/app-readme.md b/stable/netdata/9.8.5/app-readme.md similarity index 100% rename from stable/netdata/9.8.3/app-readme.md rename to stable/netdata/9.8.5/app-readme.md diff --git a/stable/netdata/9.8.5/charts/common-20.2.10.tgz b/stable/netdata/9.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/netdata/9.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/netdata/9.8.5/ix_values.yaml b/stable/netdata/9.8.5/ix_values.yaml new file mode 100644 index 00000000000..a142d7f5b64 --- /dev/null +++ b/stable/netdata/9.8.5/ix_values.yaml @@ -0,0 +1,194 @@ +image: + repository: netdata/netdata + tag: v1.45.1@sha256:fb23c1e6aac642f218f6cc69d01b9981553fb5b9278656bb49804f384f22b4c9 + pullPolicy: IfNotPresent +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true +configmap: + configs: + enabled: true + data: + netdata-conf: |- + [global] + memory mode = dbengine + dbengine multihost disk space = 4096 + page cache size = 64 + go-d-conf: |- + modules: + k8s_state: yes + go-d-k8s-state-conf: |- + jobs: + - name: k8s_state + update_every: 1 +rbac: + main: + enabled: true + primary: true + rules: + - apiGroups: + - "" + resources: + - "pods" + - "nodes" + - "nodes/metrics" + # - "services" # used by agent service discovery + # - "configmaps" # used by agent service discovery + # - "secrets" # used by agent service discovery + verbs: + - "get" + - "list" + - "watch" + - apiGroups: + - "" + resources: + - "namespaces" + verbs: + - "get" +service: + main: + ports: + main: + port: 19999 + targetPort: 19999 +persistence: + config: + enabled: true + mountPath: "/etc/netdata" + targetSelectAll: true + lib: + enabled: true + mountPath: "/var/lib/netdata" + cache: + enabled: true + mountPath: "/var/cache/netdata" + passwd: + enabled: true + type: hostPath + hostPath: "/etc/passwd" + mountPath: "/host/etc/passwd" + readOnly: true + group: + enabled: true + type: hostPath + hostPath: "/etc/group" + mountPath: "/host/etc/group" + readOnly: true + proc: + enabled: true + type: hostPath + hostPath: "/proc" + mountPath: "/host/proc" + readOnly: true + dev: + enabled: true + type: hostPath + hostPath: "/dev" + mountPath: "/host/dev" + readOnly: true + sys: + enabled: true + type: hostPath + hostPath: "/sys" + mountPath: "/host/sys" + readOnly: true + os: + enabled: true + type: hostPath + hostPath: "/etc/os-release" + mountPath: "/host/etc/os-release" + readOnly: true + netdata-configs: + enabled: true + mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf" + subPath: "netdata-conf" + type: configmap + objectName: configs + targetSelectAll: true + go-d-configs: + enabled: true + mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf" + subPath: "go-d-conf" + type: configmap + objectName: configs + targetSelectAll: true + go-d-k8s-state-configs: + enabled: true + mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" + subPath: "go-d-k8s-state-conf" + type: configmap + objectName: configs + targetSelectAll: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - SYS_PTRACE + runAsUser: 0 + runAsGroup: 0 + fsGroup: 201 +workload: + main: + podSpec: + automountServiceAccountToken: true + initContainers: + create-config: + enabled: true + imageSelector: image + type: init + command: + - /bin/bash + - -c + args: + - |- + copy_config () { + local confSource="$1" + local confTarget="$2" + local dirTarget + dirTarget="$(dirname "${confTarget}")" + + if [ ! -f "$confTarget" ]; then + if [ ! -d "${dirTarget}" ]; then + mkdir -p "$dirTarget" + fi; + cp "$confSource" "$confTarget" + echo "Content of $(basename "${confTarget}")" + cat "$confTarget" + else + echo "Config $confTarget exists, skipping..." + fi; + } + export -f copy_config + + copy_config "/etc/netdata/truecharts-defaults/.netdata.conf" "/etc/netdata/netdata.conf" + copy_config "/etc/netdata/truecharts-defaults/.go.d.conf" "/etc/netdata/go.d.conf" + copy_config "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" "/etc/netdata/go.d/k8s_state.conf" + containers: + main: + probes: + liveness: + path: "/api/v1/info" + readiness: + path: "/api/v1/info" + startup: + path: "/api/v1/info" + env: + MY_NODE_NAME: + fieldRef: + fieldPath: spec.nodeName + MY_POD_NAMESPACE: + fieldRef: + fieldPath: metadata.namespace + MY_POD_NAME: + fieldRef: + fieldPath: metadata.name + NETDATA_CLAIM_URL: "" + NETDATA_CLAIM_TOKEN: "" + NETDATA_CLAIM_ROOMS: "" diff --git a/stable/netdata/9.8.3/questions.yaml b/stable/netdata/9.8.5/questions.yaml similarity index 100% rename from stable/netdata/9.8.3/questions.yaml rename to stable/netdata/9.8.5/questions.yaml diff --git a/stable/nextpvr/9.7.3/templates/NOTES.txt b/stable/netdata/9.8.5/templates/NOTES.txt similarity index 100% rename from stable/nextpvr/9.7.3/templates/NOTES.txt rename to stable/netdata/9.8.5/templates/NOTES.txt diff --git a/stable/netdata/9.8.3/templates/common.yaml b/stable/netdata/9.8.5/templates/common.yaml similarity index 100% rename from stable/netdata/9.8.3/templates/common.yaml rename to stable/netdata/9.8.5/templates/common.yaml diff --git a/stable/neverwinternights-ee/5.7.3/values.yaml b/stable/netdata/9.8.5/values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.7.3/values.yaml rename to stable/netdata/9.8.5/values.yaml diff --git a/stable/neverwinternights-ee/5.7.3/CHANGELOG.md b/stable/neverwinternights-ee/5.7.3/CHANGELOG.md deleted file mode 100644 index 6164b8a1db5..00000000000 --- a/stable/neverwinternights-ee/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/neverwinternights-ee/5.7.3/Chart.yaml b/stable/neverwinternights-ee/5.7.3/Chart.yaml deleted file mode 100644 index 70aee1442f2..00000000000 --- a/stable/neverwinternights-ee/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." -home: https://truecharts.org/charts/stable/neverwinternights-ee -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png -keywords: - - neverwinternights-ee - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: neverwinternights-ee -sources: - - https://www.beamdog.com/games/neverwinter-nights-enhanced/ - - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee - - https://hub.docker.com/r/ich777/nwnee-server -type: application -version: 5.7.3 diff --git a/stable/neverwinternights-ee/5.7.3/app-changelog.md b/stable/neverwinternights-ee/5.7.3/app-changelog.md deleted file mode 100644 index f5882773df1..00000000000 --- a/stable/neverwinternights-ee/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz b/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.7.3/.helmignore b/stable/neverwinternights-ee/5.7.5/.helmignore similarity index 100% rename from stable/newyearcountdownclock/5.7.3/.helmignore rename to stable/neverwinternights-ee/5.7.5/.helmignore diff --git a/stable/neverwinternights-ee/5.7.5/CHANGELOG.md b/stable/neverwinternights-ee/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..aa0080a5a86 --- /dev/null +++ b/stable/neverwinternights-ee/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neverwinternights-ee-5.7.5](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neverwinternights-ee-5.7.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neverwinternights-ee-5.7.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neverwinternights-ee-5.7.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neverwinternights-ee-5.7.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neverwinternights-ee-5.7.4](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.7.5/Chart.yaml b/stable/neverwinternights-ee/5.7.5/Chart.yaml new file mode 100644 index 00000000000..81e25dd47d9 --- /dev/null +++ b/stable/neverwinternights-ee/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." +home: https://truecharts.org/charts/stable/neverwinternights-ee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png +keywords: + - neverwinternights-ee + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neverwinternights-ee +sources: + - https://www.beamdog.com/games/neverwinter-nights-enhanced/ + - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee + - https://hub.docker.com/r/ich777/nwnee-server +type: application +version: 5.7.5 diff --git a/stable/neverwinternights-ee/5.7.3/README.md b/stable/neverwinternights-ee/5.7.5/README.md similarity index 100% rename from stable/neverwinternights-ee/5.7.3/README.md rename to stable/neverwinternights-ee/5.7.5/README.md diff --git a/stable/neverwinternights-ee/5.7.5/app-changelog.md b/stable/neverwinternights-ee/5.7.5/app-changelog.md new file mode 100644 index 00000000000..45f295933fd --- /dev/null +++ b/stable/neverwinternights-ee/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [neverwinternights-ee-5.7.5](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.7.3/app-readme.md b/stable/neverwinternights-ee/5.7.5/app-readme.md similarity index 100% rename from stable/neverwinternights-ee/5.7.3/app-readme.md rename to stable/neverwinternights-ee/5.7.5/app-readme.md diff --git a/stable/neverwinternights-ee/5.7.5/charts/common-20.2.10.tgz b/stable/neverwinternights-ee/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/neverwinternights-ee/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/neverwinternights-ee/5.7.3/ix_values.yaml b/stable/neverwinternights-ee/5.7.5/ix_values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.7.3/ix_values.yaml rename to stable/neverwinternights-ee/5.7.5/ix_values.yaml diff --git a/stable/neverwinternights-ee/5.7.3/questions.yaml b/stable/neverwinternights-ee/5.7.5/questions.yaml similarity index 100% rename from stable/neverwinternights-ee/5.7.3/questions.yaml rename to stable/neverwinternights-ee/5.7.5/questions.yaml diff --git a/stable/neverwinternights-ee/5.7.3/templates/common.yaml b/stable/neverwinternights-ee/5.7.5/templates/common.yaml similarity index 100% rename from stable/neverwinternights-ee/5.7.3/templates/common.yaml rename to stable/neverwinternights-ee/5.7.5/templates/common.yaml diff --git a/stable/newyearcountdownclock/5.7.3/values.yaml b/stable/neverwinternights-ee/5.7.5/values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.7.3/values.yaml rename to stable/neverwinternights-ee/5.7.5/values.yaml diff --git a/stable/newyearcountdownclock/5.7.3/CHANGELOG.md b/stable/newyearcountdownclock/5.7.3/CHANGELOG.md deleted file mode 100644 index abb06d85400..00000000000 --- a/stable/newyearcountdownclock/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/newyearcountdownclock/5.7.3/Chart.yaml b/stable/newyearcountdownclock/5.7.3/Chart.yaml deleted file mode 100644 index 466a8f42bf9..00000000000 --- a/stable/newyearcountdownclock/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self Hosted, self contained New Year Countdown clock -home: https://truecharts.org/charts/stable/newyearcountdownclock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png -keywords: - - newyearcountdownclock - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: newyearcountdownclock -sources: - - https://github.com/modem7/Docker-NewYearCountdown - - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock - - https://hub.docker.com/r/modem7/newyearcountdown -type: application -version: 5.7.3 diff --git a/stable/newyearcountdownclock/5.7.3/app-changelog.md b/stable/newyearcountdownclock/5.7.3/app-changelog.md deleted file mode 100644 index 8fbe494627a..00000000000 --- a/stable/newyearcountdownclock/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz b/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nextpvr/9.7.3/.helmignore b/stable/newyearcountdownclock/5.7.5/.helmignore similarity index 100% rename from stable/nextpvr/9.7.3/.helmignore rename to stable/newyearcountdownclock/5.7.5/.helmignore diff --git a/stable/newyearcountdownclock/5.7.5/CHANGELOG.md b/stable/newyearcountdownclock/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0d58f07b7d1 --- /dev/null +++ b/stable/newyearcountdownclock/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [newyearcountdownclock-5.7.5](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [newyearcountdownclock-5.7.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [newyearcountdownclock-5.7.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [newyearcountdownclock-5.7.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [newyearcountdownclock-5.7.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [newyearcountdownclock-5.7.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.7.5/Chart.yaml b/stable/newyearcountdownclock/5.7.5/Chart.yaml new file mode 100644 index 00000000000..20e6fe9f8a1 --- /dev/null +++ b/stable/newyearcountdownclock/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self Hosted, self contained New Year Countdown clock +home: https://truecharts.org/charts/stable/newyearcountdownclock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png +keywords: + - newyearcountdownclock + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: newyearcountdownclock +sources: + - https://github.com/modem7/Docker-NewYearCountdown + - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock + - https://hub.docker.com/r/modem7/newyearcountdown +type: application +version: 5.7.5 diff --git a/stable/newyearcountdownclock/5.7.3/README.md b/stable/newyearcountdownclock/5.7.5/README.md similarity index 100% rename from stable/newyearcountdownclock/5.7.3/README.md rename to stable/newyearcountdownclock/5.7.5/README.md diff --git a/stable/newyearcountdownclock/5.7.5/app-changelog.md b/stable/newyearcountdownclock/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8664ebaf0a8 --- /dev/null +++ b/stable/newyearcountdownclock/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [newyearcountdownclock-5.7.5](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.7.3/app-readme.md b/stable/newyearcountdownclock/5.7.5/app-readme.md similarity index 100% rename from stable/newyearcountdownclock/5.7.3/app-readme.md rename to stable/newyearcountdownclock/5.7.5/app-readme.md diff --git a/stable/newyearcountdownclock/5.7.5/charts/common-20.2.10.tgz b/stable/newyearcountdownclock/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/newyearcountdownclock/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/newyearcountdownclock/5.7.3/ix_values.yaml b/stable/newyearcountdownclock/5.7.5/ix_values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.7.3/ix_values.yaml rename to stable/newyearcountdownclock/5.7.5/ix_values.yaml diff --git a/stable/grafana-image-renderer/5.7.3/questions.yaml b/stable/newyearcountdownclock/5.7.5/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.7.3/questions.yaml rename to stable/newyearcountdownclock/5.7.5/questions.yaml diff --git a/stable/newyearcountdownclock/5.7.3/templates/common.yaml b/stable/newyearcountdownclock/5.7.5/templates/common.yaml similarity index 100% rename from stable/newyearcountdownclock/5.7.3/templates/common.yaml rename to stable/newyearcountdownclock/5.7.5/templates/common.yaml diff --git a/stable/nextpvr/9.7.3/values.yaml b/stable/newyearcountdownclock/5.7.5/values.yaml similarity index 100% rename from stable/nextpvr/9.7.3/values.yaml rename to stable/newyearcountdownclock/5.7.5/values.yaml diff --git a/stable/nextpvr/9.7.3/CHANGELOG.md b/stable/nextpvr/9.7.3/CHANGELOG.md deleted file mode 100644 index 7acfa7a8616..00000000000 --- a/stable/nextpvr/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nextpvr/9.7.3/Chart.yaml b/stable/nextpvr/9.7.3/Chart.yaml deleted file mode 100644 index 740848989bf..00000000000 --- a/stable/nextpvr/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. -home: https://truecharts.org/charts/stable/nextpvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png -keywords: - - pvr - - recorder -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nextpvr -sources: - - https://github.com/sub3/NextPVR/wiki/Install-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - - https://hub.docker.com/r/nextpvr/nextpvr_amd64 -type: application -version: 9.7.3 diff --git a/stable/nextpvr/9.7.3/app-changelog.md b/stable/nextpvr/9.7.3/app-changelog.md deleted file mode 100644 index a7560363b37..00000000000 --- a/stable/nextpvr/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz b/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nexus-oss/5.8.3/.helmignore b/stable/nextpvr/9.7.5/.helmignore similarity index 100% rename from stable/nexus-oss/5.8.3/.helmignore rename to stable/nextpvr/9.7.5/.helmignore diff --git a/stable/nextpvr/9.7.5/CHANGELOG.md b/stable/nextpvr/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..82973c09095 --- /dev/null +++ b/stable/nextpvr/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextpvr-9.7.5](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nextpvr-9.7.4](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nextpvr-9.7.4](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nextpvr-9.7.4](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nextpvr-9.7.4](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nextpvr-9.7.4](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nextpvr/9.7.5/Chart.yaml b/stable/nextpvr/9.7.5/Chart.yaml new file mode 100644 index 00000000000..d740f006266 --- /dev/null +++ b/stable/nextpvr/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. +home: https://truecharts.org/charts/stable/nextpvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png +keywords: + - pvr + - recorder +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextpvr +sources: + - https://github.com/sub3/NextPVR/wiki/Install-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr + - https://hub.docker.com/r/nextpvr/nextpvr_amd64 +type: application +version: 9.7.5 diff --git a/stable/nextpvr/9.7.3/README.md b/stable/nextpvr/9.7.5/README.md similarity index 100% rename from stable/nextpvr/9.7.3/README.md rename to stable/nextpvr/9.7.5/README.md diff --git a/stable/nextpvr/9.7.5/app-changelog.md b/stable/nextpvr/9.7.5/app-changelog.md new file mode 100644 index 00000000000..1f64e1f3fac --- /dev/null +++ b/stable/nextpvr/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nextpvr-9.7.5](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nextpvr/9.7.3/app-readme.md b/stable/nextpvr/9.7.5/app-readme.md similarity index 100% rename from stable/nextpvr/9.7.3/app-readme.md rename to stable/nextpvr/9.7.5/app-readme.md diff --git a/stable/nextpvr/9.7.5/charts/common-20.2.10.tgz b/stable/nextpvr/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nextpvr/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nextpvr/9.7.3/ix_values.yaml b/stable/nextpvr/9.7.5/ix_values.yaml similarity index 100% rename from stable/nextpvr/9.7.3/ix_values.yaml rename to stable/nextpvr/9.7.5/ix_values.yaml diff --git a/stable/nextpvr/9.7.3/questions.yaml b/stable/nextpvr/9.7.5/questions.yaml similarity index 100% rename from stable/nextpvr/9.7.3/questions.yaml rename to stable/nextpvr/9.7.5/questions.yaml diff --git a/stable/nginx-proxy-manager/9.12.8/templates/NOTES.txt b/stable/nextpvr/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/templates/NOTES.txt rename to stable/nextpvr/9.7.5/templates/NOTES.txt diff --git a/stable/nextpvr/9.7.3/templates/common.yaml b/stable/nextpvr/9.7.5/templates/common.yaml similarity index 100% rename from stable/nextpvr/9.7.3/templates/common.yaml rename to stable/nextpvr/9.7.5/templates/common.yaml diff --git a/stable/nexus-oss/5.8.3/values.yaml b/stable/nextpvr/9.7.5/values.yaml similarity index 100% rename from stable/nexus-oss/5.8.3/values.yaml rename to stable/nextpvr/9.7.5/values.yaml diff --git a/stable/nexus-oss/5.8.3/CHANGELOG.md b/stable/nexus-oss/5.8.3/CHANGELOG.md deleted file mode 100644 index 62b99dea9f2..00000000000 --- a/stable/nexus-oss/5.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nexus-oss/5.8.3/Chart.yaml b/stable/nexus-oss/5.8.3/Chart.yaml deleted file mode 100644 index ee215938888..00000000000 --- a/stable/nexus-oss/5.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.66.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sonatype Nexus open source is a artifact repository manager -home: https://truecharts.org/charts/stable/nexus-oss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png -keywords: - - nexus-oss - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nexus-oss -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss - - https://hub.docker.com/r/sonatype/nexus3 -type: application -version: 5.8.3 diff --git a/stable/nexus-oss/5.8.3/app-changelog.md b/stable/nexus-oss/5.8.3/app-changelog.md deleted file mode 100644 index 6adc426861c..00000000000 --- a/stable/nexus-oss/5.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz b/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.12.8/.helmignore b/stable/nexus-oss/5.8.5/.helmignore similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/.helmignore rename to stable/nexus-oss/5.8.5/.helmignore diff --git a/stable/nexus-oss/5.8.5/CHANGELOG.md b/stable/nexus-oss/5.8.5/CHANGELOG.md new file mode 100644 index 00000000000..f705cf3355e --- /dev/null +++ b/stable/nexus-oss/5.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nexus-oss-5.8.5](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nexus-oss-5.8.4](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nexus-oss-5.8.4](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nexus-oss-5.8.4](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nexus-oss-5.8.4](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nexus-oss-5.8.4](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nexus-oss/5.8.5/Chart.yaml b/stable/nexus-oss/5.8.5/Chart.yaml new file mode 100644 index 00000000000..46ce3b3f5f9 --- /dev/null +++ b/stable/nexus-oss/5.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.66.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sonatype Nexus open source is a artifact repository manager +home: https://truecharts.org/charts/stable/nexus-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png +keywords: + - nexus-oss + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nexus-oss +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss + - https://hub.docker.com/r/sonatype/nexus3 +type: application +version: 5.8.5 diff --git a/stable/nexus-oss/5.8.3/README.md b/stable/nexus-oss/5.8.5/README.md similarity index 100% rename from stable/nexus-oss/5.8.3/README.md rename to stable/nexus-oss/5.8.5/README.md diff --git a/stable/nexus-oss/5.8.5/app-changelog.md b/stable/nexus-oss/5.8.5/app-changelog.md new file mode 100644 index 00000000000..5ccf6773377 --- /dev/null +++ b/stable/nexus-oss/5.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nexus-oss-5.8.5](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nexus-oss/5.8.3/app-readme.md b/stable/nexus-oss/5.8.5/app-readme.md similarity index 100% rename from stable/nexus-oss/5.8.3/app-readme.md rename to stable/nexus-oss/5.8.5/app-readme.md diff --git a/stable/nexus-oss/5.8.5/charts/common-20.2.10.tgz b/stable/nexus-oss/5.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nexus-oss/5.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/nexus-oss/5.8.3/ix_values.yaml b/stable/nexus-oss/5.8.5/ix_values.yaml similarity index 100% rename from stable/nexus-oss/5.8.3/ix_values.yaml rename to stable/nexus-oss/5.8.5/ix_values.yaml diff --git a/stable/nexus-oss/5.8.3/questions.yaml b/stable/nexus-oss/5.8.5/questions.yaml similarity index 100% rename from stable/nexus-oss/5.8.3/questions.yaml rename to stable/nexus-oss/5.8.5/questions.yaml diff --git a/stable/nexus-oss/5.8.3/templates/common.yaml b/stable/nexus-oss/5.8.5/templates/common.yaml similarity index 100% rename from stable/nexus-oss/5.8.3/templates/common.yaml rename to stable/nexus-oss/5.8.5/templates/common.yaml diff --git a/stable/nginx-proxy-manager/9.12.8/values.yaml b/stable/nexus-oss/5.8.5/values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/values.yaml rename to stable/nexus-oss/5.8.5/values.yaml diff --git a/stable/ngircd/9.7.3/.helmignore b/stable/nginx-proxy-manager/9.12.10/.helmignore similarity index 100% rename from stable/ngircd/9.7.3/.helmignore rename to stable/nginx-proxy-manager/9.12.10/.helmignore diff --git a/stable/nginx-proxy-manager/9.12.10/CHANGELOG.md b/stable/nginx-proxy-manager/9.12.10/CHANGELOG.md new file mode 100644 index 00000000000..9729f5e338b --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nginx-proxy-manager-9.12.10](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [nginx-proxy-manager-9.12.9](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [nginx-proxy-manager-9.12.9](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/nginx-proxy-manager/9.12.10/Chart.yaml b/stable/nginx-proxy-manager/9.12.10/Chart.yaml new file mode 100644 index 00000000000..1e26ba57ab0 --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.10/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.11.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Managing Nginx proxy hosts with a simple, powerful interface. +home: https://truecharts.org/charts/stable/nginx-proxy-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png +keywords: + - nginx-proxy-manager + - nginx + - reverse-proxy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nginx-proxy-manager +sources: + - https://nginxproxymanager.com/ + - https://github.com/NginxProxyManager/nginx-proxy-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager + - https://hub.docker.com/r/jc21/nginx-proxy-manager +type: application +version: 9.12.10 diff --git a/stable/nginx-proxy-manager/9.12.8/README.md b/stable/nginx-proxy-manager/9.12.10/README.md similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/README.md rename to stable/nginx-proxy-manager/9.12.10/README.md diff --git a/stable/nginx-proxy-manager/9.12.10/app-changelog.md b/stable/nginx-proxy-manager/9.12.10/app-changelog.md new file mode 100644 index 00000000000..5b7559cce65 --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [nginx-proxy-manager-9.12.10](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.12.8/app-readme.md b/stable/nginx-proxy-manager/9.12.10/app-readme.md similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/app-readme.md rename to stable/nginx-proxy-manager/9.12.10/app-readme.md diff --git a/stable/nginx-proxy-manager/9.12.10/charts/common-20.2.10.tgz b/stable/nginx-proxy-manager/9.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/nginx-proxy-manager/9.12.10/charts/mariadb-13.7.5.tgz b/stable/nginx-proxy-manager/9.12.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/nginx-proxy-manager/9.12.8/ix_values.yaml b/stable/nginx-proxy-manager/9.12.10/ix_values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/ix_values.yaml rename to stable/nginx-proxy-manager/9.12.10/ix_values.yaml diff --git a/stable/nginx-proxy-manager/9.12.8/questions.yaml b/stable/nginx-proxy-manager/9.12.10/questions.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/questions.yaml rename to stable/nginx-proxy-manager/9.12.10/questions.yaml diff --git a/stable/ngircd/9.7.3/templates/NOTES.txt b/stable/nginx-proxy-manager/9.12.10/templates/NOTES.txt similarity index 100% rename from stable/ngircd/9.7.3/templates/NOTES.txt rename to stable/nginx-proxy-manager/9.12.10/templates/NOTES.txt diff --git a/stable/nginx-proxy-manager/9.12.8/templates/common.yaml b/stable/nginx-proxy-manager/9.12.10/templates/common.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.12.8/templates/common.yaml rename to stable/nginx-proxy-manager/9.12.10/templates/common.yaml diff --git a/stable/ngircd/9.7.3/values.yaml b/stable/nginx-proxy-manager/9.12.10/values.yaml similarity index 100% rename from stable/ngircd/9.7.3/values.yaml rename to stable/nginx-proxy-manager/9.12.10/values.yaml diff --git a/stable/nginx-proxy-manager/9.12.8/CHANGELOG.md b/stable/nginx-proxy-manager/9.12.8/CHANGELOG.md deleted file mode 100644 index a2e33f7d14e..00000000000 --- a/stable/nginx-proxy-manager/9.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nginx-proxy-manager-9.12.8](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [nginx-proxy-manager-9.12.8](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [nginx-proxy-manager-9.12.7](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/nginx-proxy-manager/9.12.8/Chart.yaml b/stable/nginx-proxy-manager/9.12.8/Chart.yaml deleted file mode 100644 index 9f7f18a329c..00000000000 --- a/stable/nginx-proxy-manager/9.12.8/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.11.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Managing Nginx proxy hosts with a simple, powerful interface. -home: https://truecharts.org/charts/stable/nginx-proxy-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png -keywords: - - nginx-proxy-manager - - nginx - - reverse-proxy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nginx-proxy-manager -sources: - - https://nginxproxymanager.com/ - - https://github.com/NginxProxyManager/nginx-proxy-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager - - https://hub.docker.com/r/jc21/nginx-proxy-manager -type: application -version: 9.12.8 diff --git a/stable/nginx-proxy-manager/9.12.8/app-changelog.md b/stable/nginx-proxy-manager/9.12.8/app-changelog.md deleted file mode 100644 index 16297075ad0..00000000000 --- a/stable/nginx-proxy-manager/9.12.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [nginx-proxy-manager-9.12.8](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.12.8/charts/common-20.2.9.tgz b/stable/nginx-proxy-manager/9.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/nginx-proxy-manager/9.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.12.8/charts/mariadb-13.7.4.tgz b/stable/nginx-proxy-manager/9.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/nginx-proxy-manager/9.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/ngircd/9.7.3/CHANGELOG.md b/stable/ngircd/9.7.3/CHANGELOG.md deleted file mode 100644 index 22f73bcdf01..00000000000 --- a/stable/ngircd/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ngircd/9.7.3/Chart.yaml b/stable/ngircd/9.7.3/Chart.yaml deleted file mode 100644 index 7bb83be8706..00000000000 --- a/stable/ngircd/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. -home: https://truecharts.org/charts/stable/ngircd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png -keywords: - - ngircd -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ngircd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd - - https://ghcr.io/linuxserver/ngircd -type: application -version: 9.7.3 diff --git a/stable/ngircd/9.7.3/app-changelog.md b/stable/ngircd/9.7.3/app-changelog.md deleted file mode 100644 index de46c6df947..00000000000 --- a/stable/ngircd/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ngircd/9.7.3/charts/common-20.2.4.tgz b/stable/ngircd/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ngircd/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nightscout/5.7.3/.helmignore b/stable/ngircd/9.7.5/.helmignore similarity index 100% rename from stable/nightscout/5.7.3/.helmignore rename to stable/ngircd/9.7.5/.helmignore diff --git a/stable/ngircd/9.7.5/CHANGELOG.md b/stable/ngircd/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9cfacd6db21 --- /dev/null +++ b/stable/ngircd/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ngircd-9.7.5](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ngircd-9.7.4](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ngircd-9.7.4](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ngircd-9.7.4](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ngircd-9.7.4](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ngircd-9.7.4](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ngircd/9.7.5/Chart.yaml b/stable/ngircd/9.7.5/Chart.yaml new file mode 100644 index 00000000000..4730f7c5577 --- /dev/null +++ b/stable/ngircd/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. +home: https://truecharts.org/charts/stable/ngircd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png +keywords: + - ngircd +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ngircd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd + - https://ghcr.io/linuxserver/ngircd +type: application +version: 9.7.5 diff --git a/stable/ngircd/9.7.3/README.md b/stable/ngircd/9.7.5/README.md similarity index 100% rename from stable/ngircd/9.7.3/README.md rename to stable/ngircd/9.7.5/README.md diff --git a/stable/ngircd/9.7.5/app-changelog.md b/stable/ngircd/9.7.5/app-changelog.md new file mode 100644 index 00000000000..ad034c8222d --- /dev/null +++ b/stable/ngircd/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ngircd-9.7.5](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ngircd/9.7.3/app-readme.md b/stable/ngircd/9.7.5/app-readme.md similarity index 100% rename from stable/ngircd/9.7.3/app-readme.md rename to stable/ngircd/9.7.5/app-readme.md diff --git a/stable/ngircd/9.7.5/charts/common-20.2.10.tgz b/stable/ngircd/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ngircd/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ngircd/9.7.3/ix_values.yaml b/stable/ngircd/9.7.5/ix_values.yaml similarity index 100% rename from stable/ngircd/9.7.3/ix_values.yaml rename to stable/ngircd/9.7.5/ix_values.yaml diff --git a/stable/ngircd/9.7.3/questions.yaml b/stable/ngircd/9.7.5/questions.yaml similarity index 100% rename from stable/ngircd/9.7.3/questions.yaml rename to stable/ngircd/9.7.5/questions.yaml diff --git a/stable/nitter/6.8.2/templates/NOTES.txt b/stable/ngircd/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.8.2/templates/NOTES.txt rename to stable/ngircd/9.7.5/templates/NOTES.txt diff --git a/stable/ngircd/9.7.3/templates/common.yaml b/stable/ngircd/9.7.5/templates/common.yaml similarity index 100% rename from stable/ngircd/9.7.3/templates/common.yaml rename to stable/ngircd/9.7.5/templates/common.yaml diff --git a/stable/nightscout/5.7.3/values.yaml b/stable/ngircd/9.7.5/values.yaml similarity index 100% rename from stable/nightscout/5.7.3/values.yaml rename to stable/ngircd/9.7.5/values.yaml diff --git a/stable/nightscout/5.7.3/CHANGELOG.md b/stable/nightscout/5.7.3/CHANGELOG.md deleted file mode 100644 index 820a2066d0d..00000000000 --- a/stable/nightscout/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nightscout/5.7.3/Chart.yaml b/stable/nightscout/5.7.3/Chart.yaml deleted file mode 100644 index eeb572d1bef..00000000000 --- a/stable/nightscout/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. -home: https://truecharts.org/charts/stable/nightscout -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png -keywords: - - nightscout - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nightscout -sources: - - https://github.com/nightscout/cgm-remote-monitor - - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis - - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout - - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis -type: application -version: 5.7.3 diff --git a/stable/nightscout/5.7.3/app-changelog.md b/stable/nightscout/5.7.3/app-changelog.md deleted file mode 100644 index 29cb4131811..00000000000 --- a/stable/nightscout/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nightscout/5.7.3/charts/common-20.2.4.tgz b/stable/nightscout/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nightscout/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nitter/6.8.2/.helmignore b/stable/nightscout/5.7.5/.helmignore similarity index 100% rename from stable/nitter/6.8.2/.helmignore rename to stable/nightscout/5.7.5/.helmignore diff --git a/stable/nightscout/5.7.5/CHANGELOG.md b/stable/nightscout/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a38d97d11f8 --- /dev/null +++ b/stable/nightscout/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nightscout-5.7.5](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nightscout-5.7.4](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nightscout-5.7.4](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nightscout-5.7.4](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nightscout-5.7.4](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nightscout-5.7.4](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nightscout/5.7.5/Chart.yaml b/stable/nightscout/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1a20d70a76b --- /dev/null +++ b/stable/nightscout/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. +home: https://truecharts.org/charts/stable/nightscout +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png +keywords: + - nightscout + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nightscout +sources: + - https://github.com/nightscout/cgm-remote-monitor + - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis + - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout + - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis +type: application +version: 5.7.5 diff --git a/stable/nightscout/5.7.3/README.md b/stable/nightscout/5.7.5/README.md similarity index 100% rename from stable/nightscout/5.7.3/README.md rename to stable/nightscout/5.7.5/README.md diff --git a/stable/nightscout/5.7.5/app-changelog.md b/stable/nightscout/5.7.5/app-changelog.md new file mode 100644 index 00000000000..b2b37ac55e9 --- /dev/null +++ b/stable/nightscout/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nightscout-5.7.5](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nightscout/5.7.3/app-readme.md b/stable/nightscout/5.7.5/app-readme.md similarity index 100% rename from stable/nightscout/5.7.3/app-readme.md rename to stable/nightscout/5.7.5/app-readme.md diff --git a/stable/nightscout/5.7.5/charts/common-20.2.10.tgz b/stable/nightscout/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nightscout/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nightscout/5.7.3/ix_values.yaml b/stable/nightscout/5.7.5/ix_values.yaml similarity index 100% rename from stable/nightscout/5.7.3/ix_values.yaml rename to stable/nightscout/5.7.5/ix_values.yaml diff --git a/stable/nightscout/5.7.3/questions.yaml b/stable/nightscout/5.7.5/questions.yaml similarity index 100% rename from stable/nightscout/5.7.3/questions.yaml rename to stable/nightscout/5.7.5/questions.yaml diff --git a/stable/nightscout/5.7.3/templates/common.yaml b/stable/nightscout/5.7.5/templates/common.yaml similarity index 100% rename from stable/nightscout/5.7.3/templates/common.yaml rename to stable/nightscout/5.7.5/templates/common.yaml diff --git a/stable/nitter/6.8.2/values.yaml b/stable/nightscout/5.7.5/values.yaml similarity index 100% rename from stable/nitter/6.8.2/values.yaml rename to stable/nightscout/5.7.5/values.yaml diff --git a/stable/nitter/6.8.2/CHANGELOG.md b/stable/nitter/6.8.2/CHANGELOG.md deleted file mode 100644 index e2a6cec82fd..00000000000 --- a/stable/nitter/6.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/nitter/6.8.2/Chart.yaml b/stable/nitter/6.8.2/Chart.yaml deleted file mode 100644 index 1791350cfb7..00000000000 --- a/stable/nitter/6.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A free and open source alternative Twitter front-end focused on privacy and performance. -home: https://truecharts.org/charts/stable/nitter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png -keywords: - - nitter - - libre -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nitter -sources: - - https://github.com/zedeus/nitter - - https://github.com/truecharts/charts/tree/master/charts/stable/nitter - - https://hub.docker.com/r/zedeus/nitter -type: application -version: 6.8.2 diff --git a/stable/nitter/6.8.2/app-changelog.md b/stable/nitter/6.8.2/app-changelog.md deleted file mode 100644 index 0647233bdf8..00000000000 --- a/stable/nitter/6.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/nitter/6.8.2/charts/common-20.2.4.tgz b/stable/nitter/6.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nitter/6.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nntp2nntp/9.7.3/.helmignore b/stable/nitter/6.8.4/.helmignore similarity index 100% rename from stable/nntp2nntp/9.7.3/.helmignore rename to stable/nitter/6.8.4/.helmignore diff --git a/stable/nitter/6.8.4/CHANGELOG.md b/stable/nitter/6.8.4/CHANGELOG.md new file mode 100644 index 00000000000..1a484a829f1 --- /dev/null +++ b/stable/nitter/6.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nitter-6.8.4](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [nitter-6.8.3](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [nitter-6.8.3](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [nitter-6.8.3](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [nitter-6.8.3](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.3) (2024-03-27) + +### Chore diff --git a/stable/nitter/6.8.4/Chart.yaml b/stable/nitter/6.8.4/Chart.yaml new file mode 100644 index 00000000000..d0ff72608e9 --- /dev/null +++ b/stable/nitter/6.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source alternative Twitter front-end focused on privacy and performance. +home: https://truecharts.org/charts/stable/nitter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png +keywords: + - nitter + - libre +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nitter +sources: + - https://github.com/zedeus/nitter + - https://github.com/truecharts/charts/tree/master/charts/stable/nitter + - https://hub.docker.com/r/zedeus/nitter +type: application +version: 6.8.4 diff --git a/stable/nitter/6.8.2/README.md b/stable/nitter/6.8.4/README.md similarity index 100% rename from stable/nitter/6.8.2/README.md rename to stable/nitter/6.8.4/README.md diff --git a/stable/nitter/6.8.4/app-changelog.md b/stable/nitter/6.8.4/app-changelog.md new file mode 100644 index 00000000000..6fadb0ba92c --- /dev/null +++ b/stable/nitter/6.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [nitter-6.8.4](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/nitter/6.8.2/app-readme.md b/stable/nitter/6.8.4/app-readme.md similarity index 100% rename from stable/nitter/6.8.2/app-readme.md rename to stable/nitter/6.8.4/app-readme.md diff --git a/stable/nitter/6.8.4/charts/common-20.2.10.tgz b/stable/nitter/6.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nitter/6.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/nitter/6.8.2/charts/redis-13.2.2.tgz b/stable/nitter/6.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/nitter/6.8.2/charts/redis-13.2.2.tgz rename to stable/nitter/6.8.4/charts/redis-13.2.2.tgz diff --git a/stable/nitter/6.8.2/ix_values.yaml b/stable/nitter/6.8.4/ix_values.yaml similarity index 100% rename from stable/nitter/6.8.2/ix_values.yaml rename to stable/nitter/6.8.4/ix_values.yaml diff --git a/stable/nitter/6.8.2/questions.yaml b/stable/nitter/6.8.4/questions.yaml similarity index 100% rename from stable/nitter/6.8.2/questions.yaml rename to stable/nitter/6.8.4/questions.yaml diff --git a/stable/nntp2nntp/9.7.3/templates/NOTES.txt b/stable/nitter/6.8.4/templates/NOTES.txt similarity index 100% rename from stable/nntp2nntp/9.7.3/templates/NOTES.txt rename to stable/nitter/6.8.4/templates/NOTES.txt diff --git a/stable/nitter/6.8.2/templates/_configmap.tpl b/stable/nitter/6.8.4/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.8.2/templates/_configmap.tpl rename to stable/nitter/6.8.4/templates/_configmap.tpl diff --git a/stable/nitter/6.8.2/templates/common.yaml b/stable/nitter/6.8.4/templates/common.yaml similarity index 100% rename from stable/nitter/6.8.2/templates/common.yaml rename to stable/nitter/6.8.4/templates/common.yaml diff --git a/stable/nntp2nntp/9.7.3/values.yaml b/stable/nitter/6.8.4/values.yaml similarity index 100% rename from stable/nntp2nntp/9.7.3/values.yaml rename to stable/nitter/6.8.4/values.yaml diff --git a/stable/nntp2nntp/9.7.3/CHANGELOG.md b/stable/nntp2nntp/9.7.3/CHANGELOG.md deleted file mode 100644 index f5b7e0ec2c4..00000000000 --- a/stable/nntp2nntp/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nntp2nntp/9.7.3/Chart.yaml b/stable/nntp2nntp/9.7.3/Chart.yaml deleted file mode 100644 index 41abde5a998..00000000000 --- a/stable/nntp2nntp/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.20230704 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. -home: https://truecharts.org/charts/stable/nntp2nntp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png -keywords: - - nntp2nntp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nntp2nntp -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp - - https://ghcr.io/linuxserver/nntp2nntp -type: application -version: 9.7.3 diff --git a/stable/nntp2nntp/9.7.3/app-changelog.md b/stable/nntp2nntp/9.7.3/app-changelog.md deleted file mode 100644 index 64c9dde498a..00000000000 --- a/stable/nntp2nntp/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz b/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nocodb/13.8.3/.helmignore b/stable/nntp2nntp/9.7.5/.helmignore similarity index 100% rename from stable/nocodb/13.8.3/.helmignore rename to stable/nntp2nntp/9.7.5/.helmignore diff --git a/stable/nntp2nntp/9.7.5/CHANGELOG.md b/stable/nntp2nntp/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..80ecda390b6 --- /dev/null +++ b/stable/nntp2nntp/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nntp2nntp-9.7.5](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nntp2nntp-9.7.4](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nntp2nntp-9.7.4](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nntp2nntp-9.7.4](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nntp2nntp-9.7.4](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nntp2nntp-9.7.4](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nntp2nntp/9.7.5/Chart.yaml b/stable/nntp2nntp/9.7.5/Chart.yaml new file mode 100644 index 00000000000..e8b0438691b --- /dev/null +++ b/stable/nntp2nntp/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.20230704 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. +home: https://truecharts.org/charts/stable/nntp2nntp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png +keywords: + - nntp2nntp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nntp2nntp +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp + - https://ghcr.io/linuxserver/nntp2nntp +type: application +version: 9.7.5 diff --git a/stable/nntp2nntp/9.7.3/README.md b/stable/nntp2nntp/9.7.5/README.md similarity index 100% rename from stable/nntp2nntp/9.7.3/README.md rename to stable/nntp2nntp/9.7.5/README.md diff --git a/stable/nntp2nntp/9.7.5/app-changelog.md b/stable/nntp2nntp/9.7.5/app-changelog.md new file mode 100644 index 00000000000..7fa5db6ceb3 --- /dev/null +++ b/stable/nntp2nntp/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nntp2nntp-9.7.5](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nntp2nntp/9.7.3/app-readme.md b/stable/nntp2nntp/9.7.5/app-readme.md similarity index 100% rename from stable/nntp2nntp/9.7.3/app-readme.md rename to stable/nntp2nntp/9.7.5/app-readme.md diff --git a/stable/nntp2nntp/9.7.5/charts/common-20.2.10.tgz b/stable/nntp2nntp/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nntp2nntp/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nntp2nntp/9.7.3/ix_values.yaml b/stable/nntp2nntp/9.7.5/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/9.7.3/ix_values.yaml rename to stable/nntp2nntp/9.7.5/ix_values.yaml diff --git a/stable/nntp2nntp/9.7.3/questions.yaml b/stable/nntp2nntp/9.7.5/questions.yaml similarity index 100% rename from stable/nntp2nntp/9.7.3/questions.yaml rename to stable/nntp2nntp/9.7.5/questions.yaml diff --git a/stable/nocodb/13.8.3/templates/NOTES.txt b/stable/nntp2nntp/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.8.3/templates/NOTES.txt rename to stable/nntp2nntp/9.7.5/templates/NOTES.txt diff --git a/stable/nntp2nntp/9.7.3/templates/common.yaml b/stable/nntp2nntp/9.7.5/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/9.7.3/templates/common.yaml rename to stable/nntp2nntp/9.7.5/templates/common.yaml diff --git a/stable/nocodb/13.8.3/values.yaml b/stable/nntp2nntp/9.7.5/values.yaml similarity index 100% rename from stable/nocodb/13.8.3/values.yaml rename to stable/nntp2nntp/9.7.5/values.yaml diff --git a/stable/nocodb/13.8.3/CHANGELOG.md b/stable/nocodb/13.8.3/CHANGELOG.md deleted file mode 100644 index 442e324ea02..00000000000 --- a/stable/nocodb/13.8.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) - -- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) - - -## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) - -- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) - - -## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) - -- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) - - -## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) \ No newline at end of file diff --git a/stable/nocodb/13.8.3/Chart.yaml b/stable/nocodb/13.8.3/Chart.yaml deleted file mode 100644 index b4ed6bf185b..00000000000 --- a/stable/nocodb/13.8.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.204.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -home: https://truecharts.org/charts/stable/nocodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png -keywords: - - nocodb -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nocodb -sources: - - https://github.com/nocodb/nocodb - - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - - https://hub.docker.com/r/nocodb/nocodb -type: application -version: 13.8.3 diff --git a/stable/nocodb/13.8.3/app-changelog.md b/stable/nocodb/13.8.3/app-changelog.md deleted file mode 100644 index c674c597c8a..00000000000 --- a/stable/nocodb/13.8.3/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) - -- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) \ No newline at end of file diff --git a/stable/nocodb/13.8.3/charts/common-20.2.4.tgz b/stable/nocodb/13.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nocodb/13.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/node-red/18.7.4/.helmignore b/stable/nocodb/13.8.5/.helmignore similarity index 100% rename from stable/node-red/18.7.4/.helmignore rename to stable/nocodb/13.8.5/.helmignore diff --git a/stable/nocodb/13.8.5/CHANGELOG.md b/stable/nocodb/13.8.5/CHANGELOG.md new file mode 100644 index 00000000000..d289c3194ac --- /dev/null +++ b/stable/nocodb/13.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nocodb-13.8.5](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) + +- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) + + +## [nocodb-13.8.4](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) + +- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) + + +## [nocodb-13.8.4](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) + +- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) + + +## [nocodb-13.8.4](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.4) (2024-03-27) \ No newline at end of file diff --git a/stable/nocodb/13.8.5/Chart.yaml b/stable/nocodb/13.8.5/Chart.yaml new file mode 100644 index 00000000000..a342fa5d13f --- /dev/null +++ b/stable/nocodb/13.8.5/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.204.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. +home: https://truecharts.org/charts/stable/nocodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png +keywords: + - nocodb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nocodb +sources: + - https://github.com/nocodb/nocodb + - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb + - https://hub.docker.com/r/nocodb/nocodb +type: application +version: 13.8.5 diff --git a/stable/nocodb/13.8.3/README.md b/stable/nocodb/13.8.5/README.md similarity index 100% rename from stable/nocodb/13.8.3/README.md rename to stable/nocodb/13.8.5/README.md diff --git a/stable/nocodb/13.8.5/app-changelog.md b/stable/nocodb/13.8.5/app-changelog.md new file mode 100644 index 00000000000..4b93b1f73e8 --- /dev/null +++ b/stable/nocodb/13.8.5/app-changelog.md @@ -0,0 +1,31 @@ + + +## [nocodb-13.8.5](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634)) + +- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323)) \ No newline at end of file diff --git a/stable/nocodb/13.8.3/app-readme.md b/stable/nocodb/13.8.5/app-readme.md similarity index 100% rename from stable/nocodb/13.8.3/app-readme.md rename to stable/nocodb/13.8.5/app-readme.md diff --git a/stable/nocodb/13.8.5/charts/common-20.2.10.tgz b/stable/nocodb/13.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nocodb/13.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/nocodb/13.8.3/charts/redis-13.2.2.tgz b/stable/nocodb/13.8.5/charts/redis-13.2.2.tgz similarity index 100% rename from stable/nocodb/13.8.3/charts/redis-13.2.2.tgz rename to stable/nocodb/13.8.5/charts/redis-13.2.2.tgz diff --git a/stable/nocodb/13.8.3/ix_values.yaml b/stable/nocodb/13.8.5/ix_values.yaml similarity index 100% rename from stable/nocodb/13.8.3/ix_values.yaml rename to stable/nocodb/13.8.5/ix_values.yaml diff --git a/stable/nocodb/13.8.3/questions.yaml b/stable/nocodb/13.8.5/questions.yaml similarity index 100% rename from stable/nocodb/13.8.3/questions.yaml rename to stable/nocodb/13.8.5/questions.yaml diff --git a/stable/node-red/18.7.4/templates/NOTES.txt b/stable/nocodb/13.8.5/templates/NOTES.txt similarity index 100% rename from stable/node-red/18.7.4/templates/NOTES.txt rename to stable/nocodb/13.8.5/templates/NOTES.txt diff --git a/stable/nocodb/13.8.3/templates/_configmap.tpl b/stable/nocodb/13.8.5/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.8.3/templates/_configmap.tpl rename to stable/nocodb/13.8.5/templates/_configmap.tpl diff --git a/stable/nocodb/13.8.3/templates/_secrets.tpl b/stable/nocodb/13.8.5/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.8.3/templates/_secrets.tpl rename to stable/nocodb/13.8.5/templates/_secrets.tpl diff --git a/stable/nocodb/13.8.3/templates/common.yaml b/stable/nocodb/13.8.5/templates/common.yaml similarity index 100% rename from stable/nocodb/13.8.3/templates/common.yaml rename to stable/nocodb/13.8.5/templates/common.yaml diff --git a/stable/node-red/18.7.4/values.yaml b/stable/nocodb/13.8.5/values.yaml similarity index 100% rename from stable/node-red/18.7.4/values.yaml rename to stable/nocodb/13.8.5/values.yaml diff --git a/stable/node-red/18.7.4/CHANGELOG.md b/stable/node-red/18.7.4/CHANGELOG.md deleted file mode 100644 index 1358bd6f7eb..00000000000 --- a/stable/node-red/18.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/node-red/18.7.4/Chart.yaml b/stable/node-red/18.7.4/Chart.yaml deleted file mode 100644 index 8133223a774..00000000000 --- a/stable/node-red/18.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.7 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Node-RED is low-code programming for event-driven applications -home: https://truecharts.org/charts/stable/node-red -icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png -keywords: - - node-red - - nodered -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: node-red -sources: - - https://github.com/node-red/node-red-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/node-red - - https://hub.docker.com/r/nodered/node-red -type: application -version: 18.7.4 diff --git a/stable/node-red/18.7.4/app-changelog.md b/stable/node-red/18.7.4/app-changelog.md deleted file mode 100644 index be6692b137c..00000000000 --- a/stable/node-red/18.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [node-red-18.7.4](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) \ No newline at end of file diff --git a/stable/node-red/18.7.4/charts/common-20.2.9.tgz b/stable/node-red/18.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/node-red/18.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/node-red/18.7.4/ix_values.yaml b/stable/node-red/18.7.4/ix_values.yaml deleted file mode 100644 index 56c840c68e2..00000000000 --- a/stable/node-red/18.7.4/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: docker.io/nodered/node-red - pullPolicy: IfNotPresent - tag: 3.1.7@sha256:b3bee638741091bf6548f77aa08ec9ff5f879cdf6a0a43c761dcd009217636a5 -service: - main: - ports: - main: - port: 1880 - targetPort: 1880 -persistence: - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: {} diff --git a/stable/nosqlclient/5.7.3/.helmignore b/stable/node-red/18.7.6/.helmignore similarity index 100% rename from stable/nosqlclient/5.7.3/.helmignore rename to stable/node-red/18.7.6/.helmignore diff --git a/stable/node-red/18.7.6/CHANGELOG.md b/stable/node-red/18.7.6/CHANGELOG.md new file mode 100644 index 00000000000..826679378e9 --- /dev/null +++ b/stable/node-red/18.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [node-red-18.7.6](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/nodered/node-red to v3.1.8[@c2990ca](https://github.com/c2990ca) by renovate ([#19926](https://github.com/truecharts/charts/issues/19926)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) + + +## [node-red-18.7.5](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.5) (2024-03-29) + +### Chore + + + +- update container image docker.io/nodered/node-red to v3.1.8[@c2990ca](https://github.com/c2990ca) by renovate ([#19926](https://github.com/truecharts/charts/issues/19926)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) + + +## [node-red-18.7.5](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.5) (2024-03-29) + +### Chore + + + +- update container image docker.io/nodered/node-red to v3.1.8[@c2990ca](https://github.com/c2990ca) by renovate ([#19926](https://github.com/truecharts/charts/issues/19926)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) + + +## [node-red-18.7.5](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.5) (2024-03-29) + +### Chore + + + +- update container image docker.io/nodered/node-red to v3.1.8[@c2990ca](https://github.com/c2990ca) by renovate ([#19926](https://github.com/truecharts/charts/issues/19926)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) + + +## [node-red-18.7.5](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.5) (2024-03-29) + +### Chore diff --git a/stable/node-red/18.7.6/Chart.yaml b/stable/node-red/18.7.6/Chart.yaml new file mode 100644 index 00000000000..78ca6ccb12e --- /dev/null +++ b/stable/node-red/18.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.8 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Node-RED is low-code programming for event-driven applications +home: https://truecharts.org/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png +keywords: + - node-red + - nodered +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: node-red +sources: + - https://github.com/node-red/node-red-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://hub.docker.com/r/nodered/node-red +type: application +version: 18.7.6 diff --git a/stable/node-red/18.7.4/README.md b/stable/node-red/18.7.6/README.md similarity index 100% rename from stable/node-red/18.7.4/README.md rename to stable/node-red/18.7.6/README.md diff --git a/stable/node-red/18.7.6/app-changelog.md b/stable/node-red/18.7.6/app-changelog.md new file mode 100644 index 00000000000..9b1a272a3c5 --- /dev/null +++ b/stable/node-red/18.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [node-red-18.7.6](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/nodered/node-red to v3.1.8[@c2990ca](https://github.com/c2990ca) by renovate ([#19926](https://github.com/truecharts/charts/issues/19926)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302)) \ No newline at end of file diff --git a/stable/node-red/18.7.4/app-readme.md b/stable/node-red/18.7.6/app-readme.md similarity index 100% rename from stable/node-red/18.7.4/app-readme.md rename to stable/node-red/18.7.6/app-readme.md diff --git a/stable/node-red/18.7.6/charts/common-20.2.10.tgz b/stable/node-red/18.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/node-red/18.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/node-red/18.7.6/ix_values.yaml b/stable/node-red/18.7.6/ix_values.yaml new file mode 100644 index 00000000000..f7d313729e3 --- /dev/null +++ b/stable/node-red/18.7.6/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: docker.io/nodered/node-red + pullPolicy: IfNotPresent + tag: 3.1.8@sha256:c2990ca2ed6ca3d36cc558f25c21e261ca966b3dc7194fc4df83352573cfb5f9 +service: + main: + ports: + main: + port: 1880 + targetPort: 1880 +persistence: + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: {} diff --git a/stable/node-red/18.7.4/questions.yaml b/stable/node-red/18.7.6/questions.yaml similarity index 100% rename from stable/node-red/18.7.4/questions.yaml rename to stable/node-red/18.7.6/questions.yaml diff --git a/stable/novnc/10.7.3/templates/NOTES.txt b/stable/node-red/18.7.6/templates/NOTES.txt similarity index 100% rename from stable/novnc/10.7.3/templates/NOTES.txt rename to stable/node-red/18.7.6/templates/NOTES.txt diff --git a/stable/node-red/18.7.4/templates/common.yaml b/stable/node-red/18.7.6/templates/common.yaml similarity index 100% rename from stable/node-red/18.7.4/templates/common.yaml rename to stable/node-red/18.7.6/templates/common.yaml diff --git a/stable/nosqlclient/5.7.3/values.yaml b/stable/node-red/18.7.6/values.yaml similarity index 100% rename from stable/nosqlclient/5.7.3/values.yaml rename to stable/node-red/18.7.6/values.yaml diff --git a/stable/nosqlclient/5.7.3/CHANGELOG.md b/stable/nosqlclient/5.7.3/CHANGELOG.md deleted file mode 100644 index f28078cd98b..00000000000 --- a/stable/nosqlclient/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nosqlclient/5.7.3/Chart.yaml b/stable/nosqlclient/5.7.3/Chart.yaml deleted file mode 100644 index e601d90a5d9..00000000000 --- a/stable/nosqlclient/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient -home: https://truecharts.org/charts/stable/nosqlclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png -keywords: - - nosqlclient - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nosqlclient -sources: - - https://github.com/nosqlclient/nosqlclient - - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient - - https://hub.docker.com/r/mongoclient/mongoclient -type: application -version: 5.7.3 diff --git a/stable/nosqlclient/5.7.3/app-changelog.md b/stable/nosqlclient/5.7.3/app-changelog.md deleted file mode 100644 index f8529d49ed7..00000000000 --- a/stable/nosqlclient/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz b/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/notarius/5.7.3/.helmignore b/stable/nosqlclient/5.7.5/.helmignore similarity index 100% rename from stable/notarius/5.7.3/.helmignore rename to stable/nosqlclient/5.7.5/.helmignore diff --git a/stable/nosqlclient/5.7.5/CHANGELOG.md b/stable/nosqlclient/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fcdf1df7b61 --- /dev/null +++ b/stable/nosqlclient/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nosqlclient-5.7.5](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nosqlclient-5.7.4](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nosqlclient-5.7.4](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nosqlclient-5.7.4](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nosqlclient-5.7.4](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nosqlclient-5.7.4](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nosqlclient/5.7.5/Chart.yaml b/stable/nosqlclient/5.7.5/Chart.yaml new file mode 100644 index 00000000000..afa17cde706 --- /dev/null +++ b/stable/nosqlclient/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient +home: https://truecharts.org/charts/stable/nosqlclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png +keywords: + - nosqlclient + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nosqlclient +sources: + - https://github.com/nosqlclient/nosqlclient + - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient + - https://hub.docker.com/r/mongoclient/mongoclient +type: application +version: 5.7.5 diff --git a/stable/nosqlclient/5.7.3/README.md b/stable/nosqlclient/5.7.5/README.md similarity index 100% rename from stable/nosqlclient/5.7.3/README.md rename to stable/nosqlclient/5.7.5/README.md diff --git a/stable/nosqlclient/5.7.5/app-changelog.md b/stable/nosqlclient/5.7.5/app-changelog.md new file mode 100644 index 00000000000..77e9972a28a --- /dev/null +++ b/stable/nosqlclient/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nosqlclient-5.7.5](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nosqlclient/5.7.3/app-readme.md b/stable/nosqlclient/5.7.5/app-readme.md similarity index 100% rename from stable/nosqlclient/5.7.3/app-readme.md rename to stable/nosqlclient/5.7.5/app-readme.md diff --git a/stable/nosqlclient/5.7.5/charts/common-20.2.10.tgz b/stable/nosqlclient/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nosqlclient/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nosqlclient/5.7.3/ix_values.yaml b/stable/nosqlclient/5.7.5/ix_values.yaml similarity index 100% rename from stable/nosqlclient/5.7.3/ix_values.yaml rename to stable/nosqlclient/5.7.5/ix_values.yaml diff --git a/stable/nosqlclient/5.7.3/questions.yaml b/stable/nosqlclient/5.7.5/questions.yaml similarity index 100% rename from stable/nosqlclient/5.7.3/questions.yaml rename to stable/nosqlclient/5.7.5/questions.yaml diff --git a/stable/nosqlclient/5.7.3/templates/common.yaml b/stable/nosqlclient/5.7.5/templates/common.yaml similarity index 100% rename from stable/nosqlclient/5.7.3/templates/common.yaml rename to stable/nosqlclient/5.7.5/templates/common.yaml diff --git a/stable/notarius/5.7.3/values.yaml b/stable/nosqlclient/5.7.5/values.yaml similarity index 100% rename from stable/notarius/5.7.3/values.yaml rename to stable/nosqlclient/5.7.5/values.yaml diff --git a/stable/notarius/5.7.3/CHANGELOG.md b/stable/notarius/5.7.3/CHANGELOG.md deleted file mode 100644 index 4521154f297..00000000000 --- a/stable/notarius/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/notarius/5.7.3/Chart.yaml b/stable/notarius/5.7.3/Chart.yaml deleted file mode 100644 index 400d1f95f02..00000000000 --- a/stable/notarius/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: No description provide. -home: https://truecharts.org/charts/stable/notarius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png -keywords: - - notarius - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notarius -sources: - - https://github.com/agusalex/Notarius - - https://github.com/truecharts/charts/tree/master/charts/stable/notarius - - https://hub.docker.com/r/agusalex/notarius -type: application -version: 5.7.3 diff --git a/stable/notarius/5.7.3/app-changelog.md b/stable/notarius/5.7.3/app-changelog.md deleted file mode 100644 index 8c871eacb2b..00000000000 --- a/stable/notarius/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notarius/5.7.3/charts/common-20.2.4.tgz b/stable/notarius/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/notarius/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/notea/5.7.3/.helmignore b/stable/notarius/5.7.5/.helmignore similarity index 100% rename from stable/notea/5.7.3/.helmignore rename to stable/notarius/5.7.5/.helmignore diff --git a/stable/notarius/5.7.5/CHANGELOG.md b/stable/notarius/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4391eccf30c --- /dev/null +++ b/stable/notarius/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notarius-5.7.5](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notarius-5.7.4](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notarius-5.7.4](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notarius-5.7.4](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notarius-5.7.4](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notarius-5.7.4](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/notarius/5.7.5/Chart.yaml b/stable/notarius/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f34f3e74847 --- /dev/null +++ b/stable/notarius/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/notarius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png +keywords: + - notarius + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notarius +sources: + - https://github.com/agusalex/Notarius + - https://github.com/truecharts/charts/tree/master/charts/stable/notarius + - https://hub.docker.com/r/agusalex/notarius +type: application +version: 5.7.5 diff --git a/stable/notarius/5.7.3/README.md b/stable/notarius/5.7.5/README.md similarity index 100% rename from stable/notarius/5.7.3/README.md rename to stable/notarius/5.7.5/README.md diff --git a/stable/notarius/5.7.5/app-changelog.md b/stable/notarius/5.7.5/app-changelog.md new file mode 100644 index 00000000000..2418ed58ef7 --- /dev/null +++ b/stable/notarius/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [notarius-5.7.5](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notarius/5.7.3/app-readme.md b/stable/notarius/5.7.5/app-readme.md similarity index 100% rename from stable/notarius/5.7.3/app-readme.md rename to stable/notarius/5.7.5/app-readme.md diff --git a/stable/notarius/5.7.5/charts/common-20.2.10.tgz b/stable/notarius/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/notarius/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/notarius/5.7.3/ix_values.yaml b/stable/notarius/5.7.5/ix_values.yaml similarity index 100% rename from stable/notarius/5.7.3/ix_values.yaml rename to stable/notarius/5.7.5/ix_values.yaml diff --git a/stable/newyearcountdownclock/5.7.3/questions.yaml b/stable/notarius/5.7.5/questions.yaml similarity index 100% rename from stable/newyearcountdownclock/5.7.3/questions.yaml rename to stable/notarius/5.7.5/questions.yaml diff --git a/stable/notarius/5.7.3/templates/common.yaml b/stable/notarius/5.7.5/templates/common.yaml similarity index 100% rename from stable/notarius/5.7.3/templates/common.yaml rename to stable/notarius/5.7.5/templates/common.yaml diff --git a/stable/notea/5.7.3/values.yaml b/stable/notarius/5.7.5/values.yaml similarity index 100% rename from stable/notea/5.7.3/values.yaml rename to stable/notarius/5.7.5/values.yaml diff --git a/stable/notea/5.7.3/CHANGELOG.md b/stable/notea/5.7.3/CHANGELOG.md deleted file mode 100644 index 6b45b63c6c6..00000000000 --- a/stable/notea/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/notea/5.7.3/Chart.yaml b/stable/notea/5.7.3/Chart.yaml deleted file mode 100644 index 2d48e5bafdd..00000000000 --- a/stable/notea/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted note taking, alternative to Notions. Look at Github for config -home: https://truecharts.org/charts/stable/notea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png -keywords: - - notea - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notea -sources: - - https://github.com/diamkil/docker-notea - - https://registry.hub.docker.com/r/diamkil/notea/ - - https://github.com/truecharts/charts/tree/master/charts/stable/notea - - https://hub.docker.com/r/diamkil/notea -type: application -version: 5.7.3 diff --git a/stable/notea/5.7.3/app-changelog.md b/stable/notea/5.7.3/app-changelog.md deleted file mode 100644 index 3ab5ca6ad70..00000000000 --- a/stable/notea/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notea/5.7.3/charts/common-20.2.4.tgz b/stable/notea/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/notea/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/notifiarr/4.7.3/.helmignore b/stable/notea/5.7.5/.helmignore similarity index 100% rename from stable/notifiarr/4.7.3/.helmignore rename to stable/notea/5.7.5/.helmignore diff --git a/stable/notea/5.7.5/CHANGELOG.md b/stable/notea/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c64524a1f3d --- /dev/null +++ b/stable/notea/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notea-5.7.5](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notea-5.7.4](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notea-5.7.4](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notea-5.7.4](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notea-5.7.4](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notea-5.7.4](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/notea/5.7.5/Chart.yaml b/stable/notea/5.7.5/Chart.yaml new file mode 100644 index 00000000000..abd7b32005c --- /dev/null +++ b/stable/notea/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted note taking, alternative to Notions. Look at Github for config +home: https://truecharts.org/charts/stable/notea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png +keywords: + - notea + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notea +sources: + - https://github.com/diamkil/docker-notea + - https://registry.hub.docker.com/r/diamkil/notea/ + - https://github.com/truecharts/charts/tree/master/charts/stable/notea + - https://hub.docker.com/r/diamkil/notea +type: application +version: 5.7.5 diff --git a/stable/notea/5.7.3/README.md b/stable/notea/5.7.5/README.md similarity index 100% rename from stable/notea/5.7.3/README.md rename to stable/notea/5.7.5/README.md diff --git a/stable/notea/5.7.5/app-changelog.md b/stable/notea/5.7.5/app-changelog.md new file mode 100644 index 00000000000..3d696f2bd68 --- /dev/null +++ b/stable/notea/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [notea-5.7.5](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notea/5.7.3/app-readme.md b/stable/notea/5.7.5/app-readme.md similarity index 100% rename from stable/notea/5.7.3/app-readme.md rename to stable/notea/5.7.5/app-readme.md diff --git a/stable/notea/5.7.5/charts/common-20.2.10.tgz b/stable/notea/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/notea/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/notea/5.7.3/ix_values.yaml b/stable/notea/5.7.5/ix_values.yaml similarity index 100% rename from stable/notea/5.7.3/ix_values.yaml rename to stable/notea/5.7.5/ix_values.yaml diff --git a/stable/notea/5.7.3/questions.yaml b/stable/notea/5.7.5/questions.yaml similarity index 100% rename from stable/notea/5.7.3/questions.yaml rename to stable/notea/5.7.5/questions.yaml diff --git a/stable/notea/5.7.3/templates/common.yaml b/stable/notea/5.7.5/templates/common.yaml similarity index 100% rename from stable/notea/5.7.3/templates/common.yaml rename to stable/notea/5.7.5/templates/common.yaml diff --git a/stable/notifiarr/4.7.3/values.yaml b/stable/notea/5.7.5/values.yaml similarity index 100% rename from stable/notifiarr/4.7.3/values.yaml rename to stable/notea/5.7.5/values.yaml diff --git a/stable/notifiarr/4.7.3/CHANGELOG.md b/stable/notifiarr/4.7.3/CHANGELOG.md deleted file mode 100644 index a2dea376278..00000000000 --- a/stable/notifiarr/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/notifiarr/4.7.3/Chart.yaml b/stable/notifiarr/4.7.3/Chart.yaml deleted file mode 100644 index d41e787b270..00000000000 --- a/stable/notifiarr/4.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. -home: https://truecharts.org/charts/stable/notifiarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png -keywords: - - plex - - discord - - MediaApp-Other - - notification -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: notifiarr -sources: - - https://github.com/Notifiarr/notifiarr - - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - - https://hub.docker.com/r/golift/notifiarr -type: application -version: 4.7.3 diff --git a/stable/notifiarr/4.7.3/app-changelog.md b/stable/notifiarr/4.7.3/app-changelog.md deleted file mode 100644 index 744e77b6c6b..00000000000 --- a/stable/notifiarr/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz b/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/novnc/10.7.3/.helmignore b/stable/notifiarr/4.7.5/.helmignore similarity index 100% rename from stable/novnc/10.7.3/.helmignore rename to stable/notifiarr/4.7.5/.helmignore diff --git a/stable/notifiarr/4.7.5/CHANGELOG.md b/stable/notifiarr/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..590badb4344 --- /dev/null +++ b/stable/notifiarr/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notifiarr-4.7.5](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notifiarr-4.7.4](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notifiarr-4.7.4](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notifiarr-4.7.4](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notifiarr-4.7.4](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [notifiarr-4.7.4](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/notifiarr/4.7.5/Chart.yaml b/stable/notifiarr/4.7.5/Chart.yaml new file mode 100644 index 00000000000..379e36f9376 --- /dev/null +++ b/stable/notifiarr/4.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. +home: https://truecharts.org/charts/stable/notifiarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png +keywords: + - plex + - discord + - MediaApp-Other + - notification +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notifiarr +sources: + - https://github.com/Notifiarr/notifiarr + - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr + - https://hub.docker.com/r/golift/notifiarr +type: application +version: 4.7.5 diff --git a/stable/notifiarr/4.7.3/README.md b/stable/notifiarr/4.7.5/README.md similarity index 100% rename from stable/notifiarr/4.7.3/README.md rename to stable/notifiarr/4.7.5/README.md diff --git a/stable/notifiarr/4.7.5/app-changelog.md b/stable/notifiarr/4.7.5/app-changelog.md new file mode 100644 index 00000000000..ac651e181a8 --- /dev/null +++ b/stable/notifiarr/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [notifiarr-4.7.5](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/notifiarr/4.7.3/app-readme.md b/stable/notifiarr/4.7.5/app-readme.md similarity index 100% rename from stable/notifiarr/4.7.3/app-readme.md rename to stable/notifiarr/4.7.5/app-readme.md diff --git a/stable/notifiarr/4.7.5/charts/common-20.2.10.tgz b/stable/notifiarr/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/notifiarr/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/notifiarr/4.7.3/ix_values.yaml b/stable/notifiarr/4.7.5/ix_values.yaml similarity index 100% rename from stable/notifiarr/4.7.3/ix_values.yaml rename to stable/notifiarr/4.7.5/ix_values.yaml diff --git a/stable/notifiarr/4.7.3/questions.yaml b/stable/notifiarr/4.7.5/questions.yaml similarity index 100% rename from stable/notifiarr/4.7.3/questions.yaml rename to stable/notifiarr/4.7.5/questions.yaml diff --git a/stable/notifiarr/4.7.3/templates/common.yaml b/stable/notifiarr/4.7.5/templates/common.yaml similarity index 100% rename from stable/notifiarr/4.7.3/templates/common.yaml rename to stable/notifiarr/4.7.5/templates/common.yaml diff --git a/stable/novnc/10.7.3/values.yaml b/stable/notifiarr/4.7.5/values.yaml similarity index 100% rename from stable/novnc/10.7.3/values.yaml rename to stable/notifiarr/4.7.5/values.yaml diff --git a/stable/novnc/10.7.3/CHANGELOG.md b/stable/novnc/10.7.3/CHANGELOG.md deleted file mode 100644 index 7bda8b49c3f..00000000000 --- a/stable/novnc/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/novnc/10.7.3/Chart.yaml b/stable/novnc/10.7.3/Chart.yaml deleted file mode 100644 index 1b04d3409fe..00000000000 --- a/stable/novnc/10.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The open source VNC client -home: https://truecharts.org/charts/stable/novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png -keywords: - - novnc - - vnc - - remote - - desktop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: novnc -sources: - - https://novnc.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - - https://ghcr.io/nicholaswilde/novnc -type: application -version: 10.7.3 diff --git a/stable/novnc/10.7.3/app-changelog.md b/stable/novnc/10.7.3/app-changelog.md deleted file mode 100644 index ac73670a84f..00000000000 --- a/stable/novnc/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/novnc/10.7.3/charts/common-20.2.4.tgz b/stable/novnc/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/novnc/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ntfy/9.9.0/.helmignore b/stable/novnc/10.7.5/.helmignore similarity index 100% rename from stable/ntfy/9.9.0/.helmignore rename to stable/novnc/10.7.5/.helmignore diff --git a/stable/novnc/10.7.5/CHANGELOG.md b/stable/novnc/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..867a358ee95 --- /dev/null +++ b/stable/novnc/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [novnc-10.7.5](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [novnc-10.7.4](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [novnc-10.7.4](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [novnc-10.7.4](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [novnc-10.7.4](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [novnc-10.7.4](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/novnc/10.7.5/Chart.yaml b/stable/novnc/10.7.5/Chart.yaml new file mode 100644 index 00000000000..46cef93cdb6 --- /dev/null +++ b/stable/novnc/10.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open source VNC client +home: https://truecharts.org/charts/stable/novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png +keywords: + - novnc + - vnc + - remote + - desktop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: novnc +sources: + - https://novnc.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/novnc + - https://ghcr.io/nicholaswilde/novnc +type: application +version: 10.7.5 diff --git a/stable/novnc/10.7.3/README.md b/stable/novnc/10.7.5/README.md similarity index 100% rename from stable/novnc/10.7.3/README.md rename to stable/novnc/10.7.5/README.md diff --git a/stable/novnc/10.7.5/app-changelog.md b/stable/novnc/10.7.5/app-changelog.md new file mode 100644 index 00000000000..c18cd03cc44 --- /dev/null +++ b/stable/novnc/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [novnc-10.7.5](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/novnc/10.7.3/app-readme.md b/stable/novnc/10.7.5/app-readme.md similarity index 100% rename from stable/novnc/10.7.3/app-readme.md rename to stable/novnc/10.7.5/app-readme.md diff --git a/stable/novnc/10.7.5/charts/common-20.2.10.tgz b/stable/novnc/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/novnc/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/novnc/10.7.3/ix_values.yaml b/stable/novnc/10.7.5/ix_values.yaml similarity index 100% rename from stable/novnc/10.7.3/ix_values.yaml rename to stable/novnc/10.7.5/ix_values.yaml diff --git a/stable/novnc/10.7.3/questions.yaml b/stable/novnc/10.7.5/questions.yaml similarity index 100% rename from stable/novnc/10.7.3/questions.yaml rename to stable/novnc/10.7.5/questions.yaml diff --git a/stable/ntfy/9.9.0/templates/NOTES.txt b/stable/novnc/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/ntfy/9.9.0/templates/NOTES.txt rename to stable/novnc/10.7.5/templates/NOTES.txt diff --git a/stable/novnc/10.7.3/templates/common.yaml b/stable/novnc/10.7.5/templates/common.yaml similarity index 100% rename from stable/novnc/10.7.3/templates/common.yaml rename to stable/novnc/10.7.5/templates/common.yaml diff --git a/stable/ntfy/9.9.0/values.yaml b/stable/novnc/10.7.5/values.yaml similarity index 100% rename from stable/ntfy/9.9.0/values.yaml rename to stable/novnc/10.7.5/values.yaml diff --git a/stable/ntfy/9.9.0/CHANGELOG.md b/stable/ntfy/9.9.0/CHANGELOG.md deleted file mode 100644 index edf8067c437..00000000000 --- a/stable/ntfy/9.9.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - diff --git a/stable/ntfy/9.9.0/Chart.yaml b/stable/ntfy/9.9.0/Chart.yaml deleted file mode 100644 index 238e2feaa88..00000000000 --- a/stable/ntfy/9.9.0/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.10.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. -home: https://truecharts.org/charts/stable/ntfy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png -keywords: - - ntfy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ntfy -sources: - - https://github.com/binwiederhier/ntfy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - - https://hub.docker.com/r/binwiederhier/ntfy -type: application -version: 9.9.0 diff --git a/stable/ntfy/9.9.0/app-changelog.md b/stable/ntfy/9.9.0/app-changelog.md deleted file mode 100644 index b8c18b0fabf..00000000000 --- a/stable/ntfy/9.9.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [ntfy-9.9.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.0) (2024-03-27) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ntfy/9.9.0/charts/common-20.2.4.tgz b/stable/ntfy/9.9.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ntfy/9.9.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nullserv/13.7.3/.helmignore b/stable/ntfy/9.9.2/.helmignore similarity index 100% rename from stable/nullserv/13.7.3/.helmignore rename to stable/ntfy/9.9.2/.helmignore diff --git a/stable/ntfy/9.9.2/CHANGELOG.md b/stable/ntfy/9.9.2/CHANGELOG.md new file mode 100644 index 00000000000..631bba076f6 --- /dev/null +++ b/stable/ntfy/9.9.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ntfy-9.9.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ntfy-9.9.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ntfy-9.9.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ntfy-9.9.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ntfy-9.9.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/ntfy/9.9.2/Chart.yaml b/stable/ntfy/9.9.2/Chart.yaml new file mode 100644 index 00000000000..b5dc6f1e0b1 --- /dev/null +++ b/stable/ntfy/9.9.2/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. +home: https://truecharts.org/charts/stable/ntfy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png +keywords: + - ntfy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ntfy +sources: + - https://github.com/binwiederhier/ntfy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy + - https://hub.docker.com/r/binwiederhier/ntfy +type: application +version: 9.9.2 diff --git a/stable/ntfy/9.9.0/README.md b/stable/ntfy/9.9.2/README.md similarity index 100% rename from stable/ntfy/9.9.0/README.md rename to stable/ntfy/9.9.2/README.md diff --git a/stable/ntfy/9.9.2/app-changelog.md b/stable/ntfy/9.9.2/app-changelog.md new file mode 100644 index 00000000000..8ed49c93b34 --- /dev/null +++ b/stable/ntfy/9.9.2/app-changelog.md @@ -0,0 +1,21 @@ + + +## [ntfy-9.9.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.9.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image binwiederhier/ntfy to v2.10.0[@c38f96f](https://github.com/c38f96f) by renovate ([#19812](https://github.com/truecharts/charts/issues/19812)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ntfy/9.9.0/app-readme.md b/stable/ntfy/9.9.2/app-readme.md similarity index 100% rename from stable/ntfy/9.9.0/app-readme.md rename to stable/ntfy/9.9.2/app-readme.md diff --git a/stable/ntfy/9.9.2/charts/common-20.2.10.tgz b/stable/ntfy/9.9.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ntfy/9.9.2/charts/common-20.2.10.tgz differ diff --git a/stable/ntfy/9.9.0/ix_values.yaml b/stable/ntfy/9.9.2/ix_values.yaml similarity index 100% rename from stable/ntfy/9.9.0/ix_values.yaml rename to stable/ntfy/9.9.2/ix_values.yaml diff --git a/stable/ntfy/9.9.0/questions.yaml b/stable/ntfy/9.9.2/questions.yaml similarity index 100% rename from stable/ntfy/9.9.0/questions.yaml rename to stable/ntfy/9.9.2/questions.yaml diff --git a/stable/nullserv/13.7.3/templates/NOTES.txt b/stable/ntfy/9.9.2/templates/NOTES.txt similarity index 100% rename from stable/nullserv/13.7.3/templates/NOTES.txt rename to stable/ntfy/9.9.2/templates/NOTES.txt diff --git a/stable/ntfy/9.9.0/templates/common.yaml b/stable/ntfy/9.9.2/templates/common.yaml similarity index 100% rename from stable/ntfy/9.9.0/templates/common.yaml rename to stable/ntfy/9.9.2/templates/common.yaml diff --git a/stable/nullserv/13.7.3/values.yaml b/stable/ntfy/9.9.2/values.yaml similarity index 100% rename from stable/nullserv/13.7.3/values.yaml rename to stable/ntfy/9.9.2/values.yaml diff --git a/stable/nullserv/13.7.3/CHANGELOG.md b/stable/nullserv/13.7.3/CHANGELOG.md deleted file mode 100644 index 0e3beba0749..00000000000 --- a/stable/nullserv/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nullserv/13.7.3/Chart.yaml b/stable/nullserv/13.7.3/Chart.yaml deleted file mode 100644 index 311c90e1d31..00000000000 --- a/stable/nullserv/13.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple null file http and https server -home: https://truecharts.org/charts/stable/nullserv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png -keywords: - - nullserv -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nullserv -sources: - - https://github.com/bmrzycki/nullserv - - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - - https://ghcr.io/k8s-at-home/nullserv -type: application -version: 13.7.3 diff --git a/stable/nullserv/13.7.3/app-changelog.md b/stable/nullserv/13.7.3/app-changelog.md deleted file mode 100644 index 55be16fab93..00000000000 --- a/stable/nullserv/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nullserv/13.7.3/charts/common-20.2.4.tgz b/stable/nullserv/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nullserv/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nvidia-gpu-exporter/2.7.3/.helmignore b/stable/nullserv/13.7.5/.helmignore similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/.helmignore rename to stable/nullserv/13.7.5/.helmignore diff --git a/stable/nullserv/13.7.5/CHANGELOG.md b/stable/nullserv/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ef02ecf9ac0 --- /dev/null +++ b/stable/nullserv/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nullserv-13.7.5](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nullserv-13.7.4](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nullserv-13.7.4](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nullserv-13.7.4](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nullserv-13.7.4](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nullserv-13.7.4](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nullserv/13.7.5/Chart.yaml b/stable/nullserv/13.7.5/Chart.yaml new file mode 100644 index 00000000000..113f7702506 --- /dev/null +++ b/stable/nullserv/13.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple null file http and https server +home: https://truecharts.org/charts/stable/nullserv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png +keywords: + - nullserv +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nullserv +sources: + - https://github.com/bmrzycki/nullserv + - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv + - https://ghcr.io/k8s-at-home/nullserv +type: application +version: 13.7.5 diff --git a/stable/nullserv/13.7.3/README.md b/stable/nullserv/13.7.5/README.md similarity index 100% rename from stable/nullserv/13.7.3/README.md rename to stable/nullserv/13.7.5/README.md diff --git a/stable/nullserv/13.7.5/app-changelog.md b/stable/nullserv/13.7.5/app-changelog.md new file mode 100644 index 00000000000..bac18c9a62a --- /dev/null +++ b/stable/nullserv/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nullserv-13.7.5](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nullserv/13.7.3/app-readme.md b/stable/nullserv/13.7.5/app-readme.md similarity index 100% rename from stable/nullserv/13.7.3/app-readme.md rename to stable/nullserv/13.7.5/app-readme.md diff --git a/stable/nullserv/13.7.5/charts/common-20.2.10.tgz b/stable/nullserv/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nullserv/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nullserv/13.7.3/ix_values.yaml b/stable/nullserv/13.7.5/ix_values.yaml similarity index 100% rename from stable/nullserv/13.7.3/ix_values.yaml rename to stable/nullserv/13.7.5/ix_values.yaml diff --git a/stable/nullserv/13.7.3/questions.yaml b/stable/nullserv/13.7.5/questions.yaml similarity index 100% rename from stable/nullserv/13.7.3/questions.yaml rename to stable/nullserv/13.7.5/questions.yaml diff --git a/stable/nvidia-gpu-exporter/2.7.3/templates/NOTES.txt b/stable/nullserv/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/templates/NOTES.txt rename to stable/nullserv/13.7.5/templates/NOTES.txt diff --git a/stable/nullserv/13.7.3/templates/common.yaml b/stable/nullserv/13.7.5/templates/common.yaml similarity index 100% rename from stable/nullserv/13.7.3/templates/common.yaml rename to stable/nullserv/13.7.5/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.7.3/values.yaml b/stable/nullserv/13.7.5/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/values.yaml rename to stable/nullserv/13.7.5/values.yaml diff --git a/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md deleted file mode 100644 index be3078e88c7..00000000000 --- a/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml b/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml deleted file mode 100644 index aa03c16d14b..00000000000 --- a/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. -home: https://truecharts.org/charts/stable/nvidia-gpu-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png -keywords: - - prometheus - - nvidia-gpu-exporter - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nvidia-gpu-exporter -sources: - - https://github.com/utkuozdemir/nvidia_gpu_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter - - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter -type: application -version: 2.7.3 diff --git a/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md b/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md deleted file mode 100644 index 9614158a485..00000000000 --- a/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz b/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nzbget/20.7.4/.helmignore b/stable/nvidia-gpu-exporter/2.7.5/.helmignore similarity index 100% rename from stable/nzbget/20.7.4/.helmignore rename to stable/nvidia-gpu-exporter/2.7.5/.helmignore diff --git a/stable/nvidia-gpu-exporter/2.7.5/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a404ec0841f --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nvidia-gpu-exporter-2.7.5](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nvidia-gpu-exporter-2.7.4](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nvidia-gpu-exporter-2.7.4](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nvidia-gpu-exporter-2.7.4](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nvidia-gpu-exporter-2.7.4](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nvidia-gpu-exporter-2.7.4](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.7.5/Chart.yaml b/stable/nvidia-gpu-exporter/2.7.5/Chart.yaml new file mode 100644 index 00000000000..04e425d4cdd --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. +home: https://truecharts.org/charts/stable/nvidia-gpu-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png +keywords: + - prometheus + - nvidia-gpu-exporter + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nvidia-gpu-exporter +sources: + - https://github.com/utkuozdemir/nvidia_gpu_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter + - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter +type: application +version: 2.7.5 diff --git a/stable/nvidia-gpu-exporter/2.7.3/README.md b/stable/nvidia-gpu-exporter/2.7.5/README.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/README.md rename to stable/nvidia-gpu-exporter/2.7.5/README.md diff --git a/stable/nvidia-gpu-exporter/2.7.5/app-changelog.md b/stable/nvidia-gpu-exporter/2.7.5/app-changelog.md new file mode 100644 index 00000000000..df8b2ab287e --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nvidia-gpu-exporter-2.7.5](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.7.3/app-readme.md b/stable/nvidia-gpu-exporter/2.7.5/app-readme.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/app-readme.md rename to stable/nvidia-gpu-exporter/2.7.5/app-readme.md diff --git a/stable/nvidia-gpu-exporter/2.7.5/charts/common-20.2.10.tgz b/stable/nvidia-gpu-exporter/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/nvidia-gpu-exporter/2.7.3/ix_values.yaml b/stable/nvidia-gpu-exporter/2.7.5/ix_values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/ix_values.yaml rename to stable/nvidia-gpu-exporter/2.7.5/ix_values.yaml diff --git a/stable/nvidia-gpu-exporter/2.7.3/questions.yaml b/stable/nvidia-gpu-exporter/2.7.5/questions.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/questions.yaml rename to stable/nvidia-gpu-exporter/2.7.5/questions.yaml diff --git a/stable/nzbget/20.7.4/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.7.5/templates/NOTES.txt similarity index 100% rename from stable/nzbget/20.7.4/templates/NOTES.txt rename to stable/nvidia-gpu-exporter/2.7.5/templates/NOTES.txt diff --git a/stable/nvidia-gpu-exporter/2.7.3/templates/common.yaml b/stable/nvidia-gpu-exporter/2.7.5/templates/common.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.7.3/templates/common.yaml rename to stable/nvidia-gpu-exporter/2.7.5/templates/common.yaml diff --git a/stable/nzbget/20.7.4/values.yaml b/stable/nvidia-gpu-exporter/2.7.5/values.yaml similarity index 100% rename from stable/nzbget/20.7.4/values.yaml rename to stable/nvidia-gpu-exporter/2.7.5/values.yaml diff --git a/stable/nzbget/20.7.4/CHANGELOG.md b/stable/nzbget/20.7.4/CHANGELOG.md deleted file mode 100644 index 3d3968e10e4..00000000000 --- a/stable/nzbget/20.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - diff --git a/stable/nzbget/20.7.4/Chart.yaml b/stable/nzbget/20.7.4/Chart.yaml deleted file mode 100644 index 0dfd8930eac..00000000000 --- a/stable/nzbget/20.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: NZBGet is a Usenet downloader client -home: https://truecharts.org/charts/stable/nzbget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png -keywords: - - nzbget - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nzbget -sources: - - https://nzbget.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - - https://ghcr.io/geek-cookbook/nzbget -type: application -version: 20.7.4 diff --git a/stable/nzbget/20.7.4/app-changelog.md b/stable/nzbget/20.7.4/app-changelog.md deleted file mode 100644 index 9f7ec6fc3e2..00000000000 --- a/stable/nzbget/20.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nzbget/20.7.4/charts/common-20.2.4.tgz b/stable/nzbget/20.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nzbget/20.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/nzbhydra/19.7.5/.helmignore b/stable/nzbget/20.7.6/.helmignore similarity index 100% rename from stable/nzbhydra/19.7.5/.helmignore rename to stable/nzbget/20.7.6/.helmignore diff --git a/stable/nzbget/20.7.6/CHANGELOG.md b/stable/nzbget/20.7.6/CHANGELOG.md new file mode 100644 index 00000000000..0815c0c4334 --- /dev/null +++ b/stable/nzbget/20.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbget-20.7.6](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbget-20.7.5](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbget-20.7.5](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbget-20.7.5](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbget-20.7.5](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/nzbget/20.7.6/Chart.yaml b/stable/nzbget/20.7.6/Chart.yaml new file mode 100644 index 00000000000..ba883142bae --- /dev/null +++ b/stable/nzbget/20.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NZBGet is a Usenet downloader client +home: https://truecharts.org/charts/stable/nzbget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png +keywords: + - nzbget + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbget +sources: + - https://nzbget.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget + - https://ghcr.io/geek-cookbook/nzbget +type: application +version: 20.7.6 diff --git a/stable/nzbget/20.7.4/README.md b/stable/nzbget/20.7.6/README.md similarity index 100% rename from stable/nzbget/20.7.4/README.md rename to stable/nzbget/20.7.6/README.md diff --git a/stable/nzbget/20.7.6/app-changelog.md b/stable/nzbget/20.7.6/app-changelog.md new file mode 100644 index 00000000000..4890c8e0546 --- /dev/null +++ b/stable/nzbget/20.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [nzbget-20.7.6](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nzbget/20.7.4/app-readme.md b/stable/nzbget/20.7.6/app-readme.md similarity index 100% rename from stable/nzbget/20.7.4/app-readme.md rename to stable/nzbget/20.7.6/app-readme.md diff --git a/stable/nzbget/20.7.6/charts/common-20.2.10.tgz b/stable/nzbget/20.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nzbget/20.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/nzbget/20.7.4/ix_values.yaml b/stable/nzbget/20.7.6/ix_values.yaml similarity index 100% rename from stable/nzbget/20.7.4/ix_values.yaml rename to stable/nzbget/20.7.6/ix_values.yaml diff --git a/stable/nzbget/20.7.4/questions.yaml b/stable/nzbget/20.7.6/questions.yaml similarity index 100% rename from stable/nzbget/20.7.4/questions.yaml rename to stable/nzbget/20.7.6/questions.yaml diff --git a/stable/nzbhydra/19.7.5/templates/NOTES.txt b/stable/nzbget/20.7.6/templates/NOTES.txt similarity index 100% rename from stable/nzbhydra/19.7.5/templates/NOTES.txt rename to stable/nzbget/20.7.6/templates/NOTES.txt diff --git a/stable/nzbget/20.7.4/templates/common.yaml b/stable/nzbget/20.7.6/templates/common.yaml similarity index 100% rename from stable/nzbget/20.7.4/templates/common.yaml rename to stable/nzbget/20.7.6/templates/common.yaml diff --git a/stable/nzbhydra/19.7.5/values.yaml b/stable/nzbget/20.7.6/values.yaml similarity index 100% rename from stable/nzbhydra/19.7.5/values.yaml rename to stable/nzbget/20.7.6/values.yaml diff --git a/stable/nzbhydra/19.7.5/CHANGELOG.md b/stable/nzbhydra/19.7.5/CHANGELOG.md deleted file mode 100644 index 7ce7641270f..00000000000 --- a/stable/nzbhydra/19.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) diff --git a/stable/nzbhydra/19.7.5/Chart.yaml b/stable/nzbhydra/19.7.5/Chart.yaml deleted file mode 100644 index d94cea00621..00000000000 --- a/stable/nzbhydra/19.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: true -description: Usenet meta search -home: https://truecharts.org/charts/stable/nzbhydra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png -keywords: - - nzbhydra - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: nzbhydra -sources: - - https://github.com/theotherp/nzbhydra2 - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra - - https://ghcr.io/geek-cookbook/nzbhydra2 -type: application -version: 19.7.5 diff --git a/stable/nzbhydra/19.7.5/app-changelog.md b/stable/nzbhydra/19.7.5/app-changelog.md deleted file mode 100644 index 8058a6a1dfc..00000000000 --- a/stable/nzbhydra/19.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz b/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/obs-ndi/6.7.3/.helmignore b/stable/nzbhydra/19.7.7/.helmignore similarity index 100% rename from stable/obs-ndi/6.7.3/.helmignore rename to stable/nzbhydra/19.7.7/.helmignore diff --git a/stable/nzbhydra/19.7.7/CHANGELOG.md b/stable/nzbhydra/19.7.7/CHANGELOG.md new file mode 100644 index 00000000000..91384e4d8c2 --- /dev/null +++ b/stable/nzbhydra/19.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbhydra-19.7.7](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbhydra-19.7.6](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbhydra-19.7.6](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbhydra-19.7.6](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [nzbhydra-19.7.6](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.6) (2024-03-27) + +### Chore diff --git a/stable/nzbhydra/19.7.7/Chart.yaml b/stable/nzbhydra/19.7.7/Chart.yaml new file mode 100644 index 00000000000..4d6975d6c00 --- /dev/null +++ b/stable/nzbhydra/19.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: true +description: Usenet meta search +home: https://truecharts.org/charts/stable/nzbhydra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png +keywords: + - nzbhydra + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbhydra +sources: + - https://github.com/theotherp/nzbhydra2 + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra + - https://ghcr.io/geek-cookbook/nzbhydra2 +type: application +version: 19.7.7 diff --git a/stable/nzbhydra/19.7.5/README.md b/stable/nzbhydra/19.7.7/README.md similarity index 100% rename from stable/nzbhydra/19.7.5/README.md rename to stable/nzbhydra/19.7.7/README.md diff --git a/stable/nzbhydra/19.7.7/app-changelog.md b/stable/nzbhydra/19.7.7/app-changelog.md new file mode 100644 index 00000000000..451fec39a1e --- /dev/null +++ b/stable/nzbhydra/19.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [nzbhydra-19.7.7](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/nzbhydra/19.7.5/app-readme.md b/stable/nzbhydra/19.7.7/app-readme.md similarity index 100% rename from stable/nzbhydra/19.7.5/app-readme.md rename to stable/nzbhydra/19.7.7/app-readme.md diff --git a/stable/nzbhydra/19.7.7/charts/common-20.2.10.tgz b/stable/nzbhydra/19.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/nzbhydra/19.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/nzbhydra/19.7.5/ix_values.yaml b/stable/nzbhydra/19.7.7/ix_values.yaml similarity index 100% rename from stable/nzbhydra/19.7.5/ix_values.yaml rename to stable/nzbhydra/19.7.7/ix_values.yaml diff --git a/stable/nzbhydra/19.7.5/questions.yaml b/stable/nzbhydra/19.7.7/questions.yaml similarity index 100% rename from stable/nzbhydra/19.7.5/questions.yaml rename to stable/nzbhydra/19.7.7/questions.yaml diff --git a/stable/octoprint/13.7.3/templates/NOTES.txt b/stable/nzbhydra/19.7.7/templates/NOTES.txt similarity index 100% rename from stable/octoprint/13.7.3/templates/NOTES.txt rename to stable/nzbhydra/19.7.7/templates/NOTES.txt diff --git a/stable/nzbhydra/19.7.5/templates/common.yaml b/stable/nzbhydra/19.7.7/templates/common.yaml similarity index 100% rename from stable/nzbhydra/19.7.5/templates/common.yaml rename to stable/nzbhydra/19.7.7/templates/common.yaml diff --git a/stable/obs-ndi/6.7.3/values.yaml b/stable/nzbhydra/19.7.7/values.yaml similarity index 100% rename from stable/obs-ndi/6.7.3/values.yaml rename to stable/nzbhydra/19.7.7/values.yaml diff --git a/stable/obs-ndi/6.7.3/CHANGELOG.md b/stable/obs-ndi/6.7.3/CHANGELOG.md deleted file mode 100644 index ad3643df0aa..00000000000 --- a/stable/obs-ndi/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/obs-ndi/6.7.3/Chart.yaml b/stable/obs-ndi/6.7.3/Chart.yaml deleted file mode 100644 index 4f7991f1fb1..00000000000 --- a/stable/obs-ndi/6.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docker Open Broadcaster Software (obs). -home: https://truecharts.org/charts/stable/obs-ndi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png -keywords: - - obs-ndi - - GameServers - - Productivity - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: obs-ndi -sources: - - https://github.com/patrickstigler/docker-obs-ndi - - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - - https://hub.docker.com/r/patrickstigler/obs-ndi -type: application -version: 6.7.3 diff --git a/stable/obs-ndi/6.7.3/app-changelog.md b/stable/obs-ndi/6.7.3/app-changelog.md deleted file mode 100644 index 2f19f99f4c0..00000000000 --- a/stable/obs-ndi/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz b/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/observium/7.5.8/.helmignore b/stable/obs-ndi/6.7.5/.helmignore similarity index 100% rename from stable/observium/7.5.8/.helmignore rename to stable/obs-ndi/6.7.5/.helmignore diff --git a/stable/obs-ndi/6.7.5/CHANGELOG.md b/stable/obs-ndi/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a40c25ddf2d --- /dev/null +++ b/stable/obs-ndi/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obs-ndi-6.7.5](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obs-ndi-6.7.4](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obs-ndi-6.7.4](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obs-ndi-6.7.4](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obs-ndi-6.7.4](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obs-ndi-6.7.4](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/obs-ndi/6.7.5/Chart.yaml b/stable/obs-ndi/6.7.5/Chart.yaml new file mode 100644 index 00000000000..fe582cbe8a5 --- /dev/null +++ b/stable/obs-ndi/6.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker Open Broadcaster Software (obs). +home: https://truecharts.org/charts/stable/obs-ndi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png +keywords: + - obs-ndi + - GameServers + - Productivity + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obs-ndi +sources: + - https://github.com/patrickstigler/docker-obs-ndi + - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi + - https://hub.docker.com/r/patrickstigler/obs-ndi +type: application +version: 6.7.5 diff --git a/stable/obs-ndi/6.7.3/README.md b/stable/obs-ndi/6.7.5/README.md similarity index 100% rename from stable/obs-ndi/6.7.3/README.md rename to stable/obs-ndi/6.7.5/README.md diff --git a/stable/obs-ndi/6.7.5/app-changelog.md b/stable/obs-ndi/6.7.5/app-changelog.md new file mode 100644 index 00000000000..8a46ff40322 --- /dev/null +++ b/stable/obs-ndi/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [obs-ndi-6.7.5](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/obs-ndi/6.7.3/app-readme.md b/stable/obs-ndi/6.7.5/app-readme.md similarity index 100% rename from stable/obs-ndi/6.7.3/app-readme.md rename to stable/obs-ndi/6.7.5/app-readme.md diff --git a/stable/obs-ndi/6.7.5/charts/common-20.2.10.tgz b/stable/obs-ndi/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/obs-ndi/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/obs-ndi/6.7.3/ix_values.yaml b/stable/obs-ndi/6.7.5/ix_values.yaml similarity index 100% rename from stable/obs-ndi/6.7.3/ix_values.yaml rename to stable/obs-ndi/6.7.5/ix_values.yaml diff --git a/stable/obs-ndi/6.7.3/questions.yaml b/stable/obs-ndi/6.7.5/questions.yaml similarity index 100% rename from stable/obs-ndi/6.7.3/questions.yaml rename to stable/obs-ndi/6.7.5/questions.yaml diff --git a/stable/obs-ndi/6.7.3/templates/common.yaml b/stable/obs-ndi/6.7.5/templates/common.yaml similarity index 100% rename from stable/obs-ndi/6.7.3/templates/common.yaml rename to stable/obs-ndi/6.7.5/templates/common.yaml diff --git a/stable/observium/7.5.8/values.yaml b/stable/obs-ndi/6.7.5/values.yaml similarity index 100% rename from stable/observium/7.5.8/values.yaml rename to stable/obs-ndi/6.7.5/values.yaml diff --git a/stable/obsidian/6.0.0/.helmignore b/stable/observium/7.5.10/.helmignore similarity index 100% rename from stable/obsidian/6.0.0/.helmignore rename to stable/observium/7.5.10/.helmignore diff --git a/stable/observium/7.5.10/CHANGELOG.md b/stable/observium/7.5.10/CHANGELOG.md new file mode 100644 index 00000000000..3384dd4f9f5 --- /dev/null +++ b/stable/observium/7.5.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [observium-7.5.10](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [observium-7.5.9](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [observium-7.5.9](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/observium/7.5.10/Chart.yaml b/stable/observium/7.5.10/Chart.yaml new file mode 100644 index 00000000000..fad7ef5656e --- /dev/null +++ b/stable/observium/7.5.10/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20240305.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] +home: https://truecharts.org/charts/stable/observium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png +keywords: + - observium + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: observium +sources: + - https://www.observium.org/ + - https://github.com/pvrmza/docker-observium + - https://github.com/truecharts/charts/tree/master/charts/stable/observium + - https://hub.docker.com/r/pvrmza/docker-observium +type: application +version: 7.5.10 diff --git a/stable/observium/7.5.8/README.md b/stable/observium/7.5.10/README.md similarity index 100% rename from stable/observium/7.5.8/README.md rename to stable/observium/7.5.10/README.md diff --git a/stable/observium/7.5.10/app-changelog.md b/stable/observium/7.5.10/app-changelog.md new file mode 100644 index 00000000000..7d8dbb77260 --- /dev/null +++ b/stable/observium/7.5.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [observium-7.5.10](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/observium/7.5.8/app-readme.md b/stable/observium/7.5.10/app-readme.md similarity index 100% rename from stable/observium/7.5.8/app-readme.md rename to stable/observium/7.5.10/app-readme.md diff --git a/stable/observium/7.5.10/charts/common-20.2.10.tgz b/stable/observium/7.5.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/observium/7.5.10/charts/common-20.2.10.tgz differ diff --git a/stable/observium/7.5.10/charts/mariadb-13.7.5.tgz b/stable/observium/7.5.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/observium/7.5.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/observium/7.5.8/ix_values.yaml b/stable/observium/7.5.10/ix_values.yaml similarity index 100% rename from stable/observium/7.5.8/ix_values.yaml rename to stable/observium/7.5.10/ix_values.yaml diff --git a/stable/observium/7.5.8/questions.yaml b/stable/observium/7.5.10/questions.yaml similarity index 100% rename from stable/observium/7.5.8/questions.yaml rename to stable/observium/7.5.10/questions.yaml diff --git a/stable/observium/7.5.8/templates/common.yaml b/stable/observium/7.5.10/templates/common.yaml similarity index 100% rename from stable/observium/7.5.8/templates/common.yaml rename to stable/observium/7.5.10/templates/common.yaml diff --git a/stable/obsidian/6.0.0/values.yaml b/stable/observium/7.5.10/values.yaml similarity index 100% rename from stable/obsidian/6.0.0/values.yaml rename to stable/observium/7.5.10/values.yaml diff --git a/stable/observium/7.5.8/CHANGELOG.md b/stable/observium/7.5.8/CHANGELOG.md deleted file mode 100644 index c98d34da277..00000000000 --- a/stable/observium/7.5.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [observium-7.5.8](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [observium-7.5.8](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [observium-7.5.7](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/observium/7.5.8/Chart.yaml b/stable/observium/7.5.8/Chart.yaml deleted file mode 100644 index e1f7549090c..00000000000 --- a/stable/observium/7.5.8/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20240305.0.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] -home: https://truecharts.org/charts/stable/observium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png -keywords: - - observium - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: observium -sources: - - https://www.observium.org/ - - https://github.com/pvrmza/docker-observium - - https://github.com/truecharts/charts/tree/master/charts/stable/observium - - https://hub.docker.com/r/pvrmza/docker-observium -type: application -version: 7.5.8 diff --git a/stable/observium/7.5.8/app-changelog.md b/stable/observium/7.5.8/app-changelog.md deleted file mode 100644 index 1feb5f446b0..00000000000 --- a/stable/observium/7.5.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [observium-7.5.8](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/observium/7.5.8/charts/common-20.2.9.tgz b/stable/observium/7.5.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/observium/7.5.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/observium/7.5.8/charts/mariadb-13.7.4.tgz b/stable/observium/7.5.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/observium/7.5.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/obsidian/6.0.0/CHANGELOG.md b/stable/obsidian/6.0.0/CHANGELOG.md deleted file mode 100644 index 8a6710f789d..00000000000 --- a/stable/obsidian/6.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/obsidian/6.0.0/Chart.yaml b/stable/obsidian/6.0.0/Chart.yaml deleted file mode 100644 index 8c0574f9972..00000000000 --- a/stable/obsidian/6.0.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A knowledge base that works on local Markdown files. -home: https://truecharts.org/charts/stable/obsidian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png -keywords: - - obsidian - - productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: obsidian -sources: - - https://github.com/sytone/obsidian-remote - - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote - - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian - - https://ghcr.io/sytone/obsidian-remote -type: application -version: 6.0.0 diff --git a/stable/obsidian/6.0.0/app-changelog.md b/stable/obsidian/6.0.0/app-changelog.md deleted file mode 100644 index dc2327cae9e..00000000000 --- a/stable/obsidian/6.0.0/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/obsidian/6.0.0/charts/common-20.2.4.tgz b/stable/obsidian/6.0.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/obsidian/6.0.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/octoprint/13.7.3/.helmignore b/stable/obsidian/6.0.2/.helmignore similarity index 100% rename from stable/octoprint/13.7.3/.helmignore rename to stable/obsidian/6.0.2/.helmignore diff --git a/stable/obsidian/6.0.2/CHANGELOG.md b/stable/obsidian/6.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f0af246f067 --- /dev/null +++ b/stable/obsidian/6.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obsidian-6.0.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-6.0.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-6.0.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-6.0.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-6.0.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-6.0.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.1) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/obsidian/6.0.2/Chart.yaml b/stable/obsidian/6.0.2/Chart.yaml new file mode 100644 index 00000000000..63022eec592 --- /dev/null +++ b/stable/obsidian/6.0.2/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A knowledge base that works on local Markdown files. +home: https://truecharts.org/charts/stable/obsidian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png +keywords: + - obsidian + - productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obsidian +sources: + - https://github.com/sytone/obsidian-remote + - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote + - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian + - https://ghcr.io/sytone/obsidian-remote +type: application +version: 6.0.2 diff --git a/stable/obsidian/6.0.0/README.md b/stable/obsidian/6.0.2/README.md similarity index 100% rename from stable/obsidian/6.0.0/README.md rename to stable/obsidian/6.0.2/README.md diff --git a/stable/obsidian/6.0.2/app-changelog.md b/stable/obsidian/6.0.2/app-changelog.md new file mode 100644 index 00000000000..fcc013b2de8 --- /dev/null +++ b/stable/obsidian/6.0.2/app-changelog.md @@ -0,0 +1,19 @@ + + +## [obsidian-6.0.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/obsidian/6.0.0/app-readme.md b/stable/obsidian/6.0.2/app-readme.md similarity index 100% rename from stable/obsidian/6.0.0/app-readme.md rename to stable/obsidian/6.0.2/app-readme.md diff --git a/stable/obsidian/6.0.2/charts/common-20.2.10.tgz b/stable/obsidian/6.0.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/obsidian/6.0.2/charts/common-20.2.10.tgz differ diff --git a/stable/obsidian/6.0.0/ix_values.yaml b/stable/obsidian/6.0.2/ix_values.yaml similarity index 100% rename from stable/obsidian/6.0.0/ix_values.yaml rename to stable/obsidian/6.0.2/ix_values.yaml diff --git a/stable/obsidian/6.0.0/questions.yaml b/stable/obsidian/6.0.2/questions.yaml similarity index 100% rename from stable/obsidian/6.0.0/questions.yaml rename to stable/obsidian/6.0.2/questions.yaml diff --git a/stable/obsidian/6.0.0/templates/common.yaml b/stable/obsidian/6.0.2/templates/common.yaml similarity index 100% rename from stable/obsidian/6.0.0/templates/common.yaml rename to stable/obsidian/6.0.2/templates/common.yaml diff --git a/stable/octoprint/13.7.3/values.yaml b/stable/obsidian/6.0.2/values.yaml similarity index 100% rename from stable/octoprint/13.7.3/values.yaml rename to stable/obsidian/6.0.2/values.yaml diff --git a/stable/octoprint/13.7.3/CHANGELOG.md b/stable/octoprint/13.7.3/CHANGELOG.md deleted file mode 100644 index cf1b857dd09..00000000000 --- a/stable/octoprint/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/octoprint/13.7.3/Chart.yaml b/stable/octoprint/13.7.3/Chart.yaml deleted file mode 100644 index d73f0415d2e..00000000000 --- a/stable/octoprint/13.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OctoPrint is the snappy web interface for your 3D printer -home: https://truecharts.org/charts/stable/octoprint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png -keywords: - - octoprint - - 3d - - printer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: octoprint -sources: - - https://github.com/OctoPrint/OctoPrint - - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - - https://hub.docker.com/r/octoprint/octoprint -type: application -version: 13.7.3 diff --git a/stable/octoprint/13.7.3/app-changelog.md b/stable/octoprint/13.7.3/app-changelog.md deleted file mode 100644 index 918beee7429..00000000000 --- a/stable/octoprint/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/octoprint/13.7.3/charts/common-20.2.4.tgz b/stable/octoprint/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/octoprint/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/odoo/17.7.4/.helmignore b/stable/octoprint/13.7.5/.helmignore similarity index 100% rename from stable/odoo/17.7.4/.helmignore rename to stable/octoprint/13.7.5/.helmignore diff --git a/stable/octoprint/13.7.5/CHANGELOG.md b/stable/octoprint/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..23d61b2b564 --- /dev/null +++ b/stable/octoprint/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [octoprint-13.7.5](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [octoprint-13.7.4](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [octoprint-13.7.4](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [octoprint-13.7.4](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [octoprint-13.7.4](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [octoprint-13.7.4](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/octoprint/13.7.5/Chart.yaml b/stable/octoprint/13.7.5/Chart.yaml new file mode 100644 index 00000000000..687db5bac81 --- /dev/null +++ b/stable/octoprint/13.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OctoPrint is the snappy web interface for your 3D printer +home: https://truecharts.org/charts/stable/octoprint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png +keywords: + - octoprint + - 3d + - printer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: octoprint +sources: + - https://github.com/OctoPrint/OctoPrint + - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint + - https://hub.docker.com/r/octoprint/octoprint +type: application +version: 13.7.5 diff --git a/stable/octoprint/13.7.3/README.md b/stable/octoprint/13.7.5/README.md similarity index 100% rename from stable/octoprint/13.7.3/README.md rename to stable/octoprint/13.7.5/README.md diff --git a/stable/octoprint/13.7.5/app-changelog.md b/stable/octoprint/13.7.5/app-changelog.md new file mode 100644 index 00000000000..e83d599132b --- /dev/null +++ b/stable/octoprint/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [octoprint-13.7.5](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/octoprint/13.7.3/app-readme.md b/stable/octoprint/13.7.5/app-readme.md similarity index 100% rename from stable/octoprint/13.7.3/app-readme.md rename to stable/octoprint/13.7.5/app-readme.md diff --git a/stable/octoprint/13.7.5/charts/common-20.2.10.tgz b/stable/octoprint/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/octoprint/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/octoprint/13.7.3/ix_values.yaml b/stable/octoprint/13.7.5/ix_values.yaml similarity index 100% rename from stable/octoprint/13.7.3/ix_values.yaml rename to stable/octoprint/13.7.5/ix_values.yaml diff --git a/stable/octoprint/13.7.3/questions.yaml b/stable/octoprint/13.7.5/questions.yaml similarity index 100% rename from stable/octoprint/13.7.3/questions.yaml rename to stable/octoprint/13.7.5/questions.yaml diff --git a/stable/odoo/17.7.4/templates/NOTES.txt b/stable/octoprint/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/odoo/17.7.4/templates/NOTES.txt rename to stable/octoprint/13.7.5/templates/NOTES.txt diff --git a/stable/octoprint/13.7.3/templates/common.yaml b/stable/octoprint/13.7.5/templates/common.yaml similarity index 100% rename from stable/octoprint/13.7.3/templates/common.yaml rename to stable/octoprint/13.7.5/templates/common.yaml diff --git a/stable/odoo/17.7.4/values.yaml b/stable/octoprint/13.7.5/values.yaml similarity index 100% rename from stable/odoo/17.7.4/values.yaml rename to stable/octoprint/13.7.5/values.yaml diff --git a/stable/odoo/17.7.4/CHANGELOG.md b/stable/odoo/17.7.4/CHANGELOG.md deleted file mode 100644 index 7cbc7d4177f..00000000000 --- a/stable/odoo/17.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/odoo/17.7.4/Chart.yaml b/stable/odoo/17.7.4/Chart.yaml deleted file mode 100644 index ae867a4ccfe..00000000000 --- a/stable/odoo/17.7.4/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 17.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. -home: https://truecharts.org/charts/stable/odoo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png -keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: odoo -sources: - - https://github.com/odoo/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - - https://hub.docker.com/_/odoo -type: application -version: 17.7.4 diff --git a/stable/odoo/17.7.4/app-changelog.md b/stable/odoo/17.7.4/app-changelog.md deleted file mode 100644 index bf5dd4afdde..00000000000 --- a/stable/odoo/17.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [odoo-17.7.4](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.4) (2024-03-27) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) \ No newline at end of file diff --git a/stable/odoo/17.7.4/charts/common-20.2.4.tgz b/stable/odoo/17.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/odoo/17.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ollama/5.3.1/.helmignore b/stable/odoo/17.7.6/.helmignore similarity index 100% rename from stable/ollama/5.3.1/.helmignore rename to stable/odoo/17.7.6/.helmignore diff --git a/stable/odoo/17.7.6/CHANGELOG.md b/stable/odoo/17.7.6/CHANGELOG.md new file mode 100644 index 00000000000..766d8a1667e --- /dev/null +++ b/stable/odoo/17.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [odoo-17.7.6](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) + + +## [odoo-17.7.5](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) + + +## [odoo-17.7.5](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) + + +## [odoo-17.7.5](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) + + +## [odoo-17.7.5](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.5) (2024-03-27) + +### Chore diff --git a/stable/odoo/17.7.6/Chart.yaml b/stable/odoo/17.7.6/Chart.yaml new file mode 100644 index 00000000000..970fc3f1850 --- /dev/null +++ b/stable/odoo/17.7.6/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 17.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. +home: https://truecharts.org/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png +keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: odoo +sources: + - https://github.com/odoo/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://hub.docker.com/_/odoo +type: application +version: 17.7.6 diff --git a/stable/odoo/17.7.4/README.md b/stable/odoo/17.7.6/README.md similarity index 100% rename from stable/odoo/17.7.4/README.md rename to stable/odoo/17.7.6/README.md diff --git a/stable/odoo/17.7.6/app-changelog.md b/stable/odoo/17.7.6/app-changelog.md new file mode 100644 index 00000000000..ec7ab712c1b --- /dev/null +++ b/stable/odoo/17.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [odoo-17.7.6](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/odoo to 17.0[@4e748f0](https://github.com/4e748f0) by renovate ([#19795](https://github.com/truecharts/charts/issues/19795)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224)) \ No newline at end of file diff --git a/stable/odoo/17.7.4/app-readme.md b/stable/odoo/17.7.6/app-readme.md similarity index 100% rename from stable/odoo/17.7.4/app-readme.md rename to stable/odoo/17.7.6/app-readme.md diff --git a/stable/odoo/17.7.6/charts/common-20.2.10.tgz b/stable/odoo/17.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/odoo/17.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/odoo/17.7.4/ix_values.yaml b/stable/odoo/17.7.6/ix_values.yaml similarity index 100% rename from stable/odoo/17.7.4/ix_values.yaml rename to stable/odoo/17.7.6/ix_values.yaml diff --git a/stable/odoo/17.7.4/questions.yaml b/stable/odoo/17.7.6/questions.yaml similarity index 100% rename from stable/odoo/17.7.4/questions.yaml rename to stable/odoo/17.7.6/questions.yaml diff --git a/stable/ollama/5.3.1/templates/NOTES.txt b/stable/odoo/17.7.6/templates/NOTES.txt similarity index 100% rename from stable/ollama/5.3.1/templates/NOTES.txt rename to stable/odoo/17.7.6/templates/NOTES.txt diff --git a/stable/odoo/17.7.4/templates/_configmap.tpl b/stable/odoo/17.7.6/templates/_configmap.tpl similarity index 100% rename from stable/odoo/17.7.4/templates/_configmap.tpl rename to stable/odoo/17.7.6/templates/_configmap.tpl diff --git a/stable/odoo/17.7.4/templates/common.yaml b/stable/odoo/17.7.6/templates/common.yaml similarity index 100% rename from stable/odoo/17.7.4/templates/common.yaml rename to stable/odoo/17.7.6/templates/common.yaml diff --git a/stable/ollama/5.3.1/values.yaml b/stable/odoo/17.7.6/values.yaml similarity index 100% rename from stable/ollama/5.3.1/values.yaml rename to stable/odoo/17.7.6/values.yaml diff --git a/stable/ollama/5.3.1/CHANGELOG.md b/stable/ollama/5.3.1/CHANGELOG.md deleted file mode 100644 index 70ca4741c8c..00000000000 --- a/stable/ollama/5.3.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ollama-5.3.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.1) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) - -- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) - -- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) - - -## [ollama-5.3.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.1) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) - -- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) - -- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) - - -## [ollama-5.3.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) - -- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) - -- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) - - -## [ollama-5.3.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.1) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) \ No newline at end of file diff --git a/stable/ollama/5.3.1/Chart.yaml b/stable/ollama/5.3.1/Chart.yaml deleted file mode 100644 index 616e37ba0a1..00000000000 --- a/stable/ollama/5.3.1/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.29 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Get up and running with large language models locally. -home: https://truecharts.org/charts/stable/ollama -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png -keywords: - - ollama - - language-models -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ollama -sources: - - https://github.com/ollama/ollama - - https://github.com/open-webui/open-webui - - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://ghcr.io/open-webui/open-webui - - https://hub.docker.com/r/ollama/ollama -type: application -version: 5.3.1 diff --git a/stable/ollama/5.3.1/app-changelog.md b/stable/ollama/5.3.1/app-changelog.md deleted file mode 100644 index aa19d762553..00000000000 --- a/stable/ollama/5.3.1/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [ollama-5.3.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.1) (2024-03-29) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) - -- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) - -- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) \ No newline at end of file diff --git a/stable/ollama/5.3.1/charts/common-20.2.9.tgz b/stable/ollama/5.3.1/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/ollama/5.3.1/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/ollama/5.3.1/ix_values.yaml b/stable/ollama/5.3.1/ix_values.yaml deleted file mode 100644 index 3bd000400da..00000000000 --- a/stable/ollama/5.3.1/ix_values.yaml +++ /dev/null @@ -1,137 +0,0 @@ -image: - repository: ollama/ollama - pullPolicy: IfNotPresent - tag: 0.1.29@sha256:75fb97cdd8f435756d26eb7783599122b814c4b97da2012dc21ebc0efbd90fef -uiImage: - repository: ghcr.io/open-webui/open-webui - pullPolicy: IfNotPresent - tag: latest@sha256:d822c999c4d09f36e01a88473ceccfb53b88bbadf7c839ac6d8f5ae6d57620f5 - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - targetSelector: ui - ports: - main: - protocol: http - port: 10686 - targetSelector: ui - api: - enabled: true - targetSelector: main - ports: - api: - enabled: true - protocol: http - targetPort: 11434 - port: 11434 - targetSelector: main - -ingress: - api: - enabled: false - targetSelector: - api: api - -ollama: - registration: - enabled: true - # admin | user | pending - def_user_role: "pending" - stable_diffusion: - base_url: "" - whisper: - model: "base" - rag: - # cpu | gpu | mps - model_device_type: "cpu" - # embedding model - model: "all-MiniLM-L6-v2" - -workload: - main: - podSpec: - containers: - main: - imageSelector: image - probes: - liveness: - enabled: true - type: http - path: /api/version - port: "{{ .Values.service.api.ports.api.targetPort }}" - readiness: - enabled: true - type: http - path: /api/version - port: "{{ .Values.service.api.ports.api.targetPort }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.api.ports.api.targetPort }}" - ui: - enabled: true - type: Deployment - podSpec: - containers: - ui: - primary: true - enabled: true - imageSelector: uiImage - resources: - excludeExtra: true - probes: - liveness: - enabled: true - type: http - path: / - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - enabled: true - type: http - path: / - port: "{{ .Values.service.main.ports.main.port }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - OLLAMA_BASE_URL: '{{ printf "http://%v-api:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.targetPort }}' - WEBUI_SECRET_KEY: - secretKeyRef: - name: ollama-secrets - key: WEBUI_SECRET_KEY - AUTOMATIC1111_BASE_URL: "{{ .Values.ollama.stable_diffusion.base_url }}" - ENABLE_SIGNUP: "{{ .Values.ollama.registration.enabled }}" - DEFAULT_USER_ROLE: "{{ .Values.ollama.registration.def_user_role }}" - WHISPER_MODEL: "{{ .Values.ollama.whisper.model }}" - RAG_EMBEDDING_MODEL: "{{ .Values.ollama.rag.model }}" - RAG_EMBEDDING_MODEL_DEVICE_TYPE: "{{ .Values.ollama.rag.model_device_type }}" - # OPENAI_API_BASE_URL - # OPENAI_API_KEY - # DEFAULT_MODELS - -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: "/root/.ollama" - data: - enabled: true - targetSelector: - ui: - ui: - mountPath: "/app/backend/data" - -portal: - open: - enabled: true diff --git a/stable/ollama/5.3.1/questions.yaml b/stable/ollama/5.3.1/questions.yaml deleted file mode 100755 index d9016efd5c3..00000000000 --- a/stable/ollama/5.3.1/questions.yaml +++ /dev/null @@ -1,3533 +0,0 @@ -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: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: - open: - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" - -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: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - - variable: ollama - group: App Configuration - label: Ollama - schema: - additional_attrs: true - type: dict - attrs: - - variable: registration - label: Registration Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Registration - schema: - type: boolean - default: true - - variable: def_user_role - label: Default User Role - schema: - type: string - default: pending - enum: - - value: pending - description: Pending - - value: user - description: User - - value: admin - description: Admin - - variable: stable_diffusion - label: Stable Diffusion Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base Url - schema: - type: string - default: "" - - variable: whisper - label: Whisper Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model - label: Model - schema: - type: string - default: "base" - - variable: rag - label: Rag Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model_device_type - label: Model Device Type - schema: - type: string - default: "cpu" - enum: - - value: cpu - description: CPU - - value: gpu - description: GPU (nvidia) - - value: mps - description: MPS (Apple) - - variable: model - label: Embedding Model - schema: - type: string - default: "all-MiniLM-L6-v2" - - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - - variable: podOptions - group: "General Settings" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General Settings" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" - - - variable: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10686 - required: true - - variable: api - label: API Service - description: The API service. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: api - label: API Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 11434 - required: true - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: api - label: "API Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - - - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/omada-controller/14.7.3/.helmignore b/stable/ollama/5.3.3/.helmignore similarity index 100% rename from stable/omada-controller/14.7.3/.helmignore rename to stable/ollama/5.3.3/.helmignore diff --git a/stable/ollama/5.3.3/CHANGELOG.md b/stable/ollama/5.3.3/CHANGELOG.md new file mode 100644 index 00000000000..f4118dadda5 --- /dev/null +++ b/stable/ollama/5.3.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ollama-5.3.3](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ollama/ollama to v0.1.30[@b47483d](https://github.com/b47483d) by renovate ([#19937](https://github.com/truecharts/charts/issues/19937)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) + +- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) + +- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) + + +## [ollama-5.3.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.2) (2024-03-30) + +### Chore + + + +- update container image ollama/ollama to v0.1.30[@b47483d](https://github.com/b47483d) by renovate ([#19937](https://github.com/truecharts/charts/issues/19937)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) + +- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) + +- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) + + +## [ollama-5.3.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.2) (2024-03-30) + +### Chore + + + +- update container image ollama/ollama to v0.1.30[@b47483d](https://github.com/b47483d) by renovate ([#19937](https://github.com/truecharts/charts/issues/19937)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) + +- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) + +- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) + + +## [ollama-5.3.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.2) (2024-03-30) \ No newline at end of file diff --git a/stable/ollama/5.3.3/Chart.yaml b/stable/ollama/5.3.3/Chart.yaml new file mode 100644 index 00000000000..995eec2bfd7 --- /dev/null +++ b/stable/ollama/5.3.3/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.30 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get up and running with large language models locally. +home: https://truecharts.org/charts/stable/ollama +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png +keywords: + - ollama + - language-models +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ollama +sources: + - https://github.com/ollama/ollama + - https://github.com/open-webui/open-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama + - https://ghcr.io/open-webui/open-webui + - https://hub.docker.com/r/ollama/ollama +type: application +version: 5.3.3 diff --git a/stable/ollama/5.3.1/README.md b/stable/ollama/5.3.3/README.md similarity index 100% rename from stable/ollama/5.3.1/README.md rename to stable/ollama/5.3.3/README.md diff --git a/stable/ollama/5.3.3/app-changelog.md b/stable/ollama/5.3.3/app-changelog.md new file mode 100644 index 00000000000..ef55dfb8007 --- /dev/null +++ b/stable/ollama/5.3.3/app-changelog.md @@ -0,0 +1,31 @@ + + +## [ollama-5.3.3](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ollama/ollama to v0.1.30[@b47483d](https://github.com/b47483d) by renovate ([#19937](https://github.com/truecharts/charts/issues/19937)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579)) + +- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300)) + +- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262)) \ No newline at end of file diff --git a/stable/ollama/5.3.1/app-readme.md b/stable/ollama/5.3.3/app-readme.md similarity index 100% rename from stable/ollama/5.3.1/app-readme.md rename to stable/ollama/5.3.3/app-readme.md diff --git a/stable/ollama/5.3.3/charts/common-20.2.10.tgz b/stable/ollama/5.3.3/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ollama/5.3.3/charts/common-20.2.10.tgz differ diff --git a/stable/ollama/5.3.3/ix_values.yaml b/stable/ollama/5.3.3/ix_values.yaml new file mode 100644 index 00000000000..b2cd9557e64 --- /dev/null +++ b/stable/ollama/5.3.3/ix_values.yaml @@ -0,0 +1,137 @@ +image: + repository: ollama/ollama + pullPolicy: IfNotPresent + tag: 0.1.30@sha256:b47483d6dde1d3d673701740791e8027347cfa4a80e31f677c32c006f78e32a6 +uiImage: + repository: ghcr.io/open-webui/open-webui + pullPolicy: IfNotPresent + tag: latest@sha256:d822c999c4d09f36e01a88473ceccfb53b88bbadf7c839ac6d8f5ae6d57620f5 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + targetSelector: ui + ports: + main: + protocol: http + port: 10686 + targetSelector: ui + api: + enabled: true + targetSelector: main + ports: + api: + enabled: true + protocol: http + targetPort: 11434 + port: 11434 + targetSelector: main + +ingress: + api: + enabled: false + targetSelector: + api: api + +ollama: + registration: + enabled: true + # admin | user | pending + def_user_role: "pending" + stable_diffusion: + base_url: "" + whisper: + model: "base" + rag: + # cpu | cuda | mps + model_device_type: "cpu" + # embedding model + model: "all-MiniLM-L6-v2" + +workload: + main: + podSpec: + containers: + main: + imageSelector: image + probes: + liveness: + enabled: true + type: http + path: /api/version + port: "{{ .Values.service.api.ports.api.targetPort }}" + readiness: + enabled: true + type: http + path: /api/version + port: "{{ .Values.service.api.ports.api.targetPort }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.api.ports.api.targetPort }}" + ui: + enabled: true + type: Deployment + podSpec: + containers: + ui: + primary: true + enabled: true + imageSelector: uiImage + resources: + excludeExtra: true + probes: + liveness: + enabled: true + type: http + path: / + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + enabled: true + type: http + path: / + port: "{{ .Values.service.main.ports.main.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + OLLAMA_BASE_URL: '{{ printf "http://%v-api:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.targetPort }}' + WEBUI_SECRET_KEY: + secretKeyRef: + name: ollama-secrets + key: WEBUI_SECRET_KEY + AUTOMATIC1111_BASE_URL: "{{ .Values.ollama.stable_diffusion.base_url }}" + ENABLE_SIGNUP: "{{ .Values.ollama.registration.enabled }}" + DEFAULT_USER_ROLE: "{{ .Values.ollama.registration.def_user_role }}" + WHISPER_MODEL: "{{ .Values.ollama.whisper.model }}" + RAG_EMBEDDING_MODEL: "{{ .Values.ollama.rag.model }}" + RAG_EMBEDDING_MODEL_DEVICE_TYPE: "{{ .Values.ollama.rag.model_device_type }}" + # OPENAI_API_BASE_URL + # OPENAI_API_KEY + # DEFAULT_MODELS + +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: "/root/.ollama" + data: + enabled: true + targetSelector: + ui: + ui: + mountPath: "/app/backend/data" + +portal: + open: + enabled: true diff --git a/stable/ollama/5.3.3/questions.yaml b/stable/ollama/5.3.3/questions.yaml new file mode 100755 index 00000000000..af8fc6db5e7 --- /dev/null +++ b/stable/ollama/5.3.3/questions.yaml @@ -0,0 +1,3533 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + + - variable: ollama + group: App Configuration + label: Ollama + schema: + additional_attrs: true + type: dict + attrs: + - variable: registration + label: Registration Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Registration + schema: + type: boolean + default: true + - variable: def_user_role + label: Default User Role + schema: + type: string + default: pending + enum: + - value: pending + description: Pending + - value: user + description: User + - value: admin + description: Admin + - variable: stable_diffusion + label: Stable Diffusion Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: base_url + label: Base Url + schema: + type: string + default: "" + - variable: whisper + label: Whisper Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: model + label: Model + schema: + type: string + default: "base" + - variable: rag + label: Rag Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: model_device_type + label: Model Device Type + schema: + type: string + default: "cpu" + enum: + - value: cpu + description: CPU + - value: cuda + description: Nvidia + - value: mps + description: MPS (Apple) + - variable: model + label: Embedding Model + schema: + type: string + default: "all-MiniLM-L6-v2" + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: data + label: Data + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10686 + required: true + - variable: api + label: API Service + description: The API service. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: api + label: API Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 11434 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: api + label: "API Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/omada-controller/14.7.3/templates/NOTES.txt b/stable/ollama/5.3.3/templates/NOTES.txt similarity index 100% rename from stable/omada-controller/14.7.3/templates/NOTES.txt rename to stable/ollama/5.3.3/templates/NOTES.txt diff --git a/stable/ollama/5.3.1/templates/_secrets.tpl b/stable/ollama/5.3.3/templates/_secrets.tpl similarity index 100% rename from stable/ollama/5.3.1/templates/_secrets.tpl rename to stable/ollama/5.3.3/templates/_secrets.tpl diff --git a/stable/ollama/5.3.1/templates/common.yaml b/stable/ollama/5.3.3/templates/common.yaml similarity index 100% rename from stable/ollama/5.3.1/templates/common.yaml rename to stable/ollama/5.3.3/templates/common.yaml diff --git a/stable/omada-controller/14.7.3/values.yaml b/stable/ollama/5.3.3/values.yaml similarity index 100% rename from stable/omada-controller/14.7.3/values.yaml rename to stable/ollama/5.3.3/values.yaml diff --git a/stable/omada-controller/14.7.3/CHANGELOG.md b/stable/omada-controller/14.7.3/CHANGELOG.md deleted file mode 100644 index 5eb2584bbc0..00000000000 --- a/stable/omada-controller/14.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/omada-controller/14.7.3/Chart.yaml b/stable/omada-controller/14.7.3/Chart.yaml deleted file mode 100644 index 28f232e73e9..00000000000 --- a/stable/omada-controller/14.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.13.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Omada is a SDN tool for TP-Link Omada hardware -home: https://truecharts.org/charts/stable/omada-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png -keywords: - - omada-controller -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: omada-controller -sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - - https://hub.docker.com/r/mbentley/omada-controller -type: application -version: 14.7.3 diff --git a/stable/omada-controller/14.7.3/app-changelog.md b/stable/omada-controller/14.7.3/app-changelog.md deleted file mode 100644 index 255f4a217ca..00000000000 --- a/stable/omada-controller/14.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz b/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ombi/18.7.3/.helmignore b/stable/omada-controller/14.7.5/.helmignore similarity index 100% rename from stable/ombi/18.7.3/.helmignore rename to stable/omada-controller/14.7.5/.helmignore diff --git a/stable/omada-controller/14.7.5/CHANGELOG.md b/stable/omada-controller/14.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6678225c025 --- /dev/null +++ b/stable/omada-controller/14.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [omada-controller-14.7.5](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [omada-controller-14.7.4](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [omada-controller-14.7.4](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [omada-controller-14.7.4](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [omada-controller-14.7.4](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [omada-controller-14.7.4](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/omada-controller/14.7.5/Chart.yaml b/stable/omada-controller/14.7.5/Chart.yaml new file mode 100644 index 00000000000..eb411da0220 --- /dev/null +++ b/stable/omada-controller/14.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.13.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Omada is a SDN tool for TP-Link Omada hardware +home: https://truecharts.org/charts/stable/omada-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png +keywords: + - omada-controller +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: omada-controller +sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller + - https://hub.docker.com/r/mbentley/omada-controller +type: application +version: 14.7.5 diff --git a/stable/omada-controller/14.7.3/README.md b/stable/omada-controller/14.7.5/README.md similarity index 100% rename from stable/omada-controller/14.7.3/README.md rename to stable/omada-controller/14.7.5/README.md diff --git a/stable/omada-controller/14.7.5/app-changelog.md b/stable/omada-controller/14.7.5/app-changelog.md new file mode 100644 index 00000000000..2150d50b334 --- /dev/null +++ b/stable/omada-controller/14.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [omada-controller-14.7.5](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/omada-controller/14.7.3/app-readme.md b/stable/omada-controller/14.7.5/app-readme.md similarity index 100% rename from stable/omada-controller/14.7.3/app-readme.md rename to stable/omada-controller/14.7.5/app-readme.md diff --git a/stable/omada-controller/14.7.5/charts/common-20.2.10.tgz b/stable/omada-controller/14.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/omada-controller/14.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/omada-controller/14.7.3/ix_values.yaml b/stable/omada-controller/14.7.5/ix_values.yaml similarity index 100% rename from stable/omada-controller/14.7.3/ix_values.yaml rename to stable/omada-controller/14.7.5/ix_values.yaml diff --git a/stable/omada-controller/14.7.3/questions.yaml b/stable/omada-controller/14.7.5/questions.yaml similarity index 100% rename from stable/omada-controller/14.7.3/questions.yaml rename to stable/omada-controller/14.7.5/questions.yaml diff --git a/stable/ombi/18.7.3/templates/NOTES.txt b/stable/omada-controller/14.7.5/templates/NOTES.txt similarity index 100% rename from stable/ombi/18.7.3/templates/NOTES.txt rename to stable/omada-controller/14.7.5/templates/NOTES.txt diff --git a/stable/omada-controller/14.7.3/templates/common.yaml b/stable/omada-controller/14.7.5/templates/common.yaml similarity index 100% rename from stable/omada-controller/14.7.3/templates/common.yaml rename to stable/omada-controller/14.7.5/templates/common.yaml diff --git a/stable/ombi/18.7.3/values.yaml b/stable/omada-controller/14.7.5/values.yaml similarity index 100% rename from stable/ombi/18.7.3/values.yaml rename to stable/omada-controller/14.7.5/values.yaml diff --git a/stable/ombi/18.7.3/CHANGELOG.md b/stable/ombi/18.7.3/CHANGELOG.md deleted file mode 100644 index 48dbbd5e598..00000000000 --- a/stable/ombi/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ombi/18.7.3/Chart.yaml b/stable/ombi/18.7.3/Chart.yaml deleted file mode 100644 index f0ffee8feee..00000000000 --- a/stable/ombi/18.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.43.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Want a Movie or TV Show on Plex or Emby? Use Ombi! -home: https://truecharts.org/charts/stable/ombi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png -keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ombi -sources: - - https://github.com/tidusjar/Ombi - - https://github.com/truecharts/charts/tree/master/charts/stable/ombi - - https://github.com/truecharts/containers/tree/master/apps/ombi -type: application -version: 18.7.3 diff --git a/stable/ombi/18.7.3/app-changelog.md b/stable/ombi/18.7.3/app-changelog.md deleted file mode 100644 index 2b7b5d245f0..00000000000 --- a/stable/ombi/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ombi/18.7.3/charts/common-20.2.4.tgz b/stable/ombi/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ombi/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/onlinecheckyourserver/5.7.3/.helmignore b/stable/ombi/18.7.5/.helmignore similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/.helmignore rename to stable/ombi/18.7.5/.helmignore diff --git a/stable/ombi/18.7.5/CHANGELOG.md b/stable/ombi/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..695a02f8c04 --- /dev/null +++ b/stable/ombi/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ombi-18.7.5](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ombi-18.7.4](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ombi-18.7.4](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ombi-18.7.4](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ombi-18.7.4](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ombi-18.7.4](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ombi/18.7.5/Chart.yaml b/stable/ombi/18.7.5/Chart.yaml new file mode 100644 index 00000000000..419e86cd469 --- /dev/null +++ b/stable/ombi/18.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.43.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Want a Movie or TV Show on Plex or Emby? Use Ombi! +home: https://truecharts.org/charts/stable/ombi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png +keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ombi +sources: + - https://github.com/tidusjar/Ombi + - https://github.com/truecharts/charts/tree/master/charts/stable/ombi + - https://github.com/truecharts/containers/tree/master/apps/ombi +type: application +version: 18.7.5 diff --git a/stable/ombi/18.7.3/README.md b/stable/ombi/18.7.5/README.md similarity index 100% rename from stable/ombi/18.7.3/README.md rename to stable/ombi/18.7.5/README.md diff --git a/stable/ombi/18.7.5/app-changelog.md b/stable/ombi/18.7.5/app-changelog.md new file mode 100644 index 00000000000..d6d0d5adefe --- /dev/null +++ b/stable/ombi/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ombi-18.7.5](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ombi/18.7.3/app-readme.md b/stable/ombi/18.7.5/app-readme.md similarity index 100% rename from stable/ombi/18.7.3/app-readme.md rename to stable/ombi/18.7.5/app-readme.md diff --git a/stable/ombi/18.7.5/charts/common-20.2.10.tgz b/stable/ombi/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ombi/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ombi/18.7.3/ix_values.yaml b/stable/ombi/18.7.5/ix_values.yaml similarity index 100% rename from stable/ombi/18.7.3/ix_values.yaml rename to stable/ombi/18.7.5/ix_values.yaml diff --git a/stable/ombi/18.7.3/questions.yaml b/stable/ombi/18.7.5/questions.yaml similarity index 100% rename from stable/ombi/18.7.3/questions.yaml rename to stable/ombi/18.7.5/questions.yaml diff --git a/stable/onlyoffice-document-server/17.8.2/templates/NOTES.txt b/stable/ombi/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/templates/NOTES.txt rename to stable/ombi/18.7.5/templates/NOTES.txt diff --git a/stable/ombi/18.7.3/templates/common.yaml b/stable/ombi/18.7.5/templates/common.yaml similarity index 100% rename from stable/ombi/18.7.3/templates/common.yaml rename to stable/ombi/18.7.5/templates/common.yaml diff --git a/stable/onlinecheckyourserver/5.7.3/values.yaml b/stable/ombi/18.7.5/values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/values.yaml rename to stable/ombi/18.7.5/values.yaml diff --git a/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md b/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md deleted file mode 100644 index d81001a32dd..00000000000 --- a/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/onlinecheckyourserver/5.7.3/Chart.yaml b/stable/onlinecheckyourserver/5.7.3/Chart.yaml deleted file mode 100644 index 5bc8c1350b0..00000000000 --- a/stable/onlinecheckyourserver/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. -home: https://truecharts.org/charts/stable/onlinecheckyourserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png -keywords: - - onlinecheckyourserver - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: onlinecheckyourserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver - - https://hub.docker.com/r/ich777/online-check-pushover -type: application -version: 5.7.3 diff --git a/stable/onlinecheckyourserver/5.7.3/app-changelog.md b/stable/onlinecheckyourserver/5.7.3/app-changelog.md deleted file mode 100644 index 24f7c4e814d..00000000000 --- a/stable/onlinecheckyourserver/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz b/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.8.2/.helmignore b/stable/onlinecheckyourserver/5.7.5/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/.helmignore rename to stable/onlinecheckyourserver/5.7.5/.helmignore diff --git a/stable/onlinecheckyourserver/5.7.5/CHANGELOG.md b/stable/onlinecheckyourserver/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0a5038d95d6 --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlinecheckyourserver-5.7.5](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [onlinecheckyourserver-5.7.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [onlinecheckyourserver-5.7.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [onlinecheckyourserver-5.7.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [onlinecheckyourserver-5.7.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [onlinecheckyourserver-5.7.4](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.7.5/Chart.yaml b/stable/onlinecheckyourserver/5.7.5/Chart.yaml new file mode 100644 index 00000000000..21804ca1589 --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. +home: https://truecharts.org/charts/stable/onlinecheckyourserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png +keywords: + - onlinecheckyourserver + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlinecheckyourserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver + - https://hub.docker.com/r/ich777/online-check-pushover +type: application +version: 5.7.5 diff --git a/stable/onlinecheckyourserver/5.7.3/README.md b/stable/onlinecheckyourserver/5.7.5/README.md similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/README.md rename to stable/onlinecheckyourserver/5.7.5/README.md diff --git a/stable/onlinecheckyourserver/5.7.5/app-changelog.md b/stable/onlinecheckyourserver/5.7.5/app-changelog.md new file mode 100644 index 00000000000..26c68fd289f --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [onlinecheckyourserver-5.7.5](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.7.3/app-readme.md b/stable/onlinecheckyourserver/5.7.5/app-readme.md similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/app-readme.md rename to stable/onlinecheckyourserver/5.7.5/app-readme.md diff --git a/stable/onlinecheckyourserver/5.7.5/charts/common-20.2.10.tgz b/stable/onlinecheckyourserver/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/onlinecheckyourserver/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/onlinecheckyourserver/5.7.3/ix_values.yaml b/stable/onlinecheckyourserver/5.7.5/ix_values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/ix_values.yaml rename to stable/onlinecheckyourserver/5.7.5/ix_values.yaml diff --git a/stable/onlinecheckyourserver/5.7.3/questions.yaml b/stable/onlinecheckyourserver/5.7.5/questions.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/questions.yaml rename to stable/onlinecheckyourserver/5.7.5/questions.yaml diff --git a/stable/onlinecheckyourserver/5.7.3/templates/common.yaml b/stable/onlinecheckyourserver/5.7.5/templates/common.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.7.3/templates/common.yaml rename to stable/onlinecheckyourserver/5.7.5/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.8.2/values.yaml b/stable/onlinecheckyourserver/5.7.5/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/values.yaml rename to stable/onlinecheckyourserver/5.7.5/values.yaml diff --git a/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md b/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md deleted file mode 100644 index 33afbbd937d..00000000000 --- a/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/onlyoffice-document-server/17.8.2/Chart.yaml b/stable/onlyoffice-document-server/17.8.2/Chart.yaml deleted file mode 100644 index b6beaf2d5e9..00000000000 --- a/stable/onlyoffice-document-server/17.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: office - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." -home: https://truecharts.org/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png -keywords: - - onlyoffice -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: onlyoffice-document-server -sources: - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - - https://hub.docker.com/r/onlyoffice/documentserver -type: application -version: 17.8.2 diff --git a/stable/onlyoffice-document-server/17.8.2/app-changelog.md b/stable/onlyoffice-document-server/17.8.2/app-changelog.md deleted file mode 100644 index d36ac334c1b..00000000000 --- a/stable/onlyoffice-document-server/17.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz b/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openaudible/5.7.3/.helmignore b/stable/onlyoffice-document-server/17.8.4/.helmignore similarity index 100% rename from stable/openaudible/5.7.3/.helmignore rename to stable/onlyoffice-document-server/17.8.4/.helmignore diff --git a/stable/onlyoffice-document-server/17.8.4/CHANGELOG.md b/stable/onlyoffice-document-server/17.8.4/CHANGELOG.md new file mode 100644 index 00000000000..9d4c6eb803f --- /dev/null +++ b/stable/onlyoffice-document-server/17.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlyoffice-document-server-17.8.4](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [onlyoffice-document-server-17.8.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [onlyoffice-document-server-17.8.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [onlyoffice-document-server-17.8.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [onlyoffice-document-server-17.8.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.3) (2024-03-27) + +### Chore diff --git a/stable/onlyoffice-document-server/17.8.4/Chart.yaml b/stable/onlyoffice-document-server/17.8.4/Chart.yaml new file mode 100644 index 00000000000..9db16e53f1e --- /dev/null +++ b/stable/onlyoffice-document-server/17.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: office + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." +home: https://truecharts.org/charts/stable/onlyoffice-document-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png +keywords: + - onlyoffice +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlyoffice-document-server +sources: + - https://github.com/ONLYOFFICE/Docker-DocumentServer + - https://github.com/ONLYOFFICE/DocumentServer + - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server + - https://hub.docker.com/r/onlyoffice/documentserver +type: application +version: 17.8.4 diff --git a/stable/onlyoffice-document-server/17.8.2/README.md b/stable/onlyoffice-document-server/17.8.4/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/README.md rename to stable/onlyoffice-document-server/17.8.4/README.md diff --git a/stable/onlyoffice-document-server/17.8.4/app-changelog.md b/stable/onlyoffice-document-server/17.8.4/app-changelog.md new file mode 100644 index 00000000000..3c42c02ed71 --- /dev/null +++ b/stable/onlyoffice-document-server/17.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [onlyoffice-document-server-17.8.4](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.8.2/app-readme.md b/stable/onlyoffice-document-server/17.8.4/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/app-readme.md rename to stable/onlyoffice-document-server/17.8.4/app-readme.md diff --git a/stable/onlyoffice-document-server/17.8.4/charts/common-20.2.10.tgz b/stable/onlyoffice-document-server/17.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/onlyoffice-document-server/17.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/onlyoffice-document-server/17.8.2/charts/redis-13.2.2.tgz b/stable/onlyoffice-document-server/17.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/charts/redis-13.2.2.tgz rename to stable/onlyoffice-document-server/17.8.4/charts/redis-13.2.2.tgz diff --git a/stable/onlyoffice-document-server/17.8.2/ix_values.yaml b/stable/onlyoffice-document-server/17.8.4/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/ix_values.yaml rename to stable/onlyoffice-document-server/17.8.4/ix_values.yaml diff --git a/stable/onlyoffice-document-server/17.8.2/questions.yaml b/stable/onlyoffice-document-server/17.8.4/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/questions.yaml rename to stable/onlyoffice-document-server/17.8.4/questions.yaml diff --git a/stable/openbooks/4.7.3/templates/NOTES.txt b/stable/onlyoffice-document-server/17.8.4/templates/NOTES.txt similarity index 100% rename from stable/openbooks/4.7.3/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.8.4/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.8.2/templates/common.yaml b/stable/onlyoffice-document-server/17.8.4/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.8.2/templates/common.yaml rename to stable/onlyoffice-document-server/17.8.4/templates/common.yaml diff --git a/stable/openaudible/5.7.3/values.yaml b/stable/onlyoffice-document-server/17.8.4/values.yaml similarity index 100% rename from stable/openaudible/5.7.3/values.yaml rename to stable/onlyoffice-document-server/17.8.4/values.yaml diff --git a/stable/openaudible/5.7.3/CHANGELOG.md b/stable/openaudible/5.7.3/CHANGELOG.md deleted file mode 100644 index ddd610dc0d9..00000000000 --- a/stable/openaudible/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/openaudible/5.7.3/Chart.yaml b/stable/openaudible/5.7.3/Chart.yaml deleted file mode 100644 index b0d9e840416..00000000000 --- a/stable/openaudible/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: All your audiobooks in one place -home: https://truecharts.org/charts/stable/openaudible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png -keywords: - - audible -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openaudible -sources: - - https://github.com/openaudible/openaudible_docker - - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible - - https://hub.docker.com/r/openaudible/openaudible -type: application -version: 5.7.3 diff --git a/stable/openaudible/5.7.3/app-changelog.md b/stable/openaudible/5.7.3/app-changelog.md deleted file mode 100644 index a01a0949d6e..00000000000 --- a/stable/openaudible/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openaudible/5.7.3/charts/common-20.2.4.tgz b/stable/openaudible/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openaudible/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openbooks/4.7.3/.helmignore b/stable/openaudible/5.7.5/.helmignore similarity index 100% rename from stable/openbooks/4.7.3/.helmignore rename to stable/openaudible/5.7.5/.helmignore diff --git a/stable/openaudible/5.7.5/CHANGELOG.md b/stable/openaudible/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6075f408a6a --- /dev/null +++ b/stable/openaudible/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openaudible-5.7.5](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openaudible-5.7.4](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openaudible-5.7.4](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openaudible-5.7.4](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openaudible-5.7.4](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openaudible-5.7.4](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/openaudible/5.7.5/Chart.yaml b/stable/openaudible/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c68d9a8365f --- /dev/null +++ b/stable/openaudible/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All your audiobooks in one place +home: https://truecharts.org/charts/stable/openaudible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png +keywords: + - audible +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openaudible +sources: + - https://github.com/openaudible/openaudible_docker + - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible + - https://hub.docker.com/r/openaudible/openaudible +type: application +version: 5.7.5 diff --git a/stable/openaudible/5.7.3/README.md b/stable/openaudible/5.7.5/README.md similarity index 100% rename from stable/openaudible/5.7.3/README.md rename to stable/openaudible/5.7.5/README.md diff --git a/stable/openaudible/5.7.5/app-changelog.md b/stable/openaudible/5.7.5/app-changelog.md new file mode 100644 index 00000000000..b78f7d388cd --- /dev/null +++ b/stable/openaudible/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [openaudible-5.7.5](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openaudible/5.7.3/app-readme.md b/stable/openaudible/5.7.5/app-readme.md similarity index 100% rename from stable/openaudible/5.7.3/app-readme.md rename to stable/openaudible/5.7.5/app-readme.md diff --git a/stable/openaudible/5.7.5/charts/common-20.2.10.tgz b/stable/openaudible/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openaudible/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/openaudible/5.7.3/ix_values.yaml b/stable/openaudible/5.7.5/ix_values.yaml similarity index 100% rename from stable/openaudible/5.7.3/ix_values.yaml rename to stable/openaudible/5.7.5/ix_values.yaml diff --git a/stable/openaudible/5.7.3/questions.yaml b/stable/openaudible/5.7.5/questions.yaml similarity index 100% rename from stable/openaudible/5.7.3/questions.yaml rename to stable/openaudible/5.7.5/questions.yaml diff --git a/stable/openaudible/5.7.3/templates/common.yaml b/stable/openaudible/5.7.5/templates/common.yaml similarity index 100% rename from stable/openaudible/5.7.3/templates/common.yaml rename to stable/openaudible/5.7.5/templates/common.yaml diff --git a/stable/openbooks/4.7.3/values.yaml b/stable/openaudible/5.7.5/values.yaml similarity index 100% rename from stable/openbooks/4.7.3/values.yaml rename to stable/openaudible/5.7.5/values.yaml diff --git a/stable/openbooks/4.7.3/CHANGELOG.md b/stable/openbooks/4.7.3/CHANGELOG.md deleted file mode 100644 index bbaff79ab2d..00000000000 --- a/stable/openbooks/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/openbooks/4.7.3/Chart.yaml b/stable/openbooks/4.7.3/Chart.yaml deleted file mode 100644 index 9e5fe803a85..00000000000 --- a/stable/openbooks/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: IRC Highway eBook Downloads. -home: https://truecharts.org/charts/stable/openbooks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png -keywords: - - openbooks - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openbooks -sources: - - https://github.com/evan-buss/openbooks - - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks - - https://hub.docker.com/r/evanbuss/openbooks -type: application -version: 4.7.3 diff --git a/stable/openbooks/4.7.3/app-changelog.md b/stable/openbooks/4.7.3/app-changelog.md deleted file mode 100644 index b6b08e4eb81..00000000000 --- a/stable/openbooks/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openbooks/4.7.3/charts/common-20.2.4.tgz b/stable/openbooks/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openbooks/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.7.3/.helmignore b/stable/openbooks/4.7.5/.helmignore similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/.helmignore rename to stable/openbooks/4.7.5/.helmignore diff --git a/stable/openbooks/4.7.5/CHANGELOG.md b/stable/openbooks/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..cc90f912577 --- /dev/null +++ b/stable/openbooks/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openbooks-4.7.5](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openbooks-4.7.4](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openbooks-4.7.4](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openbooks-4.7.4](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openbooks-4.7.4](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openbooks-4.7.4](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/openbooks/4.7.5/Chart.yaml b/stable/openbooks/4.7.5/Chart.yaml new file mode 100644 index 00000000000..662340ae55b --- /dev/null +++ b/stable/openbooks/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IRC Highway eBook Downloads. +home: https://truecharts.org/charts/stable/openbooks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png +keywords: + - openbooks + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openbooks +sources: + - https://github.com/evan-buss/openbooks + - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks + - https://hub.docker.com/r/evanbuss/openbooks +type: application +version: 4.7.5 diff --git a/stable/openbooks/4.7.3/README.md b/stable/openbooks/4.7.5/README.md similarity index 100% rename from stable/openbooks/4.7.3/README.md rename to stable/openbooks/4.7.5/README.md diff --git a/stable/openbooks/4.7.5/app-changelog.md b/stable/openbooks/4.7.5/app-changelog.md new file mode 100644 index 00000000000..de2fa15f18e --- /dev/null +++ b/stable/openbooks/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [openbooks-4.7.5](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openbooks/4.7.3/app-readme.md b/stable/openbooks/4.7.5/app-readme.md similarity index 100% rename from stable/openbooks/4.7.3/app-readme.md rename to stable/openbooks/4.7.5/app-readme.md diff --git a/stable/openbooks/4.7.5/charts/common-20.2.10.tgz b/stable/openbooks/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openbooks/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/openbooks/4.7.3/ix_values.yaml b/stable/openbooks/4.7.5/ix_values.yaml similarity index 100% rename from stable/openbooks/4.7.3/ix_values.yaml rename to stable/openbooks/4.7.5/ix_values.yaml diff --git a/stable/openbooks/4.7.3/questions.yaml b/stable/openbooks/4.7.5/questions.yaml similarity index 100% rename from stable/openbooks/4.7.3/questions.yaml rename to stable/openbooks/4.7.5/questions.yaml diff --git a/stable/openhab/9.7.4/templates/NOTES.txt b/stable/openbooks/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/openhab/9.7.4/templates/NOTES.txt rename to stable/openbooks/4.7.5/templates/NOTES.txt diff --git a/stable/openbooks/4.7.3/templates/_args.tpl b/stable/openbooks/4.7.5/templates/_args.tpl similarity index 100% rename from stable/openbooks/4.7.3/templates/_args.tpl rename to stable/openbooks/4.7.5/templates/_args.tpl diff --git a/stable/openbooks/4.7.3/templates/common.yaml b/stable/openbooks/4.7.5/templates/common.yaml similarity index 100% rename from stable/openbooks/4.7.3/templates/common.yaml rename to stable/openbooks/4.7.5/templates/common.yaml diff --git a/stable/opengl-desktop-g3/5.7.3/values.yaml b/stable/openbooks/4.7.5/values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/values.yaml rename to stable/openbooks/4.7.5/values.yaml diff --git a/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md b/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md deleted file mode 100644 index f79591deadb..00000000000 --- a/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - diff --git a/stable/opengl-desktop-g3/5.7.3/Chart.yaml b/stable/opengl-desktop-g3/5.7.3/Chart.yaml deleted file mode 100644 index e30b06e2d8a..00000000000 --- a/stable/opengl-desktop-g3/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/opengl-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png -keywords: - - opengl-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: opengl-desktop-g3 -sources: - - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 -type: application -version: 5.7.3 diff --git a/stable/opengl-desktop-g3/5.7.3/app-changelog.md b/stable/opengl-desktop-g3/5.7.3/app-changelog.md deleted file mode 100644 index cc665f1905a..00000000000 --- a/stable/opengl-desktop-g3/5.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) \ No newline at end of file diff --git a/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openhab/9.7.4/.helmignore b/stable/opengl-desktop-g3/5.7.5/.helmignore similarity index 100% rename from stable/openhab/9.7.4/.helmignore rename to stable/opengl-desktop-g3/5.7.5/.helmignore diff --git a/stable/opengl-desktop-g3/5.7.5/CHANGELOG.md b/stable/opengl-desktop-g3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5de9e1965fa --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [opengl-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) + + +## [opengl-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) + + +## [opengl-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) + + +## [opengl-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) + + +## [opengl-desktop-g3-5.7.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/opengl-desktop-g3/5.7.5/Chart.yaml b/stable/opengl-desktop-g3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3503cb7d362 --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png +keywords: + - opengl-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: opengl-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 +type: application +version: 5.7.5 diff --git a/stable/opengl-desktop-g3/5.7.3/README.md b/stable/opengl-desktop-g3/5.7.5/README.md similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/README.md rename to stable/opengl-desktop-g3/5.7.5/README.md diff --git a/stable/opengl-desktop-g3/5.7.5/app-changelog.md b/stable/opengl-desktop-g3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f0e7cbf8311 --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [opengl-desktop-g3-5.7.5](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215)) \ No newline at end of file diff --git a/stable/opengl-desktop-g3/5.7.3/app-readme.md b/stable/opengl-desktop-g3/5.7.5/app-readme.md similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/app-readme.md rename to stable/opengl-desktop-g3/5.7.5/app-readme.md diff --git a/stable/opengl-desktop-g3/5.7.5/charts/common-20.2.10.tgz b/stable/opengl-desktop-g3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/opengl-desktop-g3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/opengl-desktop-g3/5.7.3/ix_values.yaml b/stable/opengl-desktop-g3/5.7.5/ix_values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/ix_values.yaml rename to stable/opengl-desktop-g3/5.7.5/ix_values.yaml diff --git a/stable/opengl-desktop-g3/5.7.3/questions.yaml b/stable/opengl-desktop-g3/5.7.5/questions.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/questions.yaml rename to stable/opengl-desktop-g3/5.7.5/questions.yaml diff --git a/stable/opengl-desktop-g3/5.7.3/templates/common.yaml b/stable/opengl-desktop-g3/5.7.5/templates/common.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.7.3/templates/common.yaml rename to stable/opengl-desktop-g3/5.7.5/templates/common.yaml diff --git a/stable/openhab/9.7.4/values.yaml b/stable/opengl-desktop-g3/5.7.5/values.yaml similarity index 100% rename from stable/openhab/9.7.4/values.yaml rename to stable/opengl-desktop-g3/5.7.5/values.yaml diff --git a/stable/openhab/9.7.4/CHANGELOG.md b/stable/openhab/9.7.4/CHANGELOG.md deleted file mode 100644 index 5c73417d140..00000000000 --- a/stable/openhab/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/openhab/9.7.4/Chart.yaml b/stable/openhab/9.7.4/Chart.yaml deleted file mode 100644 index fe9af0bb3a0..00000000000 --- a/stable/openhab/9.7.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OpenHab is a home-automation application -home: https://truecharts.org/charts/stable/openhab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png -keywords: - - openhab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openhab -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - - https://hub.docker.com/r/openhab/openhab -type: application -version: 9.7.4 diff --git a/stable/openhab/9.7.4/app-changelog.md b/stable/openhab/9.7.4/app-changelog.md deleted file mode 100644 index 342d6be84ff..00000000000 --- a/stable/openhab/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openhab/9.7.4/charts/common-20.2.4.tgz b/stable/openhab/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openhab/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openra/5.7.3/.helmignore b/stable/openhab/9.7.6/.helmignore similarity index 100% rename from stable/openra/5.7.3/.helmignore rename to stable/openhab/9.7.6/.helmignore diff --git a/stable/openhab/9.7.6/CHANGELOG.md b/stable/openhab/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..b384016f581 --- /dev/null +++ b/stable/openhab/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openhab-9.7.6](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openhab-9.7.5](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openhab-9.7.5](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openhab-9.7.5](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openhab-9.7.5](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) diff --git a/stable/openhab/9.7.6/Chart.yaml b/stable/openhab/9.7.6/Chart.yaml new file mode 100644 index 00000000000..51e8d74025b --- /dev/null +++ b/stable/openhab/9.7.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenHab is a home-automation application +home: https://truecharts.org/charts/stable/openhab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png +keywords: + - openhab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openhab +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openhab + - https://hub.docker.com/r/openhab/openhab +type: application +version: 9.7.6 diff --git a/stable/openhab/9.7.4/README.md b/stable/openhab/9.7.6/README.md similarity index 100% rename from stable/openhab/9.7.4/README.md rename to stable/openhab/9.7.6/README.md diff --git a/stable/openhab/9.7.6/app-changelog.md b/stable/openhab/9.7.6/app-changelog.md new file mode 100644 index 00000000000..81d9fddbc08 --- /dev/null +++ b/stable/openhab/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [openhab-9.7.6](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openhab/9.7.4/app-readme.md b/stable/openhab/9.7.6/app-readme.md similarity index 100% rename from stable/openhab/9.7.4/app-readme.md rename to stable/openhab/9.7.6/app-readme.md diff --git a/stable/openhab/9.7.6/charts/common-20.2.10.tgz b/stable/openhab/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openhab/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/openhab/9.7.4/ix_values.yaml b/stable/openhab/9.7.6/ix_values.yaml similarity index 100% rename from stable/openhab/9.7.4/ix_values.yaml rename to stable/openhab/9.7.6/ix_values.yaml diff --git a/stable/openhab/9.7.4/questions.yaml b/stable/openhab/9.7.6/questions.yaml similarity index 100% rename from stable/openhab/9.7.4/questions.yaml rename to stable/openhab/9.7.6/questions.yaml diff --git a/stable/openspeedtest/8.7.3/templates/NOTES.txt b/stable/openhab/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/openspeedtest/8.7.3/templates/NOTES.txt rename to stable/openhab/9.7.6/templates/NOTES.txt diff --git a/stable/openhab/9.7.4/templates/common.yaml b/stable/openhab/9.7.6/templates/common.yaml similarity index 100% rename from stable/openhab/9.7.4/templates/common.yaml rename to stable/openhab/9.7.6/templates/common.yaml diff --git a/stable/openra/5.7.3/values.yaml b/stable/openhab/9.7.6/values.yaml similarity index 100% rename from stable/openra/5.7.3/values.yaml rename to stable/openhab/9.7.6/values.yaml diff --git a/stable/openra/5.7.3/CHANGELOG.md b/stable/openra/5.7.3/CHANGELOG.md deleted file mode 100644 index 3c187b4681d..00000000000 --- a/stable/openra/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/openra/5.7.3/Chart.yaml b/stable/openra/5.7.3/Chart.yaml deleted file mode 100644 index ebcc48a79cb..00000000000 --- a/stable/openra/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] -home: https://truecharts.org/charts/stable/openra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png -keywords: - - openra - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openra -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openra - - https://hub.docker.com/r/rmoriz/openra -type: application -version: 5.7.3 diff --git a/stable/openra/5.7.3/app-changelog.md b/stable/openra/5.7.3/app-changelog.md deleted file mode 100644 index 889ea2699ed..00000000000 --- a/stable/openra/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openra/5.7.3/charts/common-20.2.4.tgz b/stable/openra/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openra/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openspeedtest/8.7.3/.helmignore b/stable/openra/5.7.5/.helmignore similarity index 100% rename from stable/openspeedtest/8.7.3/.helmignore rename to stable/openra/5.7.5/.helmignore diff --git a/stable/openra/5.7.5/CHANGELOG.md b/stable/openra/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ac6fe2b7a54 --- /dev/null +++ b/stable/openra/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openra-5.7.5](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openra-5.7.4](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openra-5.7.4](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openra-5.7.4](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openra-5.7.4](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openra-5.7.4](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/openra/5.7.5/Chart.yaml b/stable/openra/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0453f20831e --- /dev/null +++ b/stable/openra/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] +home: https://truecharts.org/charts/stable/openra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png +keywords: + - openra + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openra + - https://hub.docker.com/r/rmoriz/openra +type: application +version: 5.7.5 diff --git a/stable/openra/5.7.3/README.md b/stable/openra/5.7.5/README.md similarity index 100% rename from stable/openra/5.7.3/README.md rename to stable/openra/5.7.5/README.md diff --git a/stable/openra/5.7.5/app-changelog.md b/stable/openra/5.7.5/app-changelog.md new file mode 100644 index 00000000000..97fffa271b8 --- /dev/null +++ b/stable/openra/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [openra-5.7.5](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openra/5.7.3/app-readme.md b/stable/openra/5.7.5/app-readme.md similarity index 100% rename from stable/openra/5.7.3/app-readme.md rename to stable/openra/5.7.5/app-readme.md diff --git a/stable/openra/5.7.5/charts/common-20.2.10.tgz b/stable/openra/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openra/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/openra/5.7.3/ix_values.yaml b/stable/openra/5.7.5/ix_values.yaml similarity index 100% rename from stable/openra/5.7.3/ix_values.yaml rename to stable/openra/5.7.5/ix_values.yaml diff --git a/stable/openra/5.7.3/questions.yaml b/stable/openra/5.7.5/questions.yaml similarity index 100% rename from stable/openra/5.7.3/questions.yaml rename to stable/openra/5.7.5/questions.yaml diff --git a/stable/openra/5.7.3/templates/common.yaml b/stable/openra/5.7.5/templates/common.yaml similarity index 100% rename from stable/openra/5.7.3/templates/common.yaml rename to stable/openra/5.7.5/templates/common.yaml diff --git a/stable/openspeedtest/8.7.3/values.yaml b/stable/openra/5.7.5/values.yaml similarity index 100% rename from stable/openspeedtest/8.7.3/values.yaml rename to stable/openra/5.7.5/values.yaml diff --git a/stable/openspeedtest/8.7.3/CHANGELOG.md b/stable/openspeedtest/8.7.3/CHANGELOG.md deleted file mode 100644 index ad7e8949a1e..00000000000 --- a/stable/openspeedtest/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/openspeedtest/8.7.3/Chart.yaml b/stable/openspeedtest/8.7.3/Chart.yaml deleted file mode 100644 index 74d14bfc80d..00000000000 --- a/stable/openspeedtest/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. -home: https://truecharts.org/charts/stable/openspeedtest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png -keywords: - - speedtest - - speed test - - openspeedtest -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openspeedtest -sources: - - https://github.com/openspeedtest/Speed-Test - - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - - https://hub.docker.com/r/openspeedtest/latest -type: application -version: 8.7.3 diff --git a/stable/openspeedtest/8.7.3/app-changelog.md b/stable/openspeedtest/8.7.3/app-changelog.md deleted file mode 100644 index 1d46edb1746..00000000000 --- a/stable/openspeedtest/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz b/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openttd/5.7.3/.helmignore b/stable/openspeedtest/8.7.5/.helmignore similarity index 100% rename from stable/openttd/5.7.3/.helmignore rename to stable/openspeedtest/8.7.5/.helmignore diff --git a/stable/openspeedtest/8.7.5/CHANGELOG.md b/stable/openspeedtest/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b4fa5843b29 --- /dev/null +++ b/stable/openspeedtest/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openspeedtest-8.7.5](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openspeedtest-8.7.4](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openspeedtest-8.7.4](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openspeedtest-8.7.4](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openspeedtest-8.7.4](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openspeedtest-8.7.4](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/openspeedtest/8.7.5/Chart.yaml b/stable/openspeedtest/8.7.5/Chart.yaml new file mode 100644 index 00000000000..d82d4222eed --- /dev/null +++ b/stable/openspeedtest/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. +home: https://truecharts.org/charts/stable/openspeedtest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png +keywords: + - speedtest + - speed test + - openspeedtest +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openspeedtest +sources: + - https://github.com/openspeedtest/Speed-Test + - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest + - https://hub.docker.com/r/openspeedtest/latest +type: application +version: 8.7.5 diff --git a/stable/openspeedtest/8.7.3/README.md b/stable/openspeedtest/8.7.5/README.md similarity index 100% rename from stable/openspeedtest/8.7.3/README.md rename to stable/openspeedtest/8.7.5/README.md diff --git a/stable/openspeedtest/8.7.5/app-changelog.md b/stable/openspeedtest/8.7.5/app-changelog.md new file mode 100644 index 00000000000..f84aa5689a2 --- /dev/null +++ b/stable/openspeedtest/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [openspeedtest-8.7.5](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openspeedtest/8.7.3/app-readme.md b/stable/openspeedtest/8.7.5/app-readme.md similarity index 100% rename from stable/openspeedtest/8.7.3/app-readme.md rename to stable/openspeedtest/8.7.5/app-readme.md diff --git a/stable/openspeedtest/8.7.5/charts/common-20.2.10.tgz b/stable/openspeedtest/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openspeedtest/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/openspeedtest/8.7.3/ix_values.yaml b/stable/openspeedtest/8.7.5/ix_values.yaml similarity index 100% rename from stable/openspeedtest/8.7.3/ix_values.yaml rename to stable/openspeedtest/8.7.5/ix_values.yaml diff --git a/stable/openspeedtest/8.7.3/questions.yaml b/stable/openspeedtest/8.7.5/questions.yaml similarity index 100% rename from stable/openspeedtest/8.7.3/questions.yaml rename to stable/openspeedtest/8.7.5/questions.yaml diff --git a/stable/openvscode-server/9.8.4/templates/NOTES.txt b/stable/openspeedtest/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/openvscode-server/9.8.4/templates/NOTES.txt rename to stable/openspeedtest/8.7.5/templates/NOTES.txt diff --git a/stable/openspeedtest/8.7.3/templates/common.yaml b/stable/openspeedtest/8.7.5/templates/common.yaml similarity index 100% rename from stable/openspeedtest/8.7.3/templates/common.yaml rename to stable/openspeedtest/8.7.5/templates/common.yaml diff --git a/stable/openttd/5.7.3/values.yaml b/stable/openspeedtest/8.7.5/values.yaml similarity index 100% rename from stable/openttd/5.7.3/values.yaml rename to stable/openspeedtest/8.7.5/values.yaml diff --git a/stable/openttd/5.7.3/CHANGELOG.md b/stable/openttd/5.7.3/CHANGELOG.md deleted file mode 100644 index 9e9d3c6aa3d..00000000000 --- a/stable/openttd/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/openttd/5.7.3/Chart.yaml b/stable/openttd/5.7.3/Chart.yaml deleted file mode 100644 index 6627393ab98..00000000000 --- a/stable/openttd/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). -home: https://truecharts.org/charts/stable/openttd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png -keywords: - - openttd - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openttd -sources: - - https://www.openttd.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/openttd - - https://hub.docker.com/r/ich777/openttdserver -type: application -version: 5.7.3 diff --git a/stable/openttd/5.7.3/app-changelog.md b/stable/openttd/5.7.3/app-changelog.md deleted file mode 100644 index 56bb6b2655e..00000000000 --- a/stable/openttd/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openttd/5.7.3/charts/common-20.2.4.tgz b/stable/openttd/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openttd/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.8.4/.helmignore b/stable/openttd/5.7.5/.helmignore similarity index 100% rename from stable/openvscode-server/9.8.4/.helmignore rename to stable/openttd/5.7.5/.helmignore diff --git a/stable/openttd/5.7.5/CHANGELOG.md b/stable/openttd/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..74eea1e8da0 --- /dev/null +++ b/stable/openttd/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openttd-5.7.5](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openttd-5.7.4](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openttd-5.7.4](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openttd-5.7.4](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openttd-5.7.4](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openttd-5.7.4](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/openttd/5.7.5/Chart.yaml b/stable/openttd/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d8e2360d3d9 --- /dev/null +++ b/stable/openttd/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). +home: https://truecharts.org/charts/stable/openttd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png +keywords: + - openttd + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openttd +sources: + - https://www.openttd.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/openttd + - https://hub.docker.com/r/ich777/openttdserver +type: application +version: 5.7.5 diff --git a/stable/openttd/5.7.3/README.md b/stable/openttd/5.7.5/README.md similarity index 100% rename from stable/openttd/5.7.3/README.md rename to stable/openttd/5.7.5/README.md diff --git a/stable/openttd/5.7.5/app-changelog.md b/stable/openttd/5.7.5/app-changelog.md new file mode 100644 index 00000000000..56271214151 --- /dev/null +++ b/stable/openttd/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [openttd-5.7.5](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/openttd/5.7.3/app-readme.md b/stable/openttd/5.7.5/app-readme.md similarity index 100% rename from stable/openttd/5.7.3/app-readme.md rename to stable/openttd/5.7.5/app-readme.md diff --git a/stable/openttd/5.7.5/charts/common-20.2.10.tgz b/stable/openttd/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openttd/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/openttd/5.7.3/ix_values.yaml b/stable/openttd/5.7.5/ix_values.yaml similarity index 100% rename from stable/openttd/5.7.3/ix_values.yaml rename to stable/openttd/5.7.5/ix_values.yaml diff --git a/stable/openttd/5.7.3/questions.yaml b/stable/openttd/5.7.5/questions.yaml similarity index 100% rename from stable/openttd/5.7.3/questions.yaml rename to stable/openttd/5.7.5/questions.yaml diff --git a/stable/openttd/5.7.3/templates/common.yaml b/stable/openttd/5.7.5/templates/common.yaml similarity index 100% rename from stable/openttd/5.7.3/templates/common.yaml rename to stable/openttd/5.7.5/templates/common.yaml diff --git a/stable/openvscode-server/9.8.4/values.yaml b/stable/openttd/5.7.5/values.yaml similarity index 100% rename from stable/openvscode-server/9.8.4/values.yaml rename to stable/openttd/5.7.5/values.yaml diff --git a/stable/openvscode-server/9.8.4/CHANGELOG.md b/stable/openvscode-server/9.8.4/CHANGELOG.md deleted file mode 100644 index 62bfb05d24e..00000000000 --- a/stable/openvscode-server/9.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - diff --git a/stable/openvscode-server/9.8.4/Chart.yaml b/stable/openvscode-server/9.8.4/Chart.yaml deleted file mode 100644 index 9755829d140..00000000000 --- a/stable/openvscode-server/9.8.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.87.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. -home: https://truecharts.org/charts/stable/openvscode-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png -keywords: - - openvscode-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openvscode-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server - - https://ghcr.io/linuxserver/openvscode-server -type: application -version: 9.8.4 diff --git a/stable/openvscode-server/9.8.4/app-changelog.md b/stable/openvscode-server/9.8.4/app-changelog.md deleted file mode 100644 index 2dff09036ab..00000000000 --- a/stable/openvscode-server/9.8.4/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) \ No newline at end of file diff --git a/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz b/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.8.4/ix_values.yaml b/stable/openvscode-server/9.8.4/ix_values.yaml deleted file mode 100644 index bacfdcc744d..00000000000 --- a/stable/openvscode-server/9.8.4/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/openvscode-server - pullPolicy: IfNotPresent - tag: 1.87.1@sha256:9c387e8fd33759c6682b8542c8b69d6e97927e0aa6a3691fcd8ae381c5fbcf0c -# secretEnv: -# CONNECTION_TOKEN: "somerandomstring" -# CONNECTION_SECRET: "" -# SUDO_PASSWORD: "" -service: - main: - ports: - main: - targetPort: 3000 - port: 10135 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/organizr/18.7.3/.helmignore b/stable/openvscode-server/9.8.6/.helmignore similarity index 100% rename from stable/organizr/18.7.3/.helmignore rename to stable/openvscode-server/9.8.6/.helmignore diff --git a/stable/openvscode-server/9.8.6/CHANGELOG.md b/stable/openvscode-server/9.8.6/CHANGELOG.md new file mode 100644 index 00000000000..80ae6bb59c0 --- /dev/null +++ b/stable/openvscode-server/9.8.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openvscode-server-9.8.6](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@c48a09e](https://github.com/c48a09e) by renovate ([#19993](https://github.com/truecharts/charts/issues/19993)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) + + +## [openvscode-server-9.8.5](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) + + +## [openvscode-server-9.8.5](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) + + +## [openvscode-server-9.8.5](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) \ No newline at end of file diff --git a/stable/openvscode-server/9.8.6/Chart.yaml b/stable/openvscode-server/9.8.6/Chart.yaml new file mode 100644 index 00000000000..c4db4f2da0a --- /dev/null +++ b/stable/openvscode-server/9.8.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.87.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. +home: https://truecharts.org/charts/stable/openvscode-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png +keywords: + - openvscode-server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openvscode-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server + - https://ghcr.io/linuxserver/openvscode-server +type: application +version: 9.8.6 diff --git a/stable/openvscode-server/9.8.4/README.md b/stable/openvscode-server/9.8.6/README.md similarity index 100% rename from stable/openvscode-server/9.8.4/README.md rename to stable/openvscode-server/9.8.6/README.md diff --git a/stable/openvscode-server/9.8.6/app-changelog.md b/stable/openvscode-server/9.8.6/app-changelog.md new file mode 100644 index 00000000000..dbd496fc833 --- /dev/null +++ b/stable/openvscode-server/9.8.6/app-changelog.md @@ -0,0 +1,27 @@ + + +## [openvscode-server-9.8.6](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@c48a09e](https://github.com/c48a09e) by renovate ([#19993](https://github.com/truecharts/charts/issues/19993)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242)) \ No newline at end of file diff --git a/stable/openvscode-server/9.8.4/app-readme.md b/stable/openvscode-server/9.8.6/app-readme.md similarity index 100% rename from stable/openvscode-server/9.8.4/app-readme.md rename to stable/openvscode-server/9.8.6/app-readme.md diff --git a/stable/openvscode-server/9.8.6/charts/common-20.2.10.tgz b/stable/openvscode-server/9.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/openvscode-server/9.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/openvscode-server/9.8.6/ix_values.yaml b/stable/openvscode-server/9.8.6/ix_values.yaml new file mode 100644 index 00000000000..6790d8c72a2 --- /dev/null +++ b/stable/openvscode-server/9.8.6/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/openvscode-server + pullPolicy: IfNotPresent + tag: 1.87.1@sha256:c48a09e85288595e0ad0354ec9522992d3b619e72304b03448d34001d8804e2c +# secretEnv: +# CONNECTION_TOKEN: "somerandomstring" +# CONNECTION_SECRET: "" +# SUDO_PASSWORD: "" +service: + main: + ports: + main: + targetPort: 3000 + port: 10135 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/openvscode-server/9.8.4/questions.yaml b/stable/openvscode-server/9.8.6/questions.yaml similarity index 100% rename from stable/openvscode-server/9.8.4/questions.yaml rename to stable/openvscode-server/9.8.6/questions.yaml diff --git a/stable/organizr/18.7.3/templates/NOTES.txt b/stable/openvscode-server/9.8.6/templates/NOTES.txt similarity index 100% rename from stable/organizr/18.7.3/templates/NOTES.txt rename to stable/openvscode-server/9.8.6/templates/NOTES.txt diff --git a/stable/openvscode-server/9.8.4/templates/common.yaml b/stable/openvscode-server/9.8.6/templates/common.yaml similarity index 100% rename from stable/openvscode-server/9.8.4/templates/common.yaml rename to stable/openvscode-server/9.8.6/templates/common.yaml diff --git a/stable/organizr/18.7.3/values.yaml b/stable/openvscode-server/9.8.6/values.yaml similarity index 100% rename from stable/organizr/18.7.3/values.yaml rename to stable/openvscode-server/9.8.6/values.yaml diff --git a/stable/organizr/18.7.3/CHANGELOG.md b/stable/organizr/18.7.3/CHANGELOG.md deleted file mode 100644 index 9c5ae819ba4..00000000000 --- a/stable/organizr/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/organizr/18.7.3/Chart.yaml b/stable/organizr/18.7.3/Chart.yaml deleted file mode 100644 index 4f8035a1aac..00000000000 --- a/stable/organizr/18.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: HTPC/Homelab Services Organizer -home: https://truecharts.org/charts/stable/organizr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png -keywords: - - organizr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: organizr -sources: - - https://github.com/causefx/Organizr - - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - - https://hub.docker.com/r/organizr/organizr -type: application -version: 18.7.3 diff --git a/stable/organizr/18.7.3/app-changelog.md b/stable/organizr/18.7.3/app-changelog.md deleted file mode 100644 index 338c498d8a4..00000000000 --- a/stable/organizr/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/organizr/18.7.3/charts/common-20.2.4.tgz b/stable/organizr/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/organizr/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/oscam/13.7.3/.helmignore b/stable/organizr/18.7.5/.helmignore similarity index 100% rename from stable/oscam/13.7.3/.helmignore rename to stable/organizr/18.7.5/.helmignore diff --git a/stable/organizr/18.7.5/CHANGELOG.md b/stable/organizr/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..29a3f963f7e --- /dev/null +++ b/stable/organizr/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [organizr-18.7.5](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [organizr-18.7.4](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [organizr-18.7.4](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [organizr-18.7.4](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [organizr-18.7.4](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [organizr-18.7.4](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/organizr/18.7.5/Chart.yaml b/stable/organizr/18.7.5/Chart.yaml new file mode 100644 index 00000000000..1e1ad7f88b6 --- /dev/null +++ b/stable/organizr/18.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTPC/Homelab Services Organizer +home: https://truecharts.org/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png +keywords: + - organizr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: organizr +sources: + - https://github.com/causefx/Organizr + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr + - https://hub.docker.com/r/organizr/organizr +type: application +version: 18.7.5 diff --git a/stable/organizr/18.7.3/README.md b/stable/organizr/18.7.5/README.md similarity index 100% rename from stable/organizr/18.7.3/README.md rename to stable/organizr/18.7.5/README.md diff --git a/stable/organizr/18.7.5/app-changelog.md b/stable/organizr/18.7.5/app-changelog.md new file mode 100644 index 00000000000..d59f69f5386 --- /dev/null +++ b/stable/organizr/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [organizr-18.7.5](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/organizr/18.7.3/app-readme.md b/stable/organizr/18.7.5/app-readme.md similarity index 100% rename from stable/organizr/18.7.3/app-readme.md rename to stable/organizr/18.7.5/app-readme.md diff --git a/stable/organizr/18.7.5/charts/common-20.2.10.tgz b/stable/organizr/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/organizr/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/organizr/18.7.3/ix_values.yaml b/stable/organizr/18.7.5/ix_values.yaml similarity index 100% rename from stable/organizr/18.7.3/ix_values.yaml rename to stable/organizr/18.7.5/ix_values.yaml diff --git a/stable/organizr/18.7.3/questions.yaml b/stable/organizr/18.7.5/questions.yaml similarity index 100% rename from stable/organizr/18.7.3/questions.yaml rename to stable/organizr/18.7.5/questions.yaml diff --git a/stable/oscam/13.7.3/templates/NOTES.txt b/stable/organizr/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/oscam/13.7.3/templates/NOTES.txt rename to stable/organizr/18.7.5/templates/NOTES.txt diff --git a/stable/organizr/18.7.3/templates/common.yaml b/stable/organizr/18.7.5/templates/common.yaml similarity index 100% rename from stable/organizr/18.7.3/templates/common.yaml rename to stable/organizr/18.7.5/templates/common.yaml diff --git a/stable/oscam/13.7.3/values.yaml b/stable/organizr/18.7.5/values.yaml similarity index 100% rename from stable/oscam/13.7.3/values.yaml rename to stable/organizr/18.7.5/values.yaml diff --git a/stable/oscam/13.7.3/CHANGELOG.md b/stable/oscam/13.7.3/CHANGELOG.md deleted file mode 100644 index 8f89aca53cf..00000000000 --- a/stable/oscam/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/oscam/13.7.3/Chart.yaml b/stable/oscam/13.7.3/Chart.yaml deleted file mode 100644 index cfc0eb129ff..00000000000 --- a/stable/oscam/13.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: DIY - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11719.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open Source Conditional Access Module software -home: https://truecharts.org/charts/stable/oscam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png -keywords: - - oscam -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: oscam -sources: - - https://trac.streamboard.tv/oscam/browser/trunk - - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - - https://ghcr.io/linuxserver/oscam -type: application -version: 13.7.3 diff --git a/stable/oscam/13.7.3/app-changelog.md b/stable/oscam/13.7.3/app-changelog.md deleted file mode 100644 index cc0ca063782..00000000000 --- a/stable/oscam/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/oscam/13.7.3/charts/common-20.2.4.tgz b/stable/oscam/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/oscam/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/outline/12.8.2/.helmignore b/stable/oscam/13.7.5/.helmignore similarity index 100% rename from stable/outline/12.8.2/.helmignore rename to stable/oscam/13.7.5/.helmignore diff --git a/stable/oscam/13.7.5/CHANGELOG.md b/stable/oscam/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..03e4b850ef0 --- /dev/null +++ b/stable/oscam/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [oscam-13.7.5](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [oscam-13.7.4](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [oscam-13.7.4](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [oscam-13.7.4](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [oscam-13.7.4](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [oscam-13.7.4](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/oscam/13.7.5/Chart.yaml b/stable/oscam/13.7.5/Chart.yaml new file mode 100644 index 00000000000..e9f00989843 --- /dev/null +++ b/stable/oscam/13.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: DIY + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11719.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open Source Conditional Access Module software +home: https://truecharts.org/charts/stable/oscam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png +keywords: + - oscam +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: oscam +sources: + - https://trac.streamboard.tv/oscam/browser/trunk + - https://github.com/truecharts/charts/tree/master/charts/stable/oscam + - https://ghcr.io/linuxserver/oscam +type: application +version: 13.7.5 diff --git a/stable/oscam/13.7.3/README.md b/stable/oscam/13.7.5/README.md similarity index 100% rename from stable/oscam/13.7.3/README.md rename to stable/oscam/13.7.5/README.md diff --git a/stable/oscam/13.7.5/app-changelog.md b/stable/oscam/13.7.5/app-changelog.md new file mode 100644 index 00000000000..94b0b4de6b3 --- /dev/null +++ b/stable/oscam/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [oscam-13.7.5](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/oscam/13.7.3/app-readme.md b/stable/oscam/13.7.5/app-readme.md similarity index 100% rename from stable/oscam/13.7.3/app-readme.md rename to stable/oscam/13.7.5/app-readme.md diff --git a/stable/oscam/13.7.5/charts/common-20.2.10.tgz b/stable/oscam/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/oscam/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/oscam/13.7.3/ix_values.yaml b/stable/oscam/13.7.5/ix_values.yaml similarity index 100% rename from stable/oscam/13.7.3/ix_values.yaml rename to stable/oscam/13.7.5/ix_values.yaml diff --git a/stable/oscam/13.7.3/questions.yaml b/stable/oscam/13.7.5/questions.yaml similarity index 100% rename from stable/oscam/13.7.3/questions.yaml rename to stable/oscam/13.7.5/questions.yaml diff --git a/stable/outline/12.8.2/templates/NOTES.txt b/stable/oscam/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/outline/12.8.2/templates/NOTES.txt rename to stable/oscam/13.7.5/templates/NOTES.txt diff --git a/stable/oscam/13.7.3/templates/common.yaml b/stable/oscam/13.7.5/templates/common.yaml similarity index 100% rename from stable/oscam/13.7.3/templates/common.yaml rename to stable/oscam/13.7.5/templates/common.yaml diff --git a/stable/outline/12.8.2/values.yaml b/stable/oscam/13.7.5/values.yaml similarity index 100% rename from stable/outline/12.8.2/values.yaml rename to stable/oscam/13.7.5/values.yaml diff --git a/stable/outline/12.8.2/CHANGELOG.md b/stable/outline/12.8.2/CHANGELOG.md deleted file mode 100644 index 3bc8c07c7f7..00000000000 --- a/stable/outline/12.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/outline/12.8.2/Chart.yaml b/stable/outline/12.8.2/Chart.yaml deleted file mode 100644 index 71b208a42c2..00000000000 --- a/stable/outline/12.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.75.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fast, collaborative, knowledge base for your team built using React and Node.js. -home: https://truecharts.org/charts/stable/outline -icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png -keywords: - - outline - - knowledge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: outline -sources: - - https://github.com/outline/outline - - https://github.com/truecharts/charts/tree/master/charts/stable/outline - - https://hub.docker.com/r/outlinewiki/outline -type: application -version: 12.8.2 diff --git a/stable/outline/12.8.2/app-changelog.md b/stable/outline/12.8.2/app-changelog.md deleted file mode 100644 index e27a7b996e0..00000000000 --- a/stable/outline/12.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/outline/12.8.2/charts/common-20.2.4.tgz b/stable/outline/12.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/outline/12.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/overseerr/13.7.3/.helmignore b/stable/outline/12.8.4/.helmignore similarity index 100% rename from stable/overseerr/13.7.3/.helmignore rename to stable/outline/12.8.4/.helmignore diff --git a/stable/outline/12.8.4/CHANGELOG.md b/stable/outline/12.8.4/CHANGELOG.md new file mode 100644 index 00000000000..a3caca80dca --- /dev/null +++ b/stable/outline/12.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [outline-12.8.4](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [outline-12.8.3](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [outline-12.8.3](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [outline-12.8.3](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [outline-12.8.3](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.3) (2024-03-27) + +### Chore diff --git a/stable/outline/12.8.4/Chart.yaml b/stable/outline/12.8.4/Chart.yaml new file mode 100644 index 00000000000..a7741ea294e --- /dev/null +++ b/stable/outline/12.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.75.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast, collaborative, knowledge base for your team built using React and Node.js. +home: https://truecharts.org/charts/stable/outline +icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png +keywords: + - outline + - knowledge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: outline +sources: + - https://github.com/outline/outline + - https://github.com/truecharts/charts/tree/master/charts/stable/outline + - https://hub.docker.com/r/outlinewiki/outline +type: application +version: 12.8.4 diff --git a/stable/outline/12.8.2/README.md b/stable/outline/12.8.4/README.md similarity index 100% rename from stable/outline/12.8.2/README.md rename to stable/outline/12.8.4/README.md diff --git a/stable/outline/12.8.4/app-changelog.md b/stable/outline/12.8.4/app-changelog.md new file mode 100644 index 00000000000..af0c045655e --- /dev/null +++ b/stable/outline/12.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [outline-12.8.4](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/outline/12.8.2/app-readme.md b/stable/outline/12.8.4/app-readme.md similarity index 100% rename from stable/outline/12.8.2/app-readme.md rename to stable/outline/12.8.4/app-readme.md diff --git a/stable/outline/12.8.4/charts/common-20.2.10.tgz b/stable/outline/12.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/outline/12.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/outline/12.8.2/charts/redis-13.2.2.tgz b/stable/outline/12.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/outline/12.8.2/charts/redis-13.2.2.tgz rename to stable/outline/12.8.4/charts/redis-13.2.2.tgz diff --git a/stable/outline/12.8.2/ix_values.yaml b/stable/outline/12.8.4/ix_values.yaml similarity index 100% rename from stable/outline/12.8.2/ix_values.yaml rename to stable/outline/12.8.4/ix_values.yaml diff --git a/stable/outline/12.8.2/questions.yaml b/stable/outline/12.8.4/questions.yaml similarity index 100% rename from stable/outline/12.8.2/questions.yaml rename to stable/outline/12.8.4/questions.yaml diff --git a/stable/overseerr/13.7.3/templates/NOTES.txt b/stable/outline/12.8.4/templates/NOTES.txt similarity index 100% rename from stable/overseerr/13.7.3/templates/NOTES.txt rename to stable/outline/12.8.4/templates/NOTES.txt diff --git a/stable/outline/12.8.2/templates/_secrets.tpl b/stable/outline/12.8.4/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.8.2/templates/_secrets.tpl rename to stable/outline/12.8.4/templates/_secrets.tpl diff --git a/stable/outline/12.8.2/templates/common.yaml b/stable/outline/12.8.4/templates/common.yaml similarity index 100% rename from stable/outline/12.8.2/templates/common.yaml rename to stable/outline/12.8.4/templates/common.yaml diff --git a/stable/overseerr/13.7.3/values.yaml b/stable/outline/12.8.4/values.yaml similarity index 100% rename from stable/overseerr/13.7.3/values.yaml rename to stable/outline/12.8.4/values.yaml diff --git a/stable/overseerr/13.7.3/CHANGELOG.md b/stable/overseerr/13.7.3/CHANGELOG.md deleted file mode 100644 index 55ffcef8b31..00000000000 --- a/stable/overseerr/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/overseerr/13.7.3/Chart.yaml b/stable/overseerr/13.7.3/Chart.yaml deleted file mode 100644 index f4782527af9..00000000000 --- a/stable/overseerr/13.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.33.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! -home: https://truecharts.org/charts/stable/overseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png -keywords: - - overseerr - - plex - - sonarr - - radarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: overseerr -sources: - - https://github.com/sct/overseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - - https://ghcr.io/sct/overseerr -type: application -version: 13.7.3 diff --git a/stable/overseerr/13.7.3/app-changelog.md b/stable/overseerr/13.7.3/app-changelog.md deleted file mode 100644 index ff761a7cfec..00000000000 --- a/stable/overseerr/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/overseerr/13.7.3/charts/common-20.2.4.tgz b/stable/overseerr/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/overseerr/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/owi2plex/5.7.3/.helmignore b/stable/overseerr/13.7.5/.helmignore similarity index 100% rename from stable/owi2plex/5.7.3/.helmignore rename to stable/overseerr/13.7.5/.helmignore diff --git a/stable/overseerr/13.7.5/CHANGELOG.md b/stable/overseerr/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a294545b33d --- /dev/null +++ b/stable/overseerr/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [overseerr-13.7.5](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [overseerr-13.7.4](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [overseerr-13.7.4](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [overseerr-13.7.4](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [overseerr-13.7.4](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [overseerr-13.7.4](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/overseerr/13.7.5/Chart.yaml b/stable/overseerr/13.7.5/Chart.yaml new file mode 100644 index 00000000000..6c4c9716399 --- /dev/null +++ b/stable/overseerr/13.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.33.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! +home: https://truecharts.org/charts/stable/overseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png +keywords: + - overseerr + - plex + - sonarr + - radarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: overseerr +sources: + - https://github.com/sct/overseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr + - https://ghcr.io/sct/overseerr +type: application +version: 13.7.5 diff --git a/stable/overseerr/13.7.3/README.md b/stable/overseerr/13.7.5/README.md similarity index 100% rename from stable/overseerr/13.7.3/README.md rename to stable/overseerr/13.7.5/README.md diff --git a/stable/overseerr/13.7.5/app-changelog.md b/stable/overseerr/13.7.5/app-changelog.md new file mode 100644 index 00000000000..f33051b6d10 --- /dev/null +++ b/stable/overseerr/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [overseerr-13.7.5](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/overseerr/13.7.3/app-readme.md b/stable/overseerr/13.7.5/app-readme.md similarity index 100% rename from stable/overseerr/13.7.3/app-readme.md rename to stable/overseerr/13.7.5/app-readme.md diff --git a/stable/overseerr/13.7.5/charts/common-20.2.10.tgz b/stable/overseerr/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/overseerr/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/overseerr/13.7.3/ix_values.yaml b/stable/overseerr/13.7.5/ix_values.yaml similarity index 100% rename from stable/overseerr/13.7.3/ix_values.yaml rename to stable/overseerr/13.7.5/ix_values.yaml diff --git a/stable/overseerr/13.7.3/questions.yaml b/stable/overseerr/13.7.5/questions.yaml similarity index 100% rename from stable/overseerr/13.7.3/questions.yaml rename to stable/overseerr/13.7.5/questions.yaml diff --git a/stable/owncast/13.7.3/templates/NOTES.txt b/stable/overseerr/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/owncast/13.7.3/templates/NOTES.txt rename to stable/overseerr/13.7.5/templates/NOTES.txt diff --git a/stable/overseerr/13.7.3/templates/common.yaml b/stable/overseerr/13.7.5/templates/common.yaml similarity index 100% rename from stable/overseerr/13.7.3/templates/common.yaml rename to stable/overseerr/13.7.5/templates/common.yaml diff --git a/stable/owi2plex/5.7.3/values.yaml b/stable/overseerr/13.7.5/values.yaml similarity index 100% rename from stable/owi2plex/5.7.3/values.yaml rename to stable/overseerr/13.7.5/values.yaml diff --git a/stable/owi2plex/5.7.3/CHANGELOG.md b/stable/owi2plex/5.7.3/CHANGELOG.md deleted file mode 100644 index 6cfd7f74c3c..00000000000 --- a/stable/owi2plex/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/owi2plex/5.7.3/Chart.yaml b/stable/owi2plex/5.7.3/Chart.yaml deleted file mode 100644 index 58c1154a7cd..00000000000 --- a/stable/owi2plex/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: a xml grabber for enigma with open webif -home: https://truecharts.org/charts/stable/owi2plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png -keywords: - - owi2plex - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: owi2plex -sources: - - https://github.com/alturismo/owi2plex - - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex - - https://hub.docker.com/r/alturismo/owi2plex -type: application -version: 5.7.3 diff --git a/stable/owi2plex/5.7.3/app-changelog.md b/stable/owi2plex/5.7.3/app-changelog.md deleted file mode 100644 index 71ca31e9ca2..00000000000 --- a/stable/owi2plex/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz b/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/owncast/13.7.3/.helmignore b/stable/owi2plex/5.7.5/.helmignore similarity index 100% rename from stable/owncast/13.7.3/.helmignore rename to stable/owi2plex/5.7.5/.helmignore diff --git a/stable/owi2plex/5.7.5/CHANGELOG.md b/stable/owi2plex/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2d7a1c7ba13 --- /dev/null +++ b/stable/owi2plex/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owi2plex-5.7.5](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owi2plex-5.7.4](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owi2plex-5.7.4](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owi2plex-5.7.4](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owi2plex-5.7.4](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owi2plex-5.7.4](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/owi2plex/5.7.5/Chart.yaml b/stable/owi2plex/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bd95365d6a6 --- /dev/null +++ b/stable/owi2plex/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber for enigma with open webif +home: https://truecharts.org/charts/stable/owi2plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png +keywords: + - owi2plex + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owi2plex +sources: + - https://github.com/alturismo/owi2plex + - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex + - https://hub.docker.com/r/alturismo/owi2plex +type: application +version: 5.7.5 diff --git a/stable/owi2plex/5.7.3/README.md b/stable/owi2plex/5.7.5/README.md similarity index 100% rename from stable/owi2plex/5.7.3/README.md rename to stable/owi2plex/5.7.5/README.md diff --git a/stable/owi2plex/5.7.5/app-changelog.md b/stable/owi2plex/5.7.5/app-changelog.md new file mode 100644 index 00000000000..69e783369d5 --- /dev/null +++ b/stable/owi2plex/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [owi2plex-5.7.5](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/owi2plex/5.7.3/app-readme.md b/stable/owi2plex/5.7.5/app-readme.md similarity index 100% rename from stable/owi2plex/5.7.3/app-readme.md rename to stable/owi2plex/5.7.5/app-readme.md diff --git a/stable/owi2plex/5.7.5/charts/common-20.2.10.tgz b/stable/owi2plex/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/owi2plex/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/owi2plex/5.7.3/ix_values.yaml b/stable/owi2plex/5.7.5/ix_values.yaml similarity index 100% rename from stable/owi2plex/5.7.3/ix_values.yaml rename to stable/owi2plex/5.7.5/ix_values.yaml diff --git a/stable/owi2plex/5.7.3/questions.yaml b/stable/owi2plex/5.7.5/questions.yaml similarity index 100% rename from stable/owi2plex/5.7.3/questions.yaml rename to stable/owi2plex/5.7.5/questions.yaml diff --git a/stable/owi2plex/5.7.3/templates/common.yaml b/stable/owi2plex/5.7.5/templates/common.yaml similarity index 100% rename from stable/owi2plex/5.7.3/templates/common.yaml rename to stable/owi2plex/5.7.5/templates/common.yaml diff --git a/stable/owncast/13.7.3/values.yaml b/stable/owi2plex/5.7.5/values.yaml similarity index 100% rename from stable/owncast/13.7.3/values.yaml rename to stable/owi2plex/5.7.5/values.yaml diff --git a/stable/owncast/13.7.3/CHANGELOG.md b/stable/owncast/13.7.3/CHANGELOG.md deleted file mode 100644 index 1c2502a9c4c..00000000000 --- a/stable/owncast/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/owncast/13.7.3/Chart.yaml b/stable/owncast/13.7.3/Chart.yaml deleted file mode 100644 index 7b5fb8ca18c..00000000000 --- a/stable/owncast/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. -home: https://truecharts.org/charts/stable/owncast -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png -keywords: - - owncast - - stream - - open source - - chat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: owncast -sources: - - https://github.com/owncast/owncast - - https://owncast.online/ - - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - - https://hub.docker.com/r/gabekangas/owncast -type: application -version: 13.7.3 diff --git a/stable/owncast/13.7.3/app-changelog.md b/stable/owncast/13.7.3/app-changelog.md deleted file mode 100644 index 097c5650d4a..00000000000 --- a/stable/owncast/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/owncast/13.7.3/charts/common-20.2.4.tgz b/stable/owncast/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/owncast/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/palworld/2.7.3/.helmignore b/stable/owncast/13.7.5/.helmignore similarity index 100% rename from stable/palworld/2.7.3/.helmignore rename to stable/owncast/13.7.5/.helmignore diff --git a/stable/owncast/13.7.5/CHANGELOG.md b/stable/owncast/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0536fef3444 --- /dev/null +++ b/stable/owncast/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owncast-13.7.5](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owncast-13.7.4](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owncast-13.7.4](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owncast-13.7.4](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owncast-13.7.4](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [owncast-13.7.4](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/owncast/13.7.5/Chart.yaml b/stable/owncast/13.7.5/Chart.yaml new file mode 100644 index 00000000000..61b80c5e11e --- /dev/null +++ b/stable/owncast/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. +home: https://truecharts.org/charts/stable/owncast +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png +keywords: + - owncast + - stream + - open source + - chat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owncast +sources: + - https://github.com/owncast/owncast + - https://owncast.online/ + - https://github.com/truecharts/charts/tree/master/charts/stable/owncast + - https://hub.docker.com/r/gabekangas/owncast +type: application +version: 13.7.5 diff --git a/stable/owncast/13.7.3/README.md b/stable/owncast/13.7.5/README.md similarity index 100% rename from stable/owncast/13.7.3/README.md rename to stable/owncast/13.7.5/README.md diff --git a/stable/owncast/13.7.5/app-changelog.md b/stable/owncast/13.7.5/app-changelog.md new file mode 100644 index 00000000000..35a703d59e5 --- /dev/null +++ b/stable/owncast/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [owncast-13.7.5](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/owncast/13.7.3/app-readme.md b/stable/owncast/13.7.5/app-readme.md similarity index 100% rename from stable/owncast/13.7.3/app-readme.md rename to stable/owncast/13.7.5/app-readme.md diff --git a/stable/owncast/13.7.5/charts/common-20.2.10.tgz b/stable/owncast/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/owncast/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/owncast/13.7.3/ix_values.yaml b/stable/owncast/13.7.5/ix_values.yaml similarity index 100% rename from stable/owncast/13.7.3/ix_values.yaml rename to stable/owncast/13.7.5/ix_values.yaml diff --git a/stable/owncast/13.7.3/questions.yaml b/stable/owncast/13.7.5/questions.yaml similarity index 100% rename from stable/owncast/13.7.3/questions.yaml rename to stable/owncast/13.7.5/questions.yaml diff --git a/stable/palworld/2.7.3/templates/NOTES.txt b/stable/owncast/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/palworld/2.7.3/templates/NOTES.txt rename to stable/owncast/13.7.5/templates/NOTES.txt diff --git a/stable/owncast/13.7.3/templates/common.yaml b/stable/owncast/13.7.5/templates/common.yaml similarity index 100% rename from stable/owncast/13.7.3/templates/common.yaml rename to stable/owncast/13.7.5/templates/common.yaml diff --git a/stable/palworld/2.7.3/values.yaml b/stable/owncast/13.7.5/values.yaml similarity index 100% rename from stable/palworld/2.7.3/values.yaml rename to stable/owncast/13.7.5/values.yaml diff --git a/stable/palworld/2.7.3/CHANGELOG.md b/stable/palworld/2.7.3/CHANGELOG.md deleted file mode 100644 index e64b9ed438d..00000000000 --- a/stable/palworld/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/palworld/2.7.3/Chart.yaml b/stable/palworld/2.7.3/Chart.yaml deleted file mode 100644 index 233d8116ab9..00000000000 --- a/stable/palworld/2.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palworld -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs Palworld. -home: https://truecharts.org/charts/stable/palworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png -keywords: - - palworld - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: palworld -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/palworld - - https://github.com/truecharts/charts/tree/master/charts/stable/palworld - - https://ghcr.io/ich777/steamcmd - - https://hub.docker.com/r/outdead/rcon -type: application -version: 2.7.3 diff --git a/stable/palworld/2.7.3/app-changelog.md b/stable/palworld/2.7.3/app-changelog.md deleted file mode 100644 index a9f7d0f74ed..00000000000 --- a/stable/palworld/2.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/palworld/2.7.3/charts/common-20.2.4.tgz b/stable/palworld/2.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/palworld/2.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.9.2/.helmignore b/stable/palworld/2.7.5/.helmignore similarity index 100% rename from stable/paperless-ngx/7.9.2/.helmignore rename to stable/palworld/2.7.5/.helmignore diff --git a/stable/palworld/2.7.5/CHANGELOG.md b/stable/palworld/2.7.5/CHANGELOG.md new file mode 100644 index 00000000000..89654bbeab1 --- /dev/null +++ b/stable/palworld/2.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [palworld-2.7.5](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [palworld-2.7.4](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [palworld-2.7.4](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [palworld-2.7.4](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [palworld-2.7.4](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [palworld-2.7.4](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/palworld/2.7.5/Chart.yaml b/stable/palworld/2.7.5/Chart.yaml new file mode 100644 index 00000000000..045bd3d9801 --- /dev/null +++ b/stable/palworld/2.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palworld +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Palworld. +home: https://truecharts.org/charts/stable/palworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png +keywords: + - palworld + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: palworld +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/palworld + - https://github.com/truecharts/charts/tree/master/charts/stable/palworld + - https://ghcr.io/ich777/steamcmd + - https://hub.docker.com/r/outdead/rcon +type: application +version: 2.7.5 diff --git a/stable/palworld/2.7.3/README.md b/stable/palworld/2.7.5/README.md similarity index 100% rename from stable/palworld/2.7.3/README.md rename to stable/palworld/2.7.5/README.md diff --git a/stable/palworld/2.7.5/app-changelog.md b/stable/palworld/2.7.5/app-changelog.md new file mode 100644 index 00000000000..95137a01e2a --- /dev/null +++ b/stable/palworld/2.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [palworld-2.7.5](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/palworld/2.7.3/app-readme.md b/stable/palworld/2.7.5/app-readme.md similarity index 100% rename from stable/palworld/2.7.3/app-readme.md rename to stable/palworld/2.7.5/app-readme.md diff --git a/stable/palworld/2.7.5/charts/common-20.2.10.tgz b/stable/palworld/2.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/palworld/2.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/palworld/2.7.3/ix_values.yaml b/stable/palworld/2.7.5/ix_values.yaml similarity index 100% rename from stable/palworld/2.7.3/ix_values.yaml rename to stable/palworld/2.7.5/ix_values.yaml diff --git a/stable/palworld/2.7.3/questions.yaml b/stable/palworld/2.7.5/questions.yaml similarity index 100% rename from stable/palworld/2.7.3/questions.yaml rename to stable/palworld/2.7.5/questions.yaml diff --git a/stable/paperless-ngx/7.9.2/templates/NOTES.txt b/stable/palworld/2.7.5/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.9.2/templates/NOTES.txt rename to stable/palworld/2.7.5/templates/NOTES.txt diff --git a/stable/palworld/2.7.3/templates/_configmap.tpl b/stable/palworld/2.7.5/templates/_configmap.tpl similarity index 100% rename from stable/palworld/2.7.3/templates/_configmap.tpl rename to stable/palworld/2.7.5/templates/_configmap.tpl diff --git a/stable/palworld/2.7.3/templates/common.yaml b/stable/palworld/2.7.5/templates/common.yaml similarity index 100% rename from stable/palworld/2.7.3/templates/common.yaml rename to stable/palworld/2.7.5/templates/common.yaml diff --git a/stable/paperless-ngx/7.9.2/values.yaml b/stable/palworld/2.7.5/values.yaml similarity index 100% rename from stable/paperless-ngx/7.9.2/values.yaml rename to stable/palworld/2.7.5/values.yaml diff --git a/stable/paperless-ngx/7.9.2/CHANGELOG.md b/stable/paperless-ngx/7.9.2/CHANGELOG.md deleted file mode 100644 index ecbceae051d..00000000000 --- a/stable/paperless-ngx/7.9.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - diff --git a/stable/paperless-ngx/7.9.2/Chart.yaml b/stable/paperless-ngx/7.9.2/Chart.yaml deleted file mode 100644 index f08da712eba..00000000000 --- a/stable/paperless-ngx/7.9.2/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. -home: https://truecharts.org/charts/stable/paperless-ngx -icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png -keywords: - - paperless-ng - - paperless-ngx - - documents - - paper -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: paperless-ngx -sources: - - https://github.com/paperless-ngx/paperless-ngx - - https://paperless-ngx.readthedocs.io/en/latest/ - - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - - https://ghcr.io/paperless-ngx/paperless-ngx -type: application -version: 7.9.2 diff --git a/stable/paperless-ngx/7.9.2/app-changelog.md b/stable/paperless-ngx/7.9.2/app-changelog.md deleted file mode 100644 index d45d52d5397..00000000000 --- a/stable/paperless-ngx/7.9.2/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz b/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/papermerge/12.8.2/.helmignore b/stable/paperless-ngx/7.9.4/.helmignore similarity index 100% rename from stable/papermerge/12.8.2/.helmignore rename to stable/paperless-ngx/7.9.4/.helmignore diff --git a/stable/paperless-ngx/7.9.4/CHANGELOG.md b/stable/paperless-ngx/7.9.4/CHANGELOG.md new file mode 100644 index 00000000000..d043222bad4 --- /dev/null +++ b/stable/paperless-ngx/7.9.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [paperless-ngx-7.9.4](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [paperless-ngx-7.9.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [paperless-ngx-7.9.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [paperless-ngx-7.9.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.9.4/Chart.yaml b/stable/paperless-ngx/7.9.4/Chart.yaml new file mode 100644 index 00000000000..15ee032a18a --- /dev/null +++ b/stable/paperless-ngx/7.9.4/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. +home: https://truecharts.org/charts/stable/paperless-ngx +icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png +keywords: + - paperless-ng + - paperless-ngx + - documents + - paper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: paperless-ngx +sources: + - https://github.com/paperless-ngx/paperless-ngx + - https://paperless-ngx.readthedocs.io/en/latest/ + - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx + - https://ghcr.io/paperless-ngx/paperless-ngx +type: application +version: 7.9.4 diff --git a/stable/paperless-ngx/7.9.2/README.md b/stable/paperless-ngx/7.9.4/README.md similarity index 100% rename from stable/paperless-ngx/7.9.2/README.md rename to stable/paperless-ngx/7.9.4/README.md diff --git a/stable/paperless-ngx/7.9.4/app-changelog.md b/stable/paperless-ngx/7.9.4/app-changelog.md new file mode 100644 index 00000000000..de44bfc136a --- /dev/null +++ b/stable/paperless-ngx/7.9.4/app-changelog.md @@ -0,0 +1,25 @@ + + +## [paperless-ngx-7.9.4](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.9.2/app-readme.md b/stable/paperless-ngx/7.9.4/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.9.2/app-readme.md rename to stable/paperless-ngx/7.9.4/app-readme.md diff --git a/stable/paperless-ngx/7.9.4/charts/common-20.2.10.tgz b/stable/paperless-ngx/7.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/paperless-ngx/7.9.4/charts/common-20.2.10.tgz differ diff --git a/stable/paperless-ngx/7.9.2/charts/redis-13.2.2.tgz b/stable/paperless-ngx/7.9.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/paperless-ngx/7.9.2/charts/redis-13.2.2.tgz rename to stable/paperless-ngx/7.9.4/charts/redis-13.2.2.tgz diff --git a/stable/paperless-ngx/7.9.2/ix_values.yaml b/stable/paperless-ngx/7.9.4/ix_values.yaml similarity index 100% rename from stable/paperless-ngx/7.9.2/ix_values.yaml rename to stable/paperless-ngx/7.9.4/ix_values.yaml diff --git a/stable/paperless-ngx/7.9.2/questions.yaml b/stable/paperless-ngx/7.9.4/questions.yaml similarity index 100% rename from stable/paperless-ngx/7.9.2/questions.yaml rename to stable/paperless-ngx/7.9.4/questions.yaml diff --git a/stable/papermerge/12.8.2/templates/NOTES.txt b/stable/paperless-ngx/7.9.4/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.8.2/templates/NOTES.txt rename to stable/paperless-ngx/7.9.4/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.9.2/templates/_secrets.tpl b/stable/paperless-ngx/7.9.4/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.9.2/templates/_secrets.tpl rename to stable/paperless-ngx/7.9.4/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.9.2/templates/common.yaml b/stable/paperless-ngx/7.9.4/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.9.2/templates/common.yaml rename to stable/paperless-ngx/7.9.4/templates/common.yaml diff --git a/stable/papermerge/12.8.2/values.yaml b/stable/paperless-ngx/7.9.4/values.yaml similarity index 100% rename from stable/papermerge/12.8.2/values.yaml rename to stable/paperless-ngx/7.9.4/values.yaml diff --git a/stable/papermerge/12.8.2/CHANGELOG.md b/stable/papermerge/12.8.2/CHANGELOG.md deleted file mode 100644 index d9e763d9086..00000000000 --- a/stable/papermerge/12.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/papermerge/12.8.2/Chart.yaml b/stable/papermerge/12.8.2/Chart.yaml deleted file mode 100644 index 856f7bd471d..00000000000 --- a/stable/papermerge/12.8.2/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. -home: https://truecharts.org/charts/stable/papermerge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png -keywords: - - papermerge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: papermerge -sources: - - https://github.com/ciur/papermerge - - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - - https://hub.docker.com/r/papermerge/papermerge -type: application -version: 12.8.2 diff --git a/stable/papermerge/12.8.2/app-changelog.md b/stable/papermerge/12.8.2/app-changelog.md deleted file mode 100644 index fc2e8dace2e..00000000000 --- a/stable/papermerge/12.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/papermerge/12.8.2/charts/common-20.2.4.tgz b/stable/papermerge/12.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/papermerge/12.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/passwordpusherephemeral/5.7.3/.helmignore b/stable/papermerge/12.8.4/.helmignore similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/.helmignore rename to stable/papermerge/12.8.4/.helmignore diff --git a/stable/papermerge/12.8.4/CHANGELOG.md b/stable/papermerge/12.8.4/CHANGELOG.md new file mode 100644 index 00000000000..df27c8b76f7 --- /dev/null +++ b/stable/papermerge/12.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [papermerge-12.8.4](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [papermerge-12.8.3](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [papermerge-12.8.3](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [papermerge-12.8.3](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [papermerge-12.8.3](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.3) (2024-03-27) + +### Chore diff --git a/stable/papermerge/12.8.4/Chart.yaml b/stable/papermerge/12.8.4/Chart.yaml new file mode 100644 index 00000000000..d5e56a8f95a --- /dev/null +++ b/stable/papermerge/12.8.4/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. +home: https://truecharts.org/charts/stable/papermerge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png +keywords: + - papermerge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: papermerge +sources: + - https://github.com/ciur/papermerge + - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge + - https://hub.docker.com/r/papermerge/papermerge +type: application +version: 12.8.4 diff --git a/stable/papermerge/12.8.2/README.md b/stable/papermerge/12.8.4/README.md similarity index 100% rename from stable/papermerge/12.8.2/README.md rename to stable/papermerge/12.8.4/README.md diff --git a/stable/papermerge/12.8.4/app-changelog.md b/stable/papermerge/12.8.4/app-changelog.md new file mode 100644 index 00000000000..3cd679ce12e --- /dev/null +++ b/stable/papermerge/12.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [papermerge-12.8.4](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/papermerge/12.8.2/app-readme.md b/stable/papermerge/12.8.4/app-readme.md similarity index 100% rename from stable/papermerge/12.8.2/app-readme.md rename to stable/papermerge/12.8.4/app-readme.md diff --git a/stable/papermerge/12.8.4/charts/common-20.2.10.tgz b/stable/papermerge/12.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/papermerge/12.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/papermerge/12.8.2/charts/redis-13.2.2.tgz b/stable/papermerge/12.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/papermerge/12.8.2/charts/redis-13.2.2.tgz rename to stable/papermerge/12.8.4/charts/redis-13.2.2.tgz diff --git a/stable/papermerge/12.8.2/ix_values.yaml b/stable/papermerge/12.8.4/ix_values.yaml similarity index 100% rename from stable/papermerge/12.8.2/ix_values.yaml rename to stable/papermerge/12.8.4/ix_values.yaml diff --git a/stable/papermerge/12.8.2/questions.yaml b/stable/papermerge/12.8.4/questions.yaml similarity index 100% rename from stable/papermerge/12.8.2/questions.yaml rename to stable/papermerge/12.8.4/questions.yaml diff --git a/stable/pasta/8.7.3/templates/NOTES.txt b/stable/papermerge/12.8.4/templates/NOTES.txt similarity index 100% rename from stable/pasta/8.7.3/templates/NOTES.txt rename to stable/papermerge/12.8.4/templates/NOTES.txt diff --git a/stable/papermerge/12.8.2/templates/_secrets.tpl b/stable/papermerge/12.8.4/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.8.2/templates/_secrets.tpl rename to stable/papermerge/12.8.4/templates/_secrets.tpl diff --git a/stable/papermerge/12.8.2/templates/common.yaml b/stable/papermerge/12.8.4/templates/common.yaml similarity index 100% rename from stable/papermerge/12.8.2/templates/common.yaml rename to stable/papermerge/12.8.4/templates/common.yaml diff --git a/stable/passwordpusherephemeral/5.7.3/values.yaml b/stable/papermerge/12.8.4/values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/values.yaml rename to stable/papermerge/12.8.4/values.yaml diff --git a/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md b/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md deleted file mode 100644 index 99d813e6652..00000000000 --- a/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/passwordpusherephemeral/5.7.3/Chart.yaml b/stable/passwordpusherephemeral/5.7.3/Chart.yaml deleted file mode 100644 index c5d41ad697e..00000000000 --- a/stable/passwordpusherephemeral/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. -home: https://truecharts.org/charts/stable/passwordpusherephemeral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png -keywords: - - passwordpusherephemeral - - Productivity - - Security - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: passwordpusherephemeral -sources: - - https://github.com/pglombardo/PasswordPusher - - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral - - https://hub.docker.com/r/pglombardo/pwpush-ephemeral -type: application -version: 5.7.3 diff --git a/stable/passwordpusherephemeral/5.7.3/app-changelog.md b/stable/passwordpusherephemeral/5.7.3/app-changelog.md deleted file mode 100644 index 7df3250abd9..00000000000 --- a/stable/passwordpusherephemeral/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz b/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pasta/8.7.3/.helmignore b/stable/passwordpusherephemeral/5.7.5/.helmignore similarity index 100% rename from stable/pasta/8.7.3/.helmignore rename to stable/passwordpusherephemeral/5.7.5/.helmignore diff --git a/stable/passwordpusherephemeral/5.7.5/CHANGELOG.md b/stable/passwordpusherephemeral/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a09ea148a45 --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [passwordpusherephemeral-5.7.5](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [passwordpusherephemeral-5.7.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [passwordpusherephemeral-5.7.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [passwordpusherephemeral-5.7.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [passwordpusherephemeral-5.7.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [passwordpusherephemeral-5.7.4](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.7.5/Chart.yaml b/stable/passwordpusherephemeral/5.7.5/Chart.yaml new file mode 100644 index 00000000000..42e111b6e20 --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. +home: https://truecharts.org/charts/stable/passwordpusherephemeral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png +keywords: + - passwordpusherephemeral + - Productivity + - Security + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: passwordpusherephemeral +sources: + - https://github.com/pglombardo/PasswordPusher + - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral + - https://hub.docker.com/r/pglombardo/pwpush-ephemeral +type: application +version: 5.7.5 diff --git a/stable/passwordpusherephemeral/5.7.3/README.md b/stable/passwordpusherephemeral/5.7.5/README.md similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/README.md rename to stable/passwordpusherephemeral/5.7.5/README.md diff --git a/stable/passwordpusherephemeral/5.7.5/app-changelog.md b/stable/passwordpusherephemeral/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e8aebbbf385 --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [passwordpusherephemeral-5.7.5](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.7.3/app-readme.md b/stable/passwordpusherephemeral/5.7.5/app-readme.md similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/app-readme.md rename to stable/passwordpusherephemeral/5.7.5/app-readme.md diff --git a/stable/passwordpusherephemeral/5.7.5/charts/common-20.2.10.tgz b/stable/passwordpusherephemeral/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/passwordpusherephemeral/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/passwordpusherephemeral/5.7.3/ix_values.yaml b/stable/passwordpusherephemeral/5.7.5/ix_values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/ix_values.yaml rename to stable/passwordpusherephemeral/5.7.5/ix_values.yaml diff --git a/stable/notarius/5.7.3/questions.yaml b/stable/passwordpusherephemeral/5.7.5/questions.yaml similarity index 100% rename from stable/notarius/5.7.3/questions.yaml rename to stable/passwordpusherephemeral/5.7.5/questions.yaml diff --git a/stable/passwordpusherephemeral/5.7.3/templates/common.yaml b/stable/passwordpusherephemeral/5.7.5/templates/common.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/templates/common.yaml rename to stable/passwordpusherephemeral/5.7.5/templates/common.yaml diff --git a/stable/pasta/8.7.3/values.yaml b/stable/passwordpusherephemeral/5.7.5/values.yaml similarity index 100% rename from stable/pasta/8.7.3/values.yaml rename to stable/passwordpusherephemeral/5.7.5/values.yaml diff --git a/stable/pasta/8.7.3/CHANGELOG.md b/stable/pasta/8.7.3/CHANGELOG.md deleted file mode 100644 index 24d51d631e9..00000000000 --- a/stable/pasta/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pasta/8.7.3/Chart.yaml b/stable/pasta/8.7.3/Chart.yaml deleted file mode 100644 index 4b6d29c9378..00000000000 --- a/stable/pasta/8.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PASTA - Audio and Subtitle Track Changer for Plex -home: https://truecharts.org/charts/stable/pasta -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png -keywords: - - pasta - - MediaApp-Other - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pasta -sources: - - https://github.com/cglatot/pasta - - https://github.com/truecharts/charts/tree/master/charts/stable/pasta - - https://hub.docker.com/r/cglatot/pasta -type: application -version: 8.7.3 diff --git a/stable/pasta/8.7.3/app-changelog.md b/stable/pasta/8.7.3/app-changelog.md deleted file mode 100644 index 4a2b5d0aa62..00000000000 --- a/stable/pasta/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pasta/8.7.3/charts/common-20.2.4.tgz b/stable/pasta/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pasta/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pastey/6.7.3/.helmignore b/stable/pasta/8.7.5/.helmignore similarity index 100% rename from stable/pastey/6.7.3/.helmignore rename to stable/pasta/8.7.5/.helmignore diff --git a/stable/pasta/8.7.5/CHANGELOG.md b/stable/pasta/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5d8e3e60f76 --- /dev/null +++ b/stable/pasta/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pasta-8.7.5](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pasta-8.7.4](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pasta-8.7.4](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pasta-8.7.4](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pasta-8.7.4](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pasta-8.7.4](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pasta/8.7.5/Chart.yaml b/stable/pasta/8.7.5/Chart.yaml new file mode 100644 index 00000000000..6d447c7ea92 --- /dev/null +++ b/stable/pasta/8.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PASTA - Audio and Subtitle Track Changer for Plex +home: https://truecharts.org/charts/stable/pasta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png +keywords: + - pasta + - MediaApp-Other + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pasta +sources: + - https://github.com/cglatot/pasta + - https://github.com/truecharts/charts/tree/master/charts/stable/pasta + - https://hub.docker.com/r/cglatot/pasta +type: application +version: 8.7.5 diff --git a/stable/pasta/8.7.3/README.md b/stable/pasta/8.7.5/README.md similarity index 100% rename from stable/pasta/8.7.3/README.md rename to stable/pasta/8.7.5/README.md diff --git a/stable/pasta/8.7.5/app-changelog.md b/stable/pasta/8.7.5/app-changelog.md new file mode 100644 index 00000000000..2f16052dda5 --- /dev/null +++ b/stable/pasta/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pasta-8.7.5](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pasta/8.7.3/app-readme.md b/stable/pasta/8.7.5/app-readme.md similarity index 100% rename from stable/pasta/8.7.3/app-readme.md rename to stable/pasta/8.7.5/app-readme.md diff --git a/stable/pasta/8.7.5/charts/common-20.2.10.tgz b/stable/pasta/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pasta/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pasta/8.7.3/ix_values.yaml b/stable/pasta/8.7.5/ix_values.yaml similarity index 100% rename from stable/pasta/8.7.3/ix_values.yaml rename to stable/pasta/8.7.5/ix_values.yaml diff --git a/stable/pasta/8.7.3/questions.yaml b/stable/pasta/8.7.5/questions.yaml similarity index 100% rename from stable/pasta/8.7.3/questions.yaml rename to stable/pasta/8.7.5/questions.yaml diff --git a/stable/pastey/6.7.3/templates/NOTES.txt b/stable/pasta/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/pastey/6.7.3/templates/NOTES.txt rename to stable/pasta/8.7.5/templates/NOTES.txt diff --git a/stable/pasta/8.7.3/templates/common.yaml b/stable/pasta/8.7.5/templates/common.yaml similarity index 100% rename from stable/pasta/8.7.3/templates/common.yaml rename to stable/pasta/8.7.5/templates/common.yaml diff --git a/stable/pastey/6.7.3/values.yaml b/stable/pasta/8.7.5/values.yaml similarity index 100% rename from stable/pastey/6.7.3/values.yaml rename to stable/pasta/8.7.5/values.yaml diff --git a/stable/pastey/6.7.3/CHANGELOG.md b/stable/pastey/6.7.3/CHANGELOG.md deleted file mode 100644 index 5e68bdeaa0d..00000000000 --- a/stable/pastey/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pastey/6.7.3/Chart.yaml b/stable/pastey/6.7.3/Chart.yaml deleted file mode 100644 index a57567334d5..00000000000 --- a/stable/pastey/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A lightweight, self-hosted paste platform. -home: https://truecharts.org/charts/stable/pastey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png -keywords: - - pastey - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pastey -sources: - - https://github.com/Cesura/pastey - - https://github.com/truecharts/charts/tree/master/charts/stable/pastey - - https://hub.docker.com/r/cesura/pastey -type: application -version: 6.7.3 diff --git a/stable/pastey/6.7.3/app-changelog.md b/stable/pastey/6.7.3/app-changelog.md deleted file mode 100644 index 016d5a40018..00000000000 --- a/stable/pastey/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pastey/6.7.3/charts/common-20.2.4.tgz b/stable/pastey/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pastey/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pavlovvr/5.7.3/.helmignore b/stable/pastey/6.7.5/.helmignore similarity index 100% rename from stable/pavlovvr/5.7.3/.helmignore rename to stable/pastey/6.7.5/.helmignore diff --git a/stable/pastey/6.7.5/CHANGELOG.md b/stable/pastey/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a93ae430de2 --- /dev/null +++ b/stable/pastey/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pastey-6.7.5](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pastey-6.7.4](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pastey-6.7.4](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pastey-6.7.4](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pastey-6.7.4](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pastey-6.7.4](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pastey/6.7.5/Chart.yaml b/stable/pastey/6.7.5/Chart.yaml new file mode 100644 index 00000000000..beac9d672b1 --- /dev/null +++ b/stable/pastey/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight, self-hosted paste platform. +home: https://truecharts.org/charts/stable/pastey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png +keywords: + - pastey + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pastey +sources: + - https://github.com/Cesura/pastey + - https://github.com/truecharts/charts/tree/master/charts/stable/pastey + - https://hub.docker.com/r/cesura/pastey +type: application +version: 6.7.5 diff --git a/stable/pastey/6.7.3/README.md b/stable/pastey/6.7.5/README.md similarity index 100% rename from stable/pastey/6.7.3/README.md rename to stable/pastey/6.7.5/README.md diff --git a/stable/pastey/6.7.5/app-changelog.md b/stable/pastey/6.7.5/app-changelog.md new file mode 100644 index 00000000000..7366df40b39 --- /dev/null +++ b/stable/pastey/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pastey-6.7.5](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pastey/6.7.3/app-readme.md b/stable/pastey/6.7.5/app-readme.md similarity index 100% rename from stable/pastey/6.7.3/app-readme.md rename to stable/pastey/6.7.5/app-readme.md diff --git a/stable/pastey/6.7.5/charts/common-20.2.10.tgz b/stable/pastey/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pastey/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pastey/6.7.3/ix_values.yaml b/stable/pastey/6.7.5/ix_values.yaml similarity index 100% rename from stable/pastey/6.7.3/ix_values.yaml rename to stable/pastey/6.7.5/ix_values.yaml diff --git a/stable/pastey/6.7.3/questions.yaml b/stable/pastey/6.7.5/questions.yaml similarity index 100% rename from stable/pastey/6.7.3/questions.yaml rename to stable/pastey/6.7.5/questions.yaml diff --git a/stable/peanut/1.5.3/templates/NOTES.txt b/stable/pastey/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/peanut/1.5.3/templates/NOTES.txt rename to stable/pastey/6.7.5/templates/NOTES.txt diff --git a/stable/pastey/6.7.3/templates/common.yaml b/stable/pastey/6.7.5/templates/common.yaml similarity index 100% rename from stable/pastey/6.7.3/templates/common.yaml rename to stable/pastey/6.7.5/templates/common.yaml diff --git a/stable/pavlovvr/5.7.3/values.yaml b/stable/pastey/6.7.5/values.yaml similarity index 100% rename from stable/pavlovvr/5.7.3/values.yaml rename to stable/pastey/6.7.5/values.yaml diff --git a/stable/pavlovvr/5.7.3/CHANGELOG.md b/stable/pavlovvr/5.7.3/CHANGELOG.md deleted file mode 100644 index 17a63529011..00000000000 --- a/stable/pavlovvr/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pavlovvr/5.7.3/Chart.yaml b/stable/pavlovvr/5.7.3/Chart.yaml deleted file mode 100644 index 66074332f7f..00000000000 --- a/stable/pavlovvr/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palor -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. -home: https://truecharts.org/charts/stable/pavlovvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png -keywords: - - pavlovvr - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pavlovvr -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/pavlovvr/5.7.3/app-changelog.md b/stable/pavlovvr/5.7.3/app-changelog.md deleted file mode 100644 index 86e94e36da0..00000000000 --- a/stable/pavlovvr/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz b/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/peanut/1.5.3/.helmignore b/stable/pavlovvr/5.7.5/.helmignore similarity index 100% rename from stable/peanut/1.5.3/.helmignore rename to stable/pavlovvr/5.7.5/.helmignore diff --git a/stable/pavlovvr/5.7.5/CHANGELOG.md b/stable/pavlovvr/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..df73eeb5229 --- /dev/null +++ b/stable/pavlovvr/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pavlovvr-5.7.5](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pavlovvr-5.7.4](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pavlovvr-5.7.4](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pavlovvr-5.7.4](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pavlovvr-5.7.4](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pavlovvr-5.7.4](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pavlovvr/5.7.5/Chart.yaml b/stable/pavlovvr/5.7.5/Chart.yaml new file mode 100644 index 00000000000..dc89cab1153 --- /dev/null +++ b/stable/pavlovvr/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palor +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. +home: https://truecharts.org/charts/stable/pavlovvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png +keywords: + - pavlovvr + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pavlovvr +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/pavlovvr/5.7.3/README.md b/stable/pavlovvr/5.7.5/README.md similarity index 100% rename from stable/pavlovvr/5.7.3/README.md rename to stable/pavlovvr/5.7.5/README.md diff --git a/stable/pavlovvr/5.7.5/app-changelog.md b/stable/pavlovvr/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f37147f9e95 --- /dev/null +++ b/stable/pavlovvr/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pavlovvr-5.7.5](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pavlovvr/5.7.3/app-readme.md b/stable/pavlovvr/5.7.5/app-readme.md similarity index 100% rename from stable/pavlovvr/5.7.3/app-readme.md rename to stable/pavlovvr/5.7.5/app-readme.md diff --git a/stable/pavlovvr/5.7.5/charts/common-20.2.10.tgz b/stable/pavlovvr/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pavlovvr/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pavlovvr/5.7.3/ix_values.yaml b/stable/pavlovvr/5.7.5/ix_values.yaml similarity index 100% rename from stable/pavlovvr/5.7.3/ix_values.yaml rename to stable/pavlovvr/5.7.5/ix_values.yaml diff --git a/stable/pavlovvr/5.7.3/questions.yaml b/stable/pavlovvr/5.7.5/questions.yaml similarity index 100% rename from stable/pavlovvr/5.7.3/questions.yaml rename to stable/pavlovvr/5.7.5/questions.yaml diff --git a/stable/pavlovvr/5.7.3/templates/common.yaml b/stable/pavlovvr/5.7.5/templates/common.yaml similarity index 100% rename from stable/pavlovvr/5.7.3/templates/common.yaml rename to stable/pavlovvr/5.7.5/templates/common.yaml diff --git a/stable/peanut/1.5.3/values.yaml b/stable/pavlovvr/5.7.5/values.yaml similarity index 100% rename from stable/peanut/1.5.3/values.yaml rename to stable/pavlovvr/5.7.5/values.yaml diff --git a/stable/peanut/1.5.3/CHANGELOG.md b/stable/peanut/1.5.3/CHANGELOG.md deleted file mode 100644 index ffc97a2da08..00000000000 --- a/stable/peanut/1.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/peanut/1.5.3/Chart.yaml b/stable/peanut/1.5.3/Chart.yaml deleted file mode 100644 index 157edb74ff5..00000000000 --- a/stable/peanut/1.5.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Tiny Dashboard for Network UPS Tools. -home: https://truecharts.org/charts/stable/peanut -icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.png -keywords: - - peanut - - ups -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: peanut -sources: - - https://github.com/Brandawg93/PeaNUT - - https://github.com/truecharts/charts/tree/master/charts/stable/peanut - - https://hub.docker.com/r/brandawg93/peanut -type: application -version: 1.5.3 diff --git a/stable/peanut/1.5.3/app-changelog.md b/stable/peanut/1.5.3/app-changelog.md deleted file mode 100644 index a0df77b27e4..00000000000 --- a/stable/peanut/1.5.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/peanut/1.5.3/charts/common-20.2.4.tgz b/stable/peanut/1.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/peanut/1.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pgadmin/15.8.3/.helmignore b/stable/peanut/1.5.5/.helmignore similarity index 100% rename from stable/pgadmin/15.8.3/.helmignore rename to stable/peanut/1.5.5/.helmignore diff --git a/stable/peanut/1.5.5/CHANGELOG.md b/stable/peanut/1.5.5/CHANGELOG.md new file mode 100644 index 00000000000..204eb223df6 --- /dev/null +++ b/stable/peanut/1.5.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [peanut-1.5.5](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [peanut-1.5.4](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [peanut-1.5.4](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [peanut-1.5.4](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [peanut-1.5.4](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [peanut-1.5.4](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/peanut/1.5.5/Chart.yaml b/stable/peanut/1.5.5/Chart.yaml new file mode 100644 index 00000000000..56e9078c5bc --- /dev/null +++ b/stable/peanut/1.5.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Tiny Dashboard for Network UPS Tools. +home: https://truecharts.org/charts/stable/peanut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.png +keywords: + - peanut + - ups +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: peanut +sources: + - https://github.com/Brandawg93/PeaNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/peanut + - https://hub.docker.com/r/brandawg93/peanut +type: application +version: 1.5.5 diff --git a/stable/peanut/1.5.3/README.md b/stable/peanut/1.5.5/README.md similarity index 100% rename from stable/peanut/1.5.3/README.md rename to stable/peanut/1.5.5/README.md diff --git a/stable/peanut/1.5.5/app-changelog.md b/stable/peanut/1.5.5/app-changelog.md new file mode 100644 index 00000000000..486cd66b539 --- /dev/null +++ b/stable/peanut/1.5.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [peanut-1.5.5](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/peanut/1.5.3/app-readme.md b/stable/peanut/1.5.5/app-readme.md similarity index 100% rename from stable/peanut/1.5.3/app-readme.md rename to stable/peanut/1.5.5/app-readme.md diff --git a/stable/peanut/1.5.5/charts/common-20.2.10.tgz b/stable/peanut/1.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/peanut/1.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/peanut/1.5.3/ix_values.yaml b/stable/peanut/1.5.5/ix_values.yaml similarity index 100% rename from stable/peanut/1.5.3/ix_values.yaml rename to stable/peanut/1.5.5/ix_values.yaml diff --git a/stable/peanut/1.5.3/questions.yaml b/stable/peanut/1.5.5/questions.yaml similarity index 100% rename from stable/peanut/1.5.3/questions.yaml rename to stable/peanut/1.5.5/questions.yaml diff --git a/stable/pgadmin/15.8.3/templates/NOTES.txt b/stable/peanut/1.5.5/templates/NOTES.txt similarity index 100% rename from stable/pgadmin/15.8.3/templates/NOTES.txt rename to stable/peanut/1.5.5/templates/NOTES.txt diff --git a/stable/peanut/1.5.3/templates/common.yaml b/stable/peanut/1.5.5/templates/common.yaml similarity index 100% rename from stable/peanut/1.5.3/templates/common.yaml rename to stable/peanut/1.5.5/templates/common.yaml diff --git a/stable/pgadmin/15.8.3/values.yaml b/stable/peanut/1.5.5/values.yaml similarity index 100% rename from stable/pgadmin/15.8.3/values.yaml rename to stable/peanut/1.5.5/values.yaml diff --git a/stable/pgadmin/15.8.3/CHANGELOG.md b/stable/pgadmin/15.8.3/CHANGELOG.md deleted file mode 100644 index 6dce435b4fb..00000000000 --- a/stable/pgadmin/15.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pgadmin/15.8.3/Chart.yaml b/stable/pgadmin/15.8.3/Chart.yaml deleted file mode 100644 index 81bb2fcd878..00000000000 --- a/stable/pgadmin/15.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.4.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-Based postgresql database management utility -home: https://truecharts.org/charts/stable/pgadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png -keywords: - - pgadmin - - db - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pgadmin -sources: - - https://www.pgadmin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - - https://hub.docker.com/r/dpage/pgadmin4 -type: application -version: 15.8.3 diff --git a/stable/pgadmin/15.8.3/app-changelog.md b/stable/pgadmin/15.8.3/app-changelog.md deleted file mode 100644 index bc1903ecf21..00000000000 --- a/stable/pgadmin/15.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz b/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/phoronix-test-suite/5.7.3/.helmignore b/stable/pgadmin/15.8.5/.helmignore similarity index 100% rename from stable/phoronix-test-suite/5.7.3/.helmignore rename to stable/pgadmin/15.8.5/.helmignore diff --git a/stable/pgadmin/15.8.5/CHANGELOG.md b/stable/pgadmin/15.8.5/CHANGELOG.md new file mode 100644 index 00000000000..cd512b51a13 --- /dev/null +++ b/stable/pgadmin/15.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pgadmin-15.8.5](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pgadmin-15.8.4](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pgadmin-15.8.4](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pgadmin-15.8.4](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pgadmin-15.8.4](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pgadmin-15.8.4](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pgadmin/15.8.5/Chart.yaml b/stable/pgadmin/15.8.5/Chart.yaml new file mode 100644 index 00000000000..dbeef801cce --- /dev/null +++ b/stable/pgadmin/15.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.4.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-Based postgresql database management utility +home: https://truecharts.org/charts/stable/pgadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png +keywords: + - pgadmin + - db + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pgadmin +sources: + - https://www.pgadmin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin + - https://hub.docker.com/r/dpage/pgadmin4 +type: application +version: 15.8.5 diff --git a/stable/pgadmin/15.8.3/README.md b/stable/pgadmin/15.8.5/README.md similarity index 100% rename from stable/pgadmin/15.8.3/README.md rename to stable/pgadmin/15.8.5/README.md diff --git a/stable/pgadmin/15.8.5/app-changelog.md b/stable/pgadmin/15.8.5/app-changelog.md new file mode 100644 index 00000000000..b4a8950237b --- /dev/null +++ b/stable/pgadmin/15.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pgadmin-15.8.5](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pgadmin/15.8.3/app-readme.md b/stable/pgadmin/15.8.5/app-readme.md similarity index 100% rename from stable/pgadmin/15.8.3/app-readme.md rename to stable/pgadmin/15.8.5/app-readme.md diff --git a/stable/pgadmin/15.8.5/charts/common-20.2.10.tgz b/stable/pgadmin/15.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pgadmin/15.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/pgadmin/15.8.3/ix_values.yaml b/stable/pgadmin/15.8.5/ix_values.yaml similarity index 100% rename from stable/pgadmin/15.8.3/ix_values.yaml rename to stable/pgadmin/15.8.5/ix_values.yaml diff --git a/stable/pgadmin/15.8.3/questions.yaml b/stable/pgadmin/15.8.5/questions.yaml similarity index 100% rename from stable/pgadmin/15.8.3/questions.yaml rename to stable/pgadmin/15.8.5/questions.yaml diff --git a/stable/photoprism/20.12.8/templates/NOTES.txt b/stable/pgadmin/15.8.5/templates/NOTES.txt similarity index 100% rename from stable/photoprism/20.12.8/templates/NOTES.txt rename to stable/pgadmin/15.8.5/templates/NOTES.txt diff --git a/stable/pgadmin/15.8.3/templates/common.yaml b/stable/pgadmin/15.8.5/templates/common.yaml similarity index 100% rename from stable/pgadmin/15.8.3/templates/common.yaml rename to stable/pgadmin/15.8.5/templates/common.yaml diff --git a/stable/phoronix-test-suite/5.7.3/values.yaml b/stable/pgadmin/15.8.5/values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.7.3/values.yaml rename to stable/pgadmin/15.8.5/values.yaml diff --git a/stable/phoronix-test-suite/5.7.3/CHANGELOG.md b/stable/phoronix-test-suite/5.7.3/CHANGELOG.md deleted file mode 100644 index ff7633d117e..00000000000 --- a/stable/phoronix-test-suite/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/phoronix-test-suite/5.7.3/Chart.yaml b/stable/phoronix-test-suite/5.7.3/Chart.yaml deleted file mode 100644 index d9df6e98986..00000000000 --- a/stable/phoronix-test-suite/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. -home: https://truecharts.org/charts/stable/phoronix-test-suite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png -keywords: - - phoronix-test-suite - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phoronix-test-suite -sources: - - https://github.com/phoronix-test-suite/phoronix-test-suite - - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite - - https://hub.docker.com/r/phoronix/pts -type: application -version: 5.7.3 diff --git a/stable/phoronix-test-suite/5.7.3/app-changelog.md b/stable/phoronix-test-suite/5.7.3/app-changelog.md deleted file mode 100644 index e2ed1469cde..00000000000 --- a/stable/phoronix-test-suite/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz b/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/photo-stream/5.7.3/.helmignore b/stable/phoronix-test-suite/5.7.5/.helmignore similarity index 100% rename from stable/photo-stream/5.7.3/.helmignore rename to stable/phoronix-test-suite/5.7.5/.helmignore diff --git a/stable/phoronix-test-suite/5.7.5/CHANGELOG.md b/stable/phoronix-test-suite/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..83826b0bc35 --- /dev/null +++ b/stable/phoronix-test-suite/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phoronix-test-suite-5.7.5](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phoronix-test-suite-5.7.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phoronix-test-suite-5.7.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phoronix-test-suite-5.7.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phoronix-test-suite-5.7.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phoronix-test-suite-5.7.4](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.7.5/Chart.yaml b/stable/phoronix-test-suite/5.7.5/Chart.yaml new file mode 100644 index 00000000000..6bdf296f617 --- /dev/null +++ b/stable/phoronix-test-suite/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. +home: https://truecharts.org/charts/stable/phoronix-test-suite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png +keywords: + - phoronix-test-suite + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phoronix-test-suite +sources: + - https://github.com/phoronix-test-suite/phoronix-test-suite + - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite + - https://hub.docker.com/r/phoronix/pts +type: application +version: 5.7.5 diff --git a/stable/phoronix-test-suite/5.7.3/README.md b/stable/phoronix-test-suite/5.7.5/README.md similarity index 100% rename from stable/phoronix-test-suite/5.7.3/README.md rename to stable/phoronix-test-suite/5.7.5/README.md diff --git a/stable/phoronix-test-suite/5.7.5/app-changelog.md b/stable/phoronix-test-suite/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e79b9ed475b --- /dev/null +++ b/stable/phoronix-test-suite/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [phoronix-test-suite-5.7.5](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.7.3/app-readme.md b/stable/phoronix-test-suite/5.7.5/app-readme.md similarity index 100% rename from stable/phoronix-test-suite/5.7.3/app-readme.md rename to stable/phoronix-test-suite/5.7.5/app-readme.md diff --git a/stable/phoronix-test-suite/5.7.5/charts/common-20.2.10.tgz b/stable/phoronix-test-suite/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/phoronix-test-suite/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/phoronix-test-suite/5.7.3/ix_values.yaml b/stable/phoronix-test-suite/5.7.5/ix_values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.7.3/ix_values.yaml rename to stable/phoronix-test-suite/5.7.5/ix_values.yaml diff --git a/stable/phoronix-test-suite/5.7.3/questions.yaml b/stable/phoronix-test-suite/5.7.5/questions.yaml similarity index 100% rename from stable/phoronix-test-suite/5.7.3/questions.yaml rename to stable/phoronix-test-suite/5.7.5/questions.yaml diff --git a/stable/phoronix-test-suite/5.7.3/templates/common.yaml b/stable/phoronix-test-suite/5.7.5/templates/common.yaml similarity index 100% rename from stable/phoronix-test-suite/5.7.3/templates/common.yaml rename to stable/phoronix-test-suite/5.7.5/templates/common.yaml diff --git a/stable/photo-stream/5.7.3/values.yaml b/stable/phoronix-test-suite/5.7.5/values.yaml similarity index 100% rename from stable/photo-stream/5.7.3/values.yaml rename to stable/phoronix-test-suite/5.7.5/values.yaml diff --git a/stable/photo-stream/5.7.3/CHANGELOG.md b/stable/photo-stream/5.7.3/CHANGELOG.md deleted file mode 100644 index 6c85e1bec8b..00000000000 --- a/stable/photo-stream/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/photo-stream/5.7.3/Chart.yaml b/stable/photo-stream/5.7.3/Chart.yaml deleted file mode 100644 index 216dbef10c9..00000000000 --- a/stable/photo-stream/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. -home: https://truecharts.org/charts/stable/photo-stream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png -keywords: - - photo-stream - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photo-stream -sources: - - https://github.com/waschinski/photo-stream - - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream - - https://hub.docker.com/r/waschinski/photo-stream -type: application -version: 5.7.3 diff --git a/stable/photo-stream/5.7.3/app-changelog.md b/stable/photo-stream/5.7.3/app-changelog.md deleted file mode 100644 index eca0ce115b1..00000000000 --- a/stable/photo-stream/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz b/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/photoprism/20.12.8/.helmignore b/stable/photo-stream/5.7.5/.helmignore similarity index 100% rename from stable/photoprism/20.12.8/.helmignore rename to stable/photo-stream/5.7.5/.helmignore diff --git a/stable/photo-stream/5.7.5/CHANGELOG.md b/stable/photo-stream/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..336bad165f2 --- /dev/null +++ b/stable/photo-stream/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photo-stream-5.7.5](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photo-stream-5.7.4](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photo-stream-5.7.4](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photo-stream-5.7.4](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photo-stream-5.7.4](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photo-stream-5.7.4](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/photo-stream/5.7.5/Chart.yaml b/stable/photo-stream/5.7.5/Chart.yaml new file mode 100644 index 00000000000..63db0fe5839 --- /dev/null +++ b/stable/photo-stream/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. +home: https://truecharts.org/charts/stable/photo-stream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png +keywords: + - photo-stream + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photo-stream +sources: + - https://github.com/waschinski/photo-stream + - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream + - https://hub.docker.com/r/waschinski/photo-stream +type: application +version: 5.7.5 diff --git a/stable/photo-stream/5.7.3/README.md b/stable/photo-stream/5.7.5/README.md similarity index 100% rename from stable/photo-stream/5.7.3/README.md rename to stable/photo-stream/5.7.5/README.md diff --git a/stable/photo-stream/5.7.5/app-changelog.md b/stable/photo-stream/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7ff6147d5cf --- /dev/null +++ b/stable/photo-stream/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [photo-stream-5.7.5](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photo-stream/5.7.3/app-readme.md b/stable/photo-stream/5.7.5/app-readme.md similarity index 100% rename from stable/photo-stream/5.7.3/app-readme.md rename to stable/photo-stream/5.7.5/app-readme.md diff --git a/stable/photo-stream/5.7.5/charts/common-20.2.10.tgz b/stable/photo-stream/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/photo-stream/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/photo-stream/5.7.3/ix_values.yaml b/stable/photo-stream/5.7.5/ix_values.yaml similarity index 100% rename from stable/photo-stream/5.7.3/ix_values.yaml rename to stable/photo-stream/5.7.5/ix_values.yaml diff --git a/stable/photo-stream/5.7.3/questions.yaml b/stable/photo-stream/5.7.5/questions.yaml similarity index 100% rename from stable/photo-stream/5.7.3/questions.yaml rename to stable/photo-stream/5.7.5/questions.yaml diff --git a/stable/photo-stream/5.7.3/templates/common.yaml b/stable/photo-stream/5.7.5/templates/common.yaml similarity index 100% rename from stable/photo-stream/5.7.3/templates/common.yaml rename to stable/photo-stream/5.7.5/templates/common.yaml diff --git a/stable/photoprism/20.12.8/values.yaml b/stable/photo-stream/5.7.5/values.yaml similarity index 100% rename from stable/photoprism/20.12.8/values.yaml rename to stable/photo-stream/5.7.5/values.yaml diff --git a/stable/photoshow/10.7.3/.helmignore b/stable/photoprism/20.12.10/.helmignore similarity index 100% rename from stable/photoshow/10.7.3/.helmignore rename to stable/photoprism/20.12.10/.helmignore diff --git a/stable/photoprism/20.12.10/CHANGELOG.md b/stable/photoprism/20.12.10/CHANGELOG.md new file mode 100644 index 00000000000..78b397f0298 --- /dev/null +++ b/stable/photoprism/20.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoprism-20.12.10](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [photoprism-20.12.9](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [photoprism-20.12.9](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/photoprism/20.12.10/Chart.yaml b/stable/photoprism/20.12.10/Chart.yaml new file mode 100644 index 00000000000..4a9f3175326 --- /dev/null +++ b/stable/photoprism/20.12.10/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 231128.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection +home: https://truecharts.org/charts/stable/photoprism +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png +keywords: + - photos + - photoprism + - pictures + - sharing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoprism +sources: + - https://github.com/photoprism/photoprism + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://hub.docker.com/r/photoprism/photoprism +type: application +version: 20.12.10 diff --git a/stable/photoprism/20.12.8/README.md b/stable/photoprism/20.12.10/README.md similarity index 100% rename from stable/photoprism/20.12.8/README.md rename to stable/photoprism/20.12.10/README.md diff --git a/stable/photoprism/20.12.10/app-changelog.md b/stable/photoprism/20.12.10/app-changelog.md new file mode 100644 index 00000000000..319cf1b29b4 --- /dev/null +++ b/stable/photoprism/20.12.10/app-changelog.md @@ -0,0 +1,37 @@ + + +## [photoprism-20.12.10](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/photoprism/20.12.8/app-readme.md b/stable/photoprism/20.12.10/app-readme.md similarity index 100% rename from stable/photoprism/20.12.8/app-readme.md rename to stable/photoprism/20.12.10/app-readme.md diff --git a/stable/photoprism/20.12.10/charts/common-20.2.10.tgz b/stable/photoprism/20.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/photoprism/20.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/photoprism/20.12.10/charts/mariadb-13.7.5.tgz b/stable/photoprism/20.12.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/photoprism/20.12.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/photoprism/20.12.8/ix_values.yaml b/stable/photoprism/20.12.10/ix_values.yaml similarity index 100% rename from stable/photoprism/20.12.8/ix_values.yaml rename to stable/photoprism/20.12.10/ix_values.yaml diff --git a/stable/photoprism/20.12.8/questions.yaml b/stable/photoprism/20.12.10/questions.yaml similarity index 100% rename from stable/photoprism/20.12.8/questions.yaml rename to stable/photoprism/20.12.10/questions.yaml diff --git a/stable/photoshow/10.7.3/templates/NOTES.txt b/stable/photoprism/20.12.10/templates/NOTES.txt similarity index 100% rename from stable/photoshow/10.7.3/templates/NOTES.txt rename to stable/photoprism/20.12.10/templates/NOTES.txt diff --git a/stable/photoprism/20.12.8/templates/common.yaml b/stable/photoprism/20.12.10/templates/common.yaml similarity index 100% rename from stable/photoprism/20.12.8/templates/common.yaml rename to stable/photoprism/20.12.10/templates/common.yaml diff --git a/stable/photoshow/10.7.3/values.yaml b/stable/photoprism/20.12.10/values.yaml similarity index 100% rename from stable/photoshow/10.7.3/values.yaml rename to stable/photoprism/20.12.10/values.yaml diff --git a/stable/photoprism/20.12.8/CHANGELOG.md b/stable/photoprism/20.12.8/CHANGELOG.md deleted file mode 100644 index 94200364912..00000000000 --- a/stable/photoprism/20.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoprism-20.12.8](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [photoprism-20.12.8](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [photoprism-20.12.7](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) diff --git a/stable/photoprism/20.12.8/Chart.yaml b/stable/photoprism/20.12.8/Chart.yaml deleted file mode 100644 index 314a425f7ad..00000000000 --- a/stable/photoprism/20.12.8/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 231128.0.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection -home: https://truecharts.org/charts/stable/photoprism -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png -keywords: - - photos - - photoprism - - pictures - - sharing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoprism -sources: - - https://github.com/photoprism/photoprism - - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - - https://hub.docker.com/r/photoprism/photoprism -type: application -version: 20.12.8 diff --git a/stable/photoprism/20.12.8/app-changelog.md b/stable/photoprism/20.12.8/app-changelog.md deleted file mode 100644 index 6857b1859c7..00000000000 --- a/stable/photoprism/20.12.8/app-changelog.md +++ /dev/null @@ -1,33 +0,0 @@ - - -## [photoprism-20.12.8](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/photoprism/20.12.8/charts/common-20.2.9.tgz b/stable/photoprism/20.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/photoprism/20.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/photoprism/20.12.8/charts/mariadb-13.7.4.tgz b/stable/photoprism/20.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/photoprism/20.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/photoshow/10.7.3/CHANGELOG.md b/stable/photoshow/10.7.3/CHANGELOG.md deleted file mode 100644 index dae9721ca72..00000000000 --- a/stable/photoshow/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/photoshow/10.7.3/Chart.yaml b/stable/photoshow/10.7.3/Chart.yaml deleted file mode 100644 index 94fd01a5b2a..00000000000 --- a/stable/photoshow/10.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 48aabb98 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A gallery software at its easiest, it doesn't even require a database. -home: https://truecharts.org/charts/stable/photoshow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png -keywords: - - photoshow - - photo - - show - - gallary - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoshow -sources: - - https://github.com/linuxserver/docker-photoshow - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow - - https://ghcr.io/linuxserver/photoshow -type: application -version: 10.7.3 diff --git a/stable/photoshow/10.7.3/app-changelog.md b/stable/photoshow/10.7.3/app-changelog.md deleted file mode 100644 index 6209dda258c..00000000000 --- a/stable/photoshow/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photoshow/10.7.3/charts/common-20.2.4.tgz b/stable/photoshow/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/photoshow/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/photostructure/7.7.3/.helmignore b/stable/photoshow/10.7.5/.helmignore similarity index 100% rename from stable/photostructure/7.7.3/.helmignore rename to stable/photoshow/10.7.5/.helmignore diff --git a/stable/photoshow/10.7.5/CHANGELOG.md b/stable/photoshow/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d1532cc21a --- /dev/null +++ b/stable/photoshow/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoshow-10.7.5](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoshow-10.7.4](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoshow-10.7.4](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoshow-10.7.4](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoshow-10.7.4](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoshow-10.7.4](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/photoshow/10.7.5/Chart.yaml b/stable/photoshow/10.7.5/Chart.yaml new file mode 100644 index 00000000000..00b66387bba --- /dev/null +++ b/stable/photoshow/10.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 48aabb98 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A gallery software at its easiest, it doesn't even require a database. +home: https://truecharts.org/charts/stable/photoshow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png +keywords: + - photoshow + - photo + - show + - gallary + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoshow +sources: + - https://github.com/linuxserver/docker-photoshow + - https://github.com/thibaud-rohmer/PhotoShow + - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow + - https://ghcr.io/linuxserver/photoshow +type: application +version: 10.7.5 diff --git a/stable/photoshow/10.7.3/README.md b/stable/photoshow/10.7.5/README.md similarity index 100% rename from stable/photoshow/10.7.3/README.md rename to stable/photoshow/10.7.5/README.md diff --git a/stable/photoshow/10.7.5/app-changelog.md b/stable/photoshow/10.7.5/app-changelog.md new file mode 100644 index 00000000000..afb0fa5535e --- /dev/null +++ b/stable/photoshow/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [photoshow-10.7.5](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photoshow/10.7.3/app-readme.md b/stable/photoshow/10.7.5/app-readme.md similarity index 100% rename from stable/photoshow/10.7.3/app-readme.md rename to stable/photoshow/10.7.5/app-readme.md diff --git a/stable/photoshow/10.7.5/charts/common-20.2.10.tgz b/stable/photoshow/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/photoshow/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/photoshow/10.7.3/ix_values.yaml b/stable/photoshow/10.7.5/ix_values.yaml similarity index 100% rename from stable/photoshow/10.7.3/ix_values.yaml rename to stable/photoshow/10.7.5/ix_values.yaml diff --git a/stable/photoshow/10.7.3/questions.yaml b/stable/photoshow/10.7.5/questions.yaml similarity index 100% rename from stable/photoshow/10.7.3/questions.yaml rename to stable/photoshow/10.7.5/questions.yaml diff --git a/stable/photostructure/7.7.3/templates/NOTES.txt b/stable/photoshow/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/photostructure/7.7.3/templates/NOTES.txt rename to stable/photoshow/10.7.5/templates/NOTES.txt diff --git a/stable/photoshow/10.7.3/templates/common.yaml b/stable/photoshow/10.7.5/templates/common.yaml similarity index 100% rename from stable/photoshow/10.7.3/templates/common.yaml rename to stable/photoshow/10.7.5/templates/common.yaml diff --git a/stable/photostructure/7.7.3/values.yaml b/stable/photoshow/10.7.5/values.yaml similarity index 100% rename from stable/photostructure/7.7.3/values.yaml rename to stable/photoshow/10.7.5/values.yaml diff --git a/stable/photostructure/7.7.3/CHANGELOG.md b/stable/photostructure/7.7.3/CHANGELOG.md deleted file mode 100644 index 9235f7e3a78..00000000000 --- a/stable/photostructure/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/photostructure/7.7.3/Chart.yaml b/stable/photostructure/7.7.3/Chart.yaml deleted file mode 100644 index eebf906799e..00000000000 --- a/stable/photostructure/7.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PhotoStructure is your new home for all your photos and videos. -home: https://truecharts.org/charts/stable/photostructure -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png -keywords: - - photostructure - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photostructure -sources: - - https://github.com/photostructure/photostructure-for-servers - - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure - - https://hub.docker.com/r/photostructure/server -type: application -version: 7.7.3 diff --git a/stable/photostructure/7.7.3/app-changelog.md b/stable/photostructure/7.7.3/app-changelog.md deleted file mode 100644 index df0202eb5be..00000000000 --- a/stable/photostructure/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photostructure/7.7.3/charts/common-20.2.4.tgz b/stable/photostructure/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/photostructure/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/photoview/13.7.3/.helmignore b/stable/photostructure/7.7.5/.helmignore similarity index 100% rename from stable/photoview/13.7.3/.helmignore rename to stable/photostructure/7.7.5/.helmignore diff --git a/stable/photostructure/7.7.5/CHANGELOG.md b/stable/photostructure/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..76bcb425153 --- /dev/null +++ b/stable/photostructure/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photostructure-7.7.5](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photostructure-7.7.4](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photostructure-7.7.4](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photostructure-7.7.4](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photostructure-7.7.4](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photostructure-7.7.4](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/photostructure/7.7.5/Chart.yaml b/stable/photostructure/7.7.5/Chart.yaml new file mode 100644 index 00000000000..76bf7a3edc5 --- /dev/null +++ b/stable/photostructure/7.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoStructure is your new home for all your photos and videos. +home: https://truecharts.org/charts/stable/photostructure +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png +keywords: + - photostructure + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photostructure +sources: + - https://github.com/photostructure/photostructure-for-servers + - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure + - https://hub.docker.com/r/photostructure/server +type: application +version: 7.7.5 diff --git a/stable/photostructure/7.7.3/README.md b/stable/photostructure/7.7.5/README.md similarity index 100% rename from stable/photostructure/7.7.3/README.md rename to stable/photostructure/7.7.5/README.md diff --git a/stable/photostructure/7.7.5/app-changelog.md b/stable/photostructure/7.7.5/app-changelog.md new file mode 100644 index 00000000000..503ed00c132 --- /dev/null +++ b/stable/photostructure/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [photostructure-7.7.5](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photostructure/7.7.3/app-readme.md b/stable/photostructure/7.7.5/app-readme.md similarity index 100% rename from stable/photostructure/7.7.3/app-readme.md rename to stable/photostructure/7.7.5/app-readme.md diff --git a/stable/photostructure/7.7.5/charts/common-20.2.10.tgz b/stable/photostructure/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/photostructure/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/photostructure/7.7.3/ix_values.yaml b/stable/photostructure/7.7.5/ix_values.yaml similarity index 100% rename from stable/photostructure/7.7.3/ix_values.yaml rename to stable/photostructure/7.7.5/ix_values.yaml diff --git a/stable/photostructure/7.7.3/questions.yaml b/stable/photostructure/7.7.5/questions.yaml similarity index 100% rename from stable/photostructure/7.7.3/questions.yaml rename to stable/photostructure/7.7.5/questions.yaml diff --git a/stable/photoview/13.7.3/templates/NOTES.txt b/stable/photostructure/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/photoview/13.7.3/templates/NOTES.txt rename to stable/photostructure/7.7.5/templates/NOTES.txt diff --git a/stable/photostructure/7.7.3/templates/common.yaml b/stable/photostructure/7.7.5/templates/common.yaml similarity index 100% rename from stable/photostructure/7.7.3/templates/common.yaml rename to stable/photostructure/7.7.5/templates/common.yaml diff --git a/stable/photoview/13.7.3/values.yaml b/stable/photostructure/7.7.5/values.yaml similarity index 100% rename from stable/photoview/13.7.3/values.yaml rename to stable/photostructure/7.7.5/values.yaml diff --git a/stable/photoview/13.7.3/CHANGELOG.md b/stable/photoview/13.7.3/CHANGELOG.md deleted file mode 100644 index 7fe8f30bd75..00000000000 --- a/stable/photoview/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/photoview/13.7.3/Chart.yaml b/stable/photoview/13.7.3/Chart.yaml deleted file mode 100644 index 2b582523732..00000000000 --- a/stable/photoview/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.13 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Photoview is a simple and user-friendly photo gallery. -home: https://truecharts.org/charts/stable/photoview -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png -keywords: - - photo - - gallery -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: photoview -sources: - - https://github.com/photoview/photoview - - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - - https://hub.docker.com/r/viktorstrate/photoview -type: application -version: 13.7.3 diff --git a/stable/photoview/13.7.3/app-changelog.md b/stable/photoview/13.7.3/app-changelog.md deleted file mode 100644 index 96b845d06bf..00000000000 --- a/stable/photoview/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photoview/13.7.3/charts/common-20.2.4.tgz b/stable/photoview/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/photoview/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/phpldapadmin/13.7.3/.helmignore b/stable/photoview/13.7.5/.helmignore similarity index 100% rename from stable/phpldapadmin/13.7.3/.helmignore rename to stable/photoview/13.7.5/.helmignore diff --git a/stable/photoview/13.7.5/CHANGELOG.md b/stable/photoview/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..138520861c5 --- /dev/null +++ b/stable/photoview/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoview-13.7.5](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoview-13.7.4](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoview-13.7.4](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoview-13.7.4](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoview-13.7.4](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [photoview-13.7.4](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/photoview/13.7.5/Chart.yaml b/stable/photoview/13.7.5/Chart.yaml new file mode 100644 index 00000000000..38a4c78ba9a --- /dev/null +++ b/stable/photoview/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.13 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photoview is a simple and user-friendly photo gallery. +home: https://truecharts.org/charts/stable/photoview +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png +keywords: + - photo + - gallery +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoview +sources: + - https://github.com/photoview/photoview + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview + - https://hub.docker.com/r/viktorstrate/photoview +type: application +version: 13.7.5 diff --git a/stable/photoview/13.7.3/README.md b/stable/photoview/13.7.5/README.md similarity index 100% rename from stable/photoview/13.7.3/README.md rename to stable/photoview/13.7.5/README.md diff --git a/stable/photoview/13.7.5/app-changelog.md b/stable/photoview/13.7.5/app-changelog.md new file mode 100644 index 00000000000..7664bca5f40 --- /dev/null +++ b/stable/photoview/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [photoview-13.7.5](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/photoview/13.7.3/app-readme.md b/stable/photoview/13.7.5/app-readme.md similarity index 100% rename from stable/photoview/13.7.3/app-readme.md rename to stable/photoview/13.7.5/app-readme.md diff --git a/stable/photoview/13.7.5/charts/common-20.2.10.tgz b/stable/photoview/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/photoview/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/photoview/13.7.3/ix_values.yaml b/stable/photoview/13.7.5/ix_values.yaml similarity index 100% rename from stable/photoview/13.7.3/ix_values.yaml rename to stable/photoview/13.7.5/ix_values.yaml diff --git a/stable/photoview/13.7.3/questions.yaml b/stable/photoview/13.7.5/questions.yaml similarity index 100% rename from stable/photoview/13.7.3/questions.yaml rename to stable/photoview/13.7.5/questions.yaml diff --git a/stable/phpldapadmin/13.7.3/templates/NOTES.txt b/stable/photoview/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/phpldapadmin/13.7.3/templates/NOTES.txt rename to stable/photoview/13.7.5/templates/NOTES.txt diff --git a/stable/photoview/13.7.3/templates/_secrets.tpl b/stable/photoview/13.7.5/templates/_secrets.tpl similarity index 100% rename from stable/photoview/13.7.3/templates/_secrets.tpl rename to stable/photoview/13.7.5/templates/_secrets.tpl diff --git a/stable/photoview/13.7.3/templates/common.yaml b/stable/photoview/13.7.5/templates/common.yaml similarity index 100% rename from stable/photoview/13.7.3/templates/common.yaml rename to stable/photoview/13.7.5/templates/common.yaml diff --git a/stable/phpldapadmin/13.7.3/values.yaml b/stable/photoview/13.7.5/values.yaml similarity index 100% rename from stable/phpldapadmin/13.7.3/values.yaml rename to stable/photoview/13.7.5/values.yaml diff --git a/stable/phpldapadmin/13.7.3/CHANGELOG.md b/stable/phpldapadmin/13.7.3/CHANGELOG.md deleted file mode 100644 index 5589ad415be..00000000000 --- a/stable/phpldapadmin/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/phpldapadmin/13.7.3/Chart.yaml b/stable/phpldapadmin/13.7.3/Chart.yaml deleted file mode 100644 index f33c71f117d..00000000000 --- a/stable/phpldapadmin/13.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Web-based LDAP browser to manage your LDAP server -home: https://truecharts.org/charts/stable/phpldapadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png -keywords: - - phpldapadmin - - openldap - - userrights -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phpldapadmin -sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - - https://hub.docker.com/r/osixia/phpldapadmin -type: application -version: 13.7.3 diff --git a/stable/phpldapadmin/13.7.3/app-changelog.md b/stable/phpldapadmin/13.7.3/app-changelog.md deleted file mode 100644 index 534c27879ed..00000000000 --- a/stable/phpldapadmin/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz b/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/phpmyadmin/5.7.3/.helmignore b/stable/phpldapadmin/13.7.5/.helmignore similarity index 100% rename from stable/phpmyadmin/5.7.3/.helmignore rename to stable/phpldapadmin/13.7.5/.helmignore diff --git a/stable/phpldapadmin/13.7.5/CHANGELOG.md b/stable/phpldapadmin/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d376355e179 --- /dev/null +++ b/stable/phpldapadmin/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpldapadmin-13.7.5](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpldapadmin-13.7.4](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpldapadmin-13.7.4](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpldapadmin-13.7.4](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpldapadmin-13.7.4](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpldapadmin-13.7.4](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/phpldapadmin/13.7.5/Chart.yaml b/stable/phpldapadmin/13.7.5/Chart.yaml new file mode 100644 index 00000000000..dc1241e275e --- /dev/null +++ b/stable/phpldapadmin/13.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based LDAP browser to manage your LDAP server +home: https://truecharts.org/charts/stable/phpldapadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png +keywords: + - phpldapadmin + - openldap + - userrights +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpldapadmin +sources: + - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog + - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin + - https://hub.docker.com/r/osixia/phpldapadmin +type: application +version: 13.7.5 diff --git a/stable/phpldapadmin/13.7.3/README.md b/stable/phpldapadmin/13.7.5/README.md similarity index 100% rename from stable/phpldapadmin/13.7.3/README.md rename to stable/phpldapadmin/13.7.5/README.md diff --git a/stable/phpldapadmin/13.7.5/app-changelog.md b/stable/phpldapadmin/13.7.5/app-changelog.md new file mode 100644 index 00000000000..93b9b5f093e --- /dev/null +++ b/stable/phpldapadmin/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [phpldapadmin-13.7.5](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phpldapadmin/13.7.3/app-readme.md b/stable/phpldapadmin/13.7.5/app-readme.md similarity index 100% rename from stable/phpldapadmin/13.7.3/app-readme.md rename to stable/phpldapadmin/13.7.5/app-readme.md diff --git a/stable/phpldapadmin/13.7.5/charts/common-20.2.10.tgz b/stable/phpldapadmin/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/phpldapadmin/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/phpldapadmin/13.7.3/ix_values.yaml b/stable/phpldapadmin/13.7.5/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/13.7.3/ix_values.yaml rename to stable/phpldapadmin/13.7.5/ix_values.yaml diff --git a/stable/phpldapadmin/13.7.3/questions.yaml b/stable/phpldapadmin/13.7.5/questions.yaml similarity index 100% rename from stable/phpldapadmin/13.7.3/questions.yaml rename to stable/phpldapadmin/13.7.5/questions.yaml diff --git a/stable/picoshare/9.7.3/templates/NOTES.txt b/stable/phpldapadmin/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/picoshare/9.7.3/templates/NOTES.txt rename to stable/phpldapadmin/13.7.5/templates/NOTES.txt diff --git a/stable/phpldapadmin/13.7.3/templates/common.yaml b/stable/phpldapadmin/13.7.5/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/13.7.3/templates/common.yaml rename to stable/phpldapadmin/13.7.5/templates/common.yaml diff --git a/stable/phpmyadmin/5.7.3/values.yaml b/stable/phpldapadmin/13.7.5/values.yaml similarity index 100% rename from stable/phpmyadmin/5.7.3/values.yaml rename to stable/phpldapadmin/13.7.5/values.yaml diff --git a/stable/phpmyadmin/5.7.3/CHANGELOG.md b/stable/phpmyadmin/5.7.3/CHANGELOG.md deleted file mode 100644 index 89bfa0e9ace..00000000000 --- a/stable/phpmyadmin/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/phpmyadmin/5.7.3/Chart.yaml b/stable/phpmyadmin/5.7.3/Chart.yaml deleted file mode 100644 index 42c9749a498..00000000000 --- a/stable/phpmyadmin/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web interface for MySQL and MariaDB. -home: https://truecharts.org/charts/stable/phpmyadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png -keywords: - - phpmyadmin - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: phpmyadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin - - https://hub.docker.com/r/phpmyadmin/phpmyadmin -type: application -version: 5.7.3 diff --git a/stable/phpmyadmin/5.7.3/app-changelog.md b/stable/phpmyadmin/5.7.3/app-changelog.md deleted file mode 100644 index f8d488018aa..00000000000 --- a/stable/phpmyadmin/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz b/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/piaware/12.7.3/.helmignore b/stable/phpmyadmin/5.7.5/.helmignore similarity index 100% rename from stable/piaware/12.7.3/.helmignore rename to stable/phpmyadmin/5.7.5/.helmignore diff --git a/stable/phpmyadmin/5.7.5/CHANGELOG.md b/stable/phpmyadmin/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7ea2dc5e172 --- /dev/null +++ b/stable/phpmyadmin/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpmyadmin-5.7.5](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpmyadmin-5.7.4](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpmyadmin-5.7.4](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpmyadmin-5.7.4](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpmyadmin-5.7.4](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [phpmyadmin-5.7.4](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/phpmyadmin/5.7.5/Chart.yaml b/stable/phpmyadmin/5.7.5/Chart.yaml new file mode 100644 index 00000000000..6e02c54989e --- /dev/null +++ b/stable/phpmyadmin/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web interface for MySQL and MariaDB. +home: https://truecharts.org/charts/stable/phpmyadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png +keywords: + - phpmyadmin + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpmyadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin + - https://hub.docker.com/r/phpmyadmin/phpmyadmin +type: application +version: 5.7.5 diff --git a/stable/phpmyadmin/5.7.3/README.md b/stable/phpmyadmin/5.7.5/README.md similarity index 100% rename from stable/phpmyadmin/5.7.3/README.md rename to stable/phpmyadmin/5.7.5/README.md diff --git a/stable/phpmyadmin/5.7.5/app-changelog.md b/stable/phpmyadmin/5.7.5/app-changelog.md new file mode 100644 index 00000000000..6a545525cee --- /dev/null +++ b/stable/phpmyadmin/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [phpmyadmin-5.7.5](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/phpmyadmin/5.7.3/app-readme.md b/stable/phpmyadmin/5.7.5/app-readme.md similarity index 100% rename from stable/phpmyadmin/5.7.3/app-readme.md rename to stable/phpmyadmin/5.7.5/app-readme.md diff --git a/stable/phpmyadmin/5.7.5/charts/common-20.2.10.tgz b/stable/phpmyadmin/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/phpmyadmin/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/phpmyadmin/5.7.3/ix_values.yaml b/stable/phpmyadmin/5.7.5/ix_values.yaml similarity index 100% rename from stable/phpmyadmin/5.7.3/ix_values.yaml rename to stable/phpmyadmin/5.7.5/ix_values.yaml diff --git a/stable/phpmyadmin/5.7.3/questions.yaml b/stable/phpmyadmin/5.7.5/questions.yaml similarity index 100% rename from stable/phpmyadmin/5.7.3/questions.yaml rename to stable/phpmyadmin/5.7.5/questions.yaml diff --git a/stable/phpmyadmin/5.7.3/templates/common.yaml b/stable/phpmyadmin/5.7.5/templates/common.yaml similarity index 100% rename from stable/phpmyadmin/5.7.3/templates/common.yaml rename to stable/phpmyadmin/5.7.5/templates/common.yaml diff --git a/stable/piaware/12.7.3/values.yaml b/stable/phpmyadmin/5.7.5/values.yaml similarity index 100% rename from stable/piaware/12.7.3/values.yaml rename to stable/phpmyadmin/5.7.5/values.yaml diff --git a/stable/piaware/12.7.3/CHANGELOG.md b/stable/piaware/12.7.3/CHANGELOG.md deleted file mode 100644 index c516b027214..00000000000 --- a/stable/piaware/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/piaware/12.7.3/Chart.yaml b/stable/piaware/12.7.3/Chart.yaml deleted file mode 100644 index e8a6a60f598..00000000000 --- a/stable/piaware/12.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Program for forwarding ADS-B data to FlightAware -home: https://truecharts.org/charts/stable/piaware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png -keywords: - - piaware - - flight-aware - - flight-tracker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: piaware -sources: - - https://github.com/flightaware/piaware - - https://github.com/truecharts/charts/tree/master/charts/stable/piaware - - https://hub.docker.com/r/mikenye/piaware -type: application -version: 12.7.3 diff --git a/stable/piaware/12.7.3/app-changelog.md b/stable/piaware/12.7.3/app-changelog.md deleted file mode 100644 index 808174d0265..00000000000 --- a/stable/piaware/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/piaware/12.7.3/charts/common-20.2.4.tgz b/stable/piaware/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/piaware/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/picoshare/9.7.3/.helmignore b/stable/piaware/12.7.5/.helmignore similarity index 100% rename from stable/picoshare/9.7.3/.helmignore rename to stable/piaware/12.7.5/.helmignore diff --git a/stable/piaware/12.7.5/CHANGELOG.md b/stable/piaware/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6812c8353dc --- /dev/null +++ b/stable/piaware/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piaware-12.7.5](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [piaware-12.7.4](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [piaware-12.7.4](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [piaware-12.7.4](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [piaware-12.7.4](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [piaware-12.7.4](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/piaware/12.7.5/Chart.yaml b/stable/piaware/12.7.5/Chart.yaml new file mode 100644 index 00000000000..9d5d2c3eced --- /dev/null +++ b/stable/piaware/12.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Program for forwarding ADS-B data to FlightAware +home: https://truecharts.org/charts/stable/piaware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png +keywords: + - piaware + - flight-aware + - flight-tracker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piaware +sources: + - https://github.com/flightaware/piaware + - https://github.com/truecharts/charts/tree/master/charts/stable/piaware + - https://hub.docker.com/r/mikenye/piaware +type: application +version: 12.7.5 diff --git a/stable/piaware/12.7.3/README.md b/stable/piaware/12.7.5/README.md similarity index 100% rename from stable/piaware/12.7.3/README.md rename to stable/piaware/12.7.5/README.md diff --git a/stable/piaware/12.7.5/app-changelog.md b/stable/piaware/12.7.5/app-changelog.md new file mode 100644 index 00000000000..1cbc76d5de8 --- /dev/null +++ b/stable/piaware/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [piaware-12.7.5](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/piaware/12.7.3/app-readme.md b/stable/piaware/12.7.5/app-readme.md similarity index 100% rename from stable/piaware/12.7.3/app-readme.md rename to stable/piaware/12.7.5/app-readme.md diff --git a/stable/piaware/12.7.5/charts/common-20.2.10.tgz b/stable/piaware/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/piaware/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/piaware/12.7.3/ix_values.yaml b/stable/piaware/12.7.5/ix_values.yaml similarity index 100% rename from stable/piaware/12.7.3/ix_values.yaml rename to stable/piaware/12.7.5/ix_values.yaml diff --git a/stable/piaware/12.7.3/questions.yaml b/stable/piaware/12.7.5/questions.yaml similarity index 100% rename from stable/piaware/12.7.3/questions.yaml rename to stable/piaware/12.7.5/questions.yaml diff --git a/stable/piaware/12.7.3/templates/common.yaml b/stable/piaware/12.7.5/templates/common.yaml similarity index 100% rename from stable/piaware/12.7.3/templates/common.yaml rename to stable/piaware/12.7.5/templates/common.yaml diff --git a/stable/picoshare/9.7.3/values.yaml b/stable/piaware/12.7.5/values.yaml similarity index 100% rename from stable/picoshare/9.7.3/values.yaml rename to stable/piaware/12.7.5/values.yaml diff --git a/stable/picoshare/9.7.3/CHANGELOG.md b/stable/picoshare/9.7.3/CHANGELOG.md deleted file mode 100644 index b665b15cd1a..00000000000 --- a/stable/picoshare/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/picoshare/9.7.3/Chart.yaml b/stable/picoshare/9.7.3/Chart.yaml deleted file mode 100644 index 333b278a1ca..00000000000 --- a/stable/picoshare/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PicoShare is a minimalist service that allows you to share files easily. -home: https://truecharts.org/charts/stable/picoshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png -keywords: - - picoshare -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: picoshare -sources: - - https://github.com/mtlynch/picoshare - - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - - https://hub.docker.com/r/mtlynch/picoshare -type: application -version: 9.7.3 diff --git a/stable/picoshare/9.7.3/app-changelog.md b/stable/picoshare/9.7.3/app-changelog.md deleted file mode 100644 index 6050143a658..00000000000 --- a/stable/picoshare/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/picoshare/9.7.3/charts/common-20.2.4.tgz b/stable/picoshare/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/picoshare/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pigallery2/5.7.3/.helmignore b/stable/picoshare/9.7.5/.helmignore similarity index 100% rename from stable/pigallery2/5.7.3/.helmignore rename to stable/picoshare/9.7.5/.helmignore diff --git a/stable/picoshare/9.7.5/CHANGELOG.md b/stable/picoshare/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6eb6a5ceb7b --- /dev/null +++ b/stable/picoshare/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [picoshare-9.7.5](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [picoshare-9.7.4](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [picoshare-9.7.4](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [picoshare-9.7.4](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [picoshare-9.7.4](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [picoshare-9.7.4](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/picoshare/9.7.5/Chart.yaml b/stable/picoshare/9.7.5/Chart.yaml new file mode 100644 index 00000000000..c484c18c263 --- /dev/null +++ b/stable/picoshare/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PicoShare is a minimalist service that allows you to share files easily. +home: https://truecharts.org/charts/stable/picoshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png +keywords: + - picoshare +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: picoshare +sources: + - https://github.com/mtlynch/picoshare + - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare + - https://hub.docker.com/r/mtlynch/picoshare +type: application +version: 9.7.5 diff --git a/stable/picoshare/9.7.3/README.md b/stable/picoshare/9.7.5/README.md similarity index 100% rename from stable/picoshare/9.7.3/README.md rename to stable/picoshare/9.7.5/README.md diff --git a/stable/picoshare/9.7.5/app-changelog.md b/stable/picoshare/9.7.5/app-changelog.md new file mode 100644 index 00000000000..daf0371876d --- /dev/null +++ b/stable/picoshare/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [picoshare-9.7.5](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/picoshare/9.7.3/app-readme.md b/stable/picoshare/9.7.5/app-readme.md similarity index 100% rename from stable/picoshare/9.7.3/app-readme.md rename to stable/picoshare/9.7.5/app-readme.md diff --git a/stable/picoshare/9.7.5/charts/common-20.2.10.tgz b/stable/picoshare/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/picoshare/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/picoshare/9.7.3/ix_values.yaml b/stable/picoshare/9.7.5/ix_values.yaml similarity index 100% rename from stable/picoshare/9.7.3/ix_values.yaml rename to stable/picoshare/9.7.5/ix_values.yaml diff --git a/stable/picoshare/9.7.3/questions.yaml b/stable/picoshare/9.7.5/questions.yaml similarity index 100% rename from stable/picoshare/9.7.3/questions.yaml rename to stable/picoshare/9.7.5/questions.yaml diff --git a/stable/pinry/9.7.3/templates/NOTES.txt b/stable/picoshare/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/pinry/9.7.3/templates/NOTES.txt rename to stable/picoshare/9.7.5/templates/NOTES.txt diff --git a/stable/picoshare/9.7.3/templates/common.yaml b/stable/picoshare/9.7.5/templates/common.yaml similarity index 100% rename from stable/picoshare/9.7.3/templates/common.yaml rename to stable/picoshare/9.7.5/templates/common.yaml diff --git a/stable/pigallery2/5.7.3/values.yaml b/stable/picoshare/9.7.5/values.yaml similarity index 100% rename from stable/pigallery2/5.7.3/values.yaml rename to stable/picoshare/9.7.5/values.yaml diff --git a/stable/pigallery2/5.7.3/CHANGELOG.md b/stable/pigallery2/5.7.3/CHANGELOG.md deleted file mode 100644 index d04a7b1fd16..00000000000 --- a/stable/pigallery2/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pigallery2/5.7.3/Chart.yaml b/stable/pigallery2/5.7.3/Chart.yaml deleted file mode 100644 index 751d44a61c8..00000000000 --- a/stable/pigallery2/5.7.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Homepage: http://bpatrik.github.io/pigallery2/" -home: https://truecharts.org/charts/stable/pigallery2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png -keywords: - - pigallery2 - - Cloud - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pigallery2 -sources: - - https://github.com/bpatrik/pigallery2 - - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 - - https://hub.docker.com/r/bpatrik/pigallery2 -type: application -version: 5.7.3 diff --git a/stable/pigallery2/5.7.3/app-changelog.md b/stable/pigallery2/5.7.3/app-changelog.md deleted file mode 100644 index 554feda7b55..00000000000 --- a/stable/pigallery2/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz b/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pihole/16.4.4/.helmignore b/stable/pigallery2/5.7.5/.helmignore similarity index 100% rename from stable/pihole/16.4.4/.helmignore rename to stable/pigallery2/5.7.5/.helmignore diff --git a/stable/pigallery2/5.7.5/CHANGELOG.md b/stable/pigallery2/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6ffd2cffe6e --- /dev/null +++ b/stable/pigallery2/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pigallery2-5.7.5](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pigallery2-5.7.4](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pigallery2-5.7.4](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pigallery2-5.7.4](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pigallery2-5.7.4](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pigallery2-5.7.4](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pigallery2/5.7.5/Chart.yaml b/stable/pigallery2/5.7.5/Chart.yaml new file mode 100644 index 00000000000..d34b7f2ce93 --- /dev/null +++ b/stable/pigallery2/5.7.5/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Homepage: http://bpatrik.github.io/pigallery2/" +home: https://truecharts.org/charts/stable/pigallery2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png +keywords: + - pigallery2 + - Cloud + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pigallery2 +sources: + - https://github.com/bpatrik/pigallery2 + - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 + - https://hub.docker.com/r/bpatrik/pigallery2 +type: application +version: 5.7.5 diff --git a/stable/pigallery2/5.7.3/README.md b/stable/pigallery2/5.7.5/README.md similarity index 100% rename from stable/pigallery2/5.7.3/README.md rename to stable/pigallery2/5.7.5/README.md diff --git a/stable/pigallery2/5.7.5/app-changelog.md b/stable/pigallery2/5.7.5/app-changelog.md new file mode 100644 index 00000000000..bca1ed75e95 --- /dev/null +++ b/stable/pigallery2/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pigallery2-5.7.5](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pigallery2/5.7.3/app-readme.md b/stable/pigallery2/5.7.5/app-readme.md similarity index 100% rename from stable/pigallery2/5.7.3/app-readme.md rename to stable/pigallery2/5.7.5/app-readme.md diff --git a/stable/pigallery2/5.7.5/charts/common-20.2.10.tgz b/stable/pigallery2/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pigallery2/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pigallery2/5.7.3/ix_values.yaml b/stable/pigallery2/5.7.5/ix_values.yaml similarity index 100% rename from stable/pigallery2/5.7.3/ix_values.yaml rename to stable/pigallery2/5.7.5/ix_values.yaml diff --git a/stable/pigallery2/5.7.3/questions.yaml b/stable/pigallery2/5.7.5/questions.yaml similarity index 100% rename from stable/pigallery2/5.7.3/questions.yaml rename to stable/pigallery2/5.7.5/questions.yaml diff --git a/stable/pigallery2/5.7.3/templates/common.yaml b/stable/pigallery2/5.7.5/templates/common.yaml similarity index 100% rename from stable/pigallery2/5.7.3/templates/common.yaml rename to stable/pigallery2/5.7.5/templates/common.yaml diff --git a/stable/pihole/16.4.4/values.yaml b/stable/pigallery2/5.7.5/values.yaml similarity index 100% rename from stable/pihole/16.4.4/values.yaml rename to stable/pigallery2/5.7.5/values.yaml diff --git a/stable/pihole/16.4.4/CHANGELOG.md b/stable/pihole/16.4.4/CHANGELOG.md deleted file mode 100644 index 930d1fc74c4..00000000000 --- a/stable/pihole/16.4.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - diff --git a/stable/pihole/16.4.4/Chart.yaml b/stable/pihole/16.4.4/Chart.yaml deleted file mode 100644 index 78ff6ddd975..00000000000 --- a/stable/pihole/16.4.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: DNS and Ad-filtering for your network -home: https://truecharts.org/charts/stable/pihole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png -keywords: - - DNS -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pihole -sources: - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - - https://pi-hole.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - - https://hub.docker.com/r/pihole/pihole -type: application -version: 16.4.4 diff --git a/stable/pihole/16.4.4/app-changelog.md b/stable/pihole/16.4.4/app-changelog.md deleted file mode 100644 index 3fc59fd08b1..00000000000 --- a/stable/pihole/16.4.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [pihole-16.4.4](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pihole/16.4.4/charts/common-20.2.9.tgz b/stable/pihole/16.4.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/pihole/16.4.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/pihole/16.4.4/ix_values.yaml b/stable/pihole/16.4.4/ix_values.yaml deleted file mode 100644 index 6bdc9124108..00000000000 --- a/stable/pihole/16.4.4/ix_values.yaml +++ /dev/null @@ -1,69 +0,0 @@ -image: - repository: pihole/pihole - pullPolicy: IfNotPresent - tag: 2024.02.2@sha256:774f55647070106d20787a65beaa4354cbd455c59f734f239fde544abd679928 -pihole: - webPassword: somepassword" - dnsServers: - - "9.9.9.9" - - "149.112.112.112" -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - NET_ADMIN - - SETFCAP - - SETPCAP - - KILL -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: pihole-env - probes: - liveness: - type: http - path: /admin/index.php - readiness: - type: http - path: /admin/index.php - startup: - type: http - path: /admin/index.php -service: - main: - ports: - main: - port: 9089 - targetPort: 80 - dns: - enabled: true - ports: - dns: - enabled: true - protocol: udp - port: 53 - targetPort: 53 - dns-tcp: - enabled: true - protocol: tcp - port: "{{ .Values.service.dns.ports.dns.port }}" - targetPort: 53 -persistence: - config: - enabled: true - mountPath: "/etc/pihole" - dnsmasq: - enabled: true - mountPath: "/etc/dnsmasq.d" -portal: - open: - enabled: true diff --git a/stable/pinry/9.7.3/.helmignore b/stable/pihole/16.5.1/.helmignore similarity index 100% rename from stable/pinry/9.7.3/.helmignore rename to stable/pihole/16.5.1/.helmignore diff --git a/stable/pihole/16.5.1/CHANGELOG.md b/stable/pihole/16.5.1/CHANGELOG.md new file mode 100644 index 00000000000..9c2271adacf --- /dev/null +++ b/stable/pihole/16.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pihole-16.5.1](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pihole-16.5.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.0) (2024-03-29) + +### Chore + + + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pihole-16.5.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.0) (2024-03-29) + +### Chore + + + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pihole-16.5.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.0) (2024-03-29) + +### Chore + + + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pihole-16.5.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.0) (2024-03-29) + +### Chore + + + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/pihole/16.5.1/Chart.yaml b/stable/pihole/16.5.1/Chart.yaml new file mode 100644 index 00000000000..c8ba2a89eff --- /dev/null +++ b/stable/pihole/16.5.1/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.03.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS and Ad-filtering for your network +home: https://truecharts.org/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png +keywords: + - DNS +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pihole +sources: + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole + - https://pi-hole.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole + - https://hub.docker.com/r/pihole/pihole +type: application +version: 16.5.1 diff --git a/stable/pihole/16.4.4/README.md b/stable/pihole/16.5.1/README.md similarity index 100% rename from stable/pihole/16.4.4/README.md rename to stable/pihole/16.5.1/README.md diff --git a/stable/pihole/16.5.1/app-changelog.md b/stable/pihole/16.5.1/app-changelog.md new file mode 100644 index 00000000000..1b256e4ed36 --- /dev/null +++ b/stable/pihole/16.5.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [pihole-16.5.1](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.5.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image pihole/pihole to v2024.03.1[@e3bb67e](https://github.com/e3bb67e) by renovate ([#19893](https://github.com/truecharts/charts/issues/19893)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pihole/16.4.4/app-readme.md b/stable/pihole/16.5.1/app-readme.md similarity index 100% rename from stable/pihole/16.4.4/app-readme.md rename to stable/pihole/16.5.1/app-readme.md diff --git a/stable/pihole/16.5.1/charts/common-20.2.10.tgz b/stable/pihole/16.5.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pihole/16.5.1/charts/common-20.2.10.tgz differ diff --git a/stable/pihole/16.5.1/ix_values.yaml b/stable/pihole/16.5.1/ix_values.yaml new file mode 100644 index 00000000000..06219b4c547 --- /dev/null +++ b/stable/pihole/16.5.1/ix_values.yaml @@ -0,0 +1,69 @@ +image: + repository: pihole/pihole + pullPolicy: IfNotPresent + tag: 2024.03.1@sha256:e3bb67ee283afee5fffd1d3ea8b95c4a2bf3aa445f955d4e5f3947d72904d580 +pihole: + webPassword: somepassword" + dnsServers: + - "9.9.9.9" + - "149.112.112.112" +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - NET_ADMIN + - SETFCAP + - SETPCAP + - KILL +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: pihole-env + probes: + liveness: + type: http + path: /admin/index.php + readiness: + type: http + path: /admin/index.php + startup: + type: http + path: /admin/index.php +service: + main: + ports: + main: + port: 9089 + targetPort: 80 + dns: + enabled: true + ports: + dns: + enabled: true + protocol: udp + port: 53 + targetPort: 53 + dns-tcp: + enabled: true + protocol: tcp + port: "{{ .Values.service.dns.ports.dns.port }}" + targetPort: 53 +persistence: + config: + enabled: true + mountPath: "/etc/pihole" + dnsmasq: + enabled: true + mountPath: "/etc/dnsmasq.d" +portal: + open: + enabled: true diff --git a/stable/pihole/16.4.4/questions.yaml b/stable/pihole/16.5.1/questions.yaml similarity index 100% rename from stable/pihole/16.4.4/questions.yaml rename to stable/pihole/16.5.1/questions.yaml diff --git a/stable/pihole/16.4.4/templates/_configmap.tpl b/stable/pihole/16.5.1/templates/_configmap.tpl similarity index 100% rename from stable/pihole/16.4.4/templates/_configmap.tpl rename to stable/pihole/16.5.1/templates/_configmap.tpl diff --git a/stable/pihole/16.4.4/templates/common.yaml b/stable/pihole/16.5.1/templates/common.yaml similarity index 100% rename from stable/pihole/16.4.4/templates/common.yaml rename to stable/pihole/16.5.1/templates/common.yaml diff --git a/stable/pinry/9.7.3/values.yaml b/stable/pihole/16.5.1/values.yaml similarity index 100% rename from stable/pinry/9.7.3/values.yaml rename to stable/pihole/16.5.1/values.yaml diff --git a/stable/pinry/9.7.3/CHANGELOG.md b/stable/pinry/9.7.3/CHANGELOG.md deleted file mode 100644 index 6224b1189a3..00000000000 --- a/stable/pinry/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pinry/9.7.3/Chart.yaml b/stable/pinry/9.7.3/Chart.yaml deleted file mode 100644 index 773ca6a5049..00000000000 --- a/stable/pinry/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.12 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. -home: https://truecharts.org/charts/stable/pinry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png -keywords: - - pinry -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pinry -sources: - - https://github.com/pinry/pinry/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - - https://hub.docker.com/r/getpinry/pinry -type: application -version: 9.7.3 diff --git a/stable/pinry/9.7.3/app-changelog.md b/stable/pinry/9.7.3/app-changelog.md deleted file mode 100644 index 41b392b4680..00000000000 --- a/stable/pinry/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pinry/9.7.3/charts/common-20.2.4.tgz b/stable/pinry/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pinry/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/piwigo/12.13.8/.helmignore b/stable/pinry/9.7.5/.helmignore similarity index 100% rename from stable/piwigo/12.13.8/.helmignore rename to stable/pinry/9.7.5/.helmignore diff --git a/stable/pinry/9.7.5/CHANGELOG.md b/stable/pinry/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f3a9827c3ea --- /dev/null +++ b/stable/pinry/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pinry-9.7.5](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pinry-9.7.4](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pinry-9.7.4](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pinry-9.7.4](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pinry-9.7.4](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pinry-9.7.4](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pinry/9.7.5/Chart.yaml b/stable/pinry/9.7.5/Chart.yaml new file mode 100644 index 00000000000..298ef10bffb --- /dev/null +++ b/stable/pinry/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.12 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. +home: https://truecharts.org/charts/stable/pinry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png +keywords: + - pinry +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pinry +sources: + - https://github.com/pinry/pinry/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pinry + - https://hub.docker.com/r/getpinry/pinry +type: application +version: 9.7.5 diff --git a/stable/pinry/9.7.3/README.md b/stable/pinry/9.7.5/README.md similarity index 100% rename from stable/pinry/9.7.3/README.md rename to stable/pinry/9.7.5/README.md diff --git a/stable/pinry/9.7.5/app-changelog.md b/stable/pinry/9.7.5/app-changelog.md new file mode 100644 index 00000000000..fada1641d03 --- /dev/null +++ b/stable/pinry/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pinry-9.7.5](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pinry/9.7.3/app-readme.md b/stable/pinry/9.7.5/app-readme.md similarity index 100% rename from stable/pinry/9.7.3/app-readme.md rename to stable/pinry/9.7.5/app-readme.md diff --git a/stable/pinry/9.7.5/charts/common-20.2.10.tgz b/stable/pinry/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pinry/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pinry/9.7.3/ix_values.yaml b/stable/pinry/9.7.5/ix_values.yaml similarity index 100% rename from stable/pinry/9.7.3/ix_values.yaml rename to stable/pinry/9.7.5/ix_values.yaml diff --git a/stable/pinry/9.7.3/questions.yaml b/stable/pinry/9.7.5/questions.yaml similarity index 100% rename from stable/pinry/9.7.3/questions.yaml rename to stable/pinry/9.7.5/questions.yaml diff --git a/stable/piwigo/12.13.8/templates/NOTES.txt b/stable/pinry/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/piwigo/12.13.8/templates/NOTES.txt rename to stable/pinry/9.7.5/templates/NOTES.txt diff --git a/stable/pinry/9.7.3/templates/_secrets.tpl b/stable/pinry/9.7.5/templates/_secrets.tpl similarity index 100% rename from stable/pinry/9.7.3/templates/_secrets.tpl rename to stable/pinry/9.7.5/templates/_secrets.tpl diff --git a/stable/pinry/9.7.3/templates/common.yaml b/stable/pinry/9.7.5/templates/common.yaml similarity index 100% rename from stable/pinry/9.7.3/templates/common.yaml rename to stable/pinry/9.7.5/templates/common.yaml diff --git a/stable/piwigo/12.13.8/values.yaml b/stable/pinry/9.7.5/values.yaml similarity index 100% rename from stable/piwigo/12.13.8/values.yaml rename to stable/pinry/9.7.5/values.yaml diff --git a/stable/pixapop/10.7.3/.helmignore b/stable/piwigo/12.13.10/.helmignore similarity index 100% rename from stable/pixapop/10.7.3/.helmignore rename to stable/piwigo/12.13.10/.helmignore diff --git a/stable/piwigo/12.13.10/CHANGELOG.md b/stable/piwigo/12.13.10/CHANGELOG.md new file mode 100644 index 00000000000..8b8953f13b6 --- /dev/null +++ b/stable/piwigo/12.13.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piwigo-12.13.10](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [piwigo-12.13.9](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [piwigo-12.13.9](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/piwigo/12.13.10/Chart.yaml b/stable/piwigo/12.13.10/Chart.yaml new file mode 100644 index 00000000000..482c302d95f --- /dev/null +++ b/stable/piwigo/12.13.10/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 14.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A photo gallery software for the web. +home: https://truecharts.org/charts/stable/piwigo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png +keywords: + - piwigo + - gallery + - photo + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piwigo +sources: + - https://github.com/linuxserver/docker-piwigo + - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo + - https://ghcr.io/linuxserver/piwigo +type: application +version: 12.13.10 diff --git a/stable/piwigo/12.13.8/README.md b/stable/piwigo/12.13.10/README.md similarity index 100% rename from stable/piwigo/12.13.8/README.md rename to stable/piwigo/12.13.10/README.md diff --git a/stable/piwigo/12.13.10/app-changelog.md b/stable/piwigo/12.13.10/app-changelog.md new file mode 100644 index 00000000000..a5e8dbaa4ed --- /dev/null +++ b/stable/piwigo/12.13.10/app-changelog.md @@ -0,0 +1,41 @@ + + +## [piwigo-12.13.10](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/piwigo/12.13.8/app-readme.md b/stable/piwigo/12.13.10/app-readme.md similarity index 100% rename from stable/piwigo/12.13.8/app-readme.md rename to stable/piwigo/12.13.10/app-readme.md diff --git a/stable/piwigo/12.13.10/charts/common-20.2.10.tgz b/stable/piwigo/12.13.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/piwigo/12.13.10/charts/common-20.2.10.tgz differ diff --git a/stable/piwigo/12.13.10/charts/mariadb-13.7.5.tgz b/stable/piwigo/12.13.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/piwigo/12.13.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/piwigo/12.13.8/ix_values.yaml b/stable/piwigo/12.13.10/ix_values.yaml similarity index 100% rename from stable/piwigo/12.13.8/ix_values.yaml rename to stable/piwigo/12.13.10/ix_values.yaml diff --git a/stable/piwigo/12.13.8/questions.yaml b/stable/piwigo/12.13.10/questions.yaml similarity index 100% rename from stable/piwigo/12.13.8/questions.yaml rename to stable/piwigo/12.13.10/questions.yaml diff --git a/stable/pixapop/10.7.3/templates/NOTES.txt b/stable/piwigo/12.13.10/templates/NOTES.txt similarity index 100% rename from stable/pixapop/10.7.3/templates/NOTES.txt rename to stable/piwigo/12.13.10/templates/NOTES.txt diff --git a/stable/piwigo/12.13.8/templates/common.yaml b/stable/piwigo/12.13.10/templates/common.yaml similarity index 100% rename from stable/piwigo/12.13.8/templates/common.yaml rename to stable/piwigo/12.13.10/templates/common.yaml diff --git a/stable/pixapop/10.7.3/values.yaml b/stable/piwigo/12.13.10/values.yaml similarity index 100% rename from stable/pixapop/10.7.3/values.yaml rename to stable/piwigo/12.13.10/values.yaml diff --git a/stable/piwigo/12.13.8/CHANGELOG.md b/stable/piwigo/12.13.8/CHANGELOG.md deleted file mode 100644 index a6ea16f7377..00000000000 --- a/stable/piwigo/12.13.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [piwigo-12.13.8](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [piwigo-12.13.8](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [piwigo-12.13.7](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/piwigo/12.13.8/Chart.yaml b/stable/piwigo/12.13.8/Chart.yaml deleted file mode 100644 index e67f9457271..00000000000 --- a/stable/piwigo/12.13.8/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 14.3.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A photo gallery software for the web. -home: https://truecharts.org/charts/stable/piwigo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png -keywords: - - piwigo - - gallery - - photo - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: piwigo -sources: - - https://github.com/linuxserver/docker-piwigo - - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - - https://ghcr.io/linuxserver/piwigo -type: application -version: 12.13.8 diff --git a/stable/piwigo/12.13.8/app-changelog.md b/stable/piwigo/12.13.8/app-changelog.md deleted file mode 100644 index 099d02e99cf..00000000000 --- a/stable/piwigo/12.13.8/app-changelog.md +++ /dev/null @@ -1,37 +0,0 @@ - - -## [piwigo-12.13.8](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/piwigo/12.13.8/charts/common-20.2.9.tgz b/stable/piwigo/12.13.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/piwigo/12.13.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/piwigo/12.13.8/charts/mariadb-13.7.4.tgz b/stable/piwigo/12.13.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/piwigo/12.13.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/pixapop/10.7.3/CHANGELOG.md b/stable/pixapop/10.7.3/CHANGELOG.md deleted file mode 100644 index fa2cd9c6b03..00000000000 --- a/stable/pixapop/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pixapop/10.7.3/Chart.yaml b/stable/pixapop/10.7.3/Chart.yaml deleted file mode 100644 index ba0677bec80..00000000000 --- a/stable/pixapop/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An open-source single page application to view your photos in the easiest way possible. -home: https://truecharts.org/charts/stable/pixapop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png -keywords: - - pixapop - - photo - - gallery - - image -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pixapop -sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop - - https://ghcr.io/linuxserver/pixapop -type: application -version: 10.7.3 diff --git a/stable/pixapop/10.7.3/app-changelog.md b/stable/pixapop/10.7.3/app-changelog.md deleted file mode 100644 index 0fcb0242d06..00000000000 --- a/stable/pixapop/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pixapop/10.7.3/charts/common-20.2.4.tgz b/stable/pixapop/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pixapop/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pixark/5.7.3/.helmignore b/stable/pixapop/10.7.5/.helmignore similarity index 100% rename from stable/pixark/5.7.3/.helmignore rename to stable/pixapop/10.7.5/.helmignore diff --git a/stable/pixapop/10.7.5/CHANGELOG.md b/stable/pixapop/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..84b8406f0d5 --- /dev/null +++ b/stable/pixapop/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixapop-10.7.5](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixapop-10.7.4](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixapop-10.7.4](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixapop-10.7.4](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixapop-10.7.4](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixapop-10.7.4](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pixapop/10.7.5/Chart.yaml b/stable/pixapop/10.7.5/Chart.yaml new file mode 100644 index 00000000000..3a1c534d61d --- /dev/null +++ b/stable/pixapop/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open-source single page application to view your photos in the easiest way possible. +home: https://truecharts.org/charts/stable/pixapop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png +keywords: + - pixapop + - photo + - gallery + - image +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixapop +sources: + - https://github.com/linuxserver/docker-pixapop + - https://github.com/bierdok/pixapop + - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop + - https://ghcr.io/linuxserver/pixapop +type: application +version: 10.7.5 diff --git a/stable/pixapop/10.7.3/README.md b/stable/pixapop/10.7.5/README.md similarity index 100% rename from stable/pixapop/10.7.3/README.md rename to stable/pixapop/10.7.5/README.md diff --git a/stable/pixapop/10.7.5/app-changelog.md b/stable/pixapop/10.7.5/app-changelog.md new file mode 100644 index 00000000000..448e46aaf1c --- /dev/null +++ b/stable/pixapop/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pixapop-10.7.5](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pixapop/10.7.3/app-readme.md b/stable/pixapop/10.7.5/app-readme.md similarity index 100% rename from stable/pixapop/10.7.3/app-readme.md rename to stable/pixapop/10.7.5/app-readme.md diff --git a/stable/pixapop/10.7.5/charts/common-20.2.10.tgz b/stable/pixapop/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pixapop/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pixapop/10.7.3/ix_values.yaml b/stable/pixapop/10.7.5/ix_values.yaml similarity index 100% rename from stable/pixapop/10.7.3/ix_values.yaml rename to stable/pixapop/10.7.5/ix_values.yaml diff --git a/stable/pixapop/10.7.3/questions.yaml b/stable/pixapop/10.7.5/questions.yaml similarity index 100% rename from stable/pixapop/10.7.3/questions.yaml rename to stable/pixapop/10.7.5/questions.yaml diff --git a/stable/plaxt/8.7.3/templates/NOTES.txt b/stable/pixapop/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/plaxt/8.7.3/templates/NOTES.txt rename to stable/pixapop/10.7.5/templates/NOTES.txt diff --git a/stable/pixapop/10.7.3/templates/common.yaml b/stable/pixapop/10.7.5/templates/common.yaml similarity index 100% rename from stable/pixapop/10.7.3/templates/common.yaml rename to stable/pixapop/10.7.5/templates/common.yaml diff --git a/stable/pixark/5.7.3/values.yaml b/stable/pixapop/10.7.5/values.yaml similarity index 100% rename from stable/pixark/5.7.3/values.yaml rename to stable/pixapop/10.7.5/values.yaml diff --git a/stable/pixark/5.7.3/CHANGELOG.md b/stable/pixark/5.7.3/CHANGELOG.md deleted file mode 100644 index 3c357f62903..00000000000 --- a/stable/pixark/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pixark/5.7.3/Chart.yaml b/stable/pixark/5.7.3/Chart.yaml deleted file mode 100644 index ffe5cebd3c7..00000000000 --- a/stable/pixark/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pixark -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). -home: https://truecharts.org/charts/stable/pixark -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png -keywords: - - pixark - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pixark -sources: - - https://pixark.snail.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pixark - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/pixark/5.7.3/app-changelog.md b/stable/pixark/5.7.3/app-changelog.md deleted file mode 100644 index bb18fe00e6c..00000000000 --- a/stable/pixark/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pixark/5.7.3/charts/common-20.2.4.tgz b/stable/pixark/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pixark/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plausible/10.14.7/.helmignore b/stable/pixark/5.7.5/.helmignore similarity index 100% rename from stable/plausible/10.14.7/.helmignore rename to stable/pixark/5.7.5/.helmignore diff --git a/stable/pixark/5.7.5/CHANGELOG.md b/stable/pixark/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..22d243bdb5f --- /dev/null +++ b/stable/pixark/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixark-5.7.5](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixark-5.7.4](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixark-5.7.4](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixark-5.7.4](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixark-5.7.4](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pixark-5.7.4](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pixark/5.7.5/Chart.yaml b/stable/pixark/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c52bbcb7e63 --- /dev/null +++ b/stable/pixark/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pixark +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). +home: https://truecharts.org/charts/stable/pixark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png +keywords: + - pixark + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixark +sources: + - https://pixark.snail.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pixark + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/pixark/5.7.3/README.md b/stable/pixark/5.7.5/README.md similarity index 100% rename from stable/pixark/5.7.3/README.md rename to stable/pixark/5.7.5/README.md diff --git a/stable/pixark/5.7.5/app-changelog.md b/stable/pixark/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d96d1034fbb --- /dev/null +++ b/stable/pixark/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pixark-5.7.5](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pixark/5.7.3/app-readme.md b/stable/pixark/5.7.5/app-readme.md similarity index 100% rename from stable/pixark/5.7.3/app-readme.md rename to stable/pixark/5.7.5/app-readme.md diff --git a/stable/pixark/5.7.5/charts/common-20.2.10.tgz b/stable/pixark/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pixark/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pixark/5.7.3/ix_values.yaml b/stable/pixark/5.7.5/ix_values.yaml similarity index 100% rename from stable/pixark/5.7.3/ix_values.yaml rename to stable/pixark/5.7.5/ix_values.yaml diff --git a/stable/pixark/5.7.3/questions.yaml b/stable/pixark/5.7.5/questions.yaml similarity index 100% rename from stable/pixark/5.7.3/questions.yaml rename to stable/pixark/5.7.5/questions.yaml diff --git a/stable/pixark/5.7.3/templates/common.yaml b/stable/pixark/5.7.5/templates/common.yaml similarity index 100% rename from stable/pixark/5.7.3/templates/common.yaml rename to stable/pixark/5.7.5/templates/common.yaml diff --git a/stable/plausible/10.14.7/values.yaml b/stable/pixark/5.7.5/values.yaml similarity index 100% rename from stable/plausible/10.14.7/values.yaml rename to stable/pixark/5.7.5/values.yaml diff --git a/stable/plausible/10.14.7/CHANGELOG.md b/stable/plausible/10.14.7/CHANGELOG.md deleted file mode 100644 index 0e818aab396..00000000000 --- a/stable/plausible/10.14.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plausible-10.14.7](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.7) (2024-03-27) - -### Chore - - - -- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) - -- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) - -- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) - - -## [plausible-10.14.7](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.7) (2024-03-27) - -### Chore - - - -- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) - -- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) - -- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) - - -## [plausible-10.14.7](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.7) (2024-03-27) - -### Chore - - - -- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) - -- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) diff --git a/stable/plausible/10.14.7/Chart.yaml b/stable/plausible/10.14.7/Chart.yaml deleted file mode 100644 index 8b88cbc5042..00000000000 --- a/stable/plausible/10.14.7/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: analytics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: clickhouse - version: 12.8.4 - repository: oci://tccr.io/truecharts - condition: clickhouse.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. -home: https://truecharts.org/charts/stable/plausible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png -keywords: - - plausible - - analytics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plausible -sources: - - https://plausible.io/docs/self-hosting - - https://github.com/plausible/analytics - - https://github.com/plausible/hosting - - https://plausible.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/plausible - - https://hub.docker.com/r/plausible/analytics -type: application -version: 10.14.7 diff --git a/stable/plausible/10.14.7/app-changelog.md b/stable/plausible/10.14.7/app-changelog.md deleted file mode 100644 index 049a099f281..00000000000 --- a/stable/plausible/10.14.7/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [plausible-10.14.7](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.7) (2024-03-27) - -### Chore - - - -- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) - -- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) - -- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) \ No newline at end of file diff --git a/stable/plausible/10.14.7/charts/clickhouse-12.8.4.tgz b/stable/plausible/10.14.7/charts/clickhouse-12.8.4.tgz deleted file mode 100644 index 3e64c0c12ce..00000000000 Binary files a/stable/plausible/10.14.7/charts/clickhouse-12.8.4.tgz and /dev/null differ diff --git a/stable/plausible/10.14.7/charts/common-20.2.9.tgz b/stable/plausible/10.14.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/plausible/10.14.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/plaxt/8.7.3/.helmignore b/stable/plausible/10.15.1/.helmignore similarity index 100% rename from stable/plaxt/8.7.3/.helmignore rename to stable/plausible/10.15.1/.helmignore diff --git a/stable/plausible/10.15.1/CHANGELOG.md b/stable/plausible/10.15.1/CHANGELOG.md new file mode 100644 index 00000000000..bca2e3325c6 --- /dev/null +++ b/stable/plausible/10.15.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plausible-10.15.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.15.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image clickhouse to v12.9.0[@8ff7c83](https://github.com/8ff7c83) by renovate ([#19891](https://github.com/truecharts/charts/issues/19891)) + +- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) + +- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) + +- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) + + +## [plausible-10.15.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.15.0) (2024-03-28) + +### Chore + + + +- update container image clickhouse to v12.9.0[@8ff7c83](https://github.com/8ff7c83) by renovate ([#19891](https://github.com/truecharts/charts/issues/19891)) + +- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) + +- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) + +- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) + + +## [plausible-10.15.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.15.0) (2024-03-28) + +### Chore + + + +- update container image clickhouse to v12.9.0[@8ff7c83](https://github.com/8ff7c83) by renovate ([#19891](https://github.com/truecharts/charts/issues/19891)) + +- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/plausible/10.15.1/Chart.yaml b/stable/plausible/10.15.1/Chart.yaml new file mode 100644 index 00000000000..3030b8ad152 --- /dev/null +++ b/stable/plausible/10.15.1/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: analytics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: clickhouse + version: 12.9.0 + repository: oci://tccr.io/truecharts + condition: clickhouse.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. +home: https://truecharts.org/charts/stable/plausible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png +keywords: + - plausible + - analytics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plausible +sources: + - https://plausible.io/docs/self-hosting + - https://github.com/plausible/analytics + - https://github.com/plausible/hosting + - https://plausible.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/plausible + - https://hub.docker.com/r/plausible/analytics +type: application +version: 10.15.1 diff --git a/stable/plausible/10.14.7/README.md b/stable/plausible/10.15.1/README.md similarity index 100% rename from stable/plausible/10.14.7/README.md rename to stable/plausible/10.15.1/README.md diff --git a/stable/plausible/10.15.1/app-changelog.md b/stable/plausible/10.15.1/app-changelog.md new file mode 100644 index 00000000000..0dc86c47bf2 --- /dev/null +++ b/stable/plausible/10.15.1/app-changelog.md @@ -0,0 +1,35 @@ + + +## [plausible-10.15.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.15.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image clickhouse to v12.9.0[@8ff7c83](https://github.com/8ff7c83) by renovate ([#19891](https://github.com/truecharts/charts/issues/19891)) + +- update container image clickhouse to v12.8.4[@092e612](https://github.com/092e612) by renovate ([#19762](https://github.com/truecharts/charts/issues/19762)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378)) + +- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360)) + +- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) \ No newline at end of file diff --git a/stable/plausible/10.14.7/app-readme.md b/stable/plausible/10.15.1/app-readme.md similarity index 100% rename from stable/plausible/10.14.7/app-readme.md rename to stable/plausible/10.15.1/app-readme.md diff --git a/stable/plausible/10.15.1/charts/clickhouse-12.9.0.tgz b/stable/plausible/10.15.1/charts/clickhouse-12.9.0.tgz new file mode 100644 index 00000000000..f48334f7c77 Binary files /dev/null and b/stable/plausible/10.15.1/charts/clickhouse-12.9.0.tgz differ diff --git a/stable/plausible/10.15.1/charts/common-20.2.10.tgz b/stable/plausible/10.15.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plausible/10.15.1/charts/common-20.2.10.tgz differ diff --git a/stable/plausible/10.14.7/ix_values.yaml b/stable/plausible/10.15.1/ix_values.yaml similarity index 100% rename from stable/plausible/10.14.7/ix_values.yaml rename to stable/plausible/10.15.1/ix_values.yaml diff --git a/stable/plausible/10.14.7/questions.yaml b/stable/plausible/10.15.1/questions.yaml similarity index 100% rename from stable/plausible/10.14.7/questions.yaml rename to stable/plausible/10.15.1/questions.yaml diff --git a/stable/plausible/10.14.7/templates/_configmap.tpl b/stable/plausible/10.15.1/templates/_configmap.tpl similarity index 100% rename from stable/plausible/10.14.7/templates/_configmap.tpl rename to stable/plausible/10.15.1/templates/_configmap.tpl diff --git a/stable/plausible/10.14.7/templates/_secret.tpl b/stable/plausible/10.15.1/templates/_secret.tpl similarity index 100% rename from stable/plausible/10.14.7/templates/_secret.tpl rename to stable/plausible/10.15.1/templates/_secret.tpl diff --git a/stable/plausible/10.14.7/templates/common.yaml b/stable/plausible/10.15.1/templates/common.yaml similarity index 100% rename from stable/plausible/10.14.7/templates/common.yaml rename to stable/plausible/10.15.1/templates/common.yaml diff --git a/stable/plaxt/8.7.3/values.yaml b/stable/plausible/10.15.1/values.yaml similarity index 100% rename from stable/plaxt/8.7.3/values.yaml rename to stable/plausible/10.15.1/values.yaml diff --git a/stable/plaxt/8.7.3/CHANGELOG.md b/stable/plaxt/8.7.3/CHANGELOG.md deleted file mode 100644 index 64a6d353a35..00000000000 --- a/stable/plaxt/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plaxt/8.7.3/Chart.yaml b/stable/plaxt/8.7.3/Chart.yaml deleted file mode 100644 index 4197e85fdd8..00000000000 --- a/stable/plaxt/8.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv -home: https://truecharts.org/charts/stable/plaxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png -keywords: - - plaxt - - Other - - MediaApp-Other - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plaxt -sources: - - https://github.com/XanderStrike/goplaxt - - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - - https://hub.docker.com/r/xanderstrike/goplaxt -type: application -version: 8.7.3 diff --git a/stable/plaxt/8.7.3/app-changelog.md b/stable/plaxt/8.7.3/app-changelog.md deleted file mode 100644 index ec5f6788514..00000000000 --- a/stable/plaxt/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plaxt/8.7.3/charts/common-20.2.4.tgz b/stable/plaxt/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plaxt/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/8.7.3/.helmignore b/stable/plaxt/8.7.5/.helmignore similarity index 100% rename from stable/plex-auto-languages/8.7.3/.helmignore rename to stable/plaxt/8.7.5/.helmignore diff --git a/stable/plaxt/8.7.5/CHANGELOG.md b/stable/plaxt/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..951b9a6ba49 --- /dev/null +++ b/stable/plaxt/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plaxt-8.7.5](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plaxt-8.7.4](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plaxt-8.7.4](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plaxt-8.7.4](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plaxt-8.7.4](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plaxt-8.7.4](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plaxt/8.7.5/Chart.yaml b/stable/plaxt/8.7.5/Chart.yaml new file mode 100644 index 00000000000..59db1bff20c --- /dev/null +++ b/stable/plaxt/8.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv +home: https://truecharts.org/charts/stable/plaxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png +keywords: + - plaxt + - Other + - MediaApp-Other + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plaxt +sources: + - https://github.com/XanderStrike/goplaxt + - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt + - https://hub.docker.com/r/xanderstrike/goplaxt +type: application +version: 8.7.5 diff --git a/stable/plaxt/8.7.3/README.md b/stable/plaxt/8.7.5/README.md similarity index 100% rename from stable/plaxt/8.7.3/README.md rename to stable/plaxt/8.7.5/README.md diff --git a/stable/plaxt/8.7.5/app-changelog.md b/stable/plaxt/8.7.5/app-changelog.md new file mode 100644 index 00000000000..8a02c908542 --- /dev/null +++ b/stable/plaxt/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plaxt-8.7.5](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plaxt/8.7.3/app-readme.md b/stable/plaxt/8.7.5/app-readme.md similarity index 100% rename from stable/plaxt/8.7.3/app-readme.md rename to stable/plaxt/8.7.5/app-readme.md diff --git a/stable/plaxt/8.7.5/charts/common-20.2.10.tgz b/stable/plaxt/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plaxt/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plaxt/8.7.3/ix_values.yaml b/stable/plaxt/8.7.5/ix_values.yaml similarity index 100% rename from stable/plaxt/8.7.3/ix_values.yaml rename to stable/plaxt/8.7.5/ix_values.yaml diff --git a/stable/plaxt/8.7.3/questions.yaml b/stable/plaxt/8.7.5/questions.yaml similarity index 100% rename from stable/plaxt/8.7.3/questions.yaml rename to stable/plaxt/8.7.5/questions.yaml diff --git a/stable/plex-auto-languages/8.7.3/templates/NOTES.txt b/stable/plaxt/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/plex-auto-languages/8.7.3/templates/NOTES.txt rename to stable/plaxt/8.7.5/templates/NOTES.txt diff --git a/stable/plaxt/8.7.3/templates/common.yaml b/stable/plaxt/8.7.5/templates/common.yaml similarity index 100% rename from stable/plaxt/8.7.3/templates/common.yaml rename to stable/plaxt/8.7.5/templates/common.yaml diff --git a/stable/plex-auto-languages/8.7.3/values.yaml b/stable/plaxt/8.7.5/values.yaml similarity index 100% rename from stable/plex-auto-languages/8.7.3/values.yaml rename to stable/plaxt/8.7.5/values.yaml diff --git a/stable/plex-auto-languages/8.7.3/CHANGELOG.md b/stable/plex-auto-languages/8.7.3/CHANGELOG.md deleted file mode 100644 index 3ccb969c162..00000000000 --- a/stable/plex-auto-languages/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plex-auto-languages/8.7.3/Chart.yaml b/stable/plex-auto-languages/8.7.3/Chart.yaml deleted file mode 100644 index 8a34b759e94..00000000000 --- a/stable/plex-auto-languages/8.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Automated language selection for Plex TV Shows. -home: https://truecharts.org/charts/stable/plex-auto-languages -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png -keywords: - - plex-auto-languages - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-auto-languages -sources: - - https://github.com/remirigal/plex-auto-languages - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages - - https://hub.docker.com/r/remirigal/plex-auto-languages -type: application -version: 8.7.3 diff --git a/stable/plex-auto-languages/8.7.3/app-changelog.md b/stable/plex-auto-languages/8.7.3/app-changelog.md deleted file mode 100644 index 08621217537..00000000000 --- a/stable/plex-auto-languages/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz b/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plex-meta-manager/6.7.3/.helmignore b/stable/plex-auto-languages/8.7.5/.helmignore similarity index 100% rename from stable/plex-meta-manager/6.7.3/.helmignore rename to stable/plex-auto-languages/8.7.5/.helmignore diff --git a/stable/plex-auto-languages/8.7.5/CHANGELOG.md b/stable/plex-auto-languages/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c7afdddba19 --- /dev/null +++ b/stable/plex-auto-languages/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-auto-languages-8.7.5](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-auto-languages-8.7.4](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-auto-languages-8.7.4](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-auto-languages-8.7.4](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-auto-languages-8.7.4](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-auto-languages-8.7.4](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plex-auto-languages/8.7.5/Chart.yaml b/stable/plex-auto-languages/8.7.5/Chart.yaml new file mode 100644 index 00000000000..20301b5613f --- /dev/null +++ b/stable/plex-auto-languages/8.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automated language selection for Plex TV Shows. +home: https://truecharts.org/charts/stable/plex-auto-languages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png +keywords: + - plex-auto-languages + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-auto-languages +sources: + - https://github.com/remirigal/plex-auto-languages + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages + - https://hub.docker.com/r/remirigal/plex-auto-languages +type: application +version: 8.7.5 diff --git a/stable/plex-auto-languages/8.7.3/README.md b/stable/plex-auto-languages/8.7.5/README.md similarity index 100% rename from stable/plex-auto-languages/8.7.3/README.md rename to stable/plex-auto-languages/8.7.5/README.md diff --git a/stable/plex-auto-languages/8.7.5/app-changelog.md b/stable/plex-auto-languages/8.7.5/app-changelog.md new file mode 100644 index 00000000000..05bd1df535e --- /dev/null +++ b/stable/plex-auto-languages/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plex-auto-languages-8.7.5](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-auto-languages/8.7.3/app-readme.md b/stable/plex-auto-languages/8.7.5/app-readme.md similarity index 100% rename from stable/plex-auto-languages/8.7.3/app-readme.md rename to stable/plex-auto-languages/8.7.5/app-readme.md diff --git a/stable/plex-auto-languages/8.7.5/charts/common-20.2.10.tgz b/stable/plex-auto-languages/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plex-auto-languages/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plex-auto-languages/8.7.3/ix_values.yaml b/stable/plex-auto-languages/8.7.5/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/8.7.3/ix_values.yaml rename to stable/plex-auto-languages/8.7.5/ix_values.yaml diff --git a/stable/plex-auto-languages/8.7.3/questions.yaml b/stable/plex-auto-languages/8.7.5/questions.yaml similarity index 100% rename from stable/plex-auto-languages/8.7.3/questions.yaml rename to stable/plex-auto-languages/8.7.5/questions.yaml diff --git a/stable/plex-meta-manager/6.7.3/templates/NOTES.txt b/stable/plex-auto-languages/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/plex-meta-manager/6.7.3/templates/NOTES.txt rename to stable/plex-auto-languages/8.7.5/templates/NOTES.txt diff --git a/stable/plex-auto-languages/8.7.3/templates/common.yaml b/stable/plex-auto-languages/8.7.5/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/8.7.3/templates/common.yaml rename to stable/plex-auto-languages/8.7.5/templates/common.yaml diff --git a/stable/plex-meta-manager/6.7.3/values.yaml b/stable/plex-auto-languages/8.7.5/values.yaml similarity index 100% rename from stable/plex-meta-manager/6.7.3/values.yaml rename to stable/plex-auto-languages/8.7.5/values.yaml diff --git a/stable/plex-meta-manager/6.7.3/CHANGELOG.md b/stable/plex-meta-manager/6.7.3/CHANGELOG.md deleted file mode 100644 index fdc670bc6d5..00000000000 --- a/stable/plex-meta-manager/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plex-meta-manager/6.7.3/Chart.yaml b/stable/plex-meta-manager/6.7.3/Chart.yaml deleted file mode 100644 index bc04925f3cf..00000000000 --- a/stable/plex-meta-manager/6.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Python script to update metadata and automatically build collections. -home: https://truecharts.org/charts/stable/plex-meta-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png -keywords: - - plex-meta-manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-meta-manager -sources: - - https://github.com/meisnate12/Plex-Meta-Manager - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager - - https://hub.docker.com/r/meisnate12/plex-meta-manager -type: application -version: 6.7.3 diff --git a/stable/plex-meta-manager/6.7.3/app-changelog.md b/stable/plex-meta-manager/6.7.3/app-changelog.md deleted file mode 100644 index 34f5a897b30..00000000000 --- a/stable/plex-meta-manager/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz b/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plex-playlist-sync/3.7.3/.helmignore b/stable/plex-meta-manager/6.7.5/.helmignore similarity index 100% rename from stable/plex-playlist-sync/3.7.3/.helmignore rename to stable/plex-meta-manager/6.7.5/.helmignore diff --git a/stable/plex-meta-manager/6.7.5/CHANGELOG.md b/stable/plex-meta-manager/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7e1a68ffa98 --- /dev/null +++ b/stable/plex-meta-manager/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-meta-manager-6.7.5](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-meta-manager-6.7.4](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-meta-manager-6.7.4](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-meta-manager-6.7.4](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-meta-manager-6.7.4](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-meta-manager-6.7.4](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plex-meta-manager/6.7.5/Chart.yaml b/stable/plex-meta-manager/6.7.5/Chart.yaml new file mode 100644 index 00000000000..7adb9dafac2 --- /dev/null +++ b/stable/plex-meta-manager/6.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Python script to update metadata and automatically build collections. +home: https://truecharts.org/charts/stable/plex-meta-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png +keywords: + - plex-meta-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-meta-manager +sources: + - https://github.com/meisnate12/Plex-Meta-Manager + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager + - https://hub.docker.com/r/meisnate12/plex-meta-manager +type: application +version: 6.7.5 diff --git a/stable/plex-meta-manager/6.7.3/README.md b/stable/plex-meta-manager/6.7.5/README.md similarity index 100% rename from stable/plex-meta-manager/6.7.3/README.md rename to stable/plex-meta-manager/6.7.5/README.md diff --git a/stable/plex-meta-manager/6.7.5/app-changelog.md b/stable/plex-meta-manager/6.7.5/app-changelog.md new file mode 100644 index 00000000000..d94b1f1189c --- /dev/null +++ b/stable/plex-meta-manager/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plex-meta-manager-6.7.5](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-meta-manager/6.7.3/app-readme.md b/stable/plex-meta-manager/6.7.5/app-readme.md similarity index 100% rename from stable/plex-meta-manager/6.7.3/app-readme.md rename to stable/plex-meta-manager/6.7.5/app-readme.md diff --git a/stable/plex-meta-manager/6.7.5/charts/common-20.2.10.tgz b/stable/plex-meta-manager/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plex-meta-manager/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plex-meta-manager/6.7.3/ix_values.yaml b/stable/plex-meta-manager/6.7.5/ix_values.yaml similarity index 100% rename from stable/plex-meta-manager/6.7.3/ix_values.yaml rename to stable/plex-meta-manager/6.7.5/ix_values.yaml diff --git a/stable/plex-meta-manager/6.7.3/questions.yaml b/stable/plex-meta-manager/6.7.5/questions.yaml similarity index 100% rename from stable/plex-meta-manager/6.7.3/questions.yaml rename to stable/plex-meta-manager/6.7.5/questions.yaml diff --git a/stable/plex-playlist-sync/3.7.3/templates/NOTES.txt b/stable/plex-meta-manager/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/plex-playlist-sync/3.7.3/templates/NOTES.txt rename to stable/plex-meta-manager/6.7.5/templates/NOTES.txt diff --git a/stable/plex-meta-manager/6.7.3/templates/_secret.tpl b/stable/plex-meta-manager/6.7.5/templates/_secret.tpl similarity index 100% rename from stable/plex-meta-manager/6.7.3/templates/_secret.tpl rename to stable/plex-meta-manager/6.7.5/templates/_secret.tpl diff --git a/stable/plex-meta-manager/6.7.3/templates/common.yaml b/stable/plex-meta-manager/6.7.5/templates/common.yaml similarity index 100% rename from stable/plex-meta-manager/6.7.3/templates/common.yaml rename to stable/plex-meta-manager/6.7.5/templates/common.yaml diff --git a/stable/plex-playlist-sync/3.7.3/values.yaml b/stable/plex-meta-manager/6.7.5/values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.7.3/values.yaml rename to stable/plex-meta-manager/6.7.5/values.yaml diff --git a/stable/plex-playlist-sync/3.7.3/CHANGELOG.md b/stable/plex-playlist-sync/3.7.3/CHANGELOG.md deleted file mode 100644 index 0712dedc64c..00000000000 --- a/stable/plex-playlist-sync/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plex-playlist-sync/3.7.3/Chart.yaml b/stable/plex-playlist-sync/3.7.3/Chart.yaml deleted file mode 100644 index a292e4a3dfe..00000000000 --- a/stable/plex-playlist-sync/3.7.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sync your Spotify and Deezer playlists to your Plex server. -home: https://truecharts.org/charts/stable/plex-playlist-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png -keywords: - - plex-playlist-sync - - Spotify - - Deezer - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-playlist-sync -sources: - - https://github.com/rnagabhyrava/plex-playlist-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync - - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync -type: application -version: 3.7.3 diff --git a/stable/plex-playlist-sync/3.7.3/app-changelog.md b/stable/plex-playlist-sync/3.7.3/app-changelog.md deleted file mode 100644 index db3271a3627..00000000000 --- a/stable/plex-playlist-sync/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz b/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plex-utills/8.7.3/.helmignore b/stable/plex-playlist-sync/3.7.5/.helmignore similarity index 100% rename from stable/plex-utills/8.7.3/.helmignore rename to stable/plex-playlist-sync/3.7.5/.helmignore diff --git a/stable/plex-playlist-sync/3.7.5/CHANGELOG.md b/stable/plex-playlist-sync/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7442ebb910b --- /dev/null +++ b/stable/plex-playlist-sync/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-playlist-sync-3.7.5](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-playlist-sync-3.7.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-playlist-sync-3.7.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-playlist-sync-3.7.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-playlist-sync-3.7.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-playlist-sync-3.7.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.7.5/Chart.yaml b/stable/plex-playlist-sync/3.7.5/Chart.yaml new file mode 100644 index 00000000000..301466e005d --- /dev/null +++ b/stable/plex-playlist-sync/3.7.5/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sync your Spotify and Deezer playlists to your Plex server. +home: https://truecharts.org/charts/stable/plex-playlist-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png +keywords: + - plex-playlist-sync + - Spotify + - Deezer + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-playlist-sync +sources: + - https://github.com/rnagabhyrava/plex-playlist-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync + - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync +type: application +version: 3.7.5 diff --git a/stable/plex-playlist-sync/3.7.3/README.md b/stable/plex-playlist-sync/3.7.5/README.md similarity index 100% rename from stable/plex-playlist-sync/3.7.3/README.md rename to stable/plex-playlist-sync/3.7.5/README.md diff --git a/stable/plex-playlist-sync/3.7.5/app-changelog.md b/stable/plex-playlist-sync/3.7.5/app-changelog.md new file mode 100644 index 00000000000..efa37045fe6 --- /dev/null +++ b/stable/plex-playlist-sync/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plex-playlist-sync-3.7.5](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.7.3/app-readme.md b/stable/plex-playlist-sync/3.7.5/app-readme.md similarity index 100% rename from stable/plex-playlist-sync/3.7.3/app-readme.md rename to stable/plex-playlist-sync/3.7.5/app-readme.md diff --git a/stable/plex-playlist-sync/3.7.5/charts/common-20.2.10.tgz b/stable/plex-playlist-sync/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plex-playlist-sync/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plex-playlist-sync/3.7.3/ix_values.yaml b/stable/plex-playlist-sync/3.7.5/ix_values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.7.3/ix_values.yaml rename to stable/plex-playlist-sync/3.7.5/ix_values.yaml diff --git a/stable/plex-playlist-sync/3.7.3/questions.yaml b/stable/plex-playlist-sync/3.7.5/questions.yaml similarity index 100% rename from stable/plex-playlist-sync/3.7.3/questions.yaml rename to stable/plex-playlist-sync/3.7.5/questions.yaml diff --git a/stable/plex-utills/8.7.3/templates/NOTES.txt b/stable/plex-playlist-sync/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/plex-utills/8.7.3/templates/NOTES.txt rename to stable/plex-playlist-sync/3.7.5/templates/NOTES.txt diff --git a/stable/plex-playlist-sync/3.7.3/templates/common.yaml b/stable/plex-playlist-sync/3.7.5/templates/common.yaml similarity index 100% rename from stable/plex-playlist-sync/3.7.3/templates/common.yaml rename to stable/plex-playlist-sync/3.7.5/templates/common.yaml diff --git a/stable/plex-utills/8.7.3/values.yaml b/stable/plex-playlist-sync/3.7.5/values.yaml similarity index 100% rename from stable/plex-utills/8.7.3/values.yaml rename to stable/plex-playlist-sync/3.7.5/values.yaml diff --git a/stable/plex-utills/8.7.3/CHANGELOG.md b/stable/plex-utills/8.7.3/CHANGELOG.md deleted file mode 100644 index d08a5d6edce..00000000000 --- a/stable/plex-utills/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plex-utills/8.7.3/Chart.yaml b/stable/plex-utills/8.7.3/Chart.yaml deleted file mode 100644 index fa55ff7a66d..00000000000 --- a/stable/plex-utills/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A utility to help manage your library. -home: https://truecharts.org/charts/stable/plex-utills -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png -keywords: - - plex-utills - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex-utills -sources: - - https://github.com/jkirkcaldy/plex-utills - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - - https://hub.docker.com/r/jkirkcaldy/plex-utills -type: application -version: 8.7.3 diff --git a/stable/plex-utills/8.7.3/app-changelog.md b/stable/plex-utills/8.7.3/app-changelog.md deleted file mode 100644 index 58cf29cf5c8..00000000000 --- a/stable/plex-utills/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz b/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plex/17.7.3/.helmignore b/stable/plex-utills/8.7.5/.helmignore similarity index 100% rename from stable/plex/17.7.3/.helmignore rename to stable/plex-utills/8.7.5/.helmignore diff --git a/stable/plex-utills/8.7.5/CHANGELOG.md b/stable/plex-utills/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c68e2f73b57 --- /dev/null +++ b/stable/plex-utills/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-utills-8.7.5](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-utills-8.7.4](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-utills-8.7.4](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-utills-8.7.4](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-utills-8.7.4](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plex-utills-8.7.4](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plex-utills/8.7.5/Chart.yaml b/stable/plex-utills/8.7.5/Chart.yaml new file mode 100644 index 00000000000..e8ec70fc1b7 --- /dev/null +++ b/stable/plex-utills/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A utility to help manage your library. +home: https://truecharts.org/charts/stable/plex-utills +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png +keywords: + - plex-utills + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-utills +sources: + - https://github.com/jkirkcaldy/plex-utills + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills + - https://hub.docker.com/r/jkirkcaldy/plex-utills +type: application +version: 8.7.5 diff --git a/stable/plex-utills/8.7.3/README.md b/stable/plex-utills/8.7.5/README.md similarity index 100% rename from stable/plex-utills/8.7.3/README.md rename to stable/plex-utills/8.7.5/README.md diff --git a/stable/plex-utills/8.7.5/app-changelog.md b/stable/plex-utills/8.7.5/app-changelog.md new file mode 100644 index 00000000000..5c0371997bb --- /dev/null +++ b/stable/plex-utills/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plex-utills-8.7.5](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plex-utills/8.7.3/app-readme.md b/stable/plex-utills/8.7.5/app-readme.md similarity index 100% rename from stable/plex-utills/8.7.3/app-readme.md rename to stable/plex-utills/8.7.5/app-readme.md diff --git a/stable/plex-utills/8.7.5/charts/common-20.2.10.tgz b/stable/plex-utills/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plex-utills/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plex-utills/8.7.3/ix_values.yaml b/stable/plex-utills/8.7.5/ix_values.yaml similarity index 100% rename from stable/plex-utills/8.7.3/ix_values.yaml rename to stable/plex-utills/8.7.5/ix_values.yaml diff --git a/stable/plex-utills/8.7.3/questions.yaml b/stable/plex-utills/8.7.5/questions.yaml similarity index 100% rename from stable/plex-utills/8.7.3/questions.yaml rename to stable/plex-utills/8.7.5/questions.yaml diff --git a/stable/plex/17.7.3/templates/NOTES.txt b/stable/plex-utills/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/plex/17.7.3/templates/NOTES.txt rename to stable/plex-utills/8.7.5/templates/NOTES.txt diff --git a/stable/plex-utills/8.7.3/templates/common.yaml b/stable/plex-utills/8.7.5/templates/common.yaml similarity index 100% rename from stable/plex-utills/8.7.3/templates/common.yaml rename to stable/plex-utills/8.7.5/templates/common.yaml diff --git a/stable/plex/17.7.3/values.yaml b/stable/plex-utills/8.7.5/values.yaml similarity index 100% rename from stable/plex/17.7.3/values.yaml rename to stable/plex-utills/8.7.5/values.yaml diff --git a/stable/plex/17.7.3/CHANGELOG.md b/stable/plex/17.7.3/CHANGELOG.md deleted file mode 100644 index 08f69cdc55e..00000000000 --- a/stable/plex/17.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - diff --git a/stable/plex/17.7.3/Chart.yaml b/stable/plex/17.7.3/Chart.yaml deleted file mode 100644 index bfe789fbdd7..00000000000 --- a/stable/plex/17.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.40.1.8227 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plex Media Server -home: https://truecharts.org/charts/stable/plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png -keywords: - - plex - - plex-media-server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plex -sources: - - https://github.com/k8s-at-home/container-images/pkgs/container/plex - - https://github.com/truecharts/charts/tree/master/charts/stable/plex - - https://ghcr.io/onedr0p/plex -type: application -version: 17.7.3 diff --git a/stable/plex/17.7.3/app-changelog.md b/stable/plex/17.7.3/app-changelog.md deleted file mode 100644 index ee6d60f5673..00000000000 --- a/stable/plex/17.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) \ No newline at end of file diff --git a/stable/plex/17.7.3/charts/common-20.2.4.tgz b/stable/plex/17.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plex/17.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plexanisync/6.8.3/.helmignore b/stable/plex/17.7.5/.helmignore similarity index 100% rename from stable/plexanisync/6.8.3/.helmignore rename to stable/plex/17.7.5/.helmignore diff --git a/stable/plex/17.7.5/CHANGELOG.md b/stable/plex/17.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f0feeaf36a9 --- /dev/null +++ b/stable/plex/17.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-17.7.5](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) + + +## [plex-17.7.4](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) + + +## [plex-17.7.4](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) + + +## [plex-17.7.4](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) + + +## [plex-17.7.4](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/plex/17.7.5/Chart.yaml b/stable/plex/17.7.5/Chart.yaml new file mode 100644 index 00000000000..9408849aa4a --- /dev/null +++ b/stable/plex/17.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.40.1.8227 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex Media Server +home: https://truecharts.org/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png +keywords: + - plex + - plex-media-server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex +sources: + - https://github.com/k8s-at-home/container-images/pkgs/container/plex + - https://github.com/truecharts/charts/tree/master/charts/stable/plex + - https://ghcr.io/onedr0p/plex +type: application +version: 17.7.5 diff --git a/stable/plex/17.7.3/README.md b/stable/plex/17.7.5/README.md similarity index 100% rename from stable/plex/17.7.3/README.md rename to stable/plex/17.7.5/README.md diff --git a/stable/plex/17.7.5/app-changelog.md b/stable/plex/17.7.5/app-changelog.md new file mode 100644 index 00000000000..c5c2cc958a1 --- /dev/null +++ b/stable/plex/17.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [plex-17.7.5](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308)) \ No newline at end of file diff --git a/stable/plex/17.7.3/app-readme.md b/stable/plex/17.7.5/app-readme.md similarity index 100% rename from stable/plex/17.7.3/app-readme.md rename to stable/plex/17.7.5/app-readme.md diff --git a/stable/plex/17.7.5/charts/common-20.2.10.tgz b/stable/plex/17.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plex/17.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plex/17.7.3/ix_values.yaml b/stable/plex/17.7.5/ix_values.yaml similarity index 100% rename from stable/plex/17.7.3/ix_values.yaml rename to stable/plex/17.7.5/ix_values.yaml diff --git a/stable/plex/17.7.3/questions.yaml b/stable/plex/17.7.5/questions.yaml similarity index 100% rename from stable/plex/17.7.3/questions.yaml rename to stable/plex/17.7.5/questions.yaml diff --git a/stable/plexanisync/6.8.3/templates/NOTES.txt b/stable/plex/17.7.5/templates/NOTES.txt similarity index 100% rename from stable/plexanisync/6.8.3/templates/NOTES.txt rename to stable/plex/17.7.5/templates/NOTES.txt diff --git a/stable/plex/17.7.3/templates/common.yaml b/stable/plex/17.7.5/templates/common.yaml similarity index 100% rename from stable/plex/17.7.3/templates/common.yaml rename to stable/plex/17.7.5/templates/common.yaml diff --git a/stable/plexanisync/6.8.3/values.yaml b/stable/plex/17.7.5/values.yaml similarity index 100% rename from stable/plexanisync/6.8.3/values.yaml rename to stable/plex/17.7.5/values.yaml diff --git a/stable/plexanisync/6.8.3/CHANGELOG.md b/stable/plexanisync/6.8.3/CHANGELOG.md deleted file mode 100644 index 20fa1847e43..00000000000 --- a/stable/plexanisync/6.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plexanisync/6.8.3/Chart.yaml b/stable/plexanisync/6.8.3/Chart.yaml deleted file mode 100644 index 938c31c73aa..00000000000 --- a/stable/plexanisync/6.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Plex to AniList Sync. -home: https://truecharts.org/charts/stable/plexanisync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png -keywords: - - plexanisync - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plexanisync -sources: - - https://github.com/RickDB/PlexAniSync - - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync - - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync - - https://ghcr.io/rickdb/plexanisync -type: application -version: 6.8.3 diff --git a/stable/plexanisync/6.8.3/app-changelog.md b/stable/plexanisync/6.8.3/app-changelog.md deleted file mode 100644 index a335b4a2464..00000000000 --- a/stable/plexanisync/6.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz b/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plexripper/8.7.3/.helmignore b/stable/plexanisync/6.8.5/.helmignore similarity index 100% rename from stable/plexripper/8.7.3/.helmignore rename to stable/plexanisync/6.8.5/.helmignore diff --git a/stable/plexanisync/6.8.5/CHANGELOG.md b/stable/plexanisync/6.8.5/CHANGELOG.md new file mode 100644 index 00000000000..59d7699af33 --- /dev/null +++ b/stable/plexanisync/6.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexanisync-6.8.5](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexanisync-6.8.4](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexanisync-6.8.4](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexanisync-6.8.4](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexanisync-6.8.4](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexanisync-6.8.4](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plexanisync/6.8.5/Chart.yaml b/stable/plexanisync/6.8.5/Chart.yaml new file mode 100644 index 00000000000..e522a1a385a --- /dev/null +++ b/stable/plexanisync/6.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex to AniList Sync. +home: https://truecharts.org/charts/stable/plexanisync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png +keywords: + - plexanisync + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexanisync +sources: + - https://github.com/RickDB/PlexAniSync + - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync + - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync + - https://ghcr.io/rickdb/plexanisync +type: application +version: 6.8.5 diff --git a/stable/plexanisync/6.8.3/README.md b/stable/plexanisync/6.8.5/README.md similarity index 100% rename from stable/plexanisync/6.8.3/README.md rename to stable/plexanisync/6.8.5/README.md diff --git a/stable/plexanisync/6.8.5/app-changelog.md b/stable/plexanisync/6.8.5/app-changelog.md new file mode 100644 index 00000000000..27fca037469 --- /dev/null +++ b/stable/plexanisync/6.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plexanisync-6.8.5](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plexanisync/6.8.3/app-readme.md b/stable/plexanisync/6.8.5/app-readme.md similarity index 100% rename from stable/plexanisync/6.8.3/app-readme.md rename to stable/plexanisync/6.8.5/app-readme.md diff --git a/stable/plexanisync/6.8.5/charts/common-20.2.10.tgz b/stable/plexanisync/6.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plexanisync/6.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/plexanisync/6.8.3/ix_values.yaml b/stable/plexanisync/6.8.5/ix_values.yaml similarity index 100% rename from stable/plexanisync/6.8.3/ix_values.yaml rename to stable/plexanisync/6.8.5/ix_values.yaml diff --git a/stable/plexanisync/6.8.3/questions.yaml b/stable/plexanisync/6.8.5/questions.yaml similarity index 100% rename from stable/plexanisync/6.8.3/questions.yaml rename to stable/plexanisync/6.8.5/questions.yaml diff --git a/stable/plexripper/8.7.3/templates/NOTES.txt b/stable/plexanisync/6.8.5/templates/NOTES.txt similarity index 100% rename from stable/plexripper/8.7.3/templates/NOTES.txt rename to stable/plexanisync/6.8.5/templates/NOTES.txt diff --git a/stable/plexanisync/6.8.3/templates/_config.tpl b/stable/plexanisync/6.8.5/templates/_config.tpl similarity index 100% rename from stable/plexanisync/6.8.3/templates/_config.tpl rename to stable/plexanisync/6.8.5/templates/_config.tpl diff --git a/stable/plexanisync/6.8.3/templates/_secret.tpl b/stable/plexanisync/6.8.5/templates/_secret.tpl similarity index 100% rename from stable/plexanisync/6.8.3/templates/_secret.tpl rename to stable/plexanisync/6.8.5/templates/_secret.tpl diff --git a/stable/plexanisync/6.8.3/templates/common.yaml b/stable/plexanisync/6.8.5/templates/common.yaml similarity index 100% rename from stable/plexanisync/6.8.3/templates/common.yaml rename to stable/plexanisync/6.8.5/templates/common.yaml diff --git a/stable/plexripper/8.7.3/values.yaml b/stable/plexanisync/6.8.5/values.yaml similarity index 100% rename from stable/plexripper/8.7.3/values.yaml rename to stable/plexanisync/6.8.5/values.yaml diff --git a/stable/plexripper/8.7.3/CHANGELOG.md b/stable/plexripper/8.7.3/CHANGELOG.md deleted file mode 100644 index f886d19a3ae..00000000000 --- a/stable/plexripper/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/plexripper/8.7.3/Chart.yaml b/stable/plexripper/8.7.3/Chart.yaml deleted file mode 100644 index 7d72454c330..00000000000 --- a/stable/plexripper/8.7.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. -home: https://truecharts.org/charts/stable/plexripper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png -keywords: - - plexripper - - Backup - - Downloaders - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plexripper -sources: - - https://github.com/PlexRipper/PlexRipper/ - - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper - - https://hub.docker.com/r/plexripper/plexripper -type: application -version: 8.7.3 diff --git a/stable/plexripper/8.7.3/app-changelog.md b/stable/plexripper/8.7.3/app-changelog.md deleted file mode 100644 index 456c35f717c..00000000000 --- a/stable/plexripper/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plexripper/8.7.3/charts/common-20.2.4.tgz b/stable/plexripper/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/plexripper/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.8.6/.helmignore b/stable/plexripper/8.7.5/.helmignore similarity index 100% rename from stable/plextraktsync/7.8.6/.helmignore rename to stable/plexripper/8.7.5/.helmignore diff --git a/stable/plexripper/8.7.5/CHANGELOG.md b/stable/plexripper/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6a3c5ff24ae --- /dev/null +++ b/stable/plexripper/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexripper-8.7.5](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexripper-8.7.4](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexripper-8.7.4](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexripper-8.7.4](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexripper-8.7.4](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [plexripper-8.7.4](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/plexripper/8.7.5/Chart.yaml b/stable/plexripper/8.7.5/Chart.yaml new file mode 100644 index 00000000000..db99029023b --- /dev/null +++ b/stable/plexripper/8.7.5/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. +home: https://truecharts.org/charts/stable/plexripper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png +keywords: + - plexripper + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexripper +sources: + - https://github.com/PlexRipper/PlexRipper/ + - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper + - https://hub.docker.com/r/plexripper/plexripper +type: application +version: 8.7.5 diff --git a/stable/plexripper/8.7.3/README.md b/stable/plexripper/8.7.5/README.md similarity index 100% rename from stable/plexripper/8.7.3/README.md rename to stable/plexripper/8.7.5/README.md diff --git a/stable/plexripper/8.7.5/app-changelog.md b/stable/plexripper/8.7.5/app-changelog.md new file mode 100644 index 00000000000..168222c0bc4 --- /dev/null +++ b/stable/plexripper/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plexripper-8.7.5](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/plexripper/8.7.3/app-readme.md b/stable/plexripper/8.7.5/app-readme.md similarity index 100% rename from stable/plexripper/8.7.3/app-readme.md rename to stable/plexripper/8.7.5/app-readme.md diff --git a/stable/plexripper/8.7.5/charts/common-20.2.10.tgz b/stable/plexripper/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plexripper/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/plexripper/8.7.3/ix_values.yaml b/stable/plexripper/8.7.5/ix_values.yaml similarity index 100% rename from stable/plexripper/8.7.3/ix_values.yaml rename to stable/plexripper/8.7.5/ix_values.yaml diff --git a/stable/plexripper/8.7.3/questions.yaml b/stable/plexripper/8.7.5/questions.yaml similarity index 100% rename from stable/plexripper/8.7.3/questions.yaml rename to stable/plexripper/8.7.5/questions.yaml diff --git a/stable/plextraktsync/7.8.6/templates/NOTES.txt b/stable/plexripper/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/7.8.6/templates/NOTES.txt rename to stable/plexripper/8.7.5/templates/NOTES.txt diff --git a/stable/plexripper/8.7.3/templates/common.yaml b/stable/plexripper/8.7.5/templates/common.yaml similarity index 100% rename from stable/plexripper/8.7.3/templates/common.yaml rename to stable/plexripper/8.7.5/templates/common.yaml diff --git a/stable/plextraktsync/7.8.6/values.yaml b/stable/plexripper/8.7.5/values.yaml similarity index 100% rename from stable/plextraktsync/7.8.6/values.yaml rename to stable/plexripper/8.7.5/values.yaml diff --git a/stable/plextraktsync/7.8.6/CHANGELOG.md b/stable/plextraktsync/7.8.6/CHANGELOG.md deleted file mode 100644 index a6d7fd79014..00000000000 --- a/stable/plextraktsync/7.8.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plextraktsync-7.8.6](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.6) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) - - -## [plextraktsync-7.8.6](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.6) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) - - -## [plextraktsync-7.8.6](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.6) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) - - -## [plextraktsync-7.8.6](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.6) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) \ No newline at end of file diff --git a/stable/plextraktsync/7.8.6/Chart.yaml b/stable/plextraktsync/7.8.6/Chart.yaml deleted file mode 100644 index 075503ba597..00000000000 --- a/stable/plextraktsync/7.8.6/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.29.9 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Two-way-sync between trakt.tv and Plex Media Server. -home: https://truecharts.org/charts/stable/plextraktsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png -keywords: - - plextraktsync - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: plextraktsync -sources: - - https://github.com/Taxel/PlexTraktSync - - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync - - https://ghcr.io/taxel/plextraktsync -type: application -version: 7.8.6 diff --git a/stable/plextraktsync/7.8.6/app-changelog.md b/stable/plextraktsync/7.8.6/app-changelog.md deleted file mode 100644 index a08d40fe020..00000000000 --- a/stable/plextraktsync/7.8.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [plextraktsync-7.8.6](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.6) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) \ No newline at end of file diff --git a/stable/plextraktsync/7.8.6/charts/common-20.2.9.tgz b/stable/plextraktsync/7.8.6/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/plextraktsync/7.8.6/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.8.6/ix_values.yaml b/stable/plextraktsync/7.8.6/ix_values.yaml deleted file mode 100644 index 431ad4fc0ea..00000000000 --- a/stable/plextraktsync/7.8.6/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/taxel/plextraktsync - tag: 0.29.9@sha256:6e9e120b4d3023bfe501ecbe8b7fd634c5eff94ba76253d63630c9b4df41d2b1 - pullPolicy: IfNotPresent - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - enabled: false - ports: - main: - enabled: false - -plextraktsync: - cron_enabled: true - task: "" - schedule: "0 */6 * * *" - -cronjob: - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 - -workload: - main: - podSpec: - containers: - main: - tty: true - stdin: true - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -persistence: - config: - enabled: true - mountPath: /app/config - -portal: - open: - enabled: false diff --git a/stable/pocketmine-mp/3.8.3/.helmignore b/stable/plextraktsync/7.8.8/.helmignore similarity index 100% rename from stable/pocketmine-mp/3.8.3/.helmignore rename to stable/plextraktsync/7.8.8/.helmignore diff --git a/stable/plextraktsync/7.8.8/CHANGELOG.md b/stable/plextraktsync/7.8.8/CHANGELOG.md new file mode 100644 index 00000000000..62544131000 --- /dev/null +++ b/stable/plextraktsync/7.8.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plextraktsync-7.8.8](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.10[@1ff7031](https://github.com/1ff7031) by renovate ([#19914](https://github.com/truecharts/charts/issues/19914)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) + + +## [plextraktsync-7.8.7](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.29.10[@1ff7031](https://github.com/1ff7031) by renovate ([#19914](https://github.com/truecharts/charts/issues/19914)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) + + +## [plextraktsync-7.8.7](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.29.10[@1ff7031](https://github.com/1ff7031) by renovate ([#19914](https://github.com/truecharts/charts/issues/19914)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) + + +## [plextraktsync-7.8.7](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.7) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/taxel/plextraktsync to v0.29.10[@1ff7031](https://github.com/1ff7031) by renovate ([#19914](https://github.com/truecharts/charts/issues/19914)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) \ No newline at end of file diff --git a/stable/plextraktsync/7.8.8/Chart.yaml b/stable/plextraktsync/7.8.8/Chart.yaml new file mode 100644 index 00000000000..38e35deb8a4 --- /dev/null +++ b/stable/plextraktsync/7.8.8/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.29.10 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Two-way-sync between trakt.tv and Plex Media Server. +home: https://truecharts.org/charts/stable/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png +keywords: + - plextraktsync + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plextraktsync +sources: + - https://github.com/Taxel/PlexTraktSync + - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync + - https://ghcr.io/taxel/plextraktsync +type: application +version: 7.8.8 diff --git a/stable/plextraktsync/7.8.6/README.md b/stable/plextraktsync/7.8.8/README.md similarity index 100% rename from stable/plextraktsync/7.8.6/README.md rename to stable/plextraktsync/7.8.8/README.md diff --git a/stable/plextraktsync/7.8.8/app-changelog.md b/stable/plextraktsync/7.8.8/app-changelog.md new file mode 100644 index 00000000000..991310a0f13 --- /dev/null +++ b/stable/plextraktsync/7.8.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [plextraktsync-7.8.8](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.10[@1ff7031](https://github.com/1ff7031) by renovate ([#19914](https://github.com/truecharts/charts/issues/19914)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.9[@6e9e120](https://github.com/6e9e120) by renovate ([#19849](https://github.com/truecharts/charts/issues/19849)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310)) \ No newline at end of file diff --git a/stable/plextraktsync/7.8.6/app-readme.md b/stable/plextraktsync/7.8.8/app-readme.md similarity index 100% rename from stable/plextraktsync/7.8.6/app-readme.md rename to stable/plextraktsync/7.8.8/app-readme.md diff --git a/stable/plextraktsync/7.8.8/charts/common-20.2.10.tgz b/stable/plextraktsync/7.8.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/plextraktsync/7.8.8/charts/common-20.2.10.tgz differ diff --git a/stable/plextraktsync/7.8.8/ix_values.yaml b/stable/plextraktsync/7.8.8/ix_values.yaml new file mode 100644 index 00000000000..8ffd29c4f38 --- /dev/null +++ b/stable/plextraktsync/7.8.8/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: ghcr.io/taxel/plextraktsync + tag: 0.29.10@sha256:1ff7031d27984f5e68198b32930654831cc6f9eae31addaee9ffab2e9cb008cc + pullPolicy: IfNotPresent + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + enabled: false + ports: + main: + enabled: false + +plextraktsync: + cron_enabled: true + task: "" + schedule: "0 */6 * * *" + +cronjob: + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +workload: + main: + podSpec: + containers: + main: + tty: true + stdin: true + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +persistence: + config: + enabled: true + mountPath: /app/config + +portal: + open: + enabled: false diff --git a/stable/plextraktsync/7.8.6/questions.yaml b/stable/plextraktsync/7.8.8/questions.yaml similarity index 100% rename from stable/plextraktsync/7.8.6/questions.yaml rename to stable/plextraktsync/7.8.8/questions.yaml diff --git a/stable/pocketmine-mp/3.8.3/templates/NOTES.txt b/stable/plextraktsync/7.8.8/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/3.8.3/templates/NOTES.txt rename to stable/plextraktsync/7.8.8/templates/NOTES.txt diff --git a/stable/plextraktsync/7.8.6/templates/_cronjob.tpl b/stable/plextraktsync/7.8.8/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/7.8.6/templates/_cronjob.tpl rename to stable/plextraktsync/7.8.8/templates/_cronjob.tpl diff --git a/stable/plextraktsync/7.8.6/templates/common.yaml b/stable/plextraktsync/7.8.8/templates/common.yaml similarity index 100% rename from stable/plextraktsync/7.8.6/templates/common.yaml rename to stable/plextraktsync/7.8.8/templates/common.yaml diff --git a/stable/pocketmine-mp/3.8.3/values.yaml b/stable/plextraktsync/7.8.8/values.yaml similarity index 100% rename from stable/pocketmine-mp/3.8.3/values.yaml rename to stable/plextraktsync/7.8.8/values.yaml diff --git a/stable/pocketmine-mp/3.8.3/CHANGELOG.md b/stable/pocketmine-mp/3.8.3/CHANGELOG.md deleted file mode 100644 index 624214814e6..00000000000 --- a/stable/pocketmine-mp/3.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pocketmine-mp/3.8.3/Chart.yaml b/stable/pocketmine-mp/3.8.3/Chart.yaml deleted file mode 100644 index 25c910f9375..00000000000 --- a/stable/pocketmine-mp/3.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.13.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A server software for Minecraft Bedrock Edition in PHP. -home: https://truecharts.org/charts/stable/pocketmine-mp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png -keywords: - - pocketmine-mp - - minecraft -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pocketmine-mp -sources: - - https://github.com/pmmp/PocketMine-MP - - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp - - https://ghcr.io/pmmp/pocketmine-mp -type: application -version: 3.8.3 diff --git a/stable/pocketmine-mp/3.8.3/app-changelog.md b/stable/pocketmine-mp/3.8.3/app-changelog.md deleted file mode 100644 index 34be1b6a60f..00000000000 --- a/stable/pocketmine-mp/3.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz b/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/podgrab/17.7.3/.helmignore b/stable/pocketmine-mp/3.8.5/.helmignore similarity index 100% rename from stable/podgrab/17.7.3/.helmignore rename to stable/pocketmine-mp/3.8.5/.helmignore diff --git a/stable/pocketmine-mp/3.8.5/CHANGELOG.md b/stable/pocketmine-mp/3.8.5/CHANGELOG.md new file mode 100644 index 00000000000..0f2c321d47d --- /dev/null +++ b/stable/pocketmine-mp/3.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pocketmine-mp-3.8.5](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pocketmine-mp-3.8.4](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pocketmine-mp-3.8.4](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pocketmine-mp-3.8.4](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pocketmine-mp-3.8.4](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pocketmine-mp-3.8.4](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pocketmine-mp/3.8.5/Chart.yaml b/stable/pocketmine-mp/3.8.5/Chart.yaml new file mode 100644 index 00000000000..3d6e5027f47 --- /dev/null +++ b/stable/pocketmine-mp/3.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.13.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A server software for Minecraft Bedrock Edition in PHP. +home: https://truecharts.org/charts/stable/pocketmine-mp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png +keywords: + - pocketmine-mp + - minecraft +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pocketmine-mp +sources: + - https://github.com/pmmp/PocketMine-MP + - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp + - https://ghcr.io/pmmp/pocketmine-mp +type: application +version: 3.8.5 diff --git a/stable/pocketmine-mp/3.8.3/README.md b/stable/pocketmine-mp/3.8.5/README.md similarity index 100% rename from stable/pocketmine-mp/3.8.3/README.md rename to stable/pocketmine-mp/3.8.5/README.md diff --git a/stable/pocketmine-mp/3.8.5/app-changelog.md b/stable/pocketmine-mp/3.8.5/app-changelog.md new file mode 100644 index 00000000000..5a770e4dd3d --- /dev/null +++ b/stable/pocketmine-mp/3.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pocketmine-mp-3.8.5](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.8.3/app-readme.md b/stable/pocketmine-mp/3.8.5/app-readme.md similarity index 100% rename from stable/pocketmine-mp/3.8.3/app-readme.md rename to stable/pocketmine-mp/3.8.5/app-readme.md diff --git a/stable/pocketmine-mp/3.8.5/charts/common-20.2.10.tgz b/stable/pocketmine-mp/3.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pocketmine-mp/3.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/pocketmine-mp/3.8.3/ix_values.yaml b/stable/pocketmine-mp/3.8.5/ix_values.yaml similarity index 100% rename from stable/pocketmine-mp/3.8.3/ix_values.yaml rename to stable/pocketmine-mp/3.8.5/ix_values.yaml diff --git a/stable/pocketmine-mp/3.8.3/questions.yaml b/stable/pocketmine-mp/3.8.5/questions.yaml similarity index 100% rename from stable/pocketmine-mp/3.8.3/questions.yaml rename to stable/pocketmine-mp/3.8.5/questions.yaml diff --git a/stable/podgrab/17.7.3/templates/NOTES.txt b/stable/pocketmine-mp/3.8.5/templates/NOTES.txt similarity index 100% rename from stable/podgrab/17.7.3/templates/NOTES.txt rename to stable/pocketmine-mp/3.8.5/templates/NOTES.txt diff --git a/stable/pocketmine-mp/3.8.3/templates/common.yaml b/stable/pocketmine-mp/3.8.5/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/3.8.3/templates/common.yaml rename to stable/pocketmine-mp/3.8.5/templates/common.yaml diff --git a/stable/podgrab/17.7.3/values.yaml b/stable/pocketmine-mp/3.8.5/values.yaml similarity index 100% rename from stable/podgrab/17.7.3/values.yaml rename to stable/pocketmine-mp/3.8.5/values.yaml diff --git a/stable/podgrab/17.7.3/CHANGELOG.md b/stable/podgrab/17.7.3/CHANGELOG.md deleted file mode 100644 index b4a2b0d5280..00000000000 --- a/stable/podgrab/17.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/podgrab/17.7.3/Chart.yaml b/stable/podgrab/17.7.3/Chart.yaml deleted file mode 100644 index c63b014d8f0..00000000000 --- a/stable/podgrab/17.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: mutlimedia - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted podcast manager to download episodes as soon as they become live. -home: https://truecharts.org/charts/stable/podgrab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png -keywords: - - podgrab -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: podgrab -sources: - - https://github.com/akhilrex/podgrab - - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - - https://hub.docker.com/r/akhilrex/podgrab -type: application -version: 17.7.3 diff --git a/stable/podgrab/17.7.3/app-changelog.md b/stable/podgrab/17.7.3/app-changelog.md deleted file mode 100644 index c94a1a97ba3..00000000000 --- a/stable/podgrab/17.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/podgrab/17.7.3/charts/common-20.2.4.tgz b/stable/podgrab/17.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/podgrab/17.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/portainer/8.9.2/.helmignore b/stable/podgrab/17.7.5/.helmignore similarity index 100% rename from stable/portainer/8.9.2/.helmignore rename to stable/podgrab/17.7.5/.helmignore diff --git a/stable/podgrab/17.7.5/CHANGELOG.md b/stable/podgrab/17.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6e901661eb3 --- /dev/null +++ b/stable/podgrab/17.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [podgrab-17.7.5](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [podgrab-17.7.4](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [podgrab-17.7.4](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [podgrab-17.7.4](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [podgrab-17.7.4](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [podgrab-17.7.4](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/podgrab/17.7.5/Chart.yaml b/stable/podgrab/17.7.5/Chart.yaml new file mode 100644 index 00000000000..cf9d88267d5 --- /dev/null +++ b/stable/podgrab/17.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: mutlimedia + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted podcast manager to download episodes as soon as they become live. +home: https://truecharts.org/charts/stable/podgrab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png +keywords: + - podgrab +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: podgrab +sources: + - https://github.com/akhilrex/podgrab + - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab + - https://hub.docker.com/r/akhilrex/podgrab +type: application +version: 17.7.5 diff --git a/stable/podgrab/17.7.3/README.md b/stable/podgrab/17.7.5/README.md similarity index 100% rename from stable/podgrab/17.7.3/README.md rename to stable/podgrab/17.7.5/README.md diff --git a/stable/podgrab/17.7.5/app-changelog.md b/stable/podgrab/17.7.5/app-changelog.md new file mode 100644 index 00000000000..7232a10739e --- /dev/null +++ b/stable/podgrab/17.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [podgrab-17.7.5](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/podgrab/17.7.3/app-readme.md b/stable/podgrab/17.7.5/app-readme.md similarity index 100% rename from stable/podgrab/17.7.3/app-readme.md rename to stable/podgrab/17.7.5/app-readme.md diff --git a/stable/podgrab/17.7.5/charts/common-20.2.10.tgz b/stable/podgrab/17.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/podgrab/17.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/podgrab/17.7.3/ix_values.yaml b/stable/podgrab/17.7.5/ix_values.yaml similarity index 100% rename from stable/podgrab/17.7.3/ix_values.yaml rename to stable/podgrab/17.7.5/ix_values.yaml diff --git a/stable/podgrab/17.7.3/questions.yaml b/stable/podgrab/17.7.5/questions.yaml similarity index 100% rename from stable/podgrab/17.7.3/questions.yaml rename to stable/podgrab/17.7.5/questions.yaml diff --git a/stable/portainer/8.9.2/templates/NOTES.txt b/stable/podgrab/17.7.5/templates/NOTES.txt similarity index 100% rename from stable/portainer/8.9.2/templates/NOTES.txt rename to stable/podgrab/17.7.5/templates/NOTES.txt diff --git a/stable/podgrab/17.7.3/templates/common.yaml b/stable/podgrab/17.7.5/templates/common.yaml similarity index 100% rename from stable/podgrab/17.7.3/templates/common.yaml rename to stable/podgrab/17.7.5/templates/common.yaml diff --git a/stable/portainer/8.9.2/values.yaml b/stable/podgrab/17.7.5/values.yaml similarity index 100% rename from stable/portainer/8.9.2/values.yaml rename to stable/podgrab/17.7.5/values.yaml diff --git a/stable/portainer/8.9.2/CHANGELOG.md b/stable/portainer/8.9.2/CHANGELOG.md deleted file mode 100644 index 38fe477c108..00000000000 --- a/stable/portainer/8.9.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - diff --git a/stable/portainer/8.9.2/Chart.yaml b/stable/portainer/8.9.2/Chart.yaml deleted file mode 100644 index d3a4647545c..00000000000 --- a/stable/portainer/8.9.2/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.20.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Container management made easy -home: https://truecharts.org/charts/stable/portainer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png -keywords: - - portainer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: portainer -sources: - - https://docs.portainer.io/start/install-ce/server - - https://docs.portainer.io/start/install/server - - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - - https://hub.docker.com/r/portainer/portainer-ee - - https://hub.docker.com/r/portainer/portainer-ce -type: application -version: 8.9.2 diff --git a/stable/portainer/8.9.2/app-changelog.md b/stable/portainer/8.9.2/app-changelog.md deleted file mode 100644 index ee1c7086d29..00000000000 --- a/stable/portainer/8.9.2/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/portainer/8.9.2/charts/common-20.2.4.tgz b/stable/portainer/8.9.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/portainer/8.9.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/post-recording/5.7.3/.helmignore b/stable/portainer/8.9.4/.helmignore similarity index 100% rename from stable/post-recording/5.7.3/.helmignore rename to stable/portainer/8.9.4/.helmignore diff --git a/stable/portainer/8.9.4/CHANGELOG.md b/stable/portainer/8.9.4/CHANGELOG.md new file mode 100644 index 00000000000..32712035f8a --- /dev/null +++ b/stable/portainer/8.9.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [portainer-8.9.4](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [portainer-8.9.3](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.3) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [portainer-8.9.3](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.3) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [portainer-8.9.3](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.3) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [portainer-8.9.3](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.3) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/portainer/8.9.4/Chart.yaml b/stable/portainer/8.9.4/Chart.yaml new file mode 100644 index 00000000000..b3e17fdc36d --- /dev/null +++ b/stable/portainer/8.9.4/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.20.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container management made easy +home: https://truecharts.org/charts/stable/portainer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png +keywords: + - portainer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: portainer +sources: + - https://docs.portainer.io/start/install-ce/server + - https://docs.portainer.io/start/install/server + - https://github.com/truecharts/charts/tree/master/charts/stable/portainer + - https://hub.docker.com/r/portainer/portainer-ee + - https://hub.docker.com/r/portainer/portainer-ce +type: application +version: 8.9.4 diff --git a/stable/portainer/8.9.2/README.md b/stable/portainer/8.9.4/README.md similarity index 100% rename from stable/portainer/8.9.2/README.md rename to stable/portainer/8.9.4/README.md diff --git a/stable/portainer/8.9.4/app-changelog.md b/stable/portainer/8.9.4/app-changelog.md new file mode 100644 index 00000000000..38f688470fe --- /dev/null +++ b/stable/portainer/8.9.4/app-changelog.md @@ -0,0 +1,21 @@ + + +## [portainer-8.9.4](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/portainer/8.9.2/app-readme.md b/stable/portainer/8.9.4/app-readme.md similarity index 100% rename from stable/portainer/8.9.2/app-readme.md rename to stable/portainer/8.9.4/app-readme.md diff --git a/stable/portainer/8.9.4/charts/common-20.2.10.tgz b/stable/portainer/8.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/portainer/8.9.4/charts/common-20.2.10.tgz differ diff --git a/stable/portainer/8.9.2/ix_values.yaml b/stable/portainer/8.9.4/ix_values.yaml similarity index 100% rename from stable/portainer/8.9.2/ix_values.yaml rename to stable/portainer/8.9.4/ix_values.yaml diff --git a/stable/portainer/8.9.2/questions.yaml b/stable/portainer/8.9.4/questions.yaml similarity index 100% rename from stable/portainer/8.9.2/questions.yaml rename to stable/portainer/8.9.4/questions.yaml diff --git a/stable/posterr/8.7.3/templates/NOTES.txt b/stable/portainer/8.9.4/templates/NOTES.txt similarity index 100% rename from stable/posterr/8.7.3/templates/NOTES.txt rename to stable/portainer/8.9.4/templates/NOTES.txt diff --git a/stable/portainer/8.9.2/templates/_args.tpl b/stable/portainer/8.9.4/templates/_args.tpl similarity index 100% rename from stable/portainer/8.9.2/templates/_args.tpl rename to stable/portainer/8.9.4/templates/_args.tpl diff --git a/stable/portainer/8.9.2/templates/common.yaml b/stable/portainer/8.9.4/templates/common.yaml similarity index 100% rename from stable/portainer/8.9.2/templates/common.yaml rename to stable/portainer/8.9.4/templates/common.yaml diff --git a/stable/post-recording/5.7.3/values.yaml b/stable/portainer/8.9.4/values.yaml similarity index 100% rename from stable/post-recording/5.7.3/values.yaml rename to stable/portainer/8.9.4/values.yaml diff --git a/stable/post-recording/5.7.3/CHANGELOG.md b/stable/post-recording/5.7.3/CHANGELOG.md deleted file mode 100644 index 44fb7aae6a3..00000000000 --- a/stable/post-recording/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/post-recording/5.7.3/Chart.yaml b/stable/post-recording/5.7.3/Chart.yaml deleted file mode 100644 index fc963a0bcf3..00000000000 --- a/stable/post-recording/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. -home: https://truecharts.org/charts/stable/post-recording -icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png -keywords: - - post-recording - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: post-recording -sources: - - https://github.com/chacawaca/docker-post-recording - - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording - - https://hub.docker.com/r/chacawaca/post-recording -type: application -version: 5.7.3 diff --git a/stable/post-recording/5.7.3/app-changelog.md b/stable/post-recording/5.7.3/app-changelog.md deleted file mode 100644 index 8ad3e8e1a57..00000000000 --- a/stable/post-recording/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/post-recording/5.7.3/charts/common-20.2.4.tgz b/stable/post-recording/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/post-recording/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/posterr/8.7.3/.helmignore b/stable/post-recording/5.7.5/.helmignore similarity index 100% rename from stable/posterr/8.7.3/.helmignore rename to stable/post-recording/5.7.5/.helmignore diff --git a/stable/post-recording/5.7.5/CHANGELOG.md b/stable/post-recording/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..93366e9fbc6 --- /dev/null +++ b/stable/post-recording/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [post-recording-5.7.5](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [post-recording-5.7.4](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [post-recording-5.7.4](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [post-recording-5.7.4](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [post-recording-5.7.4](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [post-recording-5.7.4](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/post-recording/5.7.5/Chart.yaml b/stable/post-recording/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3d6fc3295ec --- /dev/null +++ b/stable/post-recording/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. +home: https://truecharts.org/charts/stable/post-recording +icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png +keywords: + - post-recording + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: post-recording +sources: + - https://github.com/chacawaca/docker-post-recording + - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording + - https://hub.docker.com/r/chacawaca/post-recording +type: application +version: 5.7.5 diff --git a/stable/post-recording/5.7.3/README.md b/stable/post-recording/5.7.5/README.md similarity index 100% rename from stable/post-recording/5.7.3/README.md rename to stable/post-recording/5.7.5/README.md diff --git a/stable/post-recording/5.7.5/app-changelog.md b/stable/post-recording/5.7.5/app-changelog.md new file mode 100644 index 00000000000..850b8bd54c6 --- /dev/null +++ b/stable/post-recording/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [post-recording-5.7.5](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/post-recording/5.7.3/app-readme.md b/stable/post-recording/5.7.5/app-readme.md similarity index 100% rename from stable/post-recording/5.7.3/app-readme.md rename to stable/post-recording/5.7.5/app-readme.md diff --git a/stable/post-recording/5.7.5/charts/common-20.2.10.tgz b/stable/post-recording/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/post-recording/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/post-recording/5.7.3/ix_values.yaml b/stable/post-recording/5.7.5/ix_values.yaml similarity index 100% rename from stable/post-recording/5.7.3/ix_values.yaml rename to stable/post-recording/5.7.5/ix_values.yaml diff --git a/stable/post-recording/5.7.3/questions.yaml b/stable/post-recording/5.7.5/questions.yaml similarity index 100% rename from stable/post-recording/5.7.3/questions.yaml rename to stable/post-recording/5.7.5/questions.yaml diff --git a/stable/post-recording/5.7.3/templates/common.yaml b/stable/post-recording/5.7.5/templates/common.yaml similarity index 100% rename from stable/post-recording/5.7.3/templates/common.yaml rename to stable/post-recording/5.7.5/templates/common.yaml diff --git a/stable/posterr/8.7.3/values.yaml b/stable/post-recording/5.7.5/values.yaml similarity index 100% rename from stable/posterr/8.7.3/values.yaml rename to stable/post-recording/5.7.5/values.yaml diff --git a/stable/posterr/8.7.3/CHANGELOG.md b/stable/posterr/8.7.3/CHANGELOG.md deleted file mode 100644 index 9994cdf8d48..00000000000 --- a/stable/posterr/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/posterr/8.7.3/Chart.yaml b/stable/posterr/8.7.3/Chart.yaml deleted file mode 100644 index 7c7a9d35efc..00000000000 --- a/stable/posterr/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Media display for Plex, Sonarr and Radarr. -home: https://truecharts.org/charts/stable/posterr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png -keywords: - - posterr - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: posterr -sources: - - https://github.com/petersem/posterr - - https://github.com/truecharts/charts/tree/master/charts/stable/posterr - - https://hub.docker.com/r/petersem/posterr -type: application -version: 8.7.3 diff --git a/stable/posterr/8.7.3/app-changelog.md b/stable/posterr/8.7.3/app-changelog.md deleted file mode 100644 index 783ac112c16..00000000000 --- a/stable/posterr/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/posterr/8.7.3/charts/common-20.2.4.tgz b/stable/posterr/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/posterr/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/postscriptum/5.7.3/.helmignore b/stable/posterr/8.7.5/.helmignore similarity index 100% rename from stable/postscriptum/5.7.3/.helmignore rename to stable/posterr/8.7.5/.helmignore diff --git a/stable/posterr/8.7.5/CHANGELOG.md b/stable/posterr/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d58fc6437c6 --- /dev/null +++ b/stable/posterr/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [posterr-8.7.5](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [posterr-8.7.4](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [posterr-8.7.4](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [posterr-8.7.4](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [posterr-8.7.4](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [posterr-8.7.4](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/posterr/8.7.5/Chart.yaml b/stable/posterr/8.7.5/Chart.yaml new file mode 100644 index 00000000000..b119a59de0c --- /dev/null +++ b/stable/posterr/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Media display for Plex, Sonarr and Radarr. +home: https://truecharts.org/charts/stable/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png +keywords: + - posterr + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: posterr +sources: + - https://github.com/petersem/posterr + - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://hub.docker.com/r/petersem/posterr +type: application +version: 8.7.5 diff --git a/stable/posterr/8.7.3/README.md b/stable/posterr/8.7.5/README.md similarity index 100% rename from stable/posterr/8.7.3/README.md rename to stable/posterr/8.7.5/README.md diff --git a/stable/posterr/8.7.5/app-changelog.md b/stable/posterr/8.7.5/app-changelog.md new file mode 100644 index 00000000000..a7525c4715e --- /dev/null +++ b/stable/posterr/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [posterr-8.7.5](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/posterr/8.7.3/app-readme.md b/stable/posterr/8.7.5/app-readme.md similarity index 100% rename from stable/posterr/8.7.3/app-readme.md rename to stable/posterr/8.7.5/app-readme.md diff --git a/stable/posterr/8.7.5/charts/common-20.2.10.tgz b/stable/posterr/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/posterr/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/posterr/8.7.3/ix_values.yaml b/stable/posterr/8.7.5/ix_values.yaml similarity index 100% rename from stable/posterr/8.7.3/ix_values.yaml rename to stable/posterr/8.7.5/ix_values.yaml diff --git a/stable/posterr/8.7.3/questions.yaml b/stable/posterr/8.7.5/questions.yaml similarity index 100% rename from stable/posterr/8.7.3/questions.yaml rename to stable/posterr/8.7.5/questions.yaml diff --git a/stable/pretend-youre-xyzzy/13.7.3/templates/NOTES.txt b/stable/posterr/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/templates/NOTES.txt rename to stable/posterr/8.7.5/templates/NOTES.txt diff --git a/stable/posterr/8.7.3/templates/common.yaml b/stable/posterr/8.7.5/templates/common.yaml similarity index 100% rename from stable/posterr/8.7.3/templates/common.yaml rename to stable/posterr/8.7.5/templates/common.yaml diff --git a/stable/postscriptum/5.7.3/values.yaml b/stable/posterr/8.7.5/values.yaml similarity index 100% rename from stable/postscriptum/5.7.3/values.yaml rename to stable/posterr/8.7.5/values.yaml diff --git a/stable/postscriptum/5.7.3/CHANGELOG.md b/stable/postscriptum/5.7.3/CHANGELOG.md deleted file mode 100644 index b7b694f49f1..00000000000 --- a/stable/postscriptum/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/postscriptum/5.7.3/Chart.yaml b/stable/postscriptum/5.7.3/Chart.yaml deleted file mode 100644 index fcf6dfc1bc4..00000000000 --- a/stable/postscriptum/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: postscriptum -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. -home: https://truecharts.org/charts/stable/postscriptum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png -keywords: - - postscriptum - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: postscriptum -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/postscriptum/5.7.3/app-changelog.md b/stable/postscriptum/5.7.3/app-changelog.md deleted file mode 100644 index 807631cee0e..00000000000 --- a/stable/postscriptum/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz b/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/13.7.3/.helmignore b/stable/postscriptum/5.7.5/.helmignore similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/.helmignore rename to stable/postscriptum/5.7.5/.helmignore diff --git a/stable/postscriptum/5.7.5/CHANGELOG.md b/stable/postscriptum/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5f7d47f7e80 --- /dev/null +++ b/stable/postscriptum/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [postscriptum-5.7.5](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [postscriptum-5.7.4](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [postscriptum-5.7.4](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [postscriptum-5.7.4](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [postscriptum-5.7.4](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [postscriptum-5.7.4](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/postscriptum/5.7.5/Chart.yaml b/stable/postscriptum/5.7.5/Chart.yaml new file mode 100644 index 00000000000..edea15119f3 --- /dev/null +++ b/stable/postscriptum/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: postscriptum +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. +home: https://truecharts.org/charts/stable/postscriptum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png +keywords: + - postscriptum + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: postscriptum +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/postscriptum/5.7.3/README.md b/stable/postscriptum/5.7.5/README.md similarity index 100% rename from stable/postscriptum/5.7.3/README.md rename to stable/postscriptum/5.7.5/README.md diff --git a/stable/postscriptum/5.7.5/app-changelog.md b/stable/postscriptum/5.7.5/app-changelog.md new file mode 100644 index 00000000000..9060ecefb22 --- /dev/null +++ b/stable/postscriptum/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [postscriptum-5.7.5](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/postscriptum/5.7.3/app-readme.md b/stable/postscriptum/5.7.5/app-readme.md similarity index 100% rename from stable/postscriptum/5.7.3/app-readme.md rename to stable/postscriptum/5.7.5/app-readme.md diff --git a/stable/postscriptum/5.7.5/charts/common-20.2.10.tgz b/stable/postscriptum/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/postscriptum/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/postscriptum/5.7.3/ix_values.yaml b/stable/postscriptum/5.7.5/ix_values.yaml similarity index 100% rename from stable/postscriptum/5.7.3/ix_values.yaml rename to stable/postscriptum/5.7.5/ix_values.yaml diff --git a/stable/postscriptum/5.7.3/questions.yaml b/stable/postscriptum/5.7.5/questions.yaml similarity index 100% rename from stable/postscriptum/5.7.3/questions.yaml rename to stable/postscriptum/5.7.5/questions.yaml diff --git a/stable/postscriptum/5.7.3/templates/common.yaml b/stable/postscriptum/5.7.5/templates/common.yaml similarity index 100% rename from stable/postscriptum/5.7.3/templates/common.yaml rename to stable/postscriptum/5.7.5/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/13.7.3/values.yaml b/stable/postscriptum/5.7.5/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/values.yaml rename to stable/postscriptum/5.7.5/values.yaml diff --git a/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md deleted file mode 100644 index b114aca0053..00000000000 --- a/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml b/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml deleted file mode 100644 index 52d23b5f85b..00000000000 --- a/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pretend-youre-xyzzy, a cards against humanity clone -home: https://truecharts.org/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png -keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pretend-youre-xyzzy -sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - - https://hub.docker.com/r/emcniece/dockeryourxyzzy -type: application -version: 13.7.3 diff --git a/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md b/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md deleted file mode 100644 index 0bfbab32d7e..00000000000 --- a/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz b/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/projectsend/12.12.10/.helmignore b/stable/pretend-youre-xyzzy/13.7.5/.helmignore similarity index 100% rename from stable/projectsend/12.12.10/.helmignore rename to stable/pretend-youre-xyzzy/13.7.5/.helmignore diff --git a/stable/pretend-youre-xyzzy/13.7.5/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..38d8787c7a8 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pretend-youre-xyzzy-13.7.5](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pretend-youre-xyzzy-13.7.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pretend-youre-xyzzy-13.7.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pretend-youre-xyzzy-13.7.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pretend-youre-xyzzy-13.7.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pretend-youre-xyzzy-13.7.4](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.7.5/Chart.yaml b/stable/pretend-youre-xyzzy/13.7.5/Chart.yaml new file mode 100644 index 00000000000..7e4e6eed93a --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pretend-youre-xyzzy, a cards against humanity clone +home: https://truecharts.org/charts/stable/pretend-youre-xyzzy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png +keywords: + - pretend-youre-xyzzy + - cards + - against + - humanity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pretend-youre-xyzzy +sources: + - https://github.com/ajanata/PretendYoureXyzzy + - https://github.com/emcniece/DockerYourXyzzy + - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy + - https://hub.docker.com/r/emcniece/dockeryourxyzzy +type: application +version: 13.7.5 diff --git a/stable/pretend-youre-xyzzy/13.7.3/README.md b/stable/pretend-youre-xyzzy/13.7.5/README.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/README.md rename to stable/pretend-youre-xyzzy/13.7.5/README.md diff --git a/stable/pretend-youre-xyzzy/13.7.5/app-changelog.md b/stable/pretend-youre-xyzzy/13.7.5/app-changelog.md new file mode 100644 index 00000000000..4a288330603 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pretend-youre-xyzzy-13.7.5](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.7.3/app-readme.md b/stable/pretend-youre-xyzzy/13.7.5/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/app-readme.md rename to stable/pretend-youre-xyzzy/13.7.5/app-readme.md diff --git a/stable/pretend-youre-xyzzy/13.7.5/charts/common-20.2.10.tgz b/stable/pretend-youre-xyzzy/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pretend-youre-xyzzy/13.7.3/ix_values.yaml b/stable/pretend-youre-xyzzy/13.7.5/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/ix_values.yaml rename to stable/pretend-youre-xyzzy/13.7.5/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/13.7.3/questions.yaml b/stable/pretend-youre-xyzzy/13.7.5/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/questions.yaml rename to stable/pretend-youre-xyzzy/13.7.5/questions.yaml diff --git a/stable/projectsend/12.12.10/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/projectsend/12.12.10/templates/NOTES.txt rename to stable/pretend-youre-xyzzy/13.7.5/templates/NOTES.txt diff --git a/stable/pretend-youre-xyzzy/13.7.3/templates/common.yaml b/stable/pretend-youre-xyzzy/13.7.5/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.7.3/templates/common.yaml rename to stable/pretend-youre-xyzzy/13.7.5/templates/common.yaml diff --git a/stable/projectsend/12.12.10/values.yaml b/stable/pretend-youre-xyzzy/13.7.5/values.yaml similarity index 100% rename from stable/projectsend/12.12.10/values.yaml rename to stable/pretend-youre-xyzzy/13.7.5/values.yaml diff --git a/stable/projectsend/12.12.10/CHANGELOG.md b/stable/projectsend/12.12.10/CHANGELOG.md deleted file mode 100644 index a5d3ad3b7e6..00000000000 --- a/stable/projectsend/12.12.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [projectsend-12.12.10](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [projectsend-12.12.10](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [projectsend-12.12.9](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.9) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/projectsend/12.12.10/Chart.yaml b/stable/projectsend/12.12.10/Chart.yaml deleted file mode 100644 index d4af681fd13..00000000000 --- a/stable/projectsend/12.12.10/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: files - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. -home: https://truecharts.org/charts/stable/projectsend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png -keywords: - - projectsend - - files -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: projectsend -sources: - - https://github.com/projectsend/projectsend - - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - - https://ghcr.io/linuxserver/projectsend -type: application -version: 12.12.10 diff --git a/stable/projectsend/12.12.10/app-changelog.md b/stable/projectsend/12.12.10/app-changelog.md deleted file mode 100644 index bc9b38a70d5..00000000000 --- a/stable/projectsend/12.12.10/app-changelog.md +++ /dev/null @@ -1,37 +0,0 @@ - - -## [projectsend-12.12.10](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/projectsend/12.12.10/charts/common-20.2.9.tgz b/stable/projectsend/12.12.10/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/projectsend/12.12.10/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/projectsend/12.12.10/charts/mariadb-13.7.4.tgz b/stable/projectsend/12.12.10/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/projectsend/12.12.10/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/promcord/11.7.3/.helmignore b/stable/projectsend/12.12.12/.helmignore similarity index 100% rename from stable/promcord/11.7.3/.helmignore rename to stable/projectsend/12.12.12/.helmignore diff --git a/stable/projectsend/12.12.12/CHANGELOG.md b/stable/projectsend/12.12.12/CHANGELOG.md new file mode 100644 index 00000000000..84162cb1fc2 --- /dev/null +++ b/stable/projectsend/12.12.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [projectsend-12.12.12](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [projectsend-12.12.11](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.11) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [projectsend-12.12.11](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.11) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/projectsend/12.12.12/Chart.yaml b/stable/projectsend/12.12.12/Chart.yaml new file mode 100644 index 00000000000..a1b45be2924 --- /dev/null +++ b/stable/projectsend/12.12.12/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: files + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. +home: https://truecharts.org/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png +keywords: + - projectsend + - files +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: projectsend +sources: + - https://github.com/projectsend/projectsend + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend + - https://ghcr.io/linuxserver/projectsend +type: application +version: 12.12.12 diff --git a/stable/projectsend/12.12.10/README.md b/stable/projectsend/12.12.12/README.md similarity index 100% rename from stable/projectsend/12.12.10/README.md rename to stable/projectsend/12.12.12/README.md diff --git a/stable/projectsend/12.12.12/app-changelog.md b/stable/projectsend/12.12.12/app-changelog.md new file mode 100644 index 00000000000..80e8d2a71c7 --- /dev/null +++ b/stable/projectsend/12.12.12/app-changelog.md @@ -0,0 +1,41 @@ + + +## [projectsend-12.12.12](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@afc5c32](https://github.com/afc5c32) by renovate ([#19797](https://github.com/truecharts/charts/issues/19797)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/projectsend/12.12.10/app-readme.md b/stable/projectsend/12.12.12/app-readme.md similarity index 100% rename from stable/projectsend/12.12.10/app-readme.md rename to stable/projectsend/12.12.12/app-readme.md diff --git a/stable/projectsend/12.12.12/charts/common-20.2.10.tgz b/stable/projectsend/12.12.12/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/projectsend/12.12.12/charts/common-20.2.10.tgz differ diff --git a/stable/projectsend/12.12.12/charts/mariadb-13.7.5.tgz b/stable/projectsend/12.12.12/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/projectsend/12.12.12/charts/mariadb-13.7.5.tgz differ diff --git a/stable/projectsend/12.12.10/ix_values.yaml b/stable/projectsend/12.12.12/ix_values.yaml similarity index 100% rename from stable/projectsend/12.12.10/ix_values.yaml rename to stable/projectsend/12.12.12/ix_values.yaml diff --git a/stable/projectsend/12.12.10/questions.yaml b/stable/projectsend/12.12.12/questions.yaml similarity index 100% rename from stable/projectsend/12.12.10/questions.yaml rename to stable/projectsend/12.12.12/questions.yaml diff --git a/stable/promcord/11.7.3/templates/NOTES.txt b/stable/projectsend/12.12.12/templates/NOTES.txt similarity index 100% rename from stable/promcord/11.7.3/templates/NOTES.txt rename to stable/projectsend/12.12.12/templates/NOTES.txt diff --git a/stable/projectsend/12.12.10/templates/_configmap.tpl b/stable/projectsend/12.12.12/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/12.12.10/templates/_configmap.tpl rename to stable/projectsend/12.12.12/templates/_configmap.tpl diff --git a/stable/projectsend/12.12.10/templates/common.yaml b/stable/projectsend/12.12.12/templates/common.yaml similarity index 100% rename from stable/projectsend/12.12.10/templates/common.yaml rename to stable/projectsend/12.12.12/templates/common.yaml diff --git a/stable/promcord/11.7.3/values.yaml b/stable/projectsend/12.12.12/values.yaml similarity index 100% rename from stable/promcord/11.7.3/values.yaml rename to stable/projectsend/12.12.12/values.yaml diff --git a/stable/promcord/11.7.3/CHANGELOG.md b/stable/promcord/11.7.3/CHANGELOG.md deleted file mode 100644 index 8659ab5822a..00000000000 --- a/stable/promcord/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/promcord/11.7.3/Chart.yaml b/stable/promcord/11.7.3/Chart.yaml deleted file mode 100644 index 3f84ae442d7..00000000000 --- a/stable/promcord/11.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Discord bot that provides metrics from a Discord server -home: https://truecharts.org/charts/stable/promcord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png -keywords: - - promcord - - discord - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: promcord -sources: - - https://github.com/nimarion/promcord - - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - - https://hub.docker.com/r/biospheere/promcord -type: application -version: 11.7.3 diff --git a/stable/promcord/11.7.3/app-changelog.md b/stable/promcord/11.7.3/app-changelog.md deleted file mode 100644 index 89674c6fab3..00000000000 --- a/stable/promcord/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/promcord/11.7.3/charts/common-20.2.4.tgz b/stable/promcord/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/promcord/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.8.3/.helmignore b/stable/promcord/11.7.5/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.8.3/.helmignore rename to stable/promcord/11.7.5/.helmignore diff --git a/stable/promcord/11.7.5/CHANGELOG.md b/stable/promcord/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3d14e67b451 --- /dev/null +++ b/stable/promcord/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [promcord-11.7.5](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [promcord-11.7.4](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [promcord-11.7.4](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [promcord-11.7.4](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [promcord-11.7.4](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [promcord-11.7.4](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/promcord/11.7.5/Chart.yaml b/stable/promcord/11.7.5/Chart.yaml new file mode 100644 index 00000000000..da4386084d9 --- /dev/null +++ b/stable/promcord/11.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Discord bot that provides metrics from a Discord server +home: https://truecharts.org/charts/stable/promcord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png +keywords: + - promcord + - discord + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: promcord +sources: + - https://github.com/nimarion/promcord + - https://github.com/truecharts/charts/tree/master/charts/stable/promcord + - https://hub.docker.com/r/biospheere/promcord +type: application +version: 11.7.5 diff --git a/stable/promcord/11.7.3/README.md b/stable/promcord/11.7.5/README.md similarity index 100% rename from stable/promcord/11.7.3/README.md rename to stable/promcord/11.7.5/README.md diff --git a/stable/promcord/11.7.5/app-changelog.md b/stable/promcord/11.7.5/app-changelog.md new file mode 100644 index 00000000000..8c8ace56d88 --- /dev/null +++ b/stable/promcord/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [promcord-11.7.5](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/promcord/11.7.3/app-readme.md b/stable/promcord/11.7.5/app-readme.md similarity index 100% rename from stable/promcord/11.7.3/app-readme.md rename to stable/promcord/11.7.5/app-readme.md diff --git a/stable/promcord/11.7.5/charts/common-20.2.10.tgz b/stable/promcord/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/promcord/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/promcord/11.7.3/ix_values.yaml b/stable/promcord/11.7.5/ix_values.yaml similarity index 100% rename from stable/promcord/11.7.3/ix_values.yaml rename to stable/promcord/11.7.5/ix_values.yaml diff --git a/stable/promcord/11.7.3/questions.yaml b/stable/promcord/11.7.5/questions.yaml similarity index 100% rename from stable/promcord/11.7.3/questions.yaml rename to stable/promcord/11.7.5/questions.yaml diff --git a/stable/protonmail-bridge/14.8.3/templates/NOTES.txt b/stable/promcord/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.8.3/templates/NOTES.txt rename to stable/promcord/11.7.5/templates/NOTES.txt diff --git a/stable/promcord/11.7.3/templates/common.yaml b/stable/promcord/11.7.5/templates/common.yaml similarity index 100% rename from stable/promcord/11.7.3/templates/common.yaml rename to stable/promcord/11.7.5/templates/common.yaml diff --git a/stable/protonmail-bridge/14.8.3/values.yaml b/stable/promcord/11.7.5/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.8.3/values.yaml rename to stable/promcord/11.7.5/values.yaml diff --git a/stable/protonmail-bridge/14.8.3/CHANGELOG.md b/stable/protonmail-bridge/14.8.3/CHANGELOG.md deleted file mode 100644 index 6e98e1c8a32..00000000000 --- a/stable/protonmail-bridge/14.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/protonmail-bridge/14.8.3/Chart.yaml b/stable/protonmail-bridge/14.8.3/Chart.yaml deleted file mode 100644 index 8ec394c6254..00000000000 --- a/stable/protonmail-bridge/14.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.9.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ProtonMail IMAP/SMTP Bridge to work on the network. -home: https://truecharts.org/charts/stable/protonmail-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png -keywords: - - protonmail - - protonmail-bridge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: protonmail-bridge -sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - - https://hub.docker.com/r/shenxn/protonmail-bridge -type: application -version: 14.8.3 diff --git a/stable/protonmail-bridge/14.8.3/app-changelog.md b/stable/protonmail-bridge/14.8.3/app-changelog.md deleted file mode 100644 index ba6b4d1f0e5..00000000000 --- a/stable/protonmail-bridge/14.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz b/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/prowlarr/16.5.7/.helmignore b/stable/protonmail-bridge/14.8.5/.helmignore similarity index 100% rename from stable/prowlarr/16.5.7/.helmignore rename to stable/protonmail-bridge/14.8.5/.helmignore diff --git a/stable/protonmail-bridge/14.8.5/CHANGELOG.md b/stable/protonmail-bridge/14.8.5/CHANGELOG.md new file mode 100644 index 00000000000..ef9277ef07e --- /dev/null +++ b/stable/protonmail-bridge/14.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [protonmail-bridge-14.8.5](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [protonmail-bridge-14.8.4](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [protonmail-bridge-14.8.4](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [protonmail-bridge-14.8.4](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [protonmail-bridge-14.8.4](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [protonmail-bridge-14.8.4](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/protonmail-bridge/14.8.5/Chart.yaml b/stable/protonmail-bridge/14.8.5/Chart.yaml new file mode 100644 index 00000000000..0d5e6a4a5fe --- /dev/null +++ b/stable/protonmail-bridge/14.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.9.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProtonMail IMAP/SMTP Bridge to work on the network. +home: https://truecharts.org/charts/stable/protonmail-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png +keywords: + - protonmail + - protonmail-bridge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: protonmail-bridge +sources: + - https://github.com/shenxn/protonmail-bridge-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge + - https://hub.docker.com/r/shenxn/protonmail-bridge +type: application +version: 14.8.5 diff --git a/stable/protonmail-bridge/14.8.3/README.md b/stable/protonmail-bridge/14.8.5/README.md similarity index 100% rename from stable/protonmail-bridge/14.8.3/README.md rename to stable/protonmail-bridge/14.8.5/README.md diff --git a/stable/protonmail-bridge/14.8.5/app-changelog.md b/stable/protonmail-bridge/14.8.5/app-changelog.md new file mode 100644 index 00000000000..dcbb739fa6d --- /dev/null +++ b/stable/protonmail-bridge/14.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [protonmail-bridge-14.8.5](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.8.3/app-readme.md b/stable/protonmail-bridge/14.8.5/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.8.3/app-readme.md rename to stable/protonmail-bridge/14.8.5/app-readme.md diff --git a/stable/protonmail-bridge/14.8.5/charts/common-20.2.10.tgz b/stable/protonmail-bridge/14.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/protonmail-bridge/14.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/protonmail-bridge/14.8.3/ix_values.yaml b/stable/protonmail-bridge/14.8.5/ix_values.yaml similarity index 100% rename from stable/protonmail-bridge/14.8.3/ix_values.yaml rename to stable/protonmail-bridge/14.8.5/ix_values.yaml diff --git a/stable/protonmail-bridge/14.8.3/questions.yaml b/stable/protonmail-bridge/14.8.5/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.8.3/questions.yaml rename to stable/protonmail-bridge/14.8.5/questions.yaml diff --git a/stable/prowlarr/16.5.7/templates/NOTES.txt b/stable/protonmail-bridge/14.8.5/templates/NOTES.txt similarity index 100% rename from stable/prowlarr/16.5.7/templates/NOTES.txt rename to stable/protonmail-bridge/14.8.5/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.8.3/templates/common.yaml b/stable/protonmail-bridge/14.8.5/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.8.3/templates/common.yaml rename to stable/protonmail-bridge/14.8.5/templates/common.yaml diff --git a/stable/prowlarr/16.5.7/values.yaml b/stable/protonmail-bridge/14.8.5/values.yaml similarity index 100% rename from stable/prowlarr/16.5.7/values.yaml rename to stable/protonmail-bridge/14.8.5/values.yaml diff --git a/stable/prowlarr/16.5.7/CHANGELOG.md b/stable/prowlarr/16.5.7/CHANGELOG.md deleted file mode 100644 index cf0e2df8c55..00000000000 --- a/stable/prowlarr/16.5.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prowlarr-16.5.7](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.7) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) - - -## [prowlarr-16.5.7](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.7) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) - - -## [prowlarr-16.5.7](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.7) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) - - -## [prowlarr-16.5.7](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.7) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/prowlarr/16.5.7/Chart.yaml b/stable/prowlarr/16.5.7/Chart.yaml deleted file mode 100644 index 022e9acf262..00000000000 --- a/stable/prowlarr/16.5.7/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.14.3.4333 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. -home: https://truecharts.org/charts/stable/prowlarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png -keywords: - - prowlarr - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prowlarr -sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://ghcr.io/onedr0p/prowlarr-develop - - https://ghcr.io/onedr0p/exportarr -type: application -version: 16.5.7 diff --git a/stable/prowlarr/16.5.7/app-changelog.md b/stable/prowlarr/16.5.7/app-changelog.md deleted file mode 100644 index 514890a7c1f..00000000000 --- a/stable/prowlarr/16.5.7/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [prowlarr-16.5.7](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.7) (2024-03-28) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) \ No newline at end of file diff --git a/stable/prowlarr/16.5.7/charts/common-20.2.9.tgz b/stable/prowlarr/16.5.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/prowlarr/16.5.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/prowlarr/16.5.7/ix_values.yaml b/stable/prowlarr/16.5.7/ix_values.yaml deleted file mode 100644 index 29c854cdbed..00000000000 --- a/stable/prowlarr/16.5.7/ix_values.yaml +++ /dev/null @@ -1,115 +0,0 @@ -image: - repository: ghcr.io/onedr0p/prowlarr-develop - tag: 1.14.3.4333@sha256:60f146b93e846e543cac0e8d74412c45cd0112a0793ad48c8ae54125f6f990fe - pullPolicy: IfNotPresent -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 9696 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 9697 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: /ping - readiness: - path: /ping - startup: - type: tcp - env: - PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}" - PROWLARR__AUTHENTICATION_METHOD: "" - exportarr: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - prowlarr - probes: - liveness: - enabled: true - type: http - path: /healthz - port: "{{ .Values.service.metrics.ports.metrics.port }}" - readiness: - enabled: true - type: http - path: /healthz - port: "{{ .Values.service.metrics.ports.metrics.port }}" - startup: - enabled: true - type: http - path: /healthz - port: "{{ .Values.service.metrics.ports.metrics.port }}" - env: - INTERFACE: 0.0.0.0 - PORT: "{{ .Values.service.metrics.ports.metrics.port }}" - URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' - # additional metrics (slow) - # ENABLE_ADDITIONAL_METRICS: false - # enable gathering unknown queue items - # ENABLE_UNKNOWN_QUEUE_ITEMS: false - # enable backfill of historical metrics - # PROWLARR__BACKFILL: false - # Set a date from which to start the backfill - # PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01 - CONFIG: "/config/config.xml" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - prowlarr.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - prometheusRule: - enabled: false -portal: - open: - enabled: true -updated: true diff --git a/stable/proxmox-backup-server/3.7.3/.helmignore b/stable/prowlarr/16.6.1/.helmignore similarity index 100% rename from stable/proxmox-backup-server/3.7.3/.helmignore rename to stable/prowlarr/16.6.1/.helmignore diff --git a/stable/prowlarr/16.6.1/CHANGELOG.md b/stable/prowlarr/16.6.1/CHANGELOG.md new file mode 100644 index 00000000000..013bb056f25 --- /dev/null +++ b/stable/prowlarr/16.6.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prowlarr-16.6.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.6.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361[@0b6b55c](https://github.com/0b6b55c) by renovate ([#19902](https://github.com/truecharts/charts/issues/19902)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) + + +## [prowlarr-16.6.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.6.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361[@0b6b55c](https://github.com/0b6b55c) by renovate ([#19902](https://github.com/truecharts/charts/issues/19902)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) + + +## [prowlarr-16.6.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.6.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361[@0b6b55c](https://github.com/0b6b55c) by renovate ([#19902](https://github.com/truecharts/charts/issues/19902)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) + + +## [prowlarr-16.6.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.6.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361[@0b6b55c](https://github.com/0b6b55c) by renovate ([#19902](https://github.com/truecharts/charts/issues/19902)) \ No newline at end of file diff --git a/stable/prowlarr/16.6.1/Chart.yaml b/stable/prowlarr/16.6.1/Chart.yaml new file mode 100644 index 00000000000..c36396f9d7c --- /dev/null +++ b/stable/prowlarr/16.6.1/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.0.4361 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png +keywords: + - prowlarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prowlarr +sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/prowlarr-develop +type: application +version: 16.6.1 diff --git a/stable/prowlarr/16.5.7/README.md b/stable/prowlarr/16.6.1/README.md similarity index 100% rename from stable/prowlarr/16.5.7/README.md rename to stable/prowlarr/16.6.1/README.md diff --git a/stable/prowlarr/16.6.1/app-changelog.md b/stable/prowlarr/16.6.1/app-changelog.md new file mode 100644 index 00000000000..0f13ab83f98 --- /dev/null +++ b/stable/prowlarr/16.6.1/app-changelog.md @@ -0,0 +1,29 @@ + + +## [prowlarr-16.6.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.6.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.15.0.4361[@0b6b55c](https://github.com/0b6b55c) by renovate ([#19902](https://github.com/truecharts/charts/issues/19902)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.3.4333[@60f146b](https://github.com/60f146b) by renovate ([#19780](https://github.com/truecharts/charts/issues/19780)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255)) \ No newline at end of file diff --git a/stable/prowlarr/16.5.7/app-readme.md b/stable/prowlarr/16.6.1/app-readme.md similarity index 100% rename from stable/prowlarr/16.5.7/app-readme.md rename to stable/prowlarr/16.6.1/app-readme.md diff --git a/stable/prowlarr/16.6.1/charts/common-20.2.10.tgz b/stable/prowlarr/16.6.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/prowlarr/16.6.1/charts/common-20.2.10.tgz differ diff --git a/stable/prowlarr/16.5.7/dashboard.json b/stable/prowlarr/16.6.1/dashboard.json similarity index 100% rename from stable/prowlarr/16.5.7/dashboard.json rename to stable/prowlarr/16.6.1/dashboard.json diff --git a/stable/prowlarr/16.6.1/ix_values.yaml b/stable/prowlarr/16.6.1/ix_values.yaml new file mode 100644 index 00000000000..5aecf2e470a --- /dev/null +++ b/stable/prowlarr/16.6.1/ix_values.yaml @@ -0,0 +1,115 @@ +image: + repository: ghcr.io/onedr0p/prowlarr-develop + tag: 1.15.0.4361@sha256:0b6b55c6b230da58c73dce53976c3ff866cab099eefc9d5a1e85bf6b1c610ae1 + pullPolicy: IfNotPresent +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 9696 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 9697 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /ping + readiness: + path: /ping + startup: + type: tcp + env: + PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}" + PROWLARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - prowlarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + # enable backfill of historical metrics + # PROWLARR__BACKFILL: false + # Set a date from which to start the backfill + # PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + prowlarr.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/prowlarr/16.5.7/questions.yaml b/stable/prowlarr/16.6.1/questions.yaml similarity index 100% rename from stable/prowlarr/16.5.7/questions.yaml rename to stable/prowlarr/16.6.1/questions.yaml diff --git a/stable/prusaslicer-novnc/8.7.5/templates/NOTES.txt b/stable/prowlarr/16.6.1/templates/NOTES.txt similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/templates/NOTES.txt rename to stable/prowlarr/16.6.1/templates/NOTES.txt diff --git a/stable/prowlarr/16.5.7/templates/common.yaml b/stable/prowlarr/16.6.1/templates/common.yaml similarity index 100% rename from stable/prowlarr/16.5.7/templates/common.yaml rename to stable/prowlarr/16.6.1/templates/common.yaml diff --git a/stable/proxmox-backup-server/3.7.3/values.yaml b/stable/prowlarr/16.6.1/values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.7.3/values.yaml rename to stable/prowlarr/16.6.1/values.yaml diff --git a/stable/proxmox-backup-server/3.7.3/CHANGELOG.md b/stable/proxmox-backup-server/3.7.3/CHANGELOG.md deleted file mode 100644 index f3a1cc2923a..00000000000 --- a/stable/proxmox-backup-server/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/proxmox-backup-server/3.7.3/Chart.yaml b/stable/proxmox-backup-server/3.7.3/Chart.yaml deleted file mode 100644 index b8984680796..00000000000 --- a/stable/proxmox-backup-server/3.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: test - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Container for proxmox backup server -home: https://truecharts.org/charts/stable/proxmox-backup-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png -keywords: - - proxmox-backup-server - - pbs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: proxmox-backup-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server - - https://hub.docker.com/r/ayufan/proxmox-backup-server -type: application -version: 3.7.3 diff --git a/stable/proxmox-backup-server/3.7.3/app-changelog.md b/stable/proxmox-backup-server/3.7.3/app-changelog.md deleted file mode 100644 index 93567eada77..00000000000 --- a/stable/proxmox-backup-server/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz b/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/prpdf/5.7.3/.helmignore b/stable/proxmox-backup-server/3.7.5/.helmignore similarity index 100% rename from stable/prpdf/5.7.3/.helmignore rename to stable/proxmox-backup-server/3.7.5/.helmignore diff --git a/stable/proxmox-backup-server/3.7.5/CHANGELOG.md b/stable/proxmox-backup-server/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4c0e7ba0774 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [proxmox-backup-server-3.7.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [proxmox-backup-server-3.7.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [proxmox-backup-server-3.7.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [proxmox-backup-server-3.7.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [proxmox-backup-server-3.7.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [proxmox-backup-server-3.7.4](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.7.5/Chart.yaml b/stable/proxmox-backup-server/3.7.5/Chart.yaml new file mode 100644 index 00000000000..c2639ab4dc3 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: test + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container for proxmox backup server +home: https://truecharts.org/charts/stable/proxmox-backup-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png +keywords: + - proxmox-backup-server + - pbs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: proxmox-backup-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server + - https://hub.docker.com/r/ayufan/proxmox-backup-server +type: application +version: 3.7.5 diff --git a/stable/proxmox-backup-server/3.7.3/README.md b/stable/proxmox-backup-server/3.7.5/README.md similarity index 100% rename from stable/proxmox-backup-server/3.7.3/README.md rename to stable/proxmox-backup-server/3.7.5/README.md diff --git a/stable/proxmox-backup-server/3.7.5/app-changelog.md b/stable/proxmox-backup-server/3.7.5/app-changelog.md new file mode 100644 index 00000000000..bb15d8a20d4 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [proxmox-backup-server-3.7.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.7.3/app-readme.md b/stable/proxmox-backup-server/3.7.5/app-readme.md similarity index 100% rename from stable/proxmox-backup-server/3.7.3/app-readme.md rename to stable/proxmox-backup-server/3.7.5/app-readme.md diff --git a/stable/proxmox-backup-server/3.7.5/charts/common-20.2.10.tgz b/stable/proxmox-backup-server/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/proxmox-backup-server/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/proxmox-backup-server/3.7.3/ix_values.yaml b/stable/proxmox-backup-server/3.7.5/ix_values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.7.3/ix_values.yaml rename to stable/proxmox-backup-server/3.7.5/ix_values.yaml diff --git a/stable/proxmox-backup-server/3.7.3/questions.yaml b/stable/proxmox-backup-server/3.7.5/questions.yaml similarity index 100% rename from stable/proxmox-backup-server/3.7.3/questions.yaml rename to stable/proxmox-backup-server/3.7.5/questions.yaml diff --git a/stable/proxmox-backup-server/3.7.3/templates/common.yaml b/stable/proxmox-backup-server/3.7.5/templates/common.yaml similarity index 100% rename from stable/proxmox-backup-server/3.7.3/templates/common.yaml rename to stable/proxmox-backup-server/3.7.5/templates/common.yaml diff --git a/stable/prpdf/5.7.3/values.yaml b/stable/proxmox-backup-server/3.7.5/values.yaml similarity index 100% rename from stable/prpdf/5.7.3/values.yaml rename to stable/proxmox-backup-server/3.7.5/values.yaml diff --git a/stable/prpdf/5.7.3/CHANGELOG.md b/stable/prpdf/5.7.3/CHANGELOG.md deleted file mode 100644 index ebb2eae8c55..00000000000 --- a/stable/prpdf/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/prpdf/5.7.3/Chart.yaml b/stable/prpdf/5.7.3/Chart.yaml deleted file mode 100644 index 11e37c25805..00000000000 --- a/stable/prpdf/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. -home: https://truecharts.org/charts/stable/prpdf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png -keywords: - - prpdf - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prpdf -sources: - - https://github.com/maschhoff/prpdf - - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf - - https://hub.docker.com/r/knex666/prpdf -type: application -version: 5.7.3 diff --git a/stable/prpdf/5.7.3/app-changelog.md b/stable/prpdf/5.7.3/app-changelog.md deleted file mode 100644 index dc3f3ab63b9..00000000000 --- a/stable/prpdf/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/prpdf/5.7.3/charts/common-20.2.4.tgz b/stable/prpdf/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/prpdf/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.7.5/.helmignore b/stable/prpdf/5.7.5/.helmignore similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/.helmignore rename to stable/prpdf/5.7.5/.helmignore diff --git a/stable/prpdf/5.7.5/CHANGELOG.md b/stable/prpdf/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f8af19df944 --- /dev/null +++ b/stable/prpdf/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prpdf-5.7.5](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prpdf-5.7.4](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prpdf-5.7.4](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prpdf-5.7.4](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prpdf-5.7.4](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prpdf-5.7.4](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/prpdf/5.7.5/Chart.yaml b/stable/prpdf/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e2a36fb710c --- /dev/null +++ b/stable/prpdf/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. +home: https://truecharts.org/charts/stable/prpdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png +keywords: + - prpdf + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prpdf +sources: + - https://github.com/maschhoff/prpdf + - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf + - https://hub.docker.com/r/knex666/prpdf +type: application +version: 5.7.5 diff --git a/stable/prpdf/5.7.3/README.md b/stable/prpdf/5.7.5/README.md similarity index 100% rename from stable/prpdf/5.7.3/README.md rename to stable/prpdf/5.7.5/README.md diff --git a/stable/prpdf/5.7.5/app-changelog.md b/stable/prpdf/5.7.5/app-changelog.md new file mode 100644 index 00000000000..32829056fbc --- /dev/null +++ b/stable/prpdf/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [prpdf-5.7.5](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/prpdf/5.7.3/app-readme.md b/stable/prpdf/5.7.5/app-readme.md similarity index 100% rename from stable/prpdf/5.7.3/app-readme.md rename to stable/prpdf/5.7.5/app-readme.md diff --git a/stable/prpdf/5.7.5/charts/common-20.2.10.tgz b/stable/prpdf/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/prpdf/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/prpdf/5.7.3/ix_values.yaml b/stable/prpdf/5.7.5/ix_values.yaml similarity index 100% rename from stable/prpdf/5.7.3/ix_values.yaml rename to stable/prpdf/5.7.5/ix_values.yaml diff --git a/stable/prpdf/5.7.3/questions.yaml b/stable/prpdf/5.7.5/questions.yaml similarity index 100% rename from stable/prpdf/5.7.3/questions.yaml rename to stable/prpdf/5.7.5/questions.yaml diff --git a/stable/prpdf/5.7.3/templates/common.yaml b/stable/prpdf/5.7.5/templates/common.yaml similarity index 100% rename from stable/prpdf/5.7.3/templates/common.yaml rename to stable/prpdf/5.7.5/templates/common.yaml diff --git a/stable/prusaslicer-novnc/8.7.5/values.yaml b/stable/prpdf/5.7.5/values.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/values.yaml rename to stable/prpdf/5.7.5/values.yaml diff --git a/stable/prusaslicer-novnc/8.7.5/CHANGELOG.md b/stable/prusaslicer-novnc/8.7.5/CHANGELOG.md deleted file mode 100644 index 6b1ef0bbaa2..00000000000 --- a/stable/prusaslicer-novnc/8.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/prusaslicer-novnc/8.7.5/Chart.yaml b/stable/prusaslicer-novnc/8.7.5/Chart.yaml deleted file mode 100644 index 5e6ea0342a8..00000000000 --- a/stable/prusaslicer-novnc/8.7.5/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. -home: https://truecharts.org/charts/stable/prusaslicer-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png -keywords: - - prusaslicer-novnc - - home-automation - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prusaslicer-novnc -sources: - - https://www.prusa3d.com/prusaslicer/ - - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc - - https://hub.docker.com/r/mikeah/prusaslicer-novnc -type: application -version: 8.7.5 diff --git a/stable/prusaslicer-novnc/8.7.5/app-changelog.md b/stable/prusaslicer-novnc/8.7.5/app-changelog.md deleted file mode 100644 index 653ecc0990a..00000000000 --- a/stable/prusaslicer-novnc/8.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [prusaslicer-novnc-8.7.5](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.7.5/charts/common-20.2.9.tgz b/stable/prusaslicer-novnc/8.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/prusaslicer-novnc/8.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.7.5/ix_values.yaml b/stable/prusaslicer-novnc/8.7.5/ix_values.yaml deleted file mode 100644 index ebd34d63d83..00000000000 --- a/stable/prusaslicer-novnc/8.7.5/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikeah/prusaslicer-novnc - tag: latest@sha256:bd59d9dd2082e374e51bb0722b73b5e2e69fbe0099bc8384f804ae80916f292b -persistence: - configsfolder: - enabled: true - mountPath: /configs/ - prints: - enabled: true - mountPath: /prints/ -service: - main: - ports: - main: - port: 16080 - protocol: http - targetPort: 8080 -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - env: - SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt diff --git a/stable/pt-helper/5.7.3/.helmignore b/stable/prusaslicer-novnc/8.7.7/.helmignore similarity index 100% rename from stable/pt-helper/5.7.3/.helmignore rename to stable/prusaslicer-novnc/8.7.7/.helmignore diff --git a/stable/prusaslicer-novnc/8.7.7/CHANGELOG.md b/stable/prusaslicer-novnc/8.7.7/CHANGELOG.md new file mode 100644 index 00000000000..e8bdd5a386b --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prusaslicer-novnc-8.7.7](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mikeah/prusaslicer-novnc to latest[@0dd0ad9](https://github.com/0dd0ad9) by renovate ([#19943](https://github.com/truecharts/charts/issues/19943)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) + + +## [prusaslicer-novnc-8.7.6](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.6) (2024-03-30) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@0dd0ad9](https://github.com/0dd0ad9) by renovate ([#19943](https://github.com/truecharts/charts/issues/19943)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) + + +## [prusaslicer-novnc-8.7.6](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.6) (2024-03-30) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@0dd0ad9](https://github.com/0dd0ad9) by renovate ([#19943](https://github.com/truecharts/charts/issues/19943)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) + + +## [prusaslicer-novnc-8.7.6](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.6) (2024-03-30) + +### Chore + + + +- update container image mikeah/prusaslicer-novnc to latest[@0dd0ad9](https://github.com/0dd0ad9) by renovate ([#19943](https://github.com/truecharts/charts/issues/19943)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.7.7/Chart.yaml b/stable/prusaslicer-novnc/8.7.7/Chart.yaml new file mode 100644 index 00000000000..ff4d506ffe0 --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.7/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. +home: https://truecharts.org/charts/stable/prusaslicer-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png +keywords: + - prusaslicer-novnc + - home-automation + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prusaslicer-novnc +sources: + - https://www.prusa3d.com/prusaslicer/ + - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc + - https://hub.docker.com/r/mikeah/prusaslicer-novnc +type: application +version: 8.7.7 diff --git a/stable/prusaslicer-novnc/8.7.5/README.md b/stable/prusaslicer-novnc/8.7.7/README.md similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/README.md rename to stable/prusaslicer-novnc/8.7.7/README.md diff --git a/stable/prusaslicer-novnc/8.7.7/app-changelog.md b/stable/prusaslicer-novnc/8.7.7/app-changelog.md new file mode 100644 index 00000000000..f0e4f6f0c72 --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [prusaslicer-novnc-8.7.7](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mikeah/prusaslicer-novnc to latest[@0dd0ad9](https://github.com/0dd0ad9) by renovate ([#19943](https://github.com/truecharts/charts/issues/19943)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274)) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.7.5/app-readme.md b/stable/prusaslicer-novnc/8.7.7/app-readme.md similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/app-readme.md rename to stable/prusaslicer-novnc/8.7.7/app-readme.md diff --git a/stable/prusaslicer-novnc/8.7.7/charts/common-20.2.10.tgz b/stable/prusaslicer-novnc/8.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/prusaslicer-novnc/8.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/prusaslicer-novnc/8.7.7/ix_values.yaml b/stable/prusaslicer-novnc/8.7.7/ix_values.yaml new file mode 100644 index 00000000000..d1e27cea6f4 --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.7/ix_values.yaml @@ -0,0 +1,34 @@ +image: + pullPolicy: IfNotPresent + repository: mikeah/prusaslicer-novnc + tag: latest@sha256:0dd0ad938669b792e0f1a38154fd3a51b4d728accade21a82056a5cd8cfed63d +persistence: + configsfolder: + enabled: true + mountPath: /configs/ + prints: + enabled: true + mountPath: /prints/ +service: + main: + ports: + main: + port: 16080 + protocol: http + targetPort: 8080 +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + env: + SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt diff --git a/stable/prusaslicer-novnc/8.7.5/questions.yaml b/stable/prusaslicer-novnc/8.7.7/questions.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/questions.yaml rename to stable/prusaslicer-novnc/8.7.7/questions.yaml diff --git a/stable/putty/9.7.3/templates/NOTES.txt b/stable/prusaslicer-novnc/8.7.7/templates/NOTES.txt similarity index 100% rename from stable/putty/9.7.3/templates/NOTES.txt rename to stable/prusaslicer-novnc/8.7.7/templates/NOTES.txt diff --git a/stable/prusaslicer-novnc/8.7.5/templates/common.yaml b/stable/prusaslicer-novnc/8.7.7/templates/common.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.7.5/templates/common.yaml rename to stable/prusaslicer-novnc/8.7.7/templates/common.yaml diff --git a/stable/pt-helper/5.7.3/values.yaml b/stable/prusaslicer-novnc/8.7.7/values.yaml similarity index 100% rename from stable/pt-helper/5.7.3/values.yaml rename to stable/prusaslicer-novnc/8.7.7/values.yaml diff --git a/stable/pt-helper/5.7.3/CHANGELOG.md b/stable/pt-helper/5.7.3/CHANGELOG.md deleted file mode 100644 index 9b9fd30da4d..00000000000 --- a/stable/pt-helper/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pt-helper/5.7.3/Chart.yaml b/stable/pt-helper/5.7.3/Chart.yaml deleted file mode 100644 index c1d7dc38e9c..00000000000 --- a/stable/pt-helper/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A tool that can automatically download free seeds and delete them after the free time expires. -home: https://truecharts.org/charts/stable/pt-helper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png -keywords: - - pt-helper - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pt-helper -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper - - https://hub.docker.com/r/crazyq/pt_helper -type: application -version: 5.7.3 diff --git a/stable/pt-helper/5.7.3/app-changelog.md b/stable/pt-helper/5.7.3/app-changelog.md deleted file mode 100644 index 2c78e319162..00000000000 --- a/stable/pt-helper/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz b/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/putty/9.7.3/.helmignore b/stable/pt-helper/5.7.5/.helmignore similarity index 100% rename from stable/putty/9.7.3/.helmignore rename to stable/pt-helper/5.7.5/.helmignore diff --git a/stable/pt-helper/5.7.5/CHANGELOG.md b/stable/pt-helper/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..70e585c421e --- /dev/null +++ b/stable/pt-helper/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pt-helper-5.7.5](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pt-helper-5.7.4](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pt-helper-5.7.4](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pt-helper-5.7.4](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pt-helper-5.7.4](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pt-helper-5.7.4](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pt-helper/5.7.5/Chart.yaml b/stable/pt-helper/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b02ffe13c7a --- /dev/null +++ b/stable/pt-helper/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tool that can automatically download free seeds and delete them after the free time expires. +home: https://truecharts.org/charts/stable/pt-helper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png +keywords: + - pt-helper + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pt-helper +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper + - https://hub.docker.com/r/crazyq/pt_helper +type: application +version: 5.7.5 diff --git a/stable/pt-helper/5.7.3/README.md b/stable/pt-helper/5.7.5/README.md similarity index 100% rename from stable/pt-helper/5.7.3/README.md rename to stable/pt-helper/5.7.5/README.md diff --git a/stable/pt-helper/5.7.5/app-changelog.md b/stable/pt-helper/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f1d00b8e1aa --- /dev/null +++ b/stable/pt-helper/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pt-helper-5.7.5](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pt-helper/5.7.3/app-readme.md b/stable/pt-helper/5.7.5/app-readme.md similarity index 100% rename from stable/pt-helper/5.7.3/app-readme.md rename to stable/pt-helper/5.7.5/app-readme.md diff --git a/stable/pt-helper/5.7.5/charts/common-20.2.10.tgz b/stable/pt-helper/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pt-helper/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pt-helper/5.7.3/ix_values.yaml b/stable/pt-helper/5.7.5/ix_values.yaml similarity index 100% rename from stable/pt-helper/5.7.3/ix_values.yaml rename to stable/pt-helper/5.7.5/ix_values.yaml diff --git a/stable/pt-helper/5.7.3/questions.yaml b/stable/pt-helper/5.7.5/questions.yaml similarity index 100% rename from stable/pt-helper/5.7.3/questions.yaml rename to stable/pt-helper/5.7.5/questions.yaml diff --git a/stable/pt-helper/5.7.3/templates/common.yaml b/stable/pt-helper/5.7.5/templates/common.yaml similarity index 100% rename from stable/pt-helper/5.7.3/templates/common.yaml rename to stable/pt-helper/5.7.5/templates/common.yaml diff --git a/stable/putty/9.7.3/values.yaml b/stable/pt-helper/5.7.5/values.yaml similarity index 100% rename from stable/putty/9.7.3/values.yaml rename to stable/pt-helper/5.7.5/values.yaml diff --git a/stable/putty/9.7.3/CHANGELOG.md b/stable/putty/9.7.3/CHANGELOG.md deleted file mode 100644 index 8322664d4aa..00000000000 --- a/stable/putty/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/putty/9.7.3/Chart.yaml b/stable/putty/9.7.3/Chart.yaml deleted file mode 100644 index 66973433bf8..00000000000 --- a/stable/putty/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -home: https://truecharts.org/charts/stable/putty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png -keywords: - - ssh - - putty -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: putty -sources: - - https://github.com/jlesage/docker-putty - - https://github.com/truecharts/charts/tree/master/charts/stable/putty - - https://hub.docker.com/r/jlesage/putty -type: application -version: 9.7.3 diff --git a/stable/putty/9.7.3/app-changelog.md b/stable/putty/9.7.3/app-changelog.md deleted file mode 100644 index 19d3fdf6f7e..00000000000 --- a/stable/putty/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/putty/9.7.3/charts/common-20.2.4.tgz b/stable/putty/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/putty/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pvk-ii/5.7.3/.helmignore b/stable/putty/9.7.5/.helmignore similarity index 100% rename from stable/pvk-ii/5.7.3/.helmignore rename to stable/putty/9.7.5/.helmignore diff --git a/stable/putty/9.7.5/CHANGELOG.md b/stable/putty/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d665352e12a --- /dev/null +++ b/stable/putty/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [putty-9.7.5](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [putty-9.7.4](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [putty-9.7.4](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [putty-9.7.4](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [putty-9.7.4](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [putty-9.7.4](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/putty/9.7.5/Chart.yaml b/stable/putty/9.7.5/Chart.yaml new file mode 100644 index 00000000000..eb231082cf1 --- /dev/null +++ b/stable/putty/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. +home: https://truecharts.org/charts/stable/putty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png +keywords: + - ssh + - putty +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: putty +sources: + - https://github.com/jlesage/docker-putty + - https://github.com/truecharts/charts/tree/master/charts/stable/putty + - https://hub.docker.com/r/jlesage/putty +type: application +version: 9.7.5 diff --git a/stable/putty/9.7.3/README.md b/stable/putty/9.7.5/README.md similarity index 100% rename from stable/putty/9.7.3/README.md rename to stable/putty/9.7.5/README.md diff --git a/stable/putty/9.7.5/app-changelog.md b/stable/putty/9.7.5/app-changelog.md new file mode 100644 index 00000000000..2d0fbf7b649 --- /dev/null +++ b/stable/putty/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [putty-9.7.5](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/putty/9.7.3/app-readme.md b/stable/putty/9.7.5/app-readme.md similarity index 100% rename from stable/putty/9.7.3/app-readme.md rename to stable/putty/9.7.5/app-readme.md diff --git a/stable/putty/9.7.5/charts/common-20.2.10.tgz b/stable/putty/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/putty/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/putty/9.7.3/ix_values.yaml b/stable/putty/9.7.5/ix_values.yaml similarity index 100% rename from stable/putty/9.7.3/ix_values.yaml rename to stable/putty/9.7.5/ix_values.yaml diff --git a/stable/putty/9.7.3/questions.yaml b/stable/putty/9.7.5/questions.yaml similarity index 100% rename from stable/putty/9.7.3/questions.yaml rename to stable/putty/9.7.5/questions.yaml diff --git a/stable/pwndrop/9.7.6/templates/NOTES.txt b/stable/putty/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/9.7.6/templates/NOTES.txt rename to stable/putty/9.7.5/templates/NOTES.txt diff --git a/stable/putty/9.7.3/templates/common.yaml b/stable/putty/9.7.5/templates/common.yaml similarity index 100% rename from stable/putty/9.7.3/templates/common.yaml rename to stable/putty/9.7.5/templates/common.yaml diff --git a/stable/pvk-ii/5.7.3/values.yaml b/stable/putty/9.7.5/values.yaml similarity index 100% rename from stable/pvk-ii/5.7.3/values.yaml rename to stable/putty/9.7.5/values.yaml diff --git a/stable/pvk-ii/5.7.3/CHANGELOG.md b/stable/pvk-ii/5.7.3/CHANGELOG.md deleted file mode 100644 index 02df74cc77b..00000000000 --- a/stable/pvk-ii/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pvk-ii/5.7.3/Chart.yaml b/stable/pvk-ii/5.7.3/Chart.yaml deleted file mode 100644 index e5aaf060cd6..00000000000 --- a/stable/pvk-ii/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pkii -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. -home: https://truecharts.org/charts/stable/pvk-ii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png -keywords: - - pvk-ii - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pvk-ii -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/pvk-ii/5.7.3/app-changelog.md b/stable/pvk-ii/5.7.3/app-changelog.md deleted file mode 100644 index cc9616728fe..00000000000 --- a/stable/pvk-ii/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz b/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pwm/5.7.3/.helmignore b/stable/pvk-ii/5.7.5/.helmignore similarity index 100% rename from stable/pwm/5.7.3/.helmignore rename to stable/pvk-ii/5.7.5/.helmignore diff --git a/stable/pvk-ii/5.7.5/CHANGELOG.md b/stable/pvk-ii/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3fcfe9073e3 --- /dev/null +++ b/stable/pvk-ii/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pvk-ii-5.7.5](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pvk-ii-5.7.4](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pvk-ii-5.7.4](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pvk-ii-5.7.4](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pvk-ii-5.7.4](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pvk-ii-5.7.4](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pvk-ii/5.7.5/Chart.yaml b/stable/pvk-ii/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9e6af974cc5 --- /dev/null +++ b/stable/pvk-ii/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pkii +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. +home: https://truecharts.org/charts/stable/pvk-ii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png +keywords: + - pvk-ii + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pvk-ii +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/pvk-ii/5.7.3/README.md b/stable/pvk-ii/5.7.5/README.md similarity index 100% rename from stable/pvk-ii/5.7.3/README.md rename to stable/pvk-ii/5.7.5/README.md diff --git a/stable/pvk-ii/5.7.5/app-changelog.md b/stable/pvk-ii/5.7.5/app-changelog.md new file mode 100644 index 00000000000..3398cf02d5e --- /dev/null +++ b/stable/pvk-ii/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pvk-ii-5.7.5](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pvk-ii/5.7.3/app-readme.md b/stable/pvk-ii/5.7.5/app-readme.md similarity index 100% rename from stable/pvk-ii/5.7.3/app-readme.md rename to stable/pvk-ii/5.7.5/app-readme.md diff --git a/stable/pvk-ii/5.7.5/charts/common-20.2.10.tgz b/stable/pvk-ii/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pvk-ii/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pvk-ii/5.7.3/ix_values.yaml b/stable/pvk-ii/5.7.5/ix_values.yaml similarity index 100% rename from stable/pvk-ii/5.7.3/ix_values.yaml rename to stable/pvk-ii/5.7.5/ix_values.yaml diff --git a/stable/pvk-ii/5.7.3/questions.yaml b/stable/pvk-ii/5.7.5/questions.yaml similarity index 100% rename from stable/pvk-ii/5.7.3/questions.yaml rename to stable/pvk-ii/5.7.5/questions.yaml diff --git a/stable/pvk-ii/5.7.3/templates/common.yaml b/stable/pvk-ii/5.7.5/templates/common.yaml similarity index 100% rename from stable/pvk-ii/5.7.3/templates/common.yaml rename to stable/pvk-ii/5.7.5/templates/common.yaml diff --git a/stable/pwm/5.7.3/values.yaml b/stable/pvk-ii/5.7.5/values.yaml similarity index 100% rename from stable/pwm/5.7.3/values.yaml rename to stable/pvk-ii/5.7.5/values.yaml diff --git a/stable/pwm/5.7.3/CHANGELOG.md b/stable/pwm/5.7.3/CHANGELOG.md deleted file mode 100644 index ae2abd59b76..00000000000 --- a/stable/pwm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pwm/5.7.3/Chart.yaml b/stable/pwm/5.7.3/Chart.yaml deleted file mode 100644 index cb3212dba42..00000000000 --- a/stable/pwm/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. -home: https://truecharts.org/charts/stable/pwm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png -keywords: - - pwm - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pwm -sources: - - https://github.com/pwm-project/pwm - - https://github.com/truecharts/charts/tree/master/charts/stable/pwm - - https://hub.docker.com/r/fjudith/pwm -type: application -version: 5.7.3 diff --git a/stable/pwm/5.7.3/app-changelog.md b/stable/pwm/5.7.3/app-changelog.md deleted file mode 100644 index 76e30093e69..00000000000 --- a/stable/pwm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pwm/5.7.3/charts/common-20.2.4.tgz b/stable/pwm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pwm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pwndrop/9.7.6/.helmignore b/stable/pwm/5.7.5/.helmignore similarity index 100% rename from stable/pwndrop/9.7.6/.helmignore rename to stable/pwm/5.7.5/.helmignore diff --git a/stable/pwm/5.7.5/CHANGELOG.md b/stable/pwm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e95d0e1050b --- /dev/null +++ b/stable/pwm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwm-5.7.5](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwm-5.7.4](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwm-5.7.4](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwm-5.7.4](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwm-5.7.4](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwm-5.7.4](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pwm/5.7.5/Chart.yaml b/stable/pwm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5711a5c418e --- /dev/null +++ b/stable/pwm/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. +home: https://truecharts.org/charts/stable/pwm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png +keywords: + - pwm + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwm +sources: + - https://github.com/pwm-project/pwm + - https://github.com/truecharts/charts/tree/master/charts/stable/pwm + - https://hub.docker.com/r/fjudith/pwm +type: application +version: 5.7.5 diff --git a/stable/pwm/5.7.3/README.md b/stable/pwm/5.7.5/README.md similarity index 100% rename from stable/pwm/5.7.3/README.md rename to stable/pwm/5.7.5/README.md diff --git a/stable/pwm/5.7.5/app-changelog.md b/stable/pwm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..65d8fe742b8 --- /dev/null +++ b/stable/pwm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pwm-5.7.5](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pwm/5.7.3/app-readme.md b/stable/pwm/5.7.5/app-readme.md similarity index 100% rename from stable/pwm/5.7.3/app-readme.md rename to stable/pwm/5.7.5/app-readme.md diff --git a/stable/pwm/5.7.5/charts/common-20.2.10.tgz b/stable/pwm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pwm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pwm/5.7.3/ix_values.yaml b/stable/pwm/5.7.5/ix_values.yaml similarity index 100% rename from stable/pwm/5.7.3/ix_values.yaml rename to stable/pwm/5.7.5/ix_values.yaml diff --git a/stable/pwm/5.7.3/questions.yaml b/stable/pwm/5.7.5/questions.yaml similarity index 100% rename from stable/pwm/5.7.3/questions.yaml rename to stable/pwm/5.7.5/questions.yaml diff --git a/stable/pwm/5.7.3/templates/common.yaml b/stable/pwm/5.7.5/templates/common.yaml similarity index 100% rename from stable/pwm/5.7.3/templates/common.yaml rename to stable/pwm/5.7.5/templates/common.yaml diff --git a/stable/pwndrop/9.7.6/values.yaml b/stable/pwm/5.7.5/values.yaml similarity index 100% rename from stable/pwndrop/9.7.6/values.yaml rename to stable/pwm/5.7.5/values.yaml diff --git a/stable/pwndrop/9.7.6/CHANGELOG.md b/stable/pwndrop/9.7.6/CHANGELOG.md deleted file mode 100644 index d895a6acf47..00000000000 --- a/stable/pwndrop/9.7.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - diff --git a/stable/pwndrop/9.7.6/Chart.yaml b/stable/pwndrop/9.7.6/Chart.yaml deleted file mode 100644 index 999a36bf480..00000000000 --- a/stable/pwndrop/9.7.6/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. -home: https://truecharts.org/charts/stable/pwndrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png -keywords: - - pwndrop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pwndrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - - https://ghcr.io/linuxserver/pwndrop -type: application -version: 9.7.6 diff --git a/stable/pwndrop/9.7.6/app-changelog.md b/stable/pwndrop/9.7.6/app-changelog.md deleted file mode 100644 index 7b74348de4e..00000000000 --- a/stable/pwndrop/9.7.6/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [pwndrop-9.7.6](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.6) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) - -- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pwndrop/9.7.6/charts/common-20.2.4.tgz b/stable/pwndrop/9.7.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pwndrop/9.7.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.7.5/.helmignore b/stable/pwndrop/9.7.8/.helmignore similarity index 100% rename from stable/pyload-ng/5.7.5/.helmignore rename to stable/pwndrop/9.7.8/.helmignore diff --git a/stable/pwndrop/9.7.8/CHANGELOG.md b/stable/pwndrop/9.7.8/CHANGELOG.md new file mode 100644 index 00000000000..d3bdc97ebd8 --- /dev/null +++ b/stable/pwndrop/9.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwndrop-9.7.8](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwndrop-9.7.7](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwndrop-9.7.7](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pwndrop-9.7.7](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) \ No newline at end of file diff --git a/stable/pwndrop/9.7.8/Chart.yaml b/stable/pwndrop/9.7.8/Chart.yaml new file mode 100644 index 00000000000..3aa3364d74e --- /dev/null +++ b/stable/pwndrop/9.7.8/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. +home: https://truecharts.org/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png +keywords: + - pwndrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwndrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop + - https://ghcr.io/linuxserver/pwndrop +type: application +version: 9.7.8 diff --git a/stable/pwndrop/9.7.6/README.md b/stable/pwndrop/9.7.8/README.md similarity index 100% rename from stable/pwndrop/9.7.6/README.md rename to stable/pwndrop/9.7.8/README.md diff --git a/stable/pwndrop/9.7.8/app-changelog.md b/stable/pwndrop/9.7.8/app-changelog.md new file mode 100644 index 00000000000..2e834618dc6 --- /dev/null +++ b/stable/pwndrop/9.7.8/app-changelog.md @@ -0,0 +1,25 @@ + + +## [pwndrop-9.7.8](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@37371d4](https://github.com/37371d4) by renovate ([#19778](https://github.com/truecharts/charts/issues/19778)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599)) + +- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pwndrop/9.7.6/app-readme.md b/stable/pwndrop/9.7.8/app-readme.md similarity index 100% rename from stable/pwndrop/9.7.6/app-readme.md rename to stable/pwndrop/9.7.8/app-readme.md diff --git a/stable/pwndrop/9.7.8/charts/common-20.2.10.tgz b/stable/pwndrop/9.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pwndrop/9.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/pwndrop/9.7.6/ix_values.yaml b/stable/pwndrop/9.7.8/ix_values.yaml similarity index 100% rename from stable/pwndrop/9.7.6/ix_values.yaml rename to stable/pwndrop/9.7.8/ix_values.yaml diff --git a/stable/pwndrop/9.7.6/questions.yaml b/stable/pwndrop/9.7.8/questions.yaml similarity index 100% rename from stable/pwndrop/9.7.6/questions.yaml rename to stable/pwndrop/9.7.8/questions.yaml diff --git a/stable/pyload/13.7.3/templates/NOTES.txt b/stable/pwndrop/9.7.8/templates/NOTES.txt similarity index 100% rename from stable/pyload/13.7.3/templates/NOTES.txt rename to stable/pwndrop/9.7.8/templates/NOTES.txt diff --git a/stable/pwndrop/9.7.6/templates/common.yaml b/stable/pwndrop/9.7.8/templates/common.yaml similarity index 100% rename from stable/pwndrop/9.7.6/templates/common.yaml rename to stable/pwndrop/9.7.8/templates/common.yaml diff --git a/stable/pyload-ng/5.7.5/values.yaml b/stable/pwndrop/9.7.8/values.yaml similarity index 100% rename from stable/pyload-ng/5.7.5/values.yaml rename to stable/pwndrop/9.7.8/values.yaml diff --git a/stable/pyload-ng/5.7.5/CHANGELOG.md b/stable/pyload-ng/5.7.5/CHANGELOG.md deleted file mode 100644 index 61b25506eca..00000000000 --- a/stable/pyload-ng/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/pyload-ng/5.7.5/Chart.yaml b/stable/pyload-ng/5.7.5/Chart.yaml deleted file mode 100644 index 7b52a1998de..00000000000 --- a/stable/pyload-ng/5.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png -keywords: - - pyload-ng - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pyload-ng -sources: - - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - - https://github.com/linuxserver/docker-pyload-ng#readme - - https://pyload.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng - - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng -type: application -version: 5.7.5 diff --git a/stable/pyload-ng/5.7.5/app-changelog.md b/stable/pyload-ng/5.7.5/app-changelog.md deleted file mode 100644 index 54c1c2b1823..00000000000 --- a/stable/pyload-ng/5.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [pyload-ng-5.7.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) \ No newline at end of file diff --git a/stable/pyload-ng/5.7.5/charts/common-20.2.9.tgz b/stable/pyload-ng/5.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/pyload-ng/5.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.7.5/ix_values.yaml b/stable/pyload-ng/5.7.5/ix_values.yaml deleted file mode 100644 index ec5af542c48..00000000000 --- a/stable/pyload-ng/5.7.5/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/pyload-ng - tag: latest@sha256:8c2361f2f3f7523d406869c3125e5fc47cb1b85cbed1a8628f867998db26800d -persistence: - config: - enabled: true - mountPath: /config - pathdownloads: - enabled: true - mountPath: /downloads -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8000 - protocol: http - targetPort: 8000 - port9666: - enabled: true - ports: - port9666: - enabled: true - port: 9666 - protocol: tcp - targetPort: 9666 -workload: - main: - podSpec: - containers: - main: - env: diff --git a/stable/pyload/13.7.3/.helmignore b/stable/pyload-ng/5.7.7/.helmignore similarity index 100% rename from stable/pyload/13.7.3/.helmignore rename to stable/pyload-ng/5.7.7/.helmignore diff --git a/stable/pyload-ng/5.7.7/CHANGELOG.md b/stable/pyload-ng/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..fcba315e840 --- /dev/null +++ b/stable/pyload-ng/5.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-ng-5.7.7](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@5787397](https://github.com/5787397) by renovate ([#19971](https://github.com/truecharts/charts/issues/19971)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) + + +## [pyload-ng-5.7.6](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.6) (2024-03-30) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@5787397](https://github.com/5787397) by renovate ([#19971](https://github.com/truecharts/charts/issues/19971)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) + + +## [pyload-ng-5.7.6](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.6) (2024-03-30) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@5787397](https://github.com/5787397) by renovate ([#19971](https://github.com/truecharts/charts/issues/19971)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) + + +## [pyload-ng-5.7.6](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.6) (2024-03-30) + +### Chore + + + +- update container image lscr.io/linuxserver/pyload-ng to latest[@5787397](https://github.com/5787397) by renovate ([#19971](https://github.com/truecharts/charts/issues/19971)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pyload-ng/5.7.7/Chart.yaml b/stable/pyload-ng/5.7.7/Chart.yaml new file mode 100644 index 00000000000..1119c5a1800 --- /dev/null +++ b/stable/pyload-ng/5.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png +keywords: + - pyload-ng + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload-ng +sources: + - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng + - https://github.com/linuxserver/docker-pyload-ng#readme + - https://pyload.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng + - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng +type: application +version: 5.7.7 diff --git a/stable/pyload-ng/5.7.5/README.md b/stable/pyload-ng/5.7.7/README.md similarity index 100% rename from stable/pyload-ng/5.7.5/README.md rename to stable/pyload-ng/5.7.7/README.md diff --git a/stable/pyload-ng/5.7.7/app-changelog.md b/stable/pyload-ng/5.7.7/app-changelog.md new file mode 100644 index 00000000000..0b32a06a679 --- /dev/null +++ b/stable/pyload-ng/5.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [pyload-ng-5.7.7](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@5787397](https://github.com/5787397) by renovate ([#19971](https://github.com/truecharts/charts/issues/19971)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271)) \ No newline at end of file diff --git a/stable/pyload-ng/5.7.5/app-readme.md b/stable/pyload-ng/5.7.7/app-readme.md similarity index 100% rename from stable/pyload-ng/5.7.5/app-readme.md rename to stable/pyload-ng/5.7.7/app-readme.md diff --git a/stable/pyload-ng/5.7.7/charts/common-20.2.10.tgz b/stable/pyload-ng/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pyload-ng/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/pyload-ng/5.7.7/ix_values.yaml b/stable/pyload-ng/5.7.7/ix_values.yaml new file mode 100644 index 00000000000..9fb55b014cd --- /dev/null +++ b/stable/pyload-ng/5.7.7/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/pyload-ng + tag: latest@sha256:57873977302b297b625c6e6228abdcd7d299f256fe17b32e36fd3db63edd5578 +persistence: + config: + enabled: true + mountPath: /config + pathdownloads: + enabled: true + mountPath: /downloads +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8000 + protocol: http + targetPort: 8000 + port9666: + enabled: true + ports: + port9666: + enabled: true + port: 9666 + protocol: tcp + targetPort: 9666 +workload: + main: + podSpec: + containers: + main: + env: diff --git a/stable/pyload-ng/5.7.5/questions.yaml b/stable/pyload-ng/5.7.7/questions.yaml similarity index 100% rename from stable/pyload-ng/5.7.5/questions.yaml rename to stable/pyload-ng/5.7.7/questions.yaml diff --git a/stable/pyload-ng/5.7.5/templates/common.yaml b/stable/pyload-ng/5.7.7/templates/common.yaml similarity index 100% rename from stable/pyload-ng/5.7.5/templates/common.yaml rename to stable/pyload-ng/5.7.7/templates/common.yaml diff --git a/stable/pyload/13.7.3/values.yaml b/stable/pyload-ng/5.7.7/values.yaml similarity index 100% rename from stable/pyload/13.7.3/values.yaml rename to stable/pyload-ng/5.7.7/values.yaml diff --git a/stable/pyload/13.7.3/CHANGELOG.md b/stable/pyload/13.7.3/CHANGELOG.md deleted file mode 100644 index 631237db6be..00000000000 --- a/stable/pyload/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/pyload/13.7.3/Chart.yaml b/stable/pyload/13.7.3/Chart.yaml deleted file mode 100644 index 959955b9f71..00000000000 --- a/stable/pyload/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 360b2295 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png -keywords: - - pyload - - download -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pyload -sources: - - https://github.com/pyload/pyload - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - - https://ghcr.io/linuxserver/pyload -type: application -version: 13.7.3 diff --git a/stable/pyload/13.7.3/app-changelog.md b/stable/pyload/13.7.3/app-changelog.md deleted file mode 100644 index 1d773b6110c..00000000000 --- a/stable/pyload/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pyload/13.7.3/charts/common-20.2.4.tgz b/stable/pyload/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pyload/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/pylon/9.7.5/.helmignore b/stable/pyload/13.7.5/.helmignore similarity index 100% rename from stable/pylon/9.7.5/.helmignore rename to stable/pyload/13.7.5/.helmignore diff --git a/stable/pyload/13.7.5/CHANGELOG.md b/stable/pyload/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9bc3b70d131 --- /dev/null +++ b/stable/pyload/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-13.7.5](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pyload-13.7.4](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pyload-13.7.4](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pyload-13.7.4](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pyload-13.7.4](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pyload-13.7.4](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/pyload/13.7.5/Chart.yaml b/stable/pyload/13.7.5/Chart.yaml new file mode 100644 index 00000000000..e112ab9bd3c --- /dev/null +++ b/stable/pyload/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 360b2295 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png +keywords: + - pyload + - download +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload +sources: + - https://github.com/pyload/pyload + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload + - https://ghcr.io/linuxserver/pyload +type: application +version: 13.7.5 diff --git a/stable/pyload/13.7.3/README.md b/stable/pyload/13.7.5/README.md similarity index 100% rename from stable/pyload/13.7.3/README.md rename to stable/pyload/13.7.5/README.md diff --git a/stable/pyload/13.7.5/app-changelog.md b/stable/pyload/13.7.5/app-changelog.md new file mode 100644 index 00000000000..76b7a6f462f --- /dev/null +++ b/stable/pyload/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [pyload-13.7.5](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pyload/13.7.3/app-readme.md b/stable/pyload/13.7.5/app-readme.md similarity index 100% rename from stable/pyload/13.7.3/app-readme.md rename to stable/pyload/13.7.5/app-readme.md diff --git a/stable/pyload/13.7.5/charts/common-20.2.10.tgz b/stable/pyload/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pyload/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/pyload/13.7.3/ix_values.yaml b/stable/pyload/13.7.5/ix_values.yaml similarity index 100% rename from stable/pyload/13.7.3/ix_values.yaml rename to stable/pyload/13.7.5/ix_values.yaml diff --git a/stable/pyload/13.7.3/questions.yaml b/stable/pyload/13.7.5/questions.yaml similarity index 100% rename from stable/pyload/13.7.3/questions.yaml rename to stable/pyload/13.7.5/questions.yaml diff --git a/stable/pylon/9.7.5/templates/NOTES.txt b/stable/pyload/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/pylon/9.7.5/templates/NOTES.txt rename to stable/pyload/13.7.5/templates/NOTES.txt diff --git a/stable/pyload/13.7.3/templates/common.yaml b/stable/pyload/13.7.5/templates/common.yaml similarity index 100% rename from stable/pyload/13.7.3/templates/common.yaml rename to stable/pyload/13.7.5/templates/common.yaml diff --git a/stable/pylon/9.7.5/values.yaml b/stable/pyload/13.7.5/values.yaml similarity index 100% rename from stable/pylon/9.7.5/values.yaml rename to stable/pyload/13.7.5/values.yaml diff --git a/stable/pylon/9.7.5/CHANGELOG.md b/stable/pylon/9.7.5/CHANGELOG.md deleted file mode 100644 index 15c590c55cd..00000000000 --- a/stable/pylon/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) diff --git a/stable/pylon/9.7.5/Chart.yaml b/stable/pylon/9.7.5/Chart.yaml deleted file mode 100644 index 2609119d8fa..00000000000 --- a/stable/pylon/9.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.10.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Pylon is a web based integrated development environment. -home: https://truecharts.org/charts/stable/pylon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png -keywords: - - pylon -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: pylon -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pylon - - https://ghcr.io/linuxserver/pylon -type: application -version: 9.7.5 diff --git a/stable/pylon/9.7.5/app-changelog.md b/stable/pylon/9.7.5/app-changelog.md deleted file mode 100644 index d44ca3ed4da..00000000000 --- a/stable/pylon/9.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [pylon-9.7.5](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pylon/9.7.5/charts/common-20.2.4.tgz b/stable/pylon/9.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/pylon/9.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.7.3/.helmignore b/stable/pylon/9.7.7/.helmignore similarity index 100% rename from stable/qbitmanage/8.7.3/.helmignore rename to stable/pylon/9.7.7/.helmignore diff --git a/stable/pylon/9.7.7/CHANGELOG.md b/stable/pylon/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..c61926d7f4a --- /dev/null +++ b/stable/pylon/9.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pylon-9.7.7](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pylon-9.7.6](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pylon-9.7.6](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pylon-9.7.6](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [pylon-9.7.6](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.6) (2024-03-27) + +### Chore diff --git a/stable/pylon/9.7.7/Chart.yaml b/stable/pylon/9.7.7/Chart.yaml new file mode 100644 index 00000000000..94d6a72eecd --- /dev/null +++ b/stable/pylon/9.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pylon is a web based integrated development environment. +home: https://truecharts.org/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png +keywords: + - pylon +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pylon +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon + - https://ghcr.io/linuxserver/pylon +type: application +version: 9.7.7 diff --git a/stable/pylon/9.7.5/README.md b/stable/pylon/9.7.7/README.md similarity index 100% rename from stable/pylon/9.7.5/README.md rename to stable/pylon/9.7.7/README.md diff --git a/stable/pylon/9.7.7/app-changelog.md b/stable/pylon/9.7.7/app-changelog.md new file mode 100644 index 00000000000..894b8091d2b --- /dev/null +++ b/stable/pylon/9.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [pylon-9.7.7](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@157db6f](https://github.com/157db6f) by renovate ([#19830](https://github.com/truecharts/charts/issues/19830)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/pylon/9.7.5/app-readme.md b/stable/pylon/9.7.7/app-readme.md similarity index 100% rename from stable/pylon/9.7.5/app-readme.md rename to stable/pylon/9.7.7/app-readme.md diff --git a/stable/pylon/9.7.7/charts/common-20.2.10.tgz b/stable/pylon/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/pylon/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/pylon/9.7.5/ix_values.yaml b/stable/pylon/9.7.7/ix_values.yaml similarity index 100% rename from stable/pylon/9.7.5/ix_values.yaml rename to stable/pylon/9.7.7/ix_values.yaml diff --git a/stable/pylon/9.7.5/questions.yaml b/stable/pylon/9.7.7/questions.yaml similarity index 100% rename from stable/pylon/9.7.5/questions.yaml rename to stable/pylon/9.7.7/questions.yaml diff --git a/stable/qbitmanage/8.7.3/templates/NOTES.txt b/stable/pylon/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/qbitmanage/8.7.3/templates/NOTES.txt rename to stable/pylon/9.7.7/templates/NOTES.txt diff --git a/stable/pylon/9.7.5/templates/common.yaml b/stable/pylon/9.7.7/templates/common.yaml similarity index 100% rename from stable/pylon/9.7.5/templates/common.yaml rename to stable/pylon/9.7.7/templates/common.yaml diff --git a/stable/qbitmanage/8.7.3/values.yaml b/stable/pylon/9.7.7/values.yaml similarity index 100% rename from stable/qbitmanage/8.7.3/values.yaml rename to stable/pylon/9.7.7/values.yaml diff --git a/stable/qbitmanage/8.7.3/CHANGELOG.md b/stable/qbitmanage/8.7.3/CHANGELOG.md deleted file mode 100644 index c704c1bd735..00000000000 --- a/stable/qbitmanage/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/qbitmanage/8.7.3/Chart.yaml b/stable/qbitmanage/8.7.3/Chart.yaml deleted file mode 100644 index f2c7f60dba8..00000000000 --- a/stable/qbitmanage/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. -home: https://truecharts.org/charts/stable/qbitmanage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png -keywords: - - qbitmanage - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbitmanage -sources: - - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage - - https://hub.docker.com/r/bobokun/qbit_manage -type: application -version: 8.7.3 diff --git a/stable/qbitmanage/8.7.3/app-changelog.md b/stable/qbitmanage/8.7.3/app-changelog.md deleted file mode 100644 index 048cb803c3c..00000000000 --- a/stable/qbitmanage/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz b/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qbitrr/4.8.4/.helmignore b/stable/qbitmanage/8.7.5/.helmignore similarity index 100% rename from stable/qbitrr/4.8.4/.helmignore rename to stable/qbitmanage/8.7.5/.helmignore diff --git a/stable/qbitmanage/8.7.5/CHANGELOG.md b/stable/qbitmanage/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..072fda3c995 --- /dev/null +++ b/stable/qbitmanage/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitmanage-8.7.5](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitmanage-8.7.4](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitmanage-8.7.4](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitmanage-8.7.4](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitmanage-8.7.4](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitmanage-8.7.4](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/qbitmanage/8.7.5/Chart.yaml b/stable/qbitmanage/8.7.5/Chart.yaml new file mode 100644 index 00000000000..7b9f33a26c0 --- /dev/null +++ b/stable/qbitmanage/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/charts/stable/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png +keywords: + - qbitmanage + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitmanage +sources: + - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://hub.docker.com/r/bobokun/qbit_manage +type: application +version: 8.7.5 diff --git a/stable/qbitmanage/8.7.3/README.md b/stable/qbitmanage/8.7.5/README.md similarity index 100% rename from stable/qbitmanage/8.7.3/README.md rename to stable/qbitmanage/8.7.5/README.md diff --git a/stable/qbitmanage/8.7.5/app-changelog.md b/stable/qbitmanage/8.7.5/app-changelog.md new file mode 100644 index 00000000000..31a92742f93 --- /dev/null +++ b/stable/qbitmanage/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [qbitmanage-8.7.5](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qbitmanage/8.7.3/app-readme.md b/stable/qbitmanage/8.7.5/app-readme.md similarity index 100% rename from stable/qbitmanage/8.7.3/app-readme.md rename to stable/qbitmanage/8.7.5/app-readme.md diff --git a/stable/qbitmanage/8.7.5/charts/common-20.2.10.tgz b/stable/qbitmanage/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qbitmanage/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/qbitmanage/8.7.3/ix_values.yaml b/stable/qbitmanage/8.7.5/ix_values.yaml similarity index 100% rename from stable/qbitmanage/8.7.3/ix_values.yaml rename to stable/qbitmanage/8.7.5/ix_values.yaml diff --git a/stable/qbitmanage/8.7.3/questions.yaml b/stable/qbitmanage/8.7.5/questions.yaml similarity index 100% rename from stable/qbitmanage/8.7.3/questions.yaml rename to stable/qbitmanage/8.7.5/questions.yaml diff --git a/stable/qbitrr/4.8.4/templates/NOTES.txt b/stable/qbitmanage/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/qbitrr/4.8.4/templates/NOTES.txt rename to stable/qbitmanage/8.7.5/templates/NOTES.txt diff --git a/stable/qbitmanage/8.7.3/templates/common.yaml b/stable/qbitmanage/8.7.5/templates/common.yaml similarity index 100% rename from stable/qbitmanage/8.7.3/templates/common.yaml rename to stable/qbitmanage/8.7.5/templates/common.yaml diff --git a/stable/qbitrr/4.8.4/values.yaml b/stable/qbitmanage/8.7.5/values.yaml similarity index 100% rename from stable/qbitrr/4.8.4/values.yaml rename to stable/qbitmanage/8.7.5/values.yaml diff --git a/stable/qbitrr/4.8.4/CHANGELOG.md b/stable/qbitrr/4.8.4/CHANGELOG.md deleted file mode 100644 index fbf1dbf8b2c..00000000000 --- a/stable/qbitrr/4.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - diff --git a/stable/qbitrr/4.8.4/Chart.yaml b/stable/qbitrr/4.8.4/Chart.yaml deleted file mode 100644 index 0aa9b1a56bc..00000000000 --- a/stable/qbitrr/4.8.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple script to monitor qBit and communicate with Radarr and Sonarr. -home: https://truecharts.org/charts/stable/qbitrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png -keywords: - - qbitrr - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbitrr -sources: - - https://github.com/Feramance/Qbitrr - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - - https://hub.docker.com/r/feramance/qbitrr -type: application -version: 4.8.4 diff --git a/stable/qbitrr/4.8.4/app-changelog.md b/stable/qbitrr/4.8.4/app-changelog.md deleted file mode 100644 index 17c3e42cc8e..00000000000 --- a/stable/qbitrr/4.8.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [qbitrr-4.8.4](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.4) (2024-03-27) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qbitrr/4.8.4/charts/common-20.2.4.tgz b/stable/qbitrr/4.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qbitrr/4.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.7.3/.helmignore b/stable/qbitrr/4.8.6/.helmignore similarity index 100% rename from stable/qbittorrent/19.7.3/.helmignore rename to stable/qbitrr/4.8.6/.helmignore diff --git a/stable/qbitrr/4.8.6/CHANGELOG.md b/stable/qbitrr/4.8.6/CHANGELOG.md new file mode 100644 index 00000000000..3932c7455eb --- /dev/null +++ b/stable/qbitrr/4.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitrr-4.8.6](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitrr-4.8.5](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitrr-4.8.5](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitrr-4.8.5](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qbitrr-4.8.5](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/qbitrr/4.8.6/Chart.yaml b/stable/qbitrr/4.8.6/Chart.yaml new file mode 100644 index 00000000000..a5e9e541d1f --- /dev/null +++ b/stable/qbitrr/4.8.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple script to monitor qBit and communicate with Radarr and Sonarr. +home: https://truecharts.org/charts/stable/qbitrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png +keywords: + - qbitrr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitrr +sources: + - https://github.com/Feramance/Qbitrr + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr + - https://hub.docker.com/r/feramance/qbitrr +type: application +version: 4.8.6 diff --git a/stable/qbitrr/4.8.4/README.md b/stable/qbitrr/4.8.6/README.md similarity index 100% rename from stable/qbitrr/4.8.4/README.md rename to stable/qbitrr/4.8.6/README.md diff --git a/stable/qbitrr/4.8.6/app-changelog.md b/stable/qbitrr/4.8.6/app-changelog.md new file mode 100644 index 00000000000..975de220541 --- /dev/null +++ b/stable/qbitrr/4.8.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [qbitrr-4.8.6](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image feramance/qbitrr to v4.4.2[@1ad9c91](https://github.com/1ad9c91) by renovate ([#19818](https://github.com/truecharts/charts/issues/19818)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qbitrr/4.8.4/app-readme.md b/stable/qbitrr/4.8.6/app-readme.md similarity index 100% rename from stable/qbitrr/4.8.4/app-readme.md rename to stable/qbitrr/4.8.6/app-readme.md diff --git a/stable/qbitrr/4.8.6/charts/common-20.2.10.tgz b/stable/qbitrr/4.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qbitrr/4.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/qbitrr/4.8.4/ix_values.yaml b/stable/qbitrr/4.8.6/ix_values.yaml similarity index 100% rename from stable/qbitrr/4.8.4/ix_values.yaml rename to stable/qbitrr/4.8.6/ix_values.yaml diff --git a/stable/qbitrr/4.8.4/questions.yaml b/stable/qbitrr/4.8.6/questions.yaml similarity index 100% rename from stable/qbitrr/4.8.4/questions.yaml rename to stable/qbitrr/4.8.6/questions.yaml diff --git a/stable/qbittorrent/19.7.3/templates/NOTES.txt b/stable/qbitrr/4.8.6/templates/NOTES.txt similarity index 100% rename from stable/qbittorrent/19.7.3/templates/NOTES.txt rename to stable/qbitrr/4.8.6/templates/NOTES.txt diff --git a/stable/qbitrr/4.8.4/templates/common.yaml b/stable/qbitrr/4.8.6/templates/common.yaml similarity index 100% rename from stable/qbitrr/4.8.4/templates/common.yaml rename to stable/qbitrr/4.8.6/templates/common.yaml diff --git a/stable/qbittorrent/19.7.3/values.yaml b/stable/qbitrr/4.8.6/values.yaml similarity index 100% rename from stable/qbittorrent/19.7.3/values.yaml rename to stable/qbitrr/4.8.6/values.yaml diff --git a/stable/qbittorrent/19.7.3/CHANGELOG.md b/stable/qbittorrent/19.7.3/CHANGELOG.md deleted file mode 100644 index 75149225e63..00000000000 --- a/stable/qbittorrent/19.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - diff --git a/stable/qbittorrent/19.7.3/Chart.yaml b/stable/qbittorrent/19.7.3/Chart.yaml deleted file mode 100644 index 95e7289af65..00000000000 --- a/stable/qbittorrent/19.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.6.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: qBittorrent is a cross-platform free and open-source BitTorrent client -home: https://truecharts.org/charts/stable/qbittorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png -keywords: - - qbittorrent - - torrrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qbittorrent -sources: - - https://github.com/qbittorrent/qBittorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - - https://ghcr.io/onedr0p/qbittorrent - - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server -type: application -version: 19.7.3 diff --git a/stable/qbittorrent/19.7.3/app-changelog.md b/stable/qbittorrent/19.7.3/app-changelog.md deleted file mode 100644 index 742e936c685..00000000000 --- a/stable/qbittorrent/19.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) \ No newline at end of file diff --git a/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz b/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qdirstat/9.7.3/.helmignore b/stable/qbittorrent/19.7.5/.helmignore similarity index 100% rename from stable/qdirstat/9.7.3/.helmignore rename to stable/qbittorrent/19.7.5/.helmignore diff --git a/stable/qbittorrent/19.7.5/CHANGELOG.md b/stable/qbittorrent/19.7.5/CHANGELOG.md new file mode 100644 index 00000000000..707eaf14f59 --- /dev/null +++ b/stable/qbittorrent/19.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbittorrent-19.7.5](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) + + +## [qbittorrent-19.7.4](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.4) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) + + +## [qbittorrent-19.7.4](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.4) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) + + +## [qbittorrent-19.7.4](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.4) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) + + +## [qbittorrent-19.7.4](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.4) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/qbittorrent/19.7.5/Chart.yaml b/stable/qbittorrent/19.7.5/Chart.yaml new file mode 100644 index 00000000000..53dc3a2378a --- /dev/null +++ b/stable/qbittorrent/19.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: qBittorrent is a cross-platform free and open-source BitTorrent client +home: https://truecharts.org/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png +keywords: + - qbittorrent + - torrrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbittorrent +sources: + - https://github.com/qbittorrent/qBittorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://ghcr.io/onedr0p/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server +type: application +version: 19.7.5 diff --git a/stable/qbittorrent/19.7.3/README.md b/stable/qbittorrent/19.7.5/README.md similarity index 100% rename from stable/qbittorrent/19.7.3/README.md rename to stable/qbittorrent/19.7.5/README.md diff --git a/stable/qbittorrent/19.7.5/app-changelog.md b/stable/qbittorrent/19.7.5/app-changelog.md new file mode 100644 index 00000000000..3c47ca4aae7 --- /dev/null +++ b/stable/qbittorrent/19.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [qbittorrent-19.7.5](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256)) \ No newline at end of file diff --git a/stable/qbittorrent/19.7.3/app-readme.md b/stable/qbittorrent/19.7.5/app-readme.md similarity index 100% rename from stable/qbittorrent/19.7.3/app-readme.md rename to stable/qbittorrent/19.7.5/app-readme.md diff --git a/stable/qbittorrent/19.7.5/charts/common-20.2.10.tgz b/stable/qbittorrent/19.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qbittorrent/19.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/qbittorrent/19.7.3/ix_values.yaml b/stable/qbittorrent/19.7.5/ix_values.yaml similarity index 100% rename from stable/qbittorrent/19.7.3/ix_values.yaml rename to stable/qbittorrent/19.7.5/ix_values.yaml diff --git a/stable/qbittorrent/19.7.3/questions.yaml b/stable/qbittorrent/19.7.5/questions.yaml similarity index 100% rename from stable/qbittorrent/19.7.3/questions.yaml rename to stable/qbittorrent/19.7.5/questions.yaml diff --git a/stable/qdirstat/9.7.3/templates/NOTES.txt b/stable/qbittorrent/19.7.5/templates/NOTES.txt similarity index 100% rename from stable/qdirstat/9.7.3/templates/NOTES.txt rename to stable/qbittorrent/19.7.5/templates/NOTES.txt diff --git a/stable/qbittorrent/19.7.3/templates/common.yaml b/stable/qbittorrent/19.7.5/templates/common.yaml similarity index 100% rename from stable/qbittorrent/19.7.3/templates/common.yaml rename to stable/qbittorrent/19.7.5/templates/common.yaml diff --git a/stable/qdirstat/9.7.3/values.yaml b/stable/qbittorrent/19.7.5/values.yaml similarity index 100% rename from stable/qdirstat/9.7.3/values.yaml rename to stable/qbittorrent/19.7.5/values.yaml diff --git a/stable/qdirstat/9.7.3/CHANGELOG.md b/stable/qdirstat/9.7.3/CHANGELOG.md deleted file mode 100644 index fec69e7d0e0..00000000000 --- a/stable/qdirstat/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/qdirstat/9.7.3/Chart.yaml b/stable/qdirstat/9.7.3/Chart.yaml deleted file mode 100644 index d69985e80a4..00000000000 --- a/stable/qdirstat/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. -home: https://truecharts.org/charts/stable/qdirstat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png -keywords: - - stats - - qdirstat -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qdirstat -sources: - - https://github.com/jlesage/docker-qdirstat - - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - - https://hub.docker.com/r/jlesage/qdirstat -type: application -version: 9.7.3 diff --git a/stable/qdirstat/9.7.3/app-changelog.md b/stable/qdirstat/9.7.3/app-changelog.md deleted file mode 100644 index 87656067da7..00000000000 --- a/stable/qdirstat/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz b/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qflood/5.7.3/.helmignore b/stable/qdirstat/9.7.5/.helmignore similarity index 100% rename from stable/qflood/5.7.3/.helmignore rename to stable/qdirstat/9.7.5/.helmignore diff --git a/stable/qdirstat/9.7.5/CHANGELOG.md b/stable/qdirstat/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..122c601ce8b --- /dev/null +++ b/stable/qdirstat/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qdirstat-9.7.5](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qdirstat-9.7.4](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qdirstat-9.7.4](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qdirstat-9.7.4](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qdirstat-9.7.4](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qdirstat-9.7.4](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/qdirstat/9.7.5/Chart.yaml b/stable/qdirstat/9.7.5/Chart.yaml new file mode 100644 index 00000000000..2904e538d40 --- /dev/null +++ b/stable/qdirstat/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. +home: https://truecharts.org/charts/stable/qdirstat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png +keywords: + - stats + - qdirstat +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qdirstat +sources: + - https://github.com/jlesage/docker-qdirstat + - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat + - https://hub.docker.com/r/jlesage/qdirstat +type: application +version: 9.7.5 diff --git a/stable/qdirstat/9.7.3/README.md b/stable/qdirstat/9.7.5/README.md similarity index 100% rename from stable/qdirstat/9.7.3/README.md rename to stable/qdirstat/9.7.5/README.md diff --git a/stable/qdirstat/9.7.5/app-changelog.md b/stable/qdirstat/9.7.5/app-changelog.md new file mode 100644 index 00000000000..504ffaba4d2 --- /dev/null +++ b/stable/qdirstat/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [qdirstat-9.7.5](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qdirstat/9.7.3/app-readme.md b/stable/qdirstat/9.7.5/app-readme.md similarity index 100% rename from stable/qdirstat/9.7.3/app-readme.md rename to stable/qdirstat/9.7.5/app-readme.md diff --git a/stable/qdirstat/9.7.5/charts/common-20.2.10.tgz b/stable/qdirstat/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qdirstat/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/qdirstat/9.7.3/ix_values.yaml b/stable/qdirstat/9.7.5/ix_values.yaml similarity index 100% rename from stable/qdirstat/9.7.3/ix_values.yaml rename to stable/qdirstat/9.7.5/ix_values.yaml diff --git a/stable/qdirstat/9.7.3/questions.yaml b/stable/qdirstat/9.7.5/questions.yaml similarity index 100% rename from stable/qdirstat/9.7.3/questions.yaml rename to stable/qdirstat/9.7.5/questions.yaml diff --git a/stable/qinglong/9.7.4/templates/NOTES.txt b/stable/qdirstat/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/qinglong/9.7.4/templates/NOTES.txt rename to stable/qdirstat/9.7.5/templates/NOTES.txt diff --git a/stable/qdirstat/9.7.3/templates/common.yaml b/stable/qdirstat/9.7.5/templates/common.yaml similarity index 100% rename from stable/qdirstat/9.7.3/templates/common.yaml rename to stable/qdirstat/9.7.5/templates/common.yaml diff --git a/stable/qflood/5.7.3/values.yaml b/stable/qdirstat/9.7.5/values.yaml similarity index 100% rename from stable/qflood/5.7.3/values.yaml rename to stable/qdirstat/9.7.5/values.yaml diff --git a/stable/qflood/5.7.3/CHANGELOG.md b/stable/qflood/5.7.3/CHANGELOG.md deleted file mode 100644 index 8c01fd8b2e5..00000000000 --- a/stable/qflood/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/qflood/5.7.3/Chart.yaml b/stable/qflood/5.7.3/Chart.yaml deleted file mode 100644 index 1c9508c0a41..00000000000 --- a/stable/qflood/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart with qBittorrent and the Flood UI. -home: https://truecharts.org/charts/stable/qflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png -keywords: - - qflood - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qflood -sources: - - https://hotio.dev/containers/qflood - - https://github.com/truecharts/charts/tree/master/charts/stable/qflood - - https://ghcr.io/hotio/qflood -type: application -version: 5.7.3 diff --git a/stable/qflood/5.7.3/app-changelog.md b/stable/qflood/5.7.3/app-changelog.md deleted file mode 100644 index f4a52636c46..00000000000 --- a/stable/qflood/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qflood/5.7.3/charts/common-20.2.4.tgz b/stable/qflood/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qflood/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qinglong/9.7.4/.helmignore b/stable/qflood/5.7.5/.helmignore similarity index 100% rename from stable/qinglong/9.7.4/.helmignore rename to stable/qflood/5.7.5/.helmignore diff --git a/stable/qflood/5.7.5/CHANGELOG.md b/stable/qflood/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d60ddb749ae --- /dev/null +++ b/stable/qflood/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qflood-5.7.5](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qflood-5.7.4](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qflood-5.7.4](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qflood-5.7.4](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qflood-5.7.4](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qflood-5.7.4](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/qflood/5.7.5/Chart.yaml b/stable/qflood/5.7.5/Chart.yaml new file mode 100644 index 00000000000..13fce4ab483 --- /dev/null +++ b/stable/qflood/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with qBittorrent and the Flood UI. +home: https://truecharts.org/charts/stable/qflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png +keywords: + - qflood + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qflood +sources: + - https://hotio.dev/containers/qflood + - https://github.com/truecharts/charts/tree/master/charts/stable/qflood + - https://ghcr.io/hotio/qflood +type: application +version: 5.7.5 diff --git a/stable/qflood/5.7.3/README.md b/stable/qflood/5.7.5/README.md similarity index 100% rename from stable/qflood/5.7.3/README.md rename to stable/qflood/5.7.5/README.md diff --git a/stable/qflood/5.7.5/app-changelog.md b/stable/qflood/5.7.5/app-changelog.md new file mode 100644 index 00000000000..045c4f64e7b --- /dev/null +++ b/stable/qflood/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [qflood-5.7.5](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qflood/5.7.3/app-readme.md b/stable/qflood/5.7.5/app-readme.md similarity index 100% rename from stable/qflood/5.7.3/app-readme.md rename to stable/qflood/5.7.5/app-readme.md diff --git a/stable/qflood/5.7.5/charts/common-20.2.10.tgz b/stable/qflood/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qflood/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/qflood/5.7.3/ix_values.yaml b/stable/qflood/5.7.5/ix_values.yaml similarity index 100% rename from stable/qflood/5.7.3/ix_values.yaml rename to stable/qflood/5.7.5/ix_values.yaml diff --git a/stable/qflood/5.7.3/questions.yaml b/stable/qflood/5.7.5/questions.yaml similarity index 100% rename from stable/qflood/5.7.3/questions.yaml rename to stable/qflood/5.7.5/questions.yaml diff --git a/stable/qflood/5.7.3/templates/common.yaml b/stable/qflood/5.7.5/templates/common.yaml similarity index 100% rename from stable/qflood/5.7.3/templates/common.yaml rename to stable/qflood/5.7.5/templates/common.yaml diff --git a/stable/qinglong/9.7.4/values.yaml b/stable/qflood/5.7.5/values.yaml similarity index 100% rename from stable/qinglong/9.7.4/values.yaml rename to stable/qflood/5.7.5/values.yaml diff --git a/stable/qinglong/9.7.4/CHANGELOG.md b/stable/qinglong/9.7.4/CHANGELOG.md deleted file mode 100644 index 163bd70dd8e..00000000000 --- a/stable/qinglong/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - diff --git a/stable/qinglong/9.7.4/Chart.yaml b/stable/qinglong/9.7.4/Chart.yaml deleted file mode 100644 index f3071d89ee2..00000000000 --- a/stable/qinglong/9.7.4/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A timed task management panel that supports typescript, javaScript, python3, and shell -home: https://truecharts.org/charts/stable/qinglong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png -keywords: - - qinglong - - task -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qinglong -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - - https://hub.docker.com/r/whyour/qinglong -type: application -version: 9.7.4 diff --git a/stable/qinglong/9.7.4/app-changelog.md b/stable/qinglong/9.7.4/app-changelog.md deleted file mode 100644 index 18645cee924..00000000000 --- a/stable/qinglong/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [qinglong-9.7.4](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qinglong/9.7.4/charts/common-20.2.9.tgz b/stable/qinglong/9.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/qinglong/9.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/qinglong/9.7.4/ix_values.yaml b/stable/qinglong/9.7.4/ix_values.yaml deleted file mode 100644 index 84e28a46a26..00000000000 --- a/stable/qinglong/9.7.4/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: whyour/qinglong - pullPolicy: IfNotPresent - tag: 2.17.2@sha256:bb78d342362e7c3126ecf2d8230dcfb69d61651bf7bb03e61099f1fb65d016e0 -service: - main: - ports: - main: - targetPort: 5700 - port: 10176 -persistence: - data: - enabled: true - mountPath: "/ql/data" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/quake3/5.7.3/.helmignore b/stable/qinglong/9.7.6/.helmignore similarity index 100% rename from stable/quake3/5.7.3/.helmignore rename to stable/qinglong/9.7.6/.helmignore diff --git a/stable/qinglong/9.7.6/CHANGELOG.md b/stable/qinglong/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..9ae061a0e73 --- /dev/null +++ b/stable/qinglong/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qinglong-9.7.6](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qinglong-9.7.5](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.5) (2024-03-30) + +### Chore + + + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qinglong-9.7.5](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.5) (2024-03-30) + +### Chore + + + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qinglong-9.7.5](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.5) (2024-03-30) + +### Chore + + + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qinglong-9.7.5](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.5) (2024-03-30) + +### Chore + + + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/qinglong/9.7.6/Chart.yaml b/stable/qinglong/9.7.6/Chart.yaml new file mode 100644 index 00000000000..f154a48b5cb --- /dev/null +++ b/stable/qinglong/9.7.6/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A timed task management panel that supports typescript, javaScript, python3, and shell +home: https://truecharts.org/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png +keywords: + - qinglong + - task +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qinglong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong + - https://hub.docker.com/r/whyour/qinglong +type: application +version: 9.7.6 diff --git a/stable/qinglong/9.7.4/README.md b/stable/qinglong/9.7.6/README.md similarity index 100% rename from stable/qinglong/9.7.4/README.md rename to stable/qinglong/9.7.6/README.md diff --git a/stable/qinglong/9.7.6/app-changelog.md b/stable/qinglong/9.7.6/app-changelog.md new file mode 100644 index 00000000000..98040bd14c7 --- /dev/null +++ b/stable/qinglong/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [qinglong-9.7.6](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image whyour/qinglong to v2.17.3[@dd2e3a7](https://github.com/dd2e3a7) by renovate ([#19963](https://github.com/truecharts/charts/issues/19963)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qinglong/9.7.4/app-readme.md b/stable/qinglong/9.7.6/app-readme.md similarity index 100% rename from stable/qinglong/9.7.4/app-readme.md rename to stable/qinglong/9.7.6/app-readme.md diff --git a/stable/qinglong/9.7.6/charts/common-20.2.10.tgz b/stable/qinglong/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qinglong/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/qinglong/9.7.6/ix_values.yaml b/stable/qinglong/9.7.6/ix_values.yaml new file mode 100644 index 00000000000..c3b7de6e45f --- /dev/null +++ b/stable/qinglong/9.7.6/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: whyour/qinglong + pullPolicy: IfNotPresent + tag: 2.17.3@sha256:dd2e3a72859ae9c76a0bd650d67f853678cff10e7de5c63aaa4e8018d05cfdca +service: + main: + ports: + main: + targetPort: 5700 + port: 10176 +persistence: + data: + enabled: true + mountPath: "/ql/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/qinglong/9.7.4/questions.yaml b/stable/qinglong/9.7.6/questions.yaml similarity index 100% rename from stable/qinglong/9.7.4/questions.yaml rename to stable/qinglong/9.7.6/questions.yaml diff --git a/stable/quassel-core/11.7.5/templates/NOTES.txt b/stable/qinglong/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/quassel-core/11.7.5/templates/NOTES.txt rename to stable/qinglong/9.7.6/templates/NOTES.txt diff --git a/stable/qinglong/9.7.4/templates/common.yaml b/stable/qinglong/9.7.6/templates/common.yaml similarity index 100% rename from stable/qinglong/9.7.4/templates/common.yaml rename to stable/qinglong/9.7.6/templates/common.yaml diff --git a/stable/quake3/5.7.3/values.yaml b/stable/qinglong/9.7.6/values.yaml similarity index 100% rename from stable/quake3/5.7.3/values.yaml rename to stable/qinglong/9.7.6/values.yaml diff --git a/stable/quake3/5.7.3/CHANGELOG.md b/stable/quake3/5.7.3/CHANGELOG.md deleted file mode 100644 index a31b485c23c..00000000000 --- a/stable/quake3/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/quake3/5.7.3/Chart.yaml b/stable/quake3/5.7.3/Chart.yaml deleted file mode 100644 index e6dad07a50c..00000000000 --- a/stable/quake3/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). -home: https://truecharts.org/charts/stable/quake3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png -keywords: - - quake3 - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quake3 -sources: - - https://www.idsoftware.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 - - https://hub.docker.com/r/ich777/quake3 -type: application -version: 5.7.3 diff --git a/stable/quake3/5.7.3/app-changelog.md b/stable/quake3/5.7.3/app-changelog.md deleted file mode 100644 index 5045fd6fe86..00000000000 --- a/stable/quake3/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quake3/5.7.3/charts/common-20.2.4.tgz b/stable/quake3/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/quake3/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/quassel-core/11.7.5/.helmignore b/stable/quake3/5.7.5/.helmignore similarity index 100% rename from stable/quassel-core/11.7.5/.helmignore rename to stable/quake3/5.7.5/.helmignore diff --git a/stable/quake3/5.7.5/CHANGELOG.md b/stable/quake3/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8b1a2c82c8e --- /dev/null +++ b/stable/quake3/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quake3-5.7.5](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quake3-5.7.4](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quake3-5.7.4](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quake3-5.7.4](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quake3-5.7.4](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quake3-5.7.4](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/quake3/5.7.5/Chart.yaml b/stable/quake3/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f7bec38cf03 --- /dev/null +++ b/stable/quake3/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). +home: https://truecharts.org/charts/stable/quake3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png +keywords: + - quake3 + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quake3 +sources: + - https://www.idsoftware.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 + - https://hub.docker.com/r/ich777/quake3 +type: application +version: 5.7.5 diff --git a/stable/quake3/5.7.3/README.md b/stable/quake3/5.7.5/README.md similarity index 100% rename from stable/quake3/5.7.3/README.md rename to stable/quake3/5.7.5/README.md diff --git a/stable/quake3/5.7.5/app-changelog.md b/stable/quake3/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c6ba87357d4 --- /dev/null +++ b/stable/quake3/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [quake3-5.7.5](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quake3/5.7.3/app-readme.md b/stable/quake3/5.7.5/app-readme.md similarity index 100% rename from stable/quake3/5.7.3/app-readme.md rename to stable/quake3/5.7.5/app-readme.md diff --git a/stable/quake3/5.7.5/charts/common-20.2.10.tgz b/stable/quake3/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/quake3/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/quake3/5.7.3/ix_values.yaml b/stable/quake3/5.7.5/ix_values.yaml similarity index 100% rename from stable/quake3/5.7.3/ix_values.yaml rename to stable/quake3/5.7.5/ix_values.yaml diff --git a/stable/quake3/5.7.3/questions.yaml b/stable/quake3/5.7.5/questions.yaml similarity index 100% rename from stable/quake3/5.7.3/questions.yaml rename to stable/quake3/5.7.5/questions.yaml diff --git a/stable/quake3/5.7.3/templates/common.yaml b/stable/quake3/5.7.5/templates/common.yaml similarity index 100% rename from stable/quake3/5.7.3/templates/common.yaml rename to stable/quake3/5.7.5/templates/common.yaml diff --git a/stable/quassel-core/11.7.5/values.yaml b/stable/quake3/5.7.5/values.yaml similarity index 100% rename from stable/quassel-core/11.7.5/values.yaml rename to stable/quake3/5.7.5/values.yaml diff --git a/stable/quassel-core/11.7.5/CHANGELOG.md b/stable/quassel-core/11.7.5/CHANGELOG.md deleted file mode 100644 index 687258e6c72..00000000000 --- a/stable/quassel-core/11.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) diff --git a/stable/quassel-core/11.7.5/Chart.yaml b/stable/quassel-core/11.7.5/Chart.yaml deleted file mode 100644 index 60b84c6c66c..00000000000 --- a/stable/quassel-core/11.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quassel-core is a modern, cross-platform, distributed IRC client. -home: https://truecharts.org/charts/stable/quassel-core -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png -keywords: - - quassel-core -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quassel-core -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core - - https://ghcr.io/linuxserver/quassel-core -type: application -version: 11.7.5 diff --git a/stable/quassel-core/11.7.5/app-changelog.md b/stable/quassel-core/11.7.5/app-changelog.md deleted file mode 100644 index db9ce51f00b..00000000000 --- a/stable/quassel-core/11.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [quassel-core-11.7.5](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.5) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quassel-core/11.7.5/charts/common-20.2.4.tgz b/stable/quassel-core/11.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/quassel-core/11.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/quassel-web/9.7.3/.helmignore b/stable/quassel-core/11.7.7/.helmignore similarity index 100% rename from stable/quassel-web/9.7.3/.helmignore rename to stable/quassel-core/11.7.7/.helmignore diff --git a/stable/quassel-core/11.7.7/CHANGELOG.md b/stable/quassel-core/11.7.7/CHANGELOG.md new file mode 100644 index 00000000000..6e8dcaa98d2 --- /dev/null +++ b/stable/quassel-core/11.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-core-11.7.7](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-core-11.7.6](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-core-11.7.6](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-core-11.7.6](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-core-11.7.6](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.6) (2024-03-27) + +### Chore diff --git a/stable/quassel-core/11.7.7/Chart.yaml b/stable/quassel-core/11.7.7/Chart.yaml new file mode 100644 index 00000000000..96d0cdf1ad1 --- /dev/null +++ b/stable/quassel-core/11.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-core is a modern, cross-platform, distributed IRC client. +home: https://truecharts.org/charts/stable/quassel-core +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png +keywords: + - quassel-core +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-core +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core + - https://ghcr.io/linuxserver/quassel-core +type: application +version: 11.7.7 diff --git a/stable/quassel-core/11.7.5/README.md b/stable/quassel-core/11.7.7/README.md similarity index 100% rename from stable/quassel-core/11.7.5/README.md rename to stable/quassel-core/11.7.7/README.md diff --git a/stable/quassel-core/11.7.7/app-changelog.md b/stable/quassel-core/11.7.7/app-changelog.md new file mode 100644 index 00000000000..ee6bb650375 --- /dev/null +++ b/stable/quassel-core/11.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [quassel-core-11.7.7](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@ddf8530](https://github.com/ddf8530) by renovate ([#19769](https://github.com/truecharts/charts/issues/19769)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quassel-core/11.7.5/app-readme.md b/stable/quassel-core/11.7.7/app-readme.md similarity index 100% rename from stable/quassel-core/11.7.5/app-readme.md rename to stable/quassel-core/11.7.7/app-readme.md diff --git a/stable/quassel-core/11.7.7/charts/common-20.2.10.tgz b/stable/quassel-core/11.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/quassel-core/11.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/quassel-core/11.7.5/ix_values.yaml b/stable/quassel-core/11.7.7/ix_values.yaml similarity index 100% rename from stable/quassel-core/11.7.5/ix_values.yaml rename to stable/quassel-core/11.7.7/ix_values.yaml diff --git a/stable/quassel-core/11.7.5/questions.yaml b/stable/quassel-core/11.7.7/questions.yaml similarity index 100% rename from stable/quassel-core/11.7.5/questions.yaml rename to stable/quassel-core/11.7.7/questions.yaml diff --git a/stable/quassel-web/9.7.3/templates/NOTES.txt b/stable/quassel-core/11.7.7/templates/NOTES.txt similarity index 100% rename from stable/quassel-web/9.7.3/templates/NOTES.txt rename to stable/quassel-core/11.7.7/templates/NOTES.txt diff --git a/stable/quassel-core/11.7.5/templates/common.yaml b/stable/quassel-core/11.7.7/templates/common.yaml similarity index 100% rename from stable/quassel-core/11.7.5/templates/common.yaml rename to stable/quassel-core/11.7.7/templates/common.yaml diff --git a/stable/quassel-web/9.7.3/values.yaml b/stable/quassel-core/11.7.7/values.yaml similarity index 100% rename from stable/quassel-web/9.7.3/values.yaml rename to stable/quassel-core/11.7.7/values.yaml diff --git a/stable/quassel-web/9.7.3/CHANGELOG.md b/stable/quassel-web/9.7.3/CHANGELOG.md deleted file mode 100644 index f7f044fd242..00000000000 --- a/stable/quassel-web/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/quassel-web/9.7.3/Chart.yaml b/stable/quassel-web/9.7.3/Chart.yaml deleted file mode 100644 index 9328256cd02..00000000000 --- a/stable/quassel-web/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quassel-web is a web client for Quassel. -home: https://truecharts.org/charts/stable/quassel-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png -keywords: - - quassel-web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quassel-web -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web - - https://ghcr.io/linuxserver/quassel-web -type: application -version: 9.7.3 diff --git a/stable/quassel-web/9.7.3/app-changelog.md b/stable/quassel-web/9.7.3/app-changelog.md deleted file mode 100644 index 9e33fb40c9a..00000000000 --- a/stable/quassel-web/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz b/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/quickshare/5.7.3/.helmignore b/stable/quassel-web/9.7.5/.helmignore similarity index 100% rename from stable/quickshare/5.7.3/.helmignore rename to stable/quassel-web/9.7.5/.helmignore diff --git a/stable/quassel-web/9.7.5/CHANGELOG.md b/stable/quassel-web/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c7458413de0 --- /dev/null +++ b/stable/quassel-web/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-web-9.7.5](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-web-9.7.4](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-web-9.7.4](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-web-9.7.4](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-web-9.7.4](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quassel-web-9.7.4](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/quassel-web/9.7.5/Chart.yaml b/stable/quassel-web/9.7.5/Chart.yaml new file mode 100644 index 00000000000..c10ecd7f10c --- /dev/null +++ b/stable/quassel-web/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-web is a web client for Quassel. +home: https://truecharts.org/charts/stable/quassel-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png +keywords: + - quassel-web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web + - https://ghcr.io/linuxserver/quassel-web +type: application +version: 9.7.5 diff --git a/stable/quassel-web/9.7.3/README.md b/stable/quassel-web/9.7.5/README.md similarity index 100% rename from stable/quassel-web/9.7.3/README.md rename to stable/quassel-web/9.7.5/README.md diff --git a/stable/quassel-web/9.7.5/app-changelog.md b/stable/quassel-web/9.7.5/app-changelog.md new file mode 100644 index 00000000000..6c2eea899b4 --- /dev/null +++ b/stable/quassel-web/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [quassel-web-9.7.5](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quassel-web/9.7.3/app-readme.md b/stable/quassel-web/9.7.5/app-readme.md similarity index 100% rename from stable/quassel-web/9.7.3/app-readme.md rename to stable/quassel-web/9.7.5/app-readme.md diff --git a/stable/quassel-web/9.7.5/charts/common-20.2.10.tgz b/stable/quassel-web/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/quassel-web/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/quassel-web/9.7.3/ix_values.yaml b/stable/quassel-web/9.7.5/ix_values.yaml similarity index 100% rename from stable/quassel-web/9.7.3/ix_values.yaml rename to stable/quassel-web/9.7.5/ix_values.yaml diff --git a/stable/quassel-web/9.7.3/questions.yaml b/stable/quassel-web/9.7.5/questions.yaml similarity index 100% rename from stable/quassel-web/9.7.3/questions.yaml rename to stable/quassel-web/9.7.5/questions.yaml diff --git a/stable/radarr/21.5.3/templates/NOTES.txt b/stable/quassel-web/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/radarr/21.5.3/templates/NOTES.txt rename to stable/quassel-web/9.7.5/templates/NOTES.txt diff --git a/stable/quassel-web/9.7.3/templates/common.yaml b/stable/quassel-web/9.7.5/templates/common.yaml similarity index 100% rename from stable/quassel-web/9.7.3/templates/common.yaml rename to stable/quassel-web/9.7.5/templates/common.yaml diff --git a/stable/quickshare/5.7.3/values.yaml b/stable/quassel-web/9.7.5/values.yaml similarity index 100% rename from stable/quickshare/5.7.3/values.yaml rename to stable/quassel-web/9.7.5/values.yaml diff --git a/stable/quickshare/5.7.3/CHANGELOG.md b/stable/quickshare/5.7.3/CHANGELOG.md deleted file mode 100644 index eec74fc95fb..00000000000 --- a/stable/quickshare/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/quickshare/5.7.3/Chart.yaml b/stable/quickshare/5.7.3/Chart.yaml deleted file mode 100644 index 5a4ab6caa69..00000000000 --- a/stable/quickshare/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Quick and simple file sharing between different devices. -home: https://truecharts.org/charts/stable/quickshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png -keywords: - - quickshare - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quickshare -sources: - - https://github.com/ihexxa/quickshare - - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare - - https://hub.docker.com/r/hexxa/quickshare -type: application -version: 5.7.3 diff --git a/stable/quickshare/5.7.3/app-changelog.md b/stable/quickshare/5.7.3/app-changelog.md deleted file mode 100644 index 7a0a175a7f0..00000000000 --- a/stable/quickshare/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quickshare/5.7.3/charts/common-20.2.4.tgz b/stable/quickshare/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/quickshare/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/quiz-game/5.7.3/.helmignore b/stable/quickshare/5.7.5/.helmignore similarity index 100% rename from stable/quiz-game/5.7.3/.helmignore rename to stable/quickshare/5.7.5/.helmignore diff --git a/stable/quickshare/5.7.5/CHANGELOG.md b/stable/quickshare/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9c17e42b4fb --- /dev/null +++ b/stable/quickshare/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quickshare-5.7.5](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quickshare-5.7.4](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quickshare-5.7.4](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quickshare-5.7.4](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quickshare-5.7.4](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quickshare-5.7.4](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/quickshare/5.7.5/Chart.yaml b/stable/quickshare/5.7.5/Chart.yaml new file mode 100644 index 00000000000..aeda5d6db47 --- /dev/null +++ b/stable/quickshare/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quick and simple file sharing between different devices. +home: https://truecharts.org/charts/stable/quickshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png +keywords: + - quickshare + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quickshare +sources: + - https://github.com/ihexxa/quickshare + - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare + - https://hub.docker.com/r/hexxa/quickshare +type: application +version: 5.7.5 diff --git a/stable/quickshare/5.7.3/README.md b/stable/quickshare/5.7.5/README.md similarity index 100% rename from stable/quickshare/5.7.3/README.md rename to stable/quickshare/5.7.5/README.md diff --git a/stable/quickshare/5.7.5/app-changelog.md b/stable/quickshare/5.7.5/app-changelog.md new file mode 100644 index 00000000000..cb107ea7eb6 --- /dev/null +++ b/stable/quickshare/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [quickshare-5.7.5](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quickshare/5.7.3/app-readme.md b/stable/quickshare/5.7.5/app-readme.md similarity index 100% rename from stable/quickshare/5.7.3/app-readme.md rename to stable/quickshare/5.7.5/app-readme.md diff --git a/stable/quickshare/5.7.5/charts/common-20.2.10.tgz b/stable/quickshare/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/quickshare/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/quickshare/5.7.3/ix_values.yaml b/stable/quickshare/5.7.5/ix_values.yaml similarity index 100% rename from stable/quickshare/5.7.3/ix_values.yaml rename to stable/quickshare/5.7.5/ix_values.yaml diff --git a/stable/quickshare/5.7.3/questions.yaml b/stable/quickshare/5.7.5/questions.yaml similarity index 100% rename from stable/quickshare/5.7.3/questions.yaml rename to stable/quickshare/5.7.5/questions.yaml diff --git a/stable/quickshare/5.7.3/templates/common.yaml b/stable/quickshare/5.7.5/templates/common.yaml similarity index 100% rename from stable/quickshare/5.7.3/templates/common.yaml rename to stable/quickshare/5.7.5/templates/common.yaml diff --git a/stable/quiz-game/5.7.3/values.yaml b/stable/quickshare/5.7.5/values.yaml similarity index 100% rename from stable/quiz-game/5.7.3/values.yaml rename to stable/quickshare/5.7.5/values.yaml diff --git a/stable/quiz-game/5.7.3/CHANGELOG.md b/stable/quiz-game/5.7.3/CHANGELOG.md deleted file mode 100644 index 28085d269e5..00000000000 --- a/stable/quiz-game/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/quiz-game/5.7.3/Chart.yaml b/stable/quiz-game/5.7.3/Chart.yaml deleted file mode 100644 index 22506bf9cb5..00000000000 --- a/stable/quiz-game/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Test your General Knowledge in different types of topics. -home: https://truecharts.org/charts/stable/quiz-game -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png -keywords: - - quiz-game - - GameServers - - Other - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: quiz-game -sources: - - https://github.com/ASKJR/quiz-game - - https://registry.hub.docker.com/r/patrickstigler/quiz-game - - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game - - https://hub.docker.com/r/patrickstigler/quiz-game -type: application -version: 5.7.3 diff --git a/stable/quiz-game/5.7.3/app-changelog.md b/stable/quiz-game/5.7.3/app-changelog.md deleted file mode 100644 index 16089b9db13..00000000000 --- a/stable/quiz-game/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz b/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/qwantify/3.7.3/.helmignore b/stable/quiz-game/5.7.5/.helmignore similarity index 100% rename from stable/qwantify/3.7.3/.helmignore rename to stable/quiz-game/5.7.5/.helmignore diff --git a/stable/quiz-game/5.7.5/CHANGELOG.md b/stable/quiz-game/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..181648929f4 --- /dev/null +++ b/stable/quiz-game/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quiz-game-5.7.5](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quiz-game-5.7.4](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quiz-game-5.7.4](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quiz-game-5.7.4](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quiz-game-5.7.4](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [quiz-game-5.7.4](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/quiz-game/5.7.5/Chart.yaml b/stable/quiz-game/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c597cfaed8d --- /dev/null +++ b/stable/quiz-game/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Test your General Knowledge in different types of topics. +home: https://truecharts.org/charts/stable/quiz-game +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png +keywords: + - quiz-game + - GameServers + - Other + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quiz-game +sources: + - https://github.com/ASKJR/quiz-game + - https://registry.hub.docker.com/r/patrickstigler/quiz-game + - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game + - https://hub.docker.com/r/patrickstigler/quiz-game +type: application +version: 5.7.5 diff --git a/stable/quiz-game/5.7.3/README.md b/stable/quiz-game/5.7.5/README.md similarity index 100% rename from stable/quiz-game/5.7.3/README.md rename to stable/quiz-game/5.7.5/README.md diff --git a/stable/quiz-game/5.7.5/app-changelog.md b/stable/quiz-game/5.7.5/app-changelog.md new file mode 100644 index 00000000000..dff386ae039 --- /dev/null +++ b/stable/quiz-game/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [quiz-game-5.7.5](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/quiz-game/5.7.3/app-readme.md b/stable/quiz-game/5.7.5/app-readme.md similarity index 100% rename from stable/quiz-game/5.7.3/app-readme.md rename to stable/quiz-game/5.7.5/app-readme.md diff --git a/stable/quiz-game/5.7.5/charts/common-20.2.10.tgz b/stable/quiz-game/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/quiz-game/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/quiz-game/5.7.3/ix_values.yaml b/stable/quiz-game/5.7.5/ix_values.yaml similarity index 100% rename from stable/quiz-game/5.7.3/ix_values.yaml rename to stable/quiz-game/5.7.5/ix_values.yaml diff --git a/stable/quiz-game/5.7.3/questions.yaml b/stable/quiz-game/5.7.5/questions.yaml similarity index 100% rename from stable/quiz-game/5.7.3/questions.yaml rename to stable/quiz-game/5.7.5/questions.yaml diff --git a/stable/quiz-game/5.7.3/templates/common.yaml b/stable/quiz-game/5.7.5/templates/common.yaml similarity index 100% rename from stable/quiz-game/5.7.3/templates/common.yaml rename to stable/quiz-game/5.7.5/templates/common.yaml diff --git a/stable/qwantify/3.7.3/values.yaml b/stable/quiz-game/5.7.5/values.yaml similarity index 100% rename from stable/qwantify/3.7.3/values.yaml rename to stable/quiz-game/5.7.5/values.yaml diff --git a/stable/qwantify/3.7.3/CHANGELOG.md b/stable/qwantify/3.7.3/CHANGELOG.md deleted file mode 100644 index 171bc6fbf1d..00000000000 --- a/stable/qwantify/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/qwantify/3.7.3/Chart.yaml b/stable/qwantify/3.7.3/Chart.yaml deleted file mode 100644 index 55bd40d69aa..00000000000 --- a/stable/qwantify/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20.04.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Play games with your friends right from the browser. -home: https://truecharts.org/charts/stable/qwantify -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png -keywords: - - qwantify - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: qwantify -sources: - - https://github.com/wanjohiryan/qwantify - - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify - - https://ghcr.io/wanjohiryan/qwantify -type: application -version: 3.7.3 diff --git a/stable/qwantify/3.7.3/app-changelog.md b/stable/qwantify/3.7.3/app-changelog.md deleted file mode 100644 index 21896300b6f..00000000000 --- a/stable/qwantify/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qwantify/3.7.3/charts/common-20.2.4.tgz b/stable/qwantify/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/qwantify/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/radarr/21.5.3/.helmignore b/stable/qwantify/3.7.5/.helmignore similarity index 100% rename from stable/radarr/21.5.3/.helmignore rename to stable/qwantify/3.7.5/.helmignore diff --git a/stable/qwantify/3.7.5/CHANGELOG.md b/stable/qwantify/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ae86eef097b --- /dev/null +++ b/stable/qwantify/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qwantify-3.7.5](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qwantify-3.7.4](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qwantify-3.7.4](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qwantify-3.7.4](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qwantify-3.7.4](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [qwantify-3.7.4](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/qwantify/3.7.5/Chart.yaml b/stable/qwantify/3.7.5/Chart.yaml new file mode 100644 index 00000000000..b09e374cfb4 --- /dev/null +++ b/stable/qwantify/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20.04.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Play games with your friends right from the browser. +home: https://truecharts.org/charts/stable/qwantify +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png +keywords: + - qwantify + - games +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qwantify +sources: + - https://github.com/wanjohiryan/qwantify + - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify + - https://ghcr.io/wanjohiryan/qwantify +type: application +version: 3.7.5 diff --git a/stable/qwantify/3.7.3/README.md b/stable/qwantify/3.7.5/README.md similarity index 100% rename from stable/qwantify/3.7.3/README.md rename to stable/qwantify/3.7.5/README.md diff --git a/stable/qwantify/3.7.5/app-changelog.md b/stable/qwantify/3.7.5/app-changelog.md new file mode 100644 index 00000000000..4650a072adc --- /dev/null +++ b/stable/qwantify/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [qwantify-3.7.5](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/qwantify/3.7.3/app-readme.md b/stable/qwantify/3.7.5/app-readme.md similarity index 100% rename from stable/qwantify/3.7.3/app-readme.md rename to stable/qwantify/3.7.5/app-readme.md diff --git a/stable/qwantify/3.7.5/charts/common-20.2.10.tgz b/stable/qwantify/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/qwantify/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/qwantify/3.7.3/ix_values.yaml b/stable/qwantify/3.7.5/ix_values.yaml similarity index 100% rename from stable/qwantify/3.7.3/ix_values.yaml rename to stable/qwantify/3.7.5/ix_values.yaml diff --git a/stable/qwantify/3.7.3/questions.yaml b/stable/qwantify/3.7.5/questions.yaml similarity index 100% rename from stable/qwantify/3.7.3/questions.yaml rename to stable/qwantify/3.7.5/questions.yaml diff --git a/stable/qwantify/3.7.3/templates/common.yaml b/stable/qwantify/3.7.5/templates/common.yaml similarity index 100% rename from stable/qwantify/3.7.3/templates/common.yaml rename to stable/qwantify/3.7.5/templates/common.yaml diff --git a/stable/radarr/21.5.3/values.yaml b/stable/qwantify/3.7.5/values.yaml similarity index 100% rename from stable/radarr/21.5.3/values.yaml rename to stable/qwantify/3.7.5/values.yaml diff --git a/stable/radarr/21.5.3/CHANGELOG.md b/stable/radarr/21.5.3/CHANGELOG.md deleted file mode 100644 index db06b8a652c..00000000000 --- a/stable/radarr/21.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - diff --git a/stable/radarr/21.5.3/Chart.yaml b/stable/radarr/21.5.3/Chart.yaml deleted file mode 100644 index 0b777fb3eae..00000000000 --- a/stable/radarr/21.5.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.6.8612 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fork of Sonarr to work with movies à la Couchpotato -home: https://truecharts.org/charts/stable/radarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png -keywords: - - radarr - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: radarr -sources: - - https://github.com/Radarr/Radarr - - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - - https://ghcr.io/onedr0p/exportarr - - https://ghcr.io/onedr0p/radarr -type: application -version: 21.5.3 diff --git a/stable/radarr/21.5.3/app-changelog.md b/stable/radarr/21.5.3/app-changelog.md deleted file mode 100644 index 7a2802284c5..00000000000 --- a/stable/radarr/21.5.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) \ No newline at end of file diff --git a/stable/radarr/21.5.3/charts/common-20.2.4.tgz b/stable/radarr/21.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/radarr/21.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/radarrsync/5.7.3/.helmignore b/stable/radarr/21.5.5/.helmignore similarity index 100% rename from stable/radarrsync/5.7.3/.helmignore rename to stable/radarr/21.5.5/.helmignore diff --git a/stable/radarr/21.5.5/CHANGELOG.md b/stable/radarr/21.5.5/CHANGELOG.md new file mode 100644 index 00000000000..7131377bb12 --- /dev/null +++ b/stable/radarr/21.5.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarr-21.5.5](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) + + +## [radarr-21.5.4](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) + + +## [radarr-21.5.4](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) + + +## [radarr-21.5.4](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) + + +## [radarr-21.5.4](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/radarr/21.5.5/Chart.yaml b/stable/radarr/21.5.5/Chart.yaml new file mode 100644 index 00000000000..8f14c13075d --- /dev/null +++ b/stable/radarr/21.5.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.6.8612 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Sonarr to work with movies à la Couchpotato +home: https://truecharts.org/charts/stable/radarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png +keywords: + - radarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarr +sources: + - https://github.com/Radarr/Radarr + - https://github.com/truecharts/charts/tree/master/charts/stable/radarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/radarr +type: application +version: 21.5.5 diff --git a/stable/radarr/21.5.3/README.md b/stable/radarr/21.5.5/README.md similarity index 100% rename from stable/radarr/21.5.3/README.md rename to stable/radarr/21.5.5/README.md diff --git a/stable/radarr/21.5.5/app-changelog.md b/stable/radarr/21.5.5/app-changelog.md new file mode 100644 index 00000000000..a7ef63ce1aa --- /dev/null +++ b/stable/radarr/21.5.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [radarr-21.5.5](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257)) \ No newline at end of file diff --git a/stable/radarr/21.5.3/app-readme.md b/stable/radarr/21.5.5/app-readme.md similarity index 100% rename from stable/radarr/21.5.3/app-readme.md rename to stable/radarr/21.5.5/app-readme.md diff --git a/stable/radarr/21.5.5/charts/common-20.2.10.tgz b/stable/radarr/21.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/radarr/21.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/radarr/21.5.3/ix_values.yaml b/stable/radarr/21.5.5/ix_values.yaml similarity index 100% rename from stable/radarr/21.5.3/ix_values.yaml rename to stable/radarr/21.5.5/ix_values.yaml diff --git a/stable/radarr/21.5.3/questions.yaml b/stable/radarr/21.5.5/questions.yaml similarity index 100% rename from stable/radarr/21.5.3/questions.yaml rename to stable/radarr/21.5.5/questions.yaml diff --git a/stable/radicale/5.7.5/templates/NOTES.txt b/stable/radarr/21.5.5/templates/NOTES.txt similarity index 100% rename from stable/radicale/5.7.5/templates/NOTES.txt rename to stable/radarr/21.5.5/templates/NOTES.txt diff --git a/stable/radarr/21.5.3/templates/common.yaml b/stable/radarr/21.5.5/templates/common.yaml similarity index 100% rename from stable/radarr/21.5.3/templates/common.yaml rename to stable/radarr/21.5.5/templates/common.yaml diff --git a/stable/radarrsync/5.7.3/values.yaml b/stable/radarr/21.5.5/values.yaml similarity index 100% rename from stable/radarrsync/5.7.3/values.yaml rename to stable/radarr/21.5.5/values.yaml diff --git a/stable/radarrsync/5.7.3/CHANGELOG.md b/stable/radarrsync/5.7.3/CHANGELOG.md deleted file mode 100644 index 921ebd19a26..00000000000 --- a/stable/radarrsync/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/radarrsync/5.7.3/Chart.yaml b/stable/radarrsync/5.7.3/Chart.yaml deleted file mode 100644 index cc6ddbdf8a7..00000000000 --- a/stable/radarrsync/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. -home: https://truecharts.org/charts/stable/radarrsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png -keywords: - - radarrsync - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: radarrsync -sources: - - https://github.com/dairefinn/RadarrSync - - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync - - https://hub.docker.com/r/dmanius/radarrsync-docker -type: application -version: 5.7.3 diff --git a/stable/radarrsync/5.7.3/app-changelog.md b/stable/radarrsync/5.7.3/app-changelog.md deleted file mode 100644 index 0e9bd48fb85..00000000000 --- a/stable/radarrsync/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz b/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/radicale/5.7.5/.helmignore b/stable/radarrsync/5.7.5/.helmignore similarity index 100% rename from stable/radicale/5.7.5/.helmignore rename to stable/radarrsync/5.7.5/.helmignore diff --git a/stable/radarrsync/5.7.5/CHANGELOG.md b/stable/radarrsync/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ae5d448a4dc --- /dev/null +++ b/stable/radarrsync/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarrsync-5.7.5](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radarrsync-5.7.4](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radarrsync-5.7.4](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radarrsync-5.7.4](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radarrsync-5.7.4](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radarrsync-5.7.4](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/radarrsync/5.7.5/Chart.yaml b/stable/radarrsync/5.7.5/Chart.yaml new file mode 100644 index 00000000000..feb4d705c01 --- /dev/null +++ b/stable/radarrsync/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. +home: https://truecharts.org/charts/stable/radarrsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png +keywords: + - radarrsync + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarrsync +sources: + - https://github.com/dairefinn/RadarrSync + - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync + - https://hub.docker.com/r/dmanius/radarrsync-docker +type: application +version: 5.7.5 diff --git a/stable/radarrsync/5.7.3/README.md b/stable/radarrsync/5.7.5/README.md similarity index 100% rename from stable/radarrsync/5.7.3/README.md rename to stable/radarrsync/5.7.5/README.md diff --git a/stable/radarrsync/5.7.5/app-changelog.md b/stable/radarrsync/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0c06eb2dffd --- /dev/null +++ b/stable/radarrsync/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [radarrsync-5.7.5](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/radarrsync/5.7.3/app-readme.md b/stable/radarrsync/5.7.5/app-readme.md similarity index 100% rename from stable/radarrsync/5.7.3/app-readme.md rename to stable/radarrsync/5.7.5/app-readme.md diff --git a/stable/radarrsync/5.7.5/charts/common-20.2.10.tgz b/stable/radarrsync/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/radarrsync/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/radarrsync/5.7.3/ix_values.yaml b/stable/radarrsync/5.7.5/ix_values.yaml similarity index 100% rename from stable/radarrsync/5.7.3/ix_values.yaml rename to stable/radarrsync/5.7.5/ix_values.yaml diff --git a/stable/radarrsync/5.7.3/questions.yaml b/stable/radarrsync/5.7.5/questions.yaml similarity index 100% rename from stable/radarrsync/5.7.3/questions.yaml rename to stable/radarrsync/5.7.5/questions.yaml diff --git a/stable/radarrsync/5.7.3/templates/common.yaml b/stable/radarrsync/5.7.5/templates/common.yaml similarity index 100% rename from stable/radarrsync/5.7.3/templates/common.yaml rename to stable/radarrsync/5.7.5/templates/common.yaml diff --git a/stable/radicale/5.7.5/values.yaml b/stable/radarrsync/5.7.5/values.yaml similarity index 100% rename from stable/radicale/5.7.5/values.yaml rename to stable/radarrsync/5.7.5/values.yaml diff --git a/stable/radicale/5.7.5/CHANGELOG.md b/stable/radicale/5.7.5/CHANGELOG.md deleted file mode 100644 index 5f94c52e875..00000000000 --- a/stable/radicale/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) diff --git a/stable/radicale/5.7.5/Chart.yaml b/stable/radicale/5.7.5/Chart.yaml deleted file mode 100644 index 4681664ece9..00000000000 --- a/stable/radicale/5.7.5/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: radicale - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.9.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. -home: https://truecharts.org/charts/stable/radicale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png -keywords: - - radicale - - CalDAV - - CardDAV - - calendars - - contacts - - tasks - - to-do -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: radicale -sources: - - https://github.com/tomsquest/docker-radicale - - https://radicale.org/ - - https://github.com/Kozea/Radicale - - https://github.com/truecharts/charts/tree/master/charts/stable/radicale - - https://hub.docker.com/r/tomsquest/docker-radicale -type: application -version: 5.7.5 diff --git a/stable/radicale/5.7.5/app-changelog.md b/stable/radicale/5.7.5/app-changelog.md deleted file mode 100644 index 9acdb000521..00000000000 --- a/stable/radicale/5.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [radicale-5.7.5](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.5) (2024-03-26) - -### Chore - - - -- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/radicale/5.7.5/charts/common-20.2.4.tgz b/stable/radicale/5.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/radicale/5.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rapidphotodownloader/5.7.3/.helmignore b/stable/radicale/5.7.7/.helmignore similarity index 100% rename from stable/rapidphotodownloader/5.7.3/.helmignore rename to stable/radicale/5.7.7/.helmignore diff --git a/stable/radicale/5.7.7/CHANGELOG.md b/stable/radicale/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..b0a0e2442e7 --- /dev/null +++ b/stable/radicale/5.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radicale-5.7.7](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radicale-5.7.6](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radicale-5.7.6](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radicale-5.7.6](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [radicale-5.7.6](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.6) (2024-03-27) + +### Chore diff --git a/stable/radicale/5.7.7/Chart.yaml b/stable/radicale/5.7.7/Chart.yaml new file mode 100644 index 00000000000..2b67b35be23 --- /dev/null +++ b/stable/radicale/5.7.7/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: radicale + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.9.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. +home: https://truecharts.org/charts/stable/radicale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png +keywords: + - radicale + - CalDAV + - CardDAV + - calendars + - contacts + - tasks + - to-do +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radicale +sources: + - https://github.com/tomsquest/docker-radicale + - https://radicale.org/ + - https://github.com/Kozea/Radicale + - https://github.com/truecharts/charts/tree/master/charts/stable/radicale + - https://hub.docker.com/r/tomsquest/docker-radicale +type: application +version: 5.7.7 diff --git a/stable/radicale/5.7.5/README.md b/stable/radicale/5.7.7/README.md similarity index 100% rename from stable/radicale/5.7.5/README.md rename to stable/radicale/5.7.7/README.md diff --git a/stable/radicale/5.7.7/app-changelog.md b/stable/radicale/5.7.7/app-changelog.md new file mode 100644 index 00000000000..241063af4be --- /dev/null +++ b/stable/radicale/5.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [radicale-5.7.7](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tomsquest/docker-radicale to v3.1.9.1[@e45df19](https://github.com/e45df19) by renovate ([#19790](https://github.com/truecharts/charts/issues/19790)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/radicale/5.7.5/app-readme.md b/stable/radicale/5.7.7/app-readme.md similarity index 100% rename from stable/radicale/5.7.5/app-readme.md rename to stable/radicale/5.7.7/app-readme.md diff --git a/stable/radicale/5.7.7/charts/common-20.2.10.tgz b/stable/radicale/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/radicale/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/radicale/5.7.5/ix_values.yaml b/stable/radicale/5.7.7/ix_values.yaml similarity index 100% rename from stable/radicale/5.7.5/ix_values.yaml rename to stable/radicale/5.7.7/ix_values.yaml diff --git a/stable/radicale/5.7.5/questions.yaml b/stable/radicale/5.7.7/questions.yaml similarity index 100% rename from stable/radicale/5.7.5/questions.yaml rename to stable/radicale/5.7.7/questions.yaml diff --git a/stable/rcon-webadmin/8.7.3/templates/NOTES.txt b/stable/radicale/5.7.7/templates/NOTES.txt similarity index 100% rename from stable/rcon-webadmin/8.7.3/templates/NOTES.txt rename to stable/radicale/5.7.7/templates/NOTES.txt diff --git a/stable/radicale/5.7.5/templates/_configmap.tpl b/stable/radicale/5.7.7/templates/_configmap.tpl similarity index 100% rename from stable/radicale/5.7.5/templates/_configmap.tpl rename to stable/radicale/5.7.7/templates/_configmap.tpl diff --git a/stable/radicale/5.7.5/templates/common.yaml b/stable/radicale/5.7.7/templates/common.yaml similarity index 100% rename from stable/radicale/5.7.5/templates/common.yaml rename to stable/radicale/5.7.7/templates/common.yaml diff --git a/stable/rapidphotodownloader/5.7.3/values.yaml b/stable/radicale/5.7.7/values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.7.3/values.yaml rename to stable/radicale/5.7.7/values.yaml diff --git a/stable/rapidphotodownloader/5.7.3/CHANGELOG.md b/stable/rapidphotodownloader/5.7.3/CHANGELOG.md deleted file mode 100644 index 0a409523310..00000000000 --- a/stable/rapidphotodownloader/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rapidphotodownloader/5.7.3/Chart.yaml b/stable/rapidphotodownloader/5.7.3/Chart.yaml deleted file mode 100644 index 2700ec4777c..00000000000 --- a/stable/rapidphotodownloader/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Rapid Photo Downloader. -home: https://truecharts.org/charts/stable/rapidphotodownloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png -keywords: - - rapidphotodownloader - - MediaApp-Photos - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rapidphotodownloader -sources: - - https://www.damonlynch.net/rapid/ - - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader - - https://hub.docker.com/r/ich777/rapidphotodownloader -type: application -version: 5.7.3 diff --git a/stable/rapidphotodownloader/5.7.3/app-changelog.md b/stable/rapidphotodownloader/5.7.3/app-changelog.md deleted file mode 100644 index 5e5f8499eaa..00000000000 --- a/stable/rapidphotodownloader/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz b/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rcon-webadmin/8.7.3/.helmignore b/stable/rapidphotodownloader/5.7.5/.helmignore similarity index 100% rename from stable/rcon-webadmin/8.7.3/.helmignore rename to stable/rapidphotodownloader/5.7.5/.helmignore diff --git a/stable/rapidphotodownloader/5.7.5/CHANGELOG.md b/stable/rapidphotodownloader/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fd943f27033 --- /dev/null +++ b/stable/rapidphotodownloader/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rapidphotodownloader-5.7.5](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rapidphotodownloader-5.7.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rapidphotodownloader-5.7.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rapidphotodownloader-5.7.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rapidphotodownloader-5.7.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rapidphotodownloader-5.7.4](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.7.5/Chart.yaml b/stable/rapidphotodownloader/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f9c95de6f6e --- /dev/null +++ b/stable/rapidphotodownloader/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Photos + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Rapid Photo Downloader. +home: https://truecharts.org/charts/stable/rapidphotodownloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png +keywords: + - rapidphotodownloader + - MediaApp-Photos + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rapidphotodownloader +sources: + - https://www.damonlynch.net/rapid/ + - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader + - https://hub.docker.com/r/ich777/rapidphotodownloader +type: application +version: 5.7.5 diff --git a/stable/rapidphotodownloader/5.7.3/README.md b/stable/rapidphotodownloader/5.7.5/README.md similarity index 100% rename from stable/rapidphotodownloader/5.7.3/README.md rename to stable/rapidphotodownloader/5.7.5/README.md diff --git a/stable/rapidphotodownloader/5.7.5/app-changelog.md b/stable/rapidphotodownloader/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c709030393f --- /dev/null +++ b/stable/rapidphotodownloader/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rapidphotodownloader-5.7.5](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.7.3/app-readme.md b/stable/rapidphotodownloader/5.7.5/app-readme.md similarity index 100% rename from stable/rapidphotodownloader/5.7.3/app-readme.md rename to stable/rapidphotodownloader/5.7.5/app-readme.md diff --git a/stable/rapidphotodownloader/5.7.5/charts/common-20.2.10.tgz b/stable/rapidphotodownloader/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rapidphotodownloader/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rapidphotodownloader/5.7.3/ix_values.yaml b/stable/rapidphotodownloader/5.7.5/ix_values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.7.3/ix_values.yaml rename to stable/rapidphotodownloader/5.7.5/ix_values.yaml diff --git a/stable/rapidphotodownloader/5.7.3/questions.yaml b/stable/rapidphotodownloader/5.7.5/questions.yaml similarity index 100% rename from stable/rapidphotodownloader/5.7.3/questions.yaml rename to stable/rapidphotodownloader/5.7.5/questions.yaml diff --git a/stable/rapidphotodownloader/5.7.3/templates/common.yaml b/stable/rapidphotodownloader/5.7.5/templates/common.yaml similarity index 100% rename from stable/rapidphotodownloader/5.7.3/templates/common.yaml rename to stable/rapidphotodownloader/5.7.5/templates/common.yaml diff --git a/stable/rcon-webadmin/8.7.3/values.yaml b/stable/rapidphotodownloader/5.7.5/values.yaml similarity index 100% rename from stable/rcon-webadmin/8.7.3/values.yaml rename to stable/rapidphotodownloader/5.7.5/values.yaml diff --git a/stable/rcon-webadmin/8.7.3/CHANGELOG.md b/stable/rcon-webadmin/8.7.3/CHANGELOG.md deleted file mode 100644 index d2730c85f54..00000000000 --- a/stable/rcon-webadmin/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rcon-webadmin/8.7.3/Chart.yaml b/stable/rcon-webadmin/8.7.3/Chart.yaml deleted file mode 100644 index 45c5cc04f23..00000000000 --- a/stable/rcon-webadmin/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. -home: https://truecharts.org/charts/stable/rcon-webadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png -keywords: - - rcon-webadmin - - GameServers - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rcon-webadmin -sources: - - https://github.com/rcon-web-admin/rcon-web-admin - - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin - - https://hub.docker.com/r/itzg/rcon -type: application -version: 8.7.3 diff --git a/stable/rcon-webadmin/8.7.3/app-changelog.md b/stable/rcon-webadmin/8.7.3/app-changelog.md deleted file mode 100644 index 331170552e0..00000000000 --- a/stable/rcon-webadmin/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz b/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rdesktop/8.7.57/.helmignore b/stable/rcon-webadmin/8.7.5/.helmignore similarity index 100% rename from stable/rdesktop/8.7.57/.helmignore rename to stable/rcon-webadmin/8.7.5/.helmignore diff --git a/stable/rcon-webadmin/8.7.5/CHANGELOG.md b/stable/rcon-webadmin/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c7ff5e4baf1 --- /dev/null +++ b/stable/rcon-webadmin/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rcon-webadmin-8.7.5](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rcon-webadmin-8.7.4](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rcon-webadmin-8.7.4](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rcon-webadmin-8.7.4](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rcon-webadmin-8.7.4](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rcon-webadmin-8.7.4](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rcon-webadmin/8.7.5/Chart.yaml b/stable/rcon-webadmin/8.7.5/Chart.yaml new file mode 100644 index 00000000000..1ecae5d54ed --- /dev/null +++ b/stable/rcon-webadmin/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. +home: https://truecharts.org/charts/stable/rcon-webadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png +keywords: + - rcon-webadmin + - GameServers + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rcon-webadmin +sources: + - https://github.com/rcon-web-admin/rcon-web-admin + - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin + - https://hub.docker.com/r/itzg/rcon +type: application +version: 8.7.5 diff --git a/stable/rcon-webadmin/8.7.3/README.md b/stable/rcon-webadmin/8.7.5/README.md similarity index 100% rename from stable/rcon-webadmin/8.7.3/README.md rename to stable/rcon-webadmin/8.7.5/README.md diff --git a/stable/rcon-webadmin/8.7.5/app-changelog.md b/stable/rcon-webadmin/8.7.5/app-changelog.md new file mode 100644 index 00000000000..4a905a2e141 --- /dev/null +++ b/stable/rcon-webadmin/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rcon-webadmin-8.7.5](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rcon-webadmin/8.7.3/app-readme.md b/stable/rcon-webadmin/8.7.5/app-readme.md similarity index 100% rename from stable/rcon-webadmin/8.7.3/app-readme.md rename to stable/rcon-webadmin/8.7.5/app-readme.md diff --git a/stable/rcon-webadmin/8.7.5/charts/common-20.2.10.tgz b/stable/rcon-webadmin/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rcon-webadmin/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rcon-webadmin/8.7.3/ix_values.yaml b/stable/rcon-webadmin/8.7.5/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/8.7.3/ix_values.yaml rename to stable/rcon-webadmin/8.7.5/ix_values.yaml diff --git a/stable/rcon-webadmin/8.7.3/questions.yaml b/stable/rcon-webadmin/8.7.5/questions.yaml similarity index 100% rename from stable/rcon-webadmin/8.7.3/questions.yaml rename to stable/rcon-webadmin/8.7.5/questions.yaml diff --git a/stable/rdesktop/8.7.57/templates/NOTES.txt b/stable/rcon-webadmin/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/8.7.57/templates/NOTES.txt rename to stable/rcon-webadmin/8.7.5/templates/NOTES.txt diff --git a/stable/rcon-webadmin/8.7.3/templates/common.yaml b/stable/rcon-webadmin/8.7.5/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/8.7.3/templates/common.yaml rename to stable/rcon-webadmin/8.7.5/templates/common.yaml diff --git a/stable/rdesktop/8.7.57/values.yaml b/stable/rcon-webadmin/8.7.5/values.yaml similarity index 100% rename from stable/rdesktop/8.7.57/values.yaml rename to stable/rcon-webadmin/8.7.5/values.yaml diff --git a/stable/rdesktop/8.7.57/CHANGELOG.md b/stable/rdesktop/8.7.57/CHANGELOG.md deleted file mode 100644 index 7e285eaa3c4..00000000000 --- a/stable/rdesktop/8.7.57/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rdesktop-8.7.57](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.57) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) - -- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) - -- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdesktop-8.7.57](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.57) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) - -- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) - -- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdesktop-8.7.57](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.57) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) - -- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) - -- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdesktop-8.7.57](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.57) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) \ No newline at end of file diff --git a/stable/rdesktop/8.7.57/Chart.yaml b/stable/rdesktop/8.7.57/Chart.yaml deleted file mode 100644 index 859b93fb9ff..00000000000 --- a/stable/rdesktop/8.7.57/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: desktops - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. -home: https://truecharts.org/charts/stable/rdesktop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png -keywords: - - rdesktop - - desktops -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rdesktop -sources: - - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - - https://github.com/linuxserver/docker-rdesktop#readme - - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop - - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop -type: application -version: 8.7.57 diff --git a/stable/rdesktop/8.7.57/app-changelog.md b/stable/rdesktop/8.7.57/app-changelog.md deleted file mode 100644 index d45c19c49d7..00000000000 --- a/stable/rdesktop/8.7.57/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [rdesktop-8.7.57](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.57) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) - -- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) - -- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rdesktop/8.7.57/charts/common-20.2.9.tgz b/stable/rdesktop/8.7.57/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/rdesktop/8.7.57/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/rdesktop/8.7.57/ix_values.yaml b/stable/rdesktop/8.7.57/ix_values.yaml deleted file mode 100644 index 795987d2501..00000000000 --- a/stable/rdesktop/8.7.57/ix_values.yaml +++ /dev/null @@ -1,123 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/rdesktop - tag: latest@sha256:ef90ceba8508ab6e682d01785ee09e31d74f1747e5caaa92e282b0f826ab1755 -ubuntuXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-xfce@sha256:2cec872dbd3386eab90ba8447807ca37c291bfefa02b9e735385de3d4f0fcd6e - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-xfce@sha256:cd5814b114013cbc7714e6a1e224f6f376e1a867959811fa8ccc8822929db3ae - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-xfce@sha256:ff679367962719e3b9ab25946631a25fec2d9c37443f52bba887188afb6616df - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-kde@sha256:d85b0e03b7d251f32d677d0f149d6830cab376a222e0f64bdf34b242444b533b - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-kde@sha256:6234ffa1d88ddade7b84a6d2070fa4eec013d398e361f973b1d02744cdb9ea9c - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-kde@sha256:cc7b87ad6c55314441fe462ba505ded05ceac4f517fb0071fe55e6531a697dc0 - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-kde@sha256:28e7ccfff8a4d40d6261c7152a3628192812693d5a41bfb26b5e9ab029c2f56f - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-mate@sha256:2d22f55e5e8caacd2e9278e0de77a05b8761ce6064fa927a47e623271f406cb2 - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-mate@sha256:a6a496a24f20211f6706f22aa970f67ef2795ec6ebdc91f183f642c5f132da5f - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-mate@sha256:d787589d8ac526cd08b6e6981c2975b2ac3d818365f0405259ea79ba19b2197b - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-mate@sha256:52961a46f150427c8efab76de4331f2f16bd968485ce545dab903544f73b328f - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-i3@sha256:d107ddc0a2d33d0141a323c01cb4de13d0a3f58d6d7e37f4f53385f2a4e12448 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-i3@sha256:f2d7ce01967c2681b19d87d6ead2a35e0723d0fc1c04a6f8414475d4bc01a756 - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-i3@sha256:ed36487f694c49f51f857dc74ee78f85ac09f4a7cdcf441582e05a49fe865d56 - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: arch-i3@sha256:431bb6bf9f3f2511ca2a32d8a9c218358f6fda6ec836a8d77afd8a0344147da1 - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-openbox@sha256:27ba0fac8579ce11d68522e3967a9d7bb129bbc395a215560b052d7407918e48 - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-openbox@sha256:2fce4a1737d1fbab31c2b13849c0673f9156a08f6cab4ed9743d90a600f0259f - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-openbox@sha256:277381de6fb9f0b5f2674a29e5b9022b6527498ebf413c1dfb9bdd295bc859ec - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-openbox@sha256:015af7611b2554445fa6df9f6c70ab339275240efffd2ed6422b139e0373bc57 - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-icewm@sha256:2db1a15db7c080bfa49d447a9f424d6bf28f60de7aa7068dde34cd731f4fe6eb - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-icewm@sha256:1ee3f31197fb1a2a2f83789d5e3b0822e7d145960bfa1a984ed94edea6d6a0d6 - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-icewm@sha256:765455b9df5d57b0b68f5c60a3b5b61943adba4fb77a490ac526d9672ea37bb4 - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-icewm@sha256:9177c3bdc00071127f5131126075dfba12761f854f1d602cbf3e4fe8def5482a - pullPolicy: Always -workload: - main: - podSpec: - containers: - main: - imageSelector: image -service: - main: - ports: - main: - port: 3389 - protocol: tcp - targetPort: 3389 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -updated: true diff --git a/stable/rdtclient/4.7.3/.helmignore b/stable/rdesktop/8.7.65/.helmignore similarity index 100% rename from stable/rdtclient/4.7.3/.helmignore rename to stable/rdesktop/8.7.65/.helmignore diff --git a/stable/rdesktop/8.7.65/CHANGELOG.md b/stable/rdesktop/8.7.65/CHANGELOG.md new file mode 100644 index 00000000000..51fff89010f --- /dev/null +++ b/stable/rdesktop/8.7.65/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdesktop-8.7.65](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.65) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update rdesktop by renovate ([#19758](https://github.com/truecharts/charts/issues/19758)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) + +- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) + +- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdesktop-8.7.64](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.64) (2024-03-30) + +### Chore + + + +- update rdesktop by renovate ([#19758](https://github.com/truecharts/charts/issues/19758)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) + +- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) + +- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdesktop-8.7.64](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.64) (2024-03-30) + +### Chore + + + +- update rdesktop by renovate ([#19758](https://github.com/truecharts/charts/issues/19758)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) + +- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) + +- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdesktop-8.7.64](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.64) (2024-03-30) \ No newline at end of file diff --git a/stable/rdesktop/8.7.65/Chart.yaml b/stable/rdesktop/8.7.65/Chart.yaml new file mode 100644 index 00000000000..7e6c20d54bf --- /dev/null +++ b/stable/rdesktop/8.7.65/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: desktops + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/charts/stable/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png +keywords: + - rdesktop + - desktops +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdesktop +sources: + - https://github.com/orgs/linuxserver/packages/container/package/rdesktop + - https://github.com/linuxserver/docker-rdesktop#readme + - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop + - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop +type: application +version: 8.7.65 diff --git a/stable/rdesktop/8.7.57/README.md b/stable/rdesktop/8.7.65/README.md similarity index 100% rename from stable/rdesktop/8.7.57/README.md rename to stable/rdesktop/8.7.65/README.md diff --git a/stable/rdesktop/8.7.65/app-changelog.md b/stable/rdesktop/8.7.65/app-changelog.md new file mode 100644 index 00000000000..b00004bf82c --- /dev/null +++ b/stable/rdesktop/8.7.65/app-changelog.md @@ -0,0 +1,31 @@ + + +## [rdesktop-8.7.65](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.65) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update rdesktop by renovate ([#19758](https://github.com/truecharts/charts/issues/19758)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654)) + +- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522)) + +- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rdesktop/8.7.57/app-readme.md b/stable/rdesktop/8.7.65/app-readme.md similarity index 100% rename from stable/rdesktop/8.7.57/app-readme.md rename to stable/rdesktop/8.7.65/app-readme.md diff --git a/stable/rdesktop/8.7.65/charts/common-20.2.10.tgz b/stable/rdesktop/8.7.65/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rdesktop/8.7.65/charts/common-20.2.10.tgz differ diff --git a/stable/rdesktop/8.7.65/ix_values.yaml b/stable/rdesktop/8.7.65/ix_values.yaml new file mode 100644 index 00000000000..a5dcfcfe587 --- /dev/null +++ b/stable/rdesktop/8.7.65/ix_values.yaml @@ -0,0 +1,123 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/rdesktop + tag: latest@sha256:ef90ceba8508ab6e682d01785ee09e31d74f1747e5caaa92e282b0f826ab1755 +ubuntuXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-xfce@sha256:2cec872dbd3386eab90ba8447807ca37c291bfefa02b9e735385de3d4f0fcd6e + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-xfce@sha256:cd5814b114013cbc7714e6a1e224f6f376e1a867959811fa8ccc8822929db3ae + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-xfce@sha256:701d0c9b67f321fd3e7ac56318304f43fc085fcf158d19874db0e8201395acdf + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-kde@sha256:d85b0e03b7d251f32d677d0f149d6830cab376a222e0f64bdf34b242444b533b + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-kde@sha256:6234ffa1d88ddade7b84a6d2070fa4eec013d398e361f973b1d02744cdb9ea9c + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-kde@sha256:cc7b87ad6c55314441fe462ba505ded05ceac4f517fb0071fe55e6531a697dc0 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-kde@sha256:38ae2df2b28ed8cbf73cd15188431293e94a498b3493e0e62c5c3c18dc253fad + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-mate@sha256:2d22f55e5e8caacd2e9278e0de77a05b8761ce6064fa927a47e623271f406cb2 + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-mate@sha256:a6a496a24f20211f6706f22aa970f67ef2795ec6ebdc91f183f642c5f132da5f + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-mate@sha256:97915a909fc6a6231f7a51cdc79e432c2c082310441e5f2a5a9c7759c1bc241b + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-mate@sha256:f3074a0f645913573d4114c555c9ba269231869bc606c6dbfb6deeabbaa843f0 + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-i3@sha256:d107ddc0a2d33d0141a323c01cb4de13d0a3f58d6d7e37f4f53385f2a4e12448 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-i3@sha256:f2d7ce01967c2681b19d87d6ead2a35e0723d0fc1c04a6f8414475d4bc01a756 + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-i3@sha256:ed36487f694c49f51f857dc74ee78f85ac09f4a7cdcf441582e05a49fe865d56 + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: arch-i3@sha256:14872896275a63158776e78b0842f79afe36a35808fb88a031e2af5b978d6d6d + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-openbox@sha256:27ba0fac8579ce11d68522e3967a9d7bb129bbc395a215560b052d7407918e48 + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-openbox@sha256:2fce4a1737d1fbab31c2b13849c0673f9156a08f6cab4ed9743d90a600f0259f + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-openbox@sha256:277381de6fb9f0b5f2674a29e5b9022b6527498ebf413c1dfb9bdd295bc859ec + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-openbox@sha256:cb1bd9186624e6aefdceca55879f06ea76d64d2353ff5f7a206cb0290a31cfd6 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-icewm@sha256:2db1a15db7c080bfa49d447a9f424d6bf28f60de7aa7068dde34cd731f4fe6eb + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-icewm@sha256:1ee3f31197fb1a2a2f83789d5e3b0822e7d145960bfa1a984ed94edea6d6a0d6 + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-icewm@sha256:765455b9df5d57b0b68f5c60a3b5b61943adba4fb77a490ac526d9672ea37bb4 + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-icewm@sha256:662749248c63e1f9ce5af06cef83a71a89fba8eb74e60aa9cb729077e8d3457e + pullPolicy: Always +workload: + main: + podSpec: + containers: + main: + imageSelector: image +service: + main: + ports: + main: + port: 3389 + protocol: tcp + targetPort: 3389 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +updated: true diff --git a/stable/rdesktop/8.7.57/questions.yaml b/stable/rdesktop/8.7.65/questions.yaml similarity index 100% rename from stable/rdesktop/8.7.57/questions.yaml rename to stable/rdesktop/8.7.65/questions.yaml diff --git a/stable/rdtclient/4.7.3/templates/NOTES.txt b/stable/rdesktop/8.7.65/templates/NOTES.txt similarity index 100% rename from stable/rdtclient/4.7.3/templates/NOTES.txt rename to stable/rdesktop/8.7.65/templates/NOTES.txt diff --git a/stable/rdesktop/8.7.57/templates/common.yaml b/stable/rdesktop/8.7.65/templates/common.yaml similarity index 100% rename from stable/rdesktop/8.7.57/templates/common.yaml rename to stable/rdesktop/8.7.65/templates/common.yaml diff --git a/stable/rdtclient/4.7.3/values.yaml b/stable/rdesktop/8.7.65/values.yaml similarity index 100% rename from stable/rdtclient/4.7.3/values.yaml rename to stable/rdesktop/8.7.65/values.yaml diff --git a/stable/rdtclient/4.7.3/CHANGELOG.md b/stable/rdtclient/4.7.3/CHANGELOG.md deleted file mode 100644 index 4e274d173e0..00000000000 --- a/stable/rdtclient/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rdtclient/4.7.3/Chart.yaml b/stable/rdtclient/4.7.3/Chart.yaml deleted file mode 100644 index 1e7f3d6b3a4..00000000000 --- a/stable/rdtclient/4.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.63 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. -home: https://truecharts.org/charts/stable/rdtclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png -keywords: - - rdtclient - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rdtclient -sources: - - https://github.com/rogerfar/rdt-client - - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - - https://ghcr.io/rogerfar/rdtclient - - https://hub.docker.com/r/p3terx/aria2-pro -type: application -version: 4.7.3 diff --git a/stable/rdtclient/4.7.3/app-changelog.md b/stable/rdtclient/4.7.3/app-changelog.md deleted file mode 100644 index 369fe00d8f2..00000000000 --- a/stable/rdtclient/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz b/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/readarr/21.5.6/.helmignore b/stable/rdtclient/4.7.5/.helmignore similarity index 100% rename from stable/readarr/21.5.6/.helmignore rename to stable/rdtclient/4.7.5/.helmignore diff --git a/stable/rdtclient/4.7.5/CHANGELOG.md b/stable/rdtclient/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a07594349f6 --- /dev/null +++ b/stable/rdtclient/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdtclient-4.7.5](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdtclient-4.7.4](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdtclient-4.7.4](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdtclient-4.7.4](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdtclient-4.7.4](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rdtclient-4.7.4](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/rdtclient/4.7.5/Chart.yaml b/stable/rdtclient/4.7.5/Chart.yaml new file mode 100644 index 00000000000..6c43bab92f3 --- /dev/null +++ b/stable/rdtclient/4.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.63 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. +home: https://truecharts.org/charts/stable/rdtclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png +keywords: + - rdtclient + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdtclient +sources: + - https://github.com/rogerfar/rdt-client + - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient + - https://ghcr.io/rogerfar/rdtclient + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 4.7.5 diff --git a/stable/rdtclient/4.7.3/README.md b/stable/rdtclient/4.7.5/README.md similarity index 100% rename from stable/rdtclient/4.7.3/README.md rename to stable/rdtclient/4.7.5/README.md diff --git a/stable/rdtclient/4.7.5/app-changelog.md b/stable/rdtclient/4.7.5/app-changelog.md new file mode 100644 index 00000000000..16459570ebe --- /dev/null +++ b/stable/rdtclient/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rdtclient-4.7.5](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rdtclient/4.7.3/app-readme.md b/stable/rdtclient/4.7.5/app-readme.md similarity index 100% rename from stable/rdtclient/4.7.3/app-readme.md rename to stable/rdtclient/4.7.5/app-readme.md diff --git a/stable/rdtclient/4.7.5/charts/common-20.2.10.tgz b/stable/rdtclient/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rdtclient/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rdtclient/4.7.3/ix_values.yaml b/stable/rdtclient/4.7.5/ix_values.yaml similarity index 100% rename from stable/rdtclient/4.7.3/ix_values.yaml rename to stable/rdtclient/4.7.5/ix_values.yaml diff --git a/stable/rdtclient/4.7.3/questions.yaml b/stable/rdtclient/4.7.5/questions.yaml similarity index 100% rename from stable/rdtclient/4.7.3/questions.yaml rename to stable/rdtclient/4.7.5/questions.yaml diff --git a/stable/readarr/21.5.6/templates/NOTES.txt b/stable/rdtclient/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/readarr/21.5.6/templates/NOTES.txt rename to stable/rdtclient/4.7.5/templates/NOTES.txt diff --git a/stable/rdtclient/4.7.3/templates/common.yaml b/stable/rdtclient/4.7.5/templates/common.yaml similarity index 100% rename from stable/rdtclient/4.7.3/templates/common.yaml rename to stable/rdtclient/4.7.5/templates/common.yaml diff --git a/stable/readarr/21.5.6/values.yaml b/stable/rdtclient/4.7.5/values.yaml similarity index 100% rename from stable/readarr/21.5.6/values.yaml rename to stable/rdtclient/4.7.5/values.yaml diff --git a/stable/readarr/21.5.6/CHANGELOG.md b/stable/readarr/21.5.6/CHANGELOG.md deleted file mode 100644 index d8384bcb849..00000000000 --- a/stable/readarr/21.5.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [readarr-21.5.6](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) - - -## [readarr-21.5.6](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) - - -## [readarr-21.5.6](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) - - -## [readarr-21.5.6](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) \ No newline at end of file diff --git a/stable/readarr/21.5.6/Chart.yaml b/stable/readarr/21.5.6/Chart.yaml deleted file mode 100644 index 1bdeaa29c65..00000000000 --- a/stable/readarr/21.5.6/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.21.2475 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fork of Radarr to work with Books & AudioBooks -home: https://truecharts.org/charts/stable/readarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png -keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: readarr -sources: - - https://readarr.com - - https://github.com/Readarr/Readarr - - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - - https://ghcr.io/onedr0p/exportarr - - https://ghcr.io/onedr0p/readarr-develop -type: application -version: 21.5.6 diff --git a/stable/readarr/21.5.6/app-changelog.md b/stable/readarr/21.5.6/app-changelog.md deleted file mode 100644 index f325f3479e3..00000000000 --- a/stable/readarr/21.5.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [readarr-21.5.6](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) \ No newline at end of file diff --git a/stable/readarr/21.5.6/charts/common-20.2.4.tgz b/stable/readarr/21.5.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/readarr/21.5.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/recyclarr/9.7.3/.helmignore b/stable/readarr/21.5.8/.helmignore similarity index 100% rename from stable/recyclarr/9.7.3/.helmignore rename to stable/readarr/21.5.8/.helmignore diff --git a/stable/readarr/21.5.8/CHANGELOG.md b/stable/readarr/21.5.8/CHANGELOG.md new file mode 100644 index 00000000000..dd50e2b2996 --- /dev/null +++ b/stable/readarr/21.5.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [readarr-21.5.8](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) + + +## [readarr-21.5.7](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) + + +## [readarr-21.5.7](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) + + +## [readarr-21.5.7](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) \ No newline at end of file diff --git a/stable/readarr/21.5.8/Chart.yaml b/stable/readarr/21.5.8/Chart.yaml new file mode 100644 index 00000000000..e74ee30f239 --- /dev/null +++ b/stable/readarr/21.5.8/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.21.2475 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Radarr to work with Books & AudioBooks +home: https://truecharts.org/charts/stable/readarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png +keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: readarr +sources: + - https://readarr.com + - https://github.com/Readarr/Readarr + - https://github.com/truecharts/charts/tree/master/charts/stable/readarr + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/readarr-develop +type: application +version: 21.5.8 diff --git a/stable/readarr/21.5.6/README.md b/stable/readarr/21.5.8/README.md similarity index 100% rename from stable/readarr/21.5.6/README.md rename to stable/readarr/21.5.8/README.md diff --git a/stable/readarr/21.5.8/app-changelog.md b/stable/readarr/21.5.8/app-changelog.md new file mode 100644 index 00000000000..b4535b1215e --- /dev/null +++ b/stable/readarr/21.5.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [readarr-21.5.8](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.21.2475[@dfee716](https://github.com/dfee716) by renovate ([#19781](https://github.com/truecharts/charts/issues/19781)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258)) \ No newline at end of file diff --git a/stable/readarr/21.5.6/app-readme.md b/stable/readarr/21.5.8/app-readme.md similarity index 100% rename from stable/readarr/21.5.6/app-readme.md rename to stable/readarr/21.5.8/app-readme.md diff --git a/stable/readarr/21.5.8/charts/common-20.2.10.tgz b/stable/readarr/21.5.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/readarr/21.5.8/charts/common-20.2.10.tgz differ diff --git a/stable/readarr/21.5.6/ix_values.yaml b/stable/readarr/21.5.8/ix_values.yaml similarity index 100% rename from stable/readarr/21.5.6/ix_values.yaml rename to stable/readarr/21.5.8/ix_values.yaml diff --git a/stable/readarr/21.5.6/questions.yaml b/stable/readarr/21.5.8/questions.yaml similarity index 100% rename from stable/readarr/21.5.6/questions.yaml rename to stable/readarr/21.5.8/questions.yaml diff --git a/stable/recyclarr/9.7.3/templates/NOTES.txt b/stable/readarr/21.5.8/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/9.7.3/templates/NOTES.txt rename to stable/readarr/21.5.8/templates/NOTES.txt diff --git a/stable/readarr/21.5.6/templates/common.yaml b/stable/readarr/21.5.8/templates/common.yaml similarity index 100% rename from stable/readarr/21.5.6/templates/common.yaml rename to stable/readarr/21.5.8/templates/common.yaml diff --git a/stable/recyclarr/9.7.3/values.yaml b/stable/readarr/21.5.8/values.yaml similarity index 100% rename from stable/recyclarr/9.7.3/values.yaml rename to stable/readarr/21.5.8/values.yaml diff --git a/stable/recyclarr/9.7.3/CHANGELOG.md b/stable/recyclarr/9.7.3/CHANGELOG.md deleted file mode 100644 index 4b5f110433a..00000000000 --- a/stable/recyclarr/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/recyclarr/9.7.3/Chart.yaml b/stable/recyclarr/9.7.3/Chart.yaml deleted file mode 100644 index bce2e53c098..00000000000 --- a/stable/recyclarr/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. -home: https://truecharts.org/charts/stable/recyclarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png -keywords: - - recyclarr - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: recyclarr -sources: - - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - - https://github.com/recyclarr/recyclarr - - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr - - https://ghcr.io/recyclarr/recyclarr -type: application -version: 9.7.3 diff --git a/stable/recyclarr/9.7.3/app-changelog.md b/stable/recyclarr/9.7.3/app-changelog.md deleted file mode 100644 index d13674f800b..00000000000 --- a/stable/recyclarr/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz b/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/red-discordbot/5.7.4/.helmignore b/stable/recyclarr/9.7.5/.helmignore similarity index 100% rename from stable/red-discordbot/5.7.4/.helmignore rename to stable/recyclarr/9.7.5/.helmignore diff --git a/stable/recyclarr/9.7.5/CHANGELOG.md b/stable/recyclarr/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c0015a1858b --- /dev/null +++ b/stable/recyclarr/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [recyclarr-9.7.5](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [recyclarr-9.7.4](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [recyclarr-9.7.4](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [recyclarr-9.7.4](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [recyclarr-9.7.4](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [recyclarr-9.7.4](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/recyclarr/9.7.5/Chart.yaml b/stable/recyclarr/9.7.5/Chart.yaml new file mode 100644 index 00000000000..b9242ecc29d --- /dev/null +++ b/stable/recyclarr/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. +home: https://truecharts.org/charts/stable/recyclarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png +keywords: + - recyclarr + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: recyclarr +sources: + - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr + - https://github.com/recyclarr/recyclarr + - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr + - https://ghcr.io/recyclarr/recyclarr +type: application +version: 9.7.5 diff --git a/stable/recyclarr/9.7.3/README.md b/stable/recyclarr/9.7.5/README.md similarity index 100% rename from stable/recyclarr/9.7.3/README.md rename to stable/recyclarr/9.7.5/README.md diff --git a/stable/recyclarr/9.7.5/app-changelog.md b/stable/recyclarr/9.7.5/app-changelog.md new file mode 100644 index 00000000000..b9ca5c739aa --- /dev/null +++ b/stable/recyclarr/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [recyclarr-9.7.5](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/recyclarr/9.7.3/app-readme.md b/stable/recyclarr/9.7.5/app-readme.md similarity index 100% rename from stable/recyclarr/9.7.3/app-readme.md rename to stable/recyclarr/9.7.5/app-readme.md diff --git a/stable/recyclarr/9.7.5/charts/common-20.2.10.tgz b/stable/recyclarr/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/recyclarr/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/recyclarr/9.7.3/ix_values.yaml b/stable/recyclarr/9.7.5/ix_values.yaml similarity index 100% rename from stable/recyclarr/9.7.3/ix_values.yaml rename to stable/recyclarr/9.7.5/ix_values.yaml diff --git a/stable/recyclarr/9.7.3/questions.yaml b/stable/recyclarr/9.7.5/questions.yaml similarity index 100% rename from stable/recyclarr/9.7.3/questions.yaml rename to stable/recyclarr/9.7.5/questions.yaml diff --git a/stable/redis/13.2.4/templates/NOTES.txt b/stable/recyclarr/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/redis/13.2.4/templates/NOTES.txt rename to stable/recyclarr/9.7.5/templates/NOTES.txt diff --git a/stable/recyclarr/9.7.3/templates/common.yaml b/stable/recyclarr/9.7.5/templates/common.yaml similarity index 100% rename from stable/recyclarr/9.7.3/templates/common.yaml rename to stable/recyclarr/9.7.5/templates/common.yaml diff --git a/stable/red-discordbot/5.7.4/values.yaml b/stable/recyclarr/9.7.5/values.yaml similarity index 100% rename from stable/red-discordbot/5.7.4/values.yaml rename to stable/recyclarr/9.7.5/values.yaml diff --git a/stable/red-discordbot/5.7.4/CHANGELOG.md b/stable/red-discordbot/5.7.4/CHANGELOG.md deleted file mode 100644 index 16dc0791270..00000000000 --- a/stable/red-discordbot/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/red-discordbot/5.7.4/Chart.yaml b/stable/red-discordbot/5.7.4/Chart.yaml deleted file mode 100644 index 04dcdecab66..00000000000 --- a/stable/red-discordbot/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: full -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: 'The newest Red-Discordbot in a convenient multi-arch Chart ' -home: https://truecharts.org/charts/stable/red-discordbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png -keywords: - - red-discordbot - - Tools-Utilities -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: red-discordbot -sources: - - https://github.com/PhasecoreX/docker-red-discordbot - - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot - - https://hub.docker.com/r/phasecorex/red-discordbot -type: application -version: 5.7.4 diff --git a/stable/red-discordbot/5.7.4/app-changelog.md b/stable/red-discordbot/5.7.4/app-changelog.md deleted file mode 100644 index 1e388e5ef23..00000000000 --- a/stable/red-discordbot/5.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [red-discordbot-5.7.4](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.4) (2024-03-27) - -### Chore - - - -- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) \ No newline at end of file diff --git a/stable/red-discordbot/5.7.4/charts/common-20.2.4.tgz b/stable/red-discordbot/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/red-discordbot/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/redis/13.2.4/.helmignore b/stable/red-discordbot/5.7.6/.helmignore similarity index 100% rename from stable/redis/13.2.4/.helmignore rename to stable/red-discordbot/5.7.6/.helmignore diff --git a/stable/red-discordbot/5.7.6/CHANGELOG.md b/stable/red-discordbot/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..6ba23a01f36 --- /dev/null +++ b/stable/red-discordbot/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [red-discordbot-5.7.6](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) + + +## [red-discordbot-5.7.5](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) + + +## [red-discordbot-5.7.5](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) + + +## [red-discordbot-5.7.5](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) + + +## [red-discordbot-5.7.5](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.5) (2024-03-28) + +### Chore diff --git a/stable/red-discordbot/5.7.6/Chart.yaml b/stable/red-discordbot/5.7.6/Chart.yaml new file mode 100644 index 00000000000..168a8eb789f --- /dev/null +++ b/stable/red-discordbot/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: full +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "The newest Red-Discordbot in a convenient multi-arch Chart " +home: https://truecharts.org/charts/stable/red-discordbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png +keywords: + - red-discordbot + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: red-discordbot +sources: + - https://github.com/PhasecoreX/docker-red-discordbot + - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot + - https://hub.docker.com/r/phasecorex/red-discordbot +type: application +version: 5.7.6 diff --git a/stable/red-discordbot/5.7.4/README.md b/stable/red-discordbot/5.7.6/README.md similarity index 100% rename from stable/red-discordbot/5.7.4/README.md rename to stable/red-discordbot/5.7.6/README.md diff --git a/stable/red-discordbot/5.7.6/app-changelog.md b/stable/red-discordbot/5.7.6/app-changelog.md new file mode 100644 index 00000000000..0689d0ef9c0 --- /dev/null +++ b/stable/red-discordbot/5.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [red-discordbot-5.7.6](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image phasecorex/red-discordbot to full[@dcd591d](https://github.com/dcd591d) by renovate ([#19846](https://github.com/truecharts/charts/issues/19846)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278)) \ No newline at end of file diff --git a/stable/red-discordbot/5.7.4/app-readme.md b/stable/red-discordbot/5.7.6/app-readme.md similarity index 100% rename from stable/red-discordbot/5.7.4/app-readme.md rename to stable/red-discordbot/5.7.6/app-readme.md diff --git a/stable/red-discordbot/5.7.6/charts/common-20.2.10.tgz b/stable/red-discordbot/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/red-discordbot/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/red-discordbot/5.7.4/ix_values.yaml b/stable/red-discordbot/5.7.6/ix_values.yaml similarity index 100% rename from stable/red-discordbot/5.7.4/ix_values.yaml rename to stable/red-discordbot/5.7.6/ix_values.yaml diff --git a/stable/red-discordbot/5.7.4/questions.yaml b/stable/red-discordbot/5.7.6/questions.yaml similarity index 100% rename from stable/red-discordbot/5.7.4/questions.yaml rename to stable/red-discordbot/5.7.6/questions.yaml diff --git a/stable/red-discordbot/5.7.4/templates/common.yaml b/stable/red-discordbot/5.7.6/templates/common.yaml similarity index 100% rename from stable/red-discordbot/5.7.4/templates/common.yaml rename to stable/red-discordbot/5.7.6/templates/common.yaml diff --git a/stable/redis/13.2.4/values.yaml b/stable/red-discordbot/5.7.6/values.yaml similarity index 100% rename from stable/redis/13.2.4/values.yaml rename to stable/red-discordbot/5.7.6/values.yaml diff --git a/stable/redis/13.2.4/CHANGELOG.md b/stable/redis/13.2.4/CHANGELOG.md deleted file mode 100644 index f2f92da5a32..00000000000 --- a/stable/redis/13.2.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - diff --git a/stable/redis/13.2.4/Chart.yaml b/stable/redis/13.2.4/Chart.yaml deleted file mode 100644 index 4a4806af4a3..00000000000 --- a/stable/redis/13.2.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: database - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.2.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source, advanced key-value store. -home: https://truecharts.org/charts/stable/redis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png -keywords: - - redis - - keyvalue - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redis -sources: - - https://github.com/bitnami/bitnami-docker-redis - - https://github.com/truecharts/charts/tree/master/charts/stable/redis - - https://hub.docker.com/r/bitnami/redis -type: application -version: 13.2.4 diff --git a/stable/redis/13.2.4/app-changelog.md b/stable/redis/13.2.4/app-changelog.md deleted file mode 100644 index cc5b6d180bb..00000000000 --- a/stable/redis/13.2.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redis/13.2.4/charts/common-20.2.4.tgz b/stable/redis/13.2.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/redis/13.2.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/redisinsight/6.7.3/.helmignore b/stable/redis/13.2.6/.helmignore similarity index 100% rename from stable/redisinsight/6.7.3/.helmignore rename to stable/redis/13.2.6/.helmignore diff --git a/stable/redis/13.2.6/CHANGELOG.md b/stable/redis/13.2.6/CHANGELOG.md new file mode 100644 index 00000000000..bc56ffb810f --- /dev/null +++ b/stable/redis/13.2.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redis-13.2.6](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redis-13.2.5](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redis-13.2.5](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redis-13.2.5](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redis-13.2.5](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/redis/13.2.6/Chart.yaml b/stable/redis/13.2.6/Chart.yaml new file mode 100644 index 00000000000..26e361cc0ca --- /dev/null +++ b/stable/redis/13.2.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: database + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.2.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, advanced key-value store. +home: https://truecharts.org/charts/stable/redis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png +keywords: + - redis + - keyvalue + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redis +sources: + - https://github.com/bitnami/bitnami-docker-redis + - https://github.com/truecharts/charts/tree/master/charts/stable/redis + - https://hub.docker.com/r/bitnami/redis +type: application +version: 13.2.6 diff --git a/stable/redis/13.2.4/README.md b/stable/redis/13.2.6/README.md similarity index 100% rename from stable/redis/13.2.4/README.md rename to stable/redis/13.2.6/README.md diff --git a/stable/redis/13.2.6/app-changelog.md b/stable/redis/13.2.6/app-changelog.md new file mode 100644 index 00000000000..44e1b504339 --- /dev/null +++ b/stable/redis/13.2.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [redis-13.2.6](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redis/13.2.4/app-readme.md b/stable/redis/13.2.6/app-readme.md similarity index 100% rename from stable/redis/13.2.4/app-readme.md rename to stable/redis/13.2.6/app-readme.md diff --git a/stable/redis/13.2.6/charts/common-20.2.10.tgz b/stable/redis/13.2.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/redis/13.2.6/charts/common-20.2.10.tgz differ diff --git a/stable/redis/13.2.4/ix_values.yaml b/stable/redis/13.2.6/ix_values.yaml similarity index 100% rename from stable/redis/13.2.4/ix_values.yaml rename to stable/redis/13.2.6/ix_values.yaml diff --git a/stable/redis/13.2.4/questions.yaml b/stable/redis/13.2.6/questions.yaml similarity index 100% rename from stable/redis/13.2.4/questions.yaml rename to stable/redis/13.2.6/questions.yaml diff --git a/stable/redisinsight/6.7.3/templates/NOTES.txt b/stable/redis/13.2.6/templates/NOTES.txt similarity index 100% rename from stable/redisinsight/6.7.3/templates/NOTES.txt rename to stable/redis/13.2.6/templates/NOTES.txt diff --git a/stable/redis/13.2.4/templates/common.yaml b/stable/redis/13.2.6/templates/common.yaml similarity index 100% rename from stable/redis/13.2.4/templates/common.yaml rename to stable/redis/13.2.6/templates/common.yaml diff --git a/stable/redisinsight/6.7.3/values.yaml b/stable/redis/13.2.6/values.yaml similarity index 100% rename from stable/redisinsight/6.7.3/values.yaml rename to stable/redis/13.2.6/values.yaml diff --git a/stable/redisinsight/6.7.3/CHANGELOG.md b/stable/redisinsight/6.7.3/CHANGELOG.md deleted file mode 100644 index 8a50a1eec72..00000000000 --- a/stable/redisinsight/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/redisinsight/6.7.3/Chart.yaml b/stable/redisinsight/6.7.3/Chart.yaml deleted file mode 100644 index 0d9bc75cf75..00000000000 --- a/stable/redisinsight/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.14.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: GUI for Redis. -home: https://truecharts.org/charts/stable/redisinsight -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png -keywords: - - redisinsight - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redisinsight -sources: - - https://redis.com/redis-enterprise/redis-insight/ - - https://github.com/RedisInsight/RedisInsight - - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight - - https://hub.docker.com/r/redislabs/redisinsight -type: application -version: 6.7.3 diff --git a/stable/redisinsight/6.7.3/app-changelog.md b/stable/redisinsight/6.7.3/app-changelog.md deleted file mode 100644 index 405ec21bf80..00000000000 --- a/stable/redisinsight/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz b/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/redm/5.7.3/.helmignore b/stable/redisinsight/6.7.5/.helmignore similarity index 100% rename from stable/redm/5.7.3/.helmignore rename to stable/redisinsight/6.7.5/.helmignore diff --git a/stable/redisinsight/6.7.5/CHANGELOG.md b/stable/redisinsight/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b928bfa9346 --- /dev/null +++ b/stable/redisinsight/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redisinsight-6.7.5](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redisinsight-6.7.4](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redisinsight-6.7.4](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redisinsight-6.7.4](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redisinsight-6.7.4](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redisinsight-6.7.4](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/redisinsight/6.7.5/Chart.yaml b/stable/redisinsight/6.7.5/Chart.yaml new file mode 100644 index 00000000000..f93d470f8b0 --- /dev/null +++ b/stable/redisinsight/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GUI for Redis. +home: https://truecharts.org/charts/stable/redisinsight +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png +keywords: + - redisinsight + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redisinsight +sources: + - https://redis.com/redis-enterprise/redis-insight/ + - https://github.com/RedisInsight/RedisInsight + - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight + - https://hub.docker.com/r/redislabs/redisinsight +type: application +version: 6.7.5 diff --git a/stable/redisinsight/6.7.3/README.md b/stable/redisinsight/6.7.5/README.md similarity index 100% rename from stable/redisinsight/6.7.3/README.md rename to stable/redisinsight/6.7.5/README.md diff --git a/stable/redisinsight/6.7.5/app-changelog.md b/stable/redisinsight/6.7.5/app-changelog.md new file mode 100644 index 00000000000..ce0e2c84240 --- /dev/null +++ b/stable/redisinsight/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [redisinsight-6.7.5](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redisinsight/6.7.3/app-readme.md b/stable/redisinsight/6.7.5/app-readme.md similarity index 100% rename from stable/redisinsight/6.7.3/app-readme.md rename to stable/redisinsight/6.7.5/app-readme.md diff --git a/stable/redisinsight/6.7.5/charts/common-20.2.10.tgz b/stable/redisinsight/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/redisinsight/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/redisinsight/6.7.3/ix_values.yaml b/stable/redisinsight/6.7.5/ix_values.yaml similarity index 100% rename from stable/redisinsight/6.7.3/ix_values.yaml rename to stable/redisinsight/6.7.5/ix_values.yaml diff --git a/stable/redisinsight/6.7.3/questions.yaml b/stable/redisinsight/6.7.5/questions.yaml similarity index 100% rename from stable/redisinsight/6.7.3/questions.yaml rename to stable/redisinsight/6.7.5/questions.yaml diff --git a/stable/redmine/11.7.4/templates/NOTES.txt b/stable/redisinsight/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.7.4/templates/NOTES.txt rename to stable/redisinsight/6.7.5/templates/NOTES.txt diff --git a/stable/redisinsight/6.7.3/templates/common.yaml b/stable/redisinsight/6.7.5/templates/common.yaml similarity index 100% rename from stable/redisinsight/6.7.3/templates/common.yaml rename to stable/redisinsight/6.7.5/templates/common.yaml diff --git a/stable/redm/5.7.3/values.yaml b/stable/redisinsight/6.7.5/values.yaml similarity index 100% rename from stable/redm/5.7.3/values.yaml rename to stable/redisinsight/6.7.5/values.yaml diff --git a/stable/redm/5.7.3/CHANGELOG.md b/stable/redm/5.7.3/CHANGELOG.md deleted file mode 100644 index 86bc721980e..00000000000 --- a/stable/redm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/redm/5.7.3/Chart.yaml b/stable/redm/5.7.3/Chart.yaml deleted file mode 100644 index 2647b52ac38..00000000000 --- a/stable/redm/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/charts/stable/redm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png -keywords: - - redm - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redm -sources: - - https://redm.gg/ - - https://github.com/truecharts/charts/tree/master/charts/stable/redm - - https://hub.docker.com/r/ich777/redmserver -type: application -version: 5.7.3 diff --git a/stable/redm/5.7.3/app-changelog.md b/stable/redm/5.7.3/app-changelog.md deleted file mode 100644 index f7ad53c47d0..00000000000 --- a/stable/redm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redm/5.7.3/charts/common-20.2.4.tgz b/stable/redm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/redm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/redmine/11.7.4/.helmignore b/stable/redm/5.7.5/.helmignore similarity index 100% rename from stable/redmine/11.7.4/.helmignore rename to stable/redm/5.7.5/.helmignore diff --git a/stable/redm/5.7.5/CHANGELOG.md b/stable/redm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..657266e67fe --- /dev/null +++ b/stable/redm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redm-5.7.5](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redm-5.7.4](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redm-5.7.4](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redm-5.7.4](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redm-5.7.4](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [redm-5.7.4](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/redm/5.7.5/Chart.yaml b/stable/redm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..43d251f2740 --- /dev/null +++ b/stable/redm/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/charts/stable/redm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png +keywords: + - redm + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redm +sources: + - https://redm.gg/ + - https://github.com/truecharts/charts/tree/master/charts/stable/redm + - https://hub.docker.com/r/ich777/redmserver +type: application +version: 5.7.5 diff --git a/stable/redm/5.7.3/README.md b/stable/redm/5.7.5/README.md similarity index 100% rename from stable/redm/5.7.3/README.md rename to stable/redm/5.7.5/README.md diff --git a/stable/redm/5.7.5/app-changelog.md b/stable/redm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..7c9e9debd7f --- /dev/null +++ b/stable/redm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [redm-5.7.5](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/redm/5.7.3/app-readme.md b/stable/redm/5.7.5/app-readme.md similarity index 100% rename from stable/redm/5.7.3/app-readme.md rename to stable/redm/5.7.5/app-readme.md diff --git a/stable/redm/5.7.5/charts/common-20.2.10.tgz b/stable/redm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/redm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/redm/5.7.3/ix_values.yaml b/stable/redm/5.7.5/ix_values.yaml similarity index 100% rename from stable/redm/5.7.3/ix_values.yaml rename to stable/redm/5.7.5/ix_values.yaml diff --git a/stable/redm/5.7.3/questions.yaml b/stable/redm/5.7.5/questions.yaml similarity index 100% rename from stable/redm/5.7.3/questions.yaml rename to stable/redm/5.7.5/questions.yaml diff --git a/stable/redm/5.7.3/templates/common.yaml b/stable/redm/5.7.5/templates/common.yaml similarity index 100% rename from stable/redm/5.7.3/templates/common.yaml rename to stable/redm/5.7.5/templates/common.yaml diff --git a/stable/redmine/11.7.4/values.yaml b/stable/redm/5.7.5/values.yaml similarity index 100% rename from stable/redmine/11.7.4/values.yaml rename to stable/redm/5.7.5/values.yaml diff --git a/stable/redmine/11.7.4/CHANGELOG.md b/stable/redmine/11.7.4/CHANGELOG.md deleted file mode 100644 index 6bb8a82cff0..00000000000 --- a/stable/redmine/11.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) diff --git a/stable/redmine/11.7.4/Chart.yaml b/stable/redmine/11.7.4/Chart.yaml deleted file mode 100644 index 7feaf5b0d82..00000000000 --- a/stable/redmine/11.7.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Redmine is a flexible project management web application written using Ruby on Rails framework. -home: https://truecharts.org/charts/stable/redmine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png -keywords: - - project - - management - - time - - tracking - - ticket -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: redmine -sources: - - https://github.com/redmine/redmine - - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - - https://hub.docker.com/_/redmine -type: application -version: 11.7.4 diff --git a/stable/redmine/11.7.4/app-changelog.md b/stable/redmine/11.7.4/app-changelog.md deleted file mode 100644 index f80f218908a..00000000000 --- a/stable/redmine/11.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) \ No newline at end of file diff --git a/stable/redmine/11.7.4/charts/common-20.2.4.tgz b/stable/redmine/11.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/redmine/11.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/reg/13.7.3/.helmignore b/stable/redmine/11.7.6/.helmignore similarity index 100% rename from stable/reg/13.7.3/.helmignore rename to stable/redmine/11.7.6/.helmignore diff --git a/stable/redmine/11.7.6/CHANGELOG.md b/stable/redmine/11.7.6/CHANGELOG.md new file mode 100644 index 00000000000..f354306c85d --- /dev/null +++ b/stable/redmine/11.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redmine-11.7.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) + + +## [redmine-11.7.5](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) + + +## [redmine-11.7.5](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) + + +## [redmine-11.7.5](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) + + +## [redmine-11.7.5](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.5) (2024-03-27) + +### Chore diff --git a/stable/redmine/11.7.6/Chart.yaml b/stable/redmine/11.7.6/Chart.yaml new file mode 100644 index 00000000000..846d46e26db --- /dev/null +++ b/stable/redmine/11.7.6/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Redmine is a flexible project management web application written using Ruby on Rails framework. +home: https://truecharts.org/charts/stable/redmine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png +keywords: + - project + - management + - time + - tracking + - ticket +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redmine +sources: + - https://github.com/redmine/redmine + - https://github.com/truecharts/charts/tree/master/charts/stable/redmine + - https://hub.docker.com/_/redmine +type: application +version: 11.7.6 diff --git a/stable/redmine/11.7.4/README.md b/stable/redmine/11.7.6/README.md similarity index 100% rename from stable/redmine/11.7.4/README.md rename to stable/redmine/11.7.6/README.md diff --git a/stable/redmine/11.7.6/app-changelog.md b/stable/redmine/11.7.6/app-changelog.md new file mode 100644 index 00000000000..fd66ce8c7ff --- /dev/null +++ b/stable/redmine/11.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [redmine-11.7.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) \ No newline at end of file diff --git a/stable/redmine/11.7.4/app-readme.md b/stable/redmine/11.7.6/app-readme.md similarity index 100% rename from stable/redmine/11.7.4/app-readme.md rename to stable/redmine/11.7.6/app-readme.md diff --git a/stable/redmine/11.7.6/charts/common-20.2.10.tgz b/stable/redmine/11.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/redmine/11.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/redmine/11.7.4/ix_values.yaml b/stable/redmine/11.7.6/ix_values.yaml similarity index 100% rename from stable/redmine/11.7.4/ix_values.yaml rename to stable/redmine/11.7.6/ix_values.yaml diff --git a/stable/redmine/11.7.4/questions.yaml b/stable/redmine/11.7.6/questions.yaml similarity index 100% rename from stable/redmine/11.7.4/questions.yaml rename to stable/redmine/11.7.6/questions.yaml diff --git a/stable/reg/13.7.3/templates/NOTES.txt b/stable/redmine/11.7.6/templates/NOTES.txt similarity index 100% rename from stable/reg/13.7.3/templates/NOTES.txt rename to stable/redmine/11.7.6/templates/NOTES.txt diff --git a/stable/redmine/11.7.4/templates/_secrets.tpl b/stable/redmine/11.7.6/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.7.4/templates/_secrets.tpl rename to stable/redmine/11.7.6/templates/_secrets.tpl diff --git a/stable/redmine/11.7.4/templates/common.yaml b/stable/redmine/11.7.6/templates/common.yaml similarity index 100% rename from stable/redmine/11.7.4/templates/common.yaml rename to stable/redmine/11.7.6/templates/common.yaml diff --git a/stable/reg/13.7.3/values.yaml b/stable/redmine/11.7.6/values.yaml similarity index 100% rename from stable/reg/13.7.3/values.yaml rename to stable/redmine/11.7.6/values.yaml diff --git a/stable/reg/13.7.3/CHANGELOG.md b/stable/reg/13.7.3/CHANGELOG.md deleted file mode 100644 index 061f9fbed2c..00000000000 --- a/stable/reg/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/reg/13.7.3/Chart.yaml b/stable/reg/13.7.3/Chart.yaml deleted file mode 100644 index be9afb1eba7..00000000000 --- a/stable/reg/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Docker registry v2 command line client and repo listing generator with security checks. -home: https://truecharts.org/charts/stable/reg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png -keywords: - - reg -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: reg -sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - - https://github.com/truecharts/charts/tree/master/charts/stable/reg - - https://hub.docker.com/_/registry -type: application -version: 13.7.3 diff --git a/stable/reg/13.7.3/app-changelog.md b/stable/reg/13.7.3/app-changelog.md deleted file mode 100644 index b7ec5f6a092..00000000000 --- a/stable/reg/13.7.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) - -- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) \ No newline at end of file diff --git a/stable/reg/13.7.3/charts/common-20.2.4.tgz b/stable/reg/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/reg/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/remmina/10.7.5/.helmignore b/stable/reg/13.7.5/.helmignore similarity index 100% rename from stable/remmina/10.7.5/.helmignore rename to stable/reg/13.7.5/.helmignore diff --git a/stable/reg/13.7.5/CHANGELOG.md b/stable/reg/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f92c11c696b --- /dev/null +++ b/stable/reg/13.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [reg-13.7.5](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [reg-13.7.4](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [reg-13.7.4](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [reg-13.7.4](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) + + +## [reg-13.7.4](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.4) (2024-03-27) + +### Chore diff --git a/stable/reg/13.7.5/Chart.yaml b/stable/reg/13.7.5/Chart.yaml new file mode 100644 index 00000000000..3ee3ef50a5b --- /dev/null +++ b/stable/reg/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker registry v2 command line client and repo listing generator with security checks. +home: https://truecharts.org/charts/stable/reg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png +keywords: + - reg +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reg +sources: + - https://github.com/genuinetools/reg + - https://github.com/k8s-at-home/container-images/ + - https://github.com/truecharts/charts/tree/master/charts/stable/reg + - https://hub.docker.com/_/registry +type: application +version: 13.7.5 diff --git a/stable/reg/13.7.3/README.md b/stable/reg/13.7.5/README.md similarity index 100% rename from stable/reg/13.7.3/README.md rename to stable/reg/13.7.5/README.md diff --git a/stable/reg/13.7.5/app-changelog.md b/stable/reg/13.7.5/app-changelog.md new file mode 100644 index 00000000000..f05fd393b1d --- /dev/null +++ b/stable/reg/13.7.5/app-changelog.md @@ -0,0 +1,23 @@ + + +## [reg-13.7.5](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358)) + +- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282)) \ No newline at end of file diff --git a/stable/reg/13.7.3/app-readme.md b/stable/reg/13.7.5/app-readme.md similarity index 100% rename from stable/reg/13.7.3/app-readme.md rename to stable/reg/13.7.5/app-readme.md diff --git a/stable/reg/13.7.5/charts/common-20.2.10.tgz b/stable/reg/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/reg/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/reg/13.7.3/ix_values.yaml b/stable/reg/13.7.5/ix_values.yaml similarity index 100% rename from stable/reg/13.7.3/ix_values.yaml rename to stable/reg/13.7.5/ix_values.yaml diff --git a/stable/reg/13.7.3/questions.yaml b/stable/reg/13.7.5/questions.yaml similarity index 100% rename from stable/reg/13.7.3/questions.yaml rename to stable/reg/13.7.5/questions.yaml diff --git a/stable/remmina/10.7.5/templates/NOTES.txt b/stable/reg/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/remmina/10.7.5/templates/NOTES.txt rename to stable/reg/13.7.5/templates/NOTES.txt diff --git a/stable/reg/13.7.3/templates/common.yaml b/stable/reg/13.7.5/templates/common.yaml similarity index 100% rename from stable/reg/13.7.3/templates/common.yaml rename to stable/reg/13.7.5/templates/common.yaml diff --git a/stable/remmina/10.7.5/values.yaml b/stable/reg/13.7.5/values.yaml similarity index 100% rename from stable/remmina/10.7.5/values.yaml rename to stable/reg/13.7.5/values.yaml diff --git a/stable/remmina/10.7.5/CHANGELOG.md b/stable/remmina/10.7.5/CHANGELOG.md deleted file mode 100644 index f11902396d4..00000000000 --- a/stable/remmina/10.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/remmina/10.7.5/Chart.yaml b/stable/remmina/10.7.5/Chart.yaml deleted file mode 100644 index 87f948a4699..00000000000 --- a/stable/remmina/10.7.5/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A remote desktop client written in GTK -home: https://truecharts.org/charts/stable/remmina -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png -keywords: - - remina - - remote - - desktop - - client -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: remmina -sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/remmina - - https://ghcr.io/linuxserver/remmina -type: application -version: 10.7.5 diff --git a/stable/remmina/10.7.5/app-changelog.md b/stable/remmina/10.7.5/app-changelog.md deleted file mode 100644 index 37ec50d5e26..00000000000 --- a/stable/remmina/10.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [remmina-10.7.5](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) \ No newline at end of file diff --git a/stable/remmina/10.7.5/charts/common-20.2.9.tgz b/stable/remmina/10.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/remmina/10.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/remmina/10.7.5/ix_values.yaml b/stable/remmina/10.7.5/ix_values.yaml deleted file mode 100644 index 83a66c77f5b..00000000000 --- a/stable/remmina/10.7.5/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/remmina - pullPolicy: IfNotPresent - tag: 1.4.2@sha256:79b075f49d85a90cdbf717503ad7ebf1c5d39ed0213853f46e2b07fe28d959c3 -service: - main: - ports: - main: - port: 10042 - targetPort: 3000 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/remotely/5.7.3/.helmignore b/stable/remmina/10.7.7/.helmignore similarity index 100% rename from stable/remotely/5.7.3/.helmignore rename to stable/remmina/10.7.7/.helmignore diff --git a/stable/remmina/10.7.7/CHANGELOG.md b/stable/remmina/10.7.7/CHANGELOG.md new file mode 100644 index 00000000000..476ba0275a5 --- /dev/null +++ b/stable/remmina/10.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remmina-10.7.7](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@600a639](https://github.com/600a639) by renovate ([#19873](https://github.com/truecharts/charts/issues/19873)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) + + +## [remmina-10.7.6](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@600a639](https://github.com/600a639) by renovate ([#19873](https://github.com/truecharts/charts/issues/19873)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) + + +## [remmina-10.7.6](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@600a639](https://github.com/600a639) by renovate ([#19873](https://github.com/truecharts/charts/issues/19873)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) + + +## [remmina-10.7.6](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.6) (2024-03-28) + +### Chore + + + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@600a639](https://github.com/600a639) by renovate ([#19873](https://github.com/truecharts/charts/issues/19873)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/remmina/10.7.7/Chart.yaml b/stable/remmina/10.7.7/Chart.yaml new file mode 100644 index 00000000000..0f09fe98a6c --- /dev/null +++ b/stable/remmina/10.7.7/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote desktop client written in GTK +home: https://truecharts.org/charts/stable/remmina +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png +keywords: + - remina + - remote + - desktop + - client +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remmina +sources: + - https://github.com/linuxserver/docker-remmina + - https://remmina.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/remmina + - https://ghcr.io/linuxserver/remmina +type: application +version: 10.7.7 diff --git a/stable/remmina/10.7.5/README.md b/stable/remmina/10.7.7/README.md similarity index 100% rename from stable/remmina/10.7.5/README.md rename to stable/remmina/10.7.7/README.md diff --git a/stable/remmina/10.7.7/app-changelog.md b/stable/remmina/10.7.7/app-changelog.md new file mode 100644 index 00000000000..e6f9f9707ba --- /dev/null +++ b/stable/remmina/10.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [remmina-10.7.7](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@600a639](https://github.com/600a639) by renovate ([#19873](https://github.com/truecharts/charts/issues/19873)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243)) \ No newline at end of file diff --git a/stable/remmina/10.7.5/app-readme.md b/stable/remmina/10.7.7/app-readme.md similarity index 100% rename from stable/remmina/10.7.5/app-readme.md rename to stable/remmina/10.7.7/app-readme.md diff --git a/stable/remmina/10.7.7/charts/common-20.2.10.tgz b/stable/remmina/10.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/remmina/10.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/remmina/10.7.7/ix_values.yaml b/stable/remmina/10.7.7/ix_values.yaml new file mode 100644 index 00000000000..9f64daf0105 --- /dev/null +++ b/stable/remmina/10.7.7/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/remmina + pullPolicy: IfNotPresent + tag: 1.4.2@sha256:600a6395c134452949a4bce83b28f1410dacf0a35fe4fdd668d65a98432d6edd +service: + main: + ports: + main: + port: 10042 + targetPort: 3000 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/remmina/10.7.5/questions.yaml b/stable/remmina/10.7.7/questions.yaml similarity index 100% rename from stable/remmina/10.7.5/questions.yaml rename to stable/remmina/10.7.7/questions.yaml diff --git a/stable/requestrr/10.7.3/templates/NOTES.txt b/stable/remmina/10.7.7/templates/NOTES.txt similarity index 100% rename from stable/requestrr/10.7.3/templates/NOTES.txt rename to stable/remmina/10.7.7/templates/NOTES.txt diff --git a/stable/remmina/10.7.5/templates/common.yaml b/stable/remmina/10.7.7/templates/common.yaml similarity index 100% rename from stable/remmina/10.7.5/templates/common.yaml rename to stable/remmina/10.7.7/templates/common.yaml diff --git a/stable/remotely/5.7.3/values.yaml b/stable/remmina/10.7.7/values.yaml similarity index 100% rename from stable/remotely/5.7.3/values.yaml rename to stable/remmina/10.7.7/values.yaml diff --git a/stable/remotely/5.7.3/CHANGELOG.md b/stable/remotely/5.7.3/CHANGELOG.md deleted file mode 100644 index 0c1ac47a216..00000000000 --- a/stable/remotely/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/remotely/5.7.3/Chart.yaml b/stable/remotely/5.7.3/Chart.yaml deleted file mode 100644 index 80f1a17e6fc..00000000000 --- a/stable/remotely/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1380.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. -home: https://truecharts.org/charts/stable/remotely -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png -keywords: - - remotely - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: remotely -sources: - - https://remotely.one/ - - https://github.com/truecharts/charts/tree/master/charts/stable/remotely - - https://hub.docker.com/r/immybot/remotely -type: application -version: 5.7.3 diff --git a/stable/remotely/5.7.3/app-changelog.md b/stable/remotely/5.7.3/app-changelog.md deleted file mode 100644 index 66c8e3fc10d..00000000000 --- a/stable/remotely/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/remotely/5.7.3/charts/common-20.2.4.tgz b/stable/remotely/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/remotely/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/requestrr/10.7.3/.helmignore b/stable/remotely/5.7.5/.helmignore similarity index 100% rename from stable/requestrr/10.7.3/.helmignore rename to stable/remotely/5.7.5/.helmignore diff --git a/stable/remotely/5.7.5/CHANGELOG.md b/stable/remotely/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4186d6eff4d --- /dev/null +++ b/stable/remotely/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remotely-5.7.5](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [remotely-5.7.4](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [remotely-5.7.4](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [remotely-5.7.4](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [remotely-5.7.4](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [remotely-5.7.4](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/remotely/5.7.5/Chart.yaml b/stable/remotely/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3339f7879e9 --- /dev/null +++ b/stable/remotely/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1380.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. +home: https://truecharts.org/charts/stable/remotely +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png +keywords: + - remotely + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remotely +sources: + - https://remotely.one/ + - https://github.com/truecharts/charts/tree/master/charts/stable/remotely + - https://hub.docker.com/r/immybot/remotely +type: application +version: 5.7.5 diff --git a/stable/remotely/5.7.3/README.md b/stable/remotely/5.7.5/README.md similarity index 100% rename from stable/remotely/5.7.3/README.md rename to stable/remotely/5.7.5/README.md diff --git a/stable/remotely/5.7.5/app-changelog.md b/stable/remotely/5.7.5/app-changelog.md new file mode 100644 index 00000000000..a17a7a85e9e --- /dev/null +++ b/stable/remotely/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [remotely-5.7.5](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/remotely/5.7.3/app-readme.md b/stable/remotely/5.7.5/app-readme.md similarity index 100% rename from stable/remotely/5.7.3/app-readme.md rename to stable/remotely/5.7.5/app-readme.md diff --git a/stable/remotely/5.7.5/charts/common-20.2.10.tgz b/stable/remotely/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/remotely/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/remotely/5.7.3/ix_values.yaml b/stable/remotely/5.7.5/ix_values.yaml similarity index 100% rename from stable/remotely/5.7.3/ix_values.yaml rename to stable/remotely/5.7.5/ix_values.yaml diff --git a/stable/remotely/5.7.3/questions.yaml b/stable/remotely/5.7.5/questions.yaml similarity index 100% rename from stable/remotely/5.7.3/questions.yaml rename to stable/remotely/5.7.5/questions.yaml diff --git a/stable/remotely/5.7.3/templates/common.yaml b/stable/remotely/5.7.5/templates/common.yaml similarity index 100% rename from stable/remotely/5.7.3/templates/common.yaml rename to stable/remotely/5.7.5/templates/common.yaml diff --git a/stable/requestrr/10.7.3/values.yaml b/stable/remotely/5.7.5/values.yaml similarity index 100% rename from stable/requestrr/10.7.3/values.yaml rename to stable/remotely/5.7.5/values.yaml diff --git a/stable/requestrr/10.7.3/CHANGELOG.md b/stable/requestrr/10.7.3/CHANGELOG.md deleted file mode 100644 index 33d3319a136..00000000000 --- a/stable/requestrr/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - diff --git a/stable/requestrr/10.7.3/Chart.yaml b/stable/requestrr/10.7.3/Chart.yaml deleted file mode 100644 index 3536f741c1e..00000000000 --- a/stable/requestrr/10.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. -home: https://truecharts.org/charts/stable/requestrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png -keywords: - - requestrr - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: requestrr -sources: - - https://github.com/thomst08/requestrr - - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - - https://hub.docker.com/r/thomst08/requestrr -type: application -version: 10.7.3 diff --git a/stable/requestrr/10.7.3/app-changelog.md b/stable/requestrr/10.7.3/app-changelog.md deleted file mode 100644 index 1236206a094..00000000000 --- a/stable/requestrr/10.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) \ No newline at end of file diff --git a/stable/requestrr/10.7.3/charts/common-20.2.4.tgz b/stable/requestrr/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/requestrr/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.7.5/.helmignore b/stable/requestrr/10.7.5/.helmignore similarity index 100% rename from stable/resilio-sync/14.7.5/.helmignore rename to stable/requestrr/10.7.5/.helmignore diff --git a/stable/requestrr/10.7.5/CHANGELOG.md b/stable/requestrr/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6bd73e7334b --- /dev/null +++ b/stable/requestrr/10.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [requestrr-10.7.5](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) + + +## [requestrr-10.7.4](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) + + +## [requestrr-10.7.4](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) + + +## [requestrr-10.7.4](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) + + +## [requestrr-10.7.4](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/requestrr/10.7.5/Chart.yaml b/stable/requestrr/10.7.5/Chart.yaml new file mode 100644 index 00000000000..d5a064695a9 --- /dev/null +++ b/stable/requestrr/10.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. +home: https://truecharts.org/charts/stable/requestrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png +keywords: + - requestrr + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: requestrr +sources: + - https://github.com/thomst08/requestrr + - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr + - https://hub.docker.com/r/thomst08/requestrr +type: application +version: 10.7.5 diff --git a/stable/requestrr/10.7.3/README.md b/stable/requestrr/10.7.5/README.md similarity index 100% rename from stable/requestrr/10.7.3/README.md rename to stable/requestrr/10.7.5/README.md diff --git a/stable/requestrr/10.7.5/app-changelog.md b/stable/requestrr/10.7.5/app-changelog.md new file mode 100644 index 00000000000..c749736a246 --- /dev/null +++ b/stable/requestrr/10.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [requestrr-10.7.5](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329)) \ No newline at end of file diff --git a/stable/requestrr/10.7.3/app-readme.md b/stable/requestrr/10.7.5/app-readme.md similarity index 100% rename from stable/requestrr/10.7.3/app-readme.md rename to stable/requestrr/10.7.5/app-readme.md diff --git a/stable/requestrr/10.7.5/charts/common-20.2.10.tgz b/stable/requestrr/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/requestrr/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/requestrr/10.7.3/ix_values.yaml b/stable/requestrr/10.7.5/ix_values.yaml similarity index 100% rename from stable/requestrr/10.7.3/ix_values.yaml rename to stable/requestrr/10.7.5/ix_values.yaml diff --git a/stable/requestrr/10.7.3/questions.yaml b/stable/requestrr/10.7.5/questions.yaml similarity index 100% rename from stable/requestrr/10.7.3/questions.yaml rename to stable/requestrr/10.7.5/questions.yaml diff --git a/stable/resilio-sync/14.7.5/templates/NOTES.txt b/stable/requestrr/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/14.7.5/templates/NOTES.txt rename to stable/requestrr/10.7.5/templates/NOTES.txt diff --git a/stable/requestrr/10.7.3/templates/common.yaml b/stable/requestrr/10.7.5/templates/common.yaml similarity index 100% rename from stable/requestrr/10.7.3/templates/common.yaml rename to stable/requestrr/10.7.5/templates/common.yaml diff --git a/stable/resilio-sync/14.7.5/values.yaml b/stable/requestrr/10.7.5/values.yaml similarity index 100% rename from stable/resilio-sync/14.7.5/values.yaml rename to stable/requestrr/10.7.5/values.yaml diff --git a/stable/resilio-sync/14.7.5/CHANGELOG.md b/stable/resilio-sync/14.7.5/CHANGELOG.md deleted file mode 100644 index 8a6fd772636..00000000000 --- a/stable/resilio-sync/14.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/resilio-sync/14.7.5/Chart.yaml b/stable/resilio-sync/14.7.5/Chart.yaml deleted file mode 100644 index b398eddb02a..00000000000 --- a/stable/resilio-sync/14.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.7.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology -home: https://truecharts.org/charts/stable/resilio-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png -keywords: - - resilio - - sync - - btsync - - bittorrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: resilio-sync -sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - - https://ghcr.io/linuxserver/resilio-sync -type: application -version: 14.7.5 diff --git a/stable/resilio-sync/14.7.5/app-changelog.md b/stable/resilio-sync/14.7.5/app-changelog.md deleted file mode 100644 index beaa4dfebfc..00000000000 --- a/stable/resilio-sync/14.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [resilio-sync-14.7.5](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.5) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) \ No newline at end of file diff --git a/stable/resilio-sync/14.7.5/charts/common-20.2.4.tgz b/stable/resilio-sync/14.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/resilio-sync/14.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/restic-rest-server/5.7.3/.helmignore b/stable/resilio-sync/14.7.7/.helmignore similarity index 100% rename from stable/restic-rest-server/5.7.3/.helmignore rename to stable/resilio-sync/14.7.7/.helmignore diff --git a/stable/resilio-sync/14.7.7/CHANGELOG.md b/stable/resilio-sync/14.7.7/CHANGELOG.md new file mode 100644 index 00000000000..3bdd00c36ab --- /dev/null +++ b/stable/resilio-sync/14.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [resilio-sync-14.7.7](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) + + +## [resilio-sync-14.7.6](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) + + +## [resilio-sync-14.7.6](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) + + +## [resilio-sync-14.7.6](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/resilio-sync/14.7.7/Chart.yaml b/stable/resilio-sync/14.7.7/Chart.yaml new file mode 100644 index 00000000000..28ddaf8c2f7 --- /dev/null +++ b/stable/resilio-sync/14.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png +keywords: + - resilio + - sync + - btsync + - bittorrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: resilio-sync +sources: + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync + - https://ghcr.io/linuxserver/resilio-sync +type: application +version: 14.7.7 diff --git a/stable/resilio-sync/14.7.5/README.md b/stable/resilio-sync/14.7.7/README.md similarity index 100% rename from stable/resilio-sync/14.7.5/README.md rename to stable/resilio-sync/14.7.7/README.md diff --git a/stable/resilio-sync/14.7.7/app-changelog.md b/stable/resilio-sync/14.7.7/app-changelog.md new file mode 100644 index 00000000000..8830b30245c --- /dev/null +++ b/stable/resilio-sync/14.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [resilio-sync-14.7.7](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@71eb11a](https://github.com/71eb11a) by renovate ([#19798](https://github.com/truecharts/charts/issues/19798)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244)) \ No newline at end of file diff --git a/stable/resilio-sync/14.7.5/app-readme.md b/stable/resilio-sync/14.7.7/app-readme.md similarity index 100% rename from stable/resilio-sync/14.7.5/app-readme.md rename to stable/resilio-sync/14.7.7/app-readme.md diff --git a/stable/resilio-sync/14.7.7/charts/common-20.2.10.tgz b/stable/resilio-sync/14.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/resilio-sync/14.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/resilio-sync/14.7.5/ix_values.yaml b/stable/resilio-sync/14.7.7/ix_values.yaml similarity index 100% rename from stable/resilio-sync/14.7.5/ix_values.yaml rename to stable/resilio-sync/14.7.7/ix_values.yaml diff --git a/stable/resilio-sync/14.7.5/questions.yaml b/stable/resilio-sync/14.7.7/questions.yaml similarity index 100% rename from stable/resilio-sync/14.7.5/questions.yaml rename to stable/resilio-sync/14.7.7/questions.yaml diff --git a/stable/retrobot/8.7.3/templates/NOTES.txt b/stable/resilio-sync/14.7.7/templates/NOTES.txt similarity index 100% rename from stable/retrobot/8.7.3/templates/NOTES.txt rename to stable/resilio-sync/14.7.7/templates/NOTES.txt diff --git a/stable/resilio-sync/14.7.5/templates/common.yaml b/stable/resilio-sync/14.7.7/templates/common.yaml similarity index 100% rename from stable/resilio-sync/14.7.5/templates/common.yaml rename to stable/resilio-sync/14.7.7/templates/common.yaml diff --git a/stable/restic-rest-server/5.7.3/values.yaml b/stable/resilio-sync/14.7.7/values.yaml similarity index 100% rename from stable/restic-rest-server/5.7.3/values.yaml rename to stable/resilio-sync/14.7.7/values.yaml diff --git a/stable/restic-rest-server/5.7.3/CHANGELOG.md b/stable/restic-rest-server/5.7.3/CHANGELOG.md deleted file mode 100644 index 210dda5048e..00000000000 --- a/stable/restic-rest-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/restic-rest-server/5.7.3/Chart.yaml b/stable/restic-rest-server/5.7.3/Chart.yaml deleted file mode 100644 index 6c07af20606..00000000000 --- a/stable/restic-rest-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." -home: https://truecharts.org/charts/stable/restic-rest-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png -keywords: - - restic-rest-server - - Backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: restic-rest-server -sources: - - https://github.com/restic/rest-server - - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server - - https://hub.docker.com/r/restic/rest-server -type: application -version: 5.7.3 diff --git a/stable/restic-rest-server/5.7.3/app-changelog.md b/stable/restic-rest-server/5.7.3/app-changelog.md deleted file mode 100644 index e3e7144ad50..00000000000 --- a/stable/restic-rest-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz b/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/retrobot/8.7.3/.helmignore b/stable/restic-rest-server/5.7.5/.helmignore similarity index 100% rename from stable/retrobot/8.7.3/.helmignore rename to stable/restic-rest-server/5.7.5/.helmignore diff --git a/stable/restic-rest-server/5.7.5/CHANGELOG.md b/stable/restic-rest-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..64bcbff5cb6 --- /dev/null +++ b/stable/restic-rest-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [restic-rest-server-5.7.5](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [restic-rest-server-5.7.4](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [restic-rest-server-5.7.4](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [restic-rest-server-5.7.4](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [restic-rest-server-5.7.4](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [restic-rest-server-5.7.4](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/restic-rest-server/5.7.5/Chart.yaml b/stable/restic-rest-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4c7c2a50716 --- /dev/null +++ b/stable/restic-rest-server/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." +home: https://truecharts.org/charts/stable/restic-rest-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png +keywords: + - restic-rest-server + - Backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: restic-rest-server +sources: + - https://github.com/restic/rest-server + - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server + - https://hub.docker.com/r/restic/rest-server +type: application +version: 5.7.5 diff --git a/stable/restic-rest-server/5.7.3/README.md b/stable/restic-rest-server/5.7.5/README.md similarity index 100% rename from stable/restic-rest-server/5.7.3/README.md rename to stable/restic-rest-server/5.7.5/README.md diff --git a/stable/restic-rest-server/5.7.5/app-changelog.md b/stable/restic-rest-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..c686e515edc --- /dev/null +++ b/stable/restic-rest-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [restic-rest-server-5.7.5](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/restic-rest-server/5.7.3/app-readme.md b/stable/restic-rest-server/5.7.5/app-readme.md similarity index 100% rename from stable/restic-rest-server/5.7.3/app-readme.md rename to stable/restic-rest-server/5.7.5/app-readme.md diff --git a/stable/restic-rest-server/5.7.5/charts/common-20.2.10.tgz b/stable/restic-rest-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/restic-rest-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/restic-rest-server/5.7.3/ix_values.yaml b/stable/restic-rest-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/restic-rest-server/5.7.3/ix_values.yaml rename to stable/restic-rest-server/5.7.5/ix_values.yaml diff --git a/stable/restic-rest-server/5.7.3/questions.yaml b/stable/restic-rest-server/5.7.5/questions.yaml similarity index 100% rename from stable/restic-rest-server/5.7.3/questions.yaml rename to stable/restic-rest-server/5.7.5/questions.yaml diff --git a/stable/restic-rest-server/5.7.3/templates/common.yaml b/stable/restic-rest-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/restic-rest-server/5.7.3/templates/common.yaml rename to stable/restic-rest-server/5.7.5/templates/common.yaml diff --git a/stable/retrobot/8.7.3/values.yaml b/stable/restic-rest-server/5.7.5/values.yaml similarity index 100% rename from stable/retrobot/8.7.3/values.yaml rename to stable/restic-rest-server/5.7.5/values.yaml diff --git a/stable/retrobot/8.7.3/CHANGELOG.md b/stable/retrobot/8.7.3/CHANGELOG.md deleted file mode 100644 index c54c831be11..00000000000 --- a/stable/retrobot/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/retrobot/8.7.3/Chart.yaml b/stable/retrobot/8.7.3/Chart.yaml deleted file mode 100644 index b42a659ce4c..00000000000 --- a/stable/retrobot/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A discord bot that allows you to play old nintendo games with your friends over chat. -home: https://truecharts.org/charts/stable/retrobot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png -keywords: - - retrobot - - emulator - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: retrobot -sources: - - https://github.com/rossimo/retrobot - - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot - - https://hub.docker.com/r/rossimo/retrobot -type: application -version: 8.7.3 diff --git a/stable/retrobot/8.7.3/app-changelog.md b/stable/retrobot/8.7.3/app-changelog.md deleted file mode 100644 index 188d16a694e..00000000000 --- a/stable/retrobot/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/retrobot/8.7.3/charts/common-20.2.4.tgz b/stable/retrobot/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/retrobot/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rflood/5.7.4/.helmignore b/stable/retrobot/8.7.5/.helmignore similarity index 100% rename from stable/rflood/5.7.4/.helmignore rename to stable/retrobot/8.7.5/.helmignore diff --git a/stable/retrobot/8.7.5/CHANGELOG.md b/stable/retrobot/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4bbca52ed6e --- /dev/null +++ b/stable/retrobot/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [retrobot-8.7.5](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [retrobot-8.7.4](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [retrobot-8.7.4](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [retrobot-8.7.4](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [retrobot-8.7.4](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [retrobot-8.7.4](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/retrobot/8.7.5/Chart.yaml b/stable/retrobot/8.7.5/Chart.yaml new file mode 100644 index 00000000000..6775cda4372 --- /dev/null +++ b/stable/retrobot/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: emulator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that allows you to play old nintendo games with your friends over chat. +home: https://truecharts.org/charts/stable/retrobot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png +keywords: + - retrobot + - emulator + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: retrobot +sources: + - https://github.com/rossimo/retrobot + - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot + - https://hub.docker.com/r/rossimo/retrobot +type: application +version: 8.7.5 diff --git a/stable/retrobot/8.7.3/README.md b/stable/retrobot/8.7.5/README.md similarity index 100% rename from stable/retrobot/8.7.3/README.md rename to stable/retrobot/8.7.5/README.md diff --git a/stable/retrobot/8.7.5/app-changelog.md b/stable/retrobot/8.7.5/app-changelog.md new file mode 100644 index 00000000000..80c52394c0d --- /dev/null +++ b/stable/retrobot/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [retrobot-8.7.5](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/retrobot/8.7.3/app-readme.md b/stable/retrobot/8.7.5/app-readme.md similarity index 100% rename from stable/retrobot/8.7.3/app-readme.md rename to stable/retrobot/8.7.5/app-readme.md diff --git a/stable/retrobot/8.7.5/charts/common-20.2.10.tgz b/stable/retrobot/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/retrobot/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/retrobot/8.7.3/ix_values.yaml b/stable/retrobot/8.7.5/ix_values.yaml similarity index 100% rename from stable/retrobot/8.7.3/ix_values.yaml rename to stable/retrobot/8.7.5/ix_values.yaml diff --git a/stable/retrobot/8.7.3/questions.yaml b/stable/retrobot/8.7.5/questions.yaml similarity index 100% rename from stable/retrobot/8.7.3/questions.yaml rename to stable/retrobot/8.7.5/questions.yaml diff --git a/stable/rickroll/6.7.3/templates/NOTES.txt b/stable/retrobot/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/rickroll/6.7.3/templates/NOTES.txt rename to stable/retrobot/8.7.5/templates/NOTES.txt diff --git a/stable/retrobot/8.7.3/templates/common.yaml b/stable/retrobot/8.7.5/templates/common.yaml similarity index 100% rename from stable/retrobot/8.7.3/templates/common.yaml rename to stable/retrobot/8.7.5/templates/common.yaml diff --git a/stable/rflood/5.7.4/values.yaml b/stable/retrobot/8.7.5/values.yaml similarity index 100% rename from stable/rflood/5.7.4/values.yaml rename to stable/retrobot/8.7.5/values.yaml diff --git a/stable/rflood/5.7.4/CHANGELOG.md b/stable/rflood/5.7.4/CHANGELOG.md deleted file mode 100644 index 7534c18efcd..00000000000 --- a/stable/rflood/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/rflood/5.7.4/Chart.yaml b/stable/rflood/5.7.4/Chart.yaml deleted file mode 100644 index d3b232205b7..00000000000 --- a/stable/rflood/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chart with rTorrent and the Flood UI. -home: https://truecharts.org/charts/stable/rflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png -keywords: - - rflood - - downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rflood -sources: - - https://hotio.dev/containers/rflood - - https://github.com/truecharts/charts/tree/master/charts/stable/rflood - - https://ghcr.io/hotio/rflood -type: application -version: 5.7.4 diff --git a/stable/rflood/5.7.4/app-changelog.md b/stable/rflood/5.7.4/app-changelog.md deleted file mode 100644 index f1e755a30c9..00000000000 --- a/stable/rflood/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rflood/5.7.4/charts/common-20.2.4.tgz b/stable/rflood/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rflood/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rickroll/6.7.3/.helmignore b/stable/rflood/5.7.6/.helmignore similarity index 100% rename from stable/rickroll/6.7.3/.helmignore rename to stable/rflood/5.7.6/.helmignore diff --git a/stable/rflood/5.7.6/CHANGELOG.md b/stable/rflood/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..6d9d6cbad2d --- /dev/null +++ b/stable/rflood/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rflood-5.7.6](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rflood-5.7.5](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rflood-5.7.5](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rflood-5.7.5](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rflood-5.7.5](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) diff --git a/stable/rflood/5.7.6/Chart.yaml b/stable/rflood/5.7.6/Chart.yaml new file mode 100644 index 00000000000..21d298391f9 --- /dev/null +++ b/stable/rflood/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with rTorrent and the Flood UI. +home: https://truecharts.org/charts/stable/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png +keywords: + - rflood + - downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rflood +sources: + - https://hotio.dev/containers/rflood + - https://github.com/truecharts/charts/tree/master/charts/stable/rflood + - https://ghcr.io/hotio/rflood +type: application +version: 5.7.6 diff --git a/stable/rflood/5.7.4/README.md b/stable/rflood/5.7.6/README.md similarity index 100% rename from stable/rflood/5.7.4/README.md rename to stable/rflood/5.7.6/README.md diff --git a/stable/rflood/5.7.6/app-changelog.md b/stable/rflood/5.7.6/app-changelog.md new file mode 100644 index 00000000000..cafbad7ce19 --- /dev/null +++ b/stable/rflood/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [rflood-5.7.6](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rflood/5.7.4/app-readme.md b/stable/rflood/5.7.6/app-readme.md similarity index 100% rename from stable/rflood/5.7.4/app-readme.md rename to stable/rflood/5.7.6/app-readme.md diff --git a/stable/rflood/5.7.6/charts/common-20.2.10.tgz b/stable/rflood/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rflood/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/rflood/5.7.4/ix_values.yaml b/stable/rflood/5.7.6/ix_values.yaml similarity index 100% rename from stable/rflood/5.7.4/ix_values.yaml rename to stable/rflood/5.7.6/ix_values.yaml diff --git a/stable/rflood/5.7.4/questions.yaml b/stable/rflood/5.7.6/questions.yaml similarity index 100% rename from stable/rflood/5.7.4/questions.yaml rename to stable/rflood/5.7.6/questions.yaml diff --git a/stable/rflood/5.7.4/templates/common.yaml b/stable/rflood/5.7.6/templates/common.yaml similarity index 100% rename from stable/rflood/5.7.4/templates/common.yaml rename to stable/rflood/5.7.6/templates/common.yaml diff --git a/stable/rickroll/6.7.3/values.yaml b/stable/rflood/5.7.6/values.yaml similarity index 100% rename from stable/rickroll/6.7.3/values.yaml rename to stable/rflood/5.7.6/values.yaml diff --git a/stable/rickroll/6.7.3/CHANGELOG.md b/stable/rickroll/6.7.3/CHANGELOG.md deleted file mode 100644 index c05d0fb997b..00000000000 --- a/stable/rickroll/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rickroll/6.7.3/Chart.yaml b/stable/rickroll/6.7.3/Chart.yaml deleted file mode 100644 index c5af4103b55..00000000000 --- a/stable/rickroll/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self-hosted Rick Roll chart. -home: https://truecharts.org/charts/stable/rickroll -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png -keywords: - - rickroll - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rickroll -sources: - - https://github.com/modem7/docker-rickroll - - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll - - https://hub.docker.com/r/modem7/docker-rickroll -type: application -version: 6.7.3 diff --git a/stable/rickroll/6.7.3/app-changelog.md b/stable/rickroll/6.7.3/app-changelog.md deleted file mode 100644 index 05e840493c6..00000000000 --- a/stable/rickroll/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rickroll/6.7.3/charts/common-20.2.4.tgz b/stable/rickroll/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rickroll/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rimgo/6.7.13/.helmignore b/stable/rickroll/6.7.5/.helmignore similarity index 100% rename from stable/rimgo/6.7.13/.helmignore rename to stable/rickroll/6.7.5/.helmignore diff --git a/stable/rickroll/6.7.5/CHANGELOG.md b/stable/rickroll/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e2c3bffcbd3 --- /dev/null +++ b/stable/rickroll/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rickroll-6.7.5](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rickroll-6.7.4](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rickroll-6.7.4](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rickroll-6.7.4](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rickroll-6.7.4](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rickroll-6.7.4](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rickroll/6.7.5/Chart.yaml b/stable/rickroll/6.7.5/Chart.yaml new file mode 100644 index 00000000000..defa78e82dd --- /dev/null +++ b/stable/rickroll/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted Rick Roll chart. +home: https://truecharts.org/charts/stable/rickroll +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png +keywords: + - rickroll + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rickroll +sources: + - https://github.com/modem7/docker-rickroll + - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll + - https://hub.docker.com/r/modem7/docker-rickroll +type: application +version: 6.7.5 diff --git a/stable/rickroll/6.7.3/README.md b/stable/rickroll/6.7.5/README.md similarity index 100% rename from stable/rickroll/6.7.3/README.md rename to stable/rickroll/6.7.5/README.md diff --git a/stable/rickroll/6.7.5/app-changelog.md b/stable/rickroll/6.7.5/app-changelog.md new file mode 100644 index 00000000000..fc5fe0ef9e6 --- /dev/null +++ b/stable/rickroll/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rickroll-6.7.5](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rickroll/6.7.3/app-readme.md b/stable/rickroll/6.7.5/app-readme.md similarity index 100% rename from stable/rickroll/6.7.3/app-readme.md rename to stable/rickroll/6.7.5/app-readme.md diff --git a/stable/rickroll/6.7.5/charts/common-20.2.10.tgz b/stable/rickroll/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rickroll/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rickroll/6.7.3/ix_values.yaml b/stable/rickroll/6.7.5/ix_values.yaml similarity index 100% rename from stable/rickroll/6.7.3/ix_values.yaml rename to stable/rickroll/6.7.5/ix_values.yaml diff --git a/stable/rickroll/6.7.3/questions.yaml b/stable/rickroll/6.7.5/questions.yaml similarity index 100% rename from stable/rickroll/6.7.3/questions.yaml rename to stable/rickroll/6.7.5/questions.yaml diff --git a/stable/rimgo/6.7.13/templates/NOTES.txt b/stable/rickroll/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/rimgo/6.7.13/templates/NOTES.txt rename to stable/rickroll/6.7.5/templates/NOTES.txt diff --git a/stable/rickroll/6.7.3/templates/common.yaml b/stable/rickroll/6.7.5/templates/common.yaml similarity index 100% rename from stable/rickroll/6.7.3/templates/common.yaml rename to stable/rickroll/6.7.5/templates/common.yaml diff --git a/stable/rimgo/6.7.13/values.yaml b/stable/rickroll/6.7.5/values.yaml similarity index 100% rename from stable/rimgo/6.7.13/values.yaml rename to stable/rickroll/6.7.5/values.yaml diff --git a/stable/rimgo/6.7.13/CHANGELOG.md b/stable/rimgo/6.7.13/CHANGELOG.md deleted file mode 100644 index b8340d09c0e..00000000000 --- a/stable/rimgo/6.7.13/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rimgo-6.7.13](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.13) (2024-03-30) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) - - -## [rimgo-6.7.13](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.13) (2024-03-30) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) - - -## [rimgo-6.7.13](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.13) (2024-03-29) - -### Chore diff --git a/stable/rimgo/6.7.13/Chart.yaml b/stable/rimgo/6.7.13/Chart.yaml deleted file mode 100644 index 2479b2dc95d..00000000000 --- a/stable/rimgo/6.7.13/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Alternative Imgur front-end -home: https://truecharts.org/charts/stable/rimgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png -keywords: - - rimgo - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rimgo -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rimgo - - https://quay.io/pussthecatorg/rimgo -type: application -version: 6.7.13 diff --git a/stable/rimgo/6.7.13/app-changelog.md b/stable/rimgo/6.7.13/app-changelog.md deleted file mode 100644 index 205a645cb9f..00000000000 --- a/stable/rimgo/6.7.13/app-changelog.md +++ /dev/null @@ -1,43 +0,0 @@ - - -## [rimgo-6.7.13](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.13) (2024-03-30) - -### Chore - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) - -- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) \ No newline at end of file diff --git a/stable/rimgo/6.7.13/charts/common-20.2.9.tgz b/stable/rimgo/6.7.13/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/rimgo/6.7.13/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/rimgo/6.7.13/ix_values.yaml b/stable/rimgo/6.7.13/ix_values.yaml deleted file mode 100644 index dc40afe95a0..00000000000 --- a/stable/rimgo/6.7.13/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:c793d6bd823f868427fbe0b46b35d0f65df27f724c1e00ec59adfaf2cd073865 - pullPolicy: IfNotPresent -persistence: {} - -env: - ADDRESS: 0.0.0.0 - IMGUR_CLIENT_ID: 546c25a59c58ad7 - FORCE_WEBP: "0" - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 - -portal: - open: - enabled: true diff --git a/stable/ring-mqtt/8.7.3/.helmignore b/stable/rimgo/6.7.15/.helmignore similarity index 100% rename from stable/ring-mqtt/8.7.3/.helmignore rename to stable/rimgo/6.7.15/.helmignore diff --git a/stable/rimgo/6.7.15/CHANGELOG.md b/stable/rimgo/6.7.15/CHANGELOG.md new file mode 100644 index 00000000000..864e122de2d --- /dev/null +++ b/stable/rimgo/6.7.15/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rimgo-6.7.15](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@d6a488f](https://github.com/d6a488f) by renovate ([#19945](https://github.com/truecharts/charts/issues/19945)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) + + +## [rimgo-6.7.14](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.14) (2024-03-30) + +### Chore + + + +- update container image quay.io/pussthecatorg/rimgo to latest[@d6a488f](https://github.com/d6a488f) by renovate ([#19945](https://github.com/truecharts/charts/issues/19945)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) \ No newline at end of file diff --git a/stable/rimgo/6.7.15/Chart.yaml b/stable/rimgo/6.7.15/Chart.yaml new file mode 100644 index 00000000000..7e8eb580ab7 --- /dev/null +++ b/stable/rimgo/6.7.15/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative Imgur front-end +home: https://truecharts.org/charts/stable/rimgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png +keywords: + - rimgo + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rimgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rimgo + - https://quay.io/pussthecatorg/rimgo +type: application +version: 6.7.15 diff --git a/stable/rimgo/6.7.13/README.md b/stable/rimgo/6.7.15/README.md similarity index 100% rename from stable/rimgo/6.7.13/README.md rename to stable/rimgo/6.7.15/README.md diff --git a/stable/rimgo/6.7.15/app-changelog.md b/stable/rimgo/6.7.15/app-changelog.md new file mode 100644 index 00000000000..9b6f7233ba7 --- /dev/null +++ b/stable/rimgo/6.7.15/app-changelog.md @@ -0,0 +1,47 @@ + + +## [rimgo-6.7.15](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@d6a488f](https://github.com/d6a488f) by renovate ([#19945](https://github.com/truecharts/charts/issues/19945)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c793d6b](https://github.com/c793d6b) by renovate ([#19898](https://github.com/truecharts/charts/issues/19898)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@1c871b0](https://github.com/1c871b0) by renovate ([#19861](https://github.com/truecharts/charts/issues/19861)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0a02c44](https://github.com/0a02c44) by renovate ([#19761](https://github.com/truecharts/charts/issues/19761)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357)) + +- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280)) \ No newline at end of file diff --git a/stable/rimgo/6.7.13/app-readme.md b/stable/rimgo/6.7.15/app-readme.md similarity index 100% rename from stable/rimgo/6.7.13/app-readme.md rename to stable/rimgo/6.7.15/app-readme.md diff --git a/stable/rimgo/6.7.15/charts/common-20.2.10.tgz b/stable/rimgo/6.7.15/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rimgo/6.7.15/charts/common-20.2.10.tgz differ diff --git a/stable/rimgo/6.7.15/ix_values.yaml b/stable/rimgo/6.7.15/ix_values.yaml new file mode 100644 index 00000000000..09706b920bc --- /dev/null +++ b/stable/rimgo/6.7.15/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: quay.io/pussthecatorg/rimgo + tag: latest@sha256:d6a488fb62da778cf6d01e38c9906ba67f1e89cd1f440b45c3adce5067969930 + pullPolicy: IfNotPresent +persistence: {} + +env: + ADDRESS: 0.0.0.0 + IMGUR_CLIENT_ID: 546c25a59c58ad7 + FORCE_WEBP: "0" + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 + +portal: + open: + enabled: true diff --git a/stable/rimgo/6.7.13/questions.yaml b/stable/rimgo/6.7.15/questions.yaml similarity index 100% rename from stable/rimgo/6.7.13/questions.yaml rename to stable/rimgo/6.7.15/questions.yaml diff --git a/stable/ring-mqtt/8.7.3/templates/NOTES.txt b/stable/rimgo/6.7.15/templates/NOTES.txt similarity index 100% rename from stable/ring-mqtt/8.7.3/templates/NOTES.txt rename to stable/rimgo/6.7.15/templates/NOTES.txt diff --git a/stable/rimgo/6.7.13/templates/common.yaml b/stable/rimgo/6.7.15/templates/common.yaml similarity index 100% rename from stable/rimgo/6.7.13/templates/common.yaml rename to stable/rimgo/6.7.15/templates/common.yaml diff --git a/stable/ring-mqtt/8.7.3/values.yaml b/stable/rimgo/6.7.15/values.yaml similarity index 100% rename from stable/ring-mqtt/8.7.3/values.yaml rename to stable/rimgo/6.7.15/values.yaml diff --git a/stable/ring-mqtt/8.7.3/CHANGELOG.md b/stable/ring-mqtt/8.7.3/CHANGELOG.md deleted file mode 100644 index f81c6497e40..00000000000 --- a/stable/ring-mqtt/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ring-mqtt/8.7.3/Chart.yaml b/stable/ring-mqtt/8.7.3/Chart.yaml deleted file mode 100644 index 50fd58146ad..00000000000 --- a/stable/ring-mqtt/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.6.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. -home: https://truecharts.org/charts/stable/ring-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png -keywords: - - ring-mqtt - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ring-mqtt -sources: - - https://github.com/tsightler/ring-mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - - https://hub.docker.com/r/tsightler/ring-mqtt -type: application -version: 8.7.3 diff --git a/stable/ring-mqtt/8.7.3/app-changelog.md b/stable/ring-mqtt/8.7.3/app-changelog.md deleted file mode 100644 index e74f5b1d6b4..00000000000 --- a/stable/ring-mqtt/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz b/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rmlint/5.7.3/.helmignore b/stable/ring-mqtt/8.7.5/.helmignore similarity index 100% rename from stable/rmlint/5.7.3/.helmignore rename to stable/ring-mqtt/8.7.5/.helmignore diff --git a/stable/ring-mqtt/8.7.5/CHANGELOG.md b/stable/ring-mqtt/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b6679e3c2de --- /dev/null +++ b/stable/ring-mqtt/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ring-mqtt-8.7.5](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ring-mqtt-8.7.4](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ring-mqtt-8.7.4](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ring-mqtt-8.7.4](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ring-mqtt-8.7.4](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ring-mqtt-8.7.4](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ring-mqtt/8.7.5/Chart.yaml b/stable/ring-mqtt/8.7.5/Chart.yaml new file mode 100644 index 00000000000..e741d7c1361 --- /dev/null +++ b/stable/ring-mqtt/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.6.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. +home: https://truecharts.org/charts/stable/ring-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png +keywords: + - ring-mqtt + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ring-mqtt +sources: + - https://github.com/tsightler/ring-mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt + - https://hub.docker.com/r/tsightler/ring-mqtt +type: application +version: 8.7.5 diff --git a/stable/ring-mqtt/8.7.3/README.md b/stable/ring-mqtt/8.7.5/README.md similarity index 100% rename from stable/ring-mqtt/8.7.3/README.md rename to stable/ring-mqtt/8.7.5/README.md diff --git a/stable/ring-mqtt/8.7.5/app-changelog.md b/stable/ring-mqtt/8.7.5/app-changelog.md new file mode 100644 index 00000000000..ba1ce93402b --- /dev/null +++ b/stable/ring-mqtt/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ring-mqtt-8.7.5](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ring-mqtt/8.7.3/app-readme.md b/stable/ring-mqtt/8.7.5/app-readme.md similarity index 100% rename from stable/ring-mqtt/8.7.3/app-readme.md rename to stable/ring-mqtt/8.7.5/app-readme.md diff --git a/stable/ring-mqtt/8.7.5/charts/common-20.2.10.tgz b/stable/ring-mqtt/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ring-mqtt/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ring-mqtt/8.7.3/ix_values.yaml b/stable/ring-mqtt/8.7.5/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/8.7.3/ix_values.yaml rename to stable/ring-mqtt/8.7.5/ix_values.yaml diff --git a/stable/ring-mqtt/8.7.3/questions.yaml b/stable/ring-mqtt/8.7.5/questions.yaml similarity index 100% rename from stable/ring-mqtt/8.7.3/questions.yaml rename to stable/ring-mqtt/8.7.5/questions.yaml diff --git a/stable/romm/8.4.5/templates/NOTES.txt b/stable/ring-mqtt/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/romm/8.4.5/templates/NOTES.txt rename to stable/ring-mqtt/8.7.5/templates/NOTES.txt diff --git a/stable/ring-mqtt/8.7.3/templates/_configmap.tpl b/stable/ring-mqtt/8.7.5/templates/_configmap.tpl similarity index 100% rename from stable/ring-mqtt/8.7.3/templates/_configmap.tpl rename to stable/ring-mqtt/8.7.5/templates/_configmap.tpl diff --git a/stable/ring-mqtt/8.7.3/templates/common.yaml b/stable/ring-mqtt/8.7.5/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/8.7.3/templates/common.yaml rename to stable/ring-mqtt/8.7.5/templates/common.yaml diff --git a/stable/rmlint/5.7.3/values.yaml b/stable/ring-mqtt/8.7.5/values.yaml similarity index 100% rename from stable/rmlint/5.7.3/values.yaml rename to stable/ring-mqtt/8.7.5/values.yaml diff --git a/stable/rmlint/5.7.3/CHANGELOG.md b/stable/rmlint/5.7.3/CHANGELOG.md deleted file mode 100644 index fc013edd6d5..00000000000 --- a/stable/rmlint/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rmlint/5.7.3/Chart.yaml b/stable/rmlint/5.7.3/Chart.yaml deleted file mode 100644 index a84531a90e3..00000000000 --- a/stable/rmlint/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. -home: https://truecharts.org/charts/stable/rmlint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png -keywords: - - rmlint - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rmlint -sources: - - https://github.com/sahib/rmlint - - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint - - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid -type: application -version: 5.7.3 diff --git a/stable/rmlint/5.7.3/app-changelog.md b/stable/rmlint/5.7.3/app-changelog.md deleted file mode 100644 index b070fb4a800..00000000000 --- a/stable/rmlint/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rmlint/5.7.3/charts/common-20.2.4.tgz b/stable/rmlint/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rmlint/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/romm/8.4.5/.helmignore b/stable/rmlint/5.7.5/.helmignore similarity index 100% rename from stable/romm/8.4.5/.helmignore rename to stable/rmlint/5.7.5/.helmignore diff --git a/stable/rmlint/5.7.5/CHANGELOG.md b/stable/rmlint/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..38b7c5e2b24 --- /dev/null +++ b/stable/rmlint/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rmlint-5.7.5](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rmlint-5.7.4](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rmlint-5.7.4](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rmlint-5.7.4](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rmlint-5.7.4](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rmlint-5.7.4](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rmlint/5.7.5/Chart.yaml b/stable/rmlint/5.7.5/Chart.yaml new file mode 100644 index 00000000000..6db29b0d92f --- /dev/null +++ b/stable/rmlint/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. +home: https://truecharts.org/charts/stable/rmlint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png +keywords: + - rmlint + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rmlint +sources: + - https://github.com/sahib/rmlint + - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint + - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid +type: application +version: 5.7.5 diff --git a/stable/rmlint/5.7.3/README.md b/stable/rmlint/5.7.5/README.md similarity index 100% rename from stable/rmlint/5.7.3/README.md rename to stable/rmlint/5.7.5/README.md diff --git a/stable/rmlint/5.7.5/app-changelog.md b/stable/rmlint/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8b8a2310d34 --- /dev/null +++ b/stable/rmlint/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rmlint-5.7.5](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rmlint/5.7.3/app-readme.md b/stable/rmlint/5.7.5/app-readme.md similarity index 100% rename from stable/rmlint/5.7.3/app-readme.md rename to stable/rmlint/5.7.5/app-readme.md diff --git a/stable/rmlint/5.7.5/charts/common-20.2.10.tgz b/stable/rmlint/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rmlint/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rmlint/5.7.3/ix_values.yaml b/stable/rmlint/5.7.5/ix_values.yaml similarity index 100% rename from stable/rmlint/5.7.3/ix_values.yaml rename to stable/rmlint/5.7.5/ix_values.yaml diff --git a/stable/rmlint/5.7.3/questions.yaml b/stable/rmlint/5.7.5/questions.yaml similarity index 100% rename from stable/rmlint/5.7.3/questions.yaml rename to stable/rmlint/5.7.5/questions.yaml diff --git a/stable/rmlint/5.7.3/templates/common.yaml b/stable/rmlint/5.7.5/templates/common.yaml similarity index 100% rename from stable/rmlint/5.7.3/templates/common.yaml rename to stable/rmlint/5.7.5/templates/common.yaml diff --git a/stable/romm/8.4.5/values.yaml b/stable/rmlint/5.7.5/values.yaml similarity index 100% rename from stable/romm/8.4.5/values.yaml rename to stable/rmlint/5.7.5/values.yaml diff --git a/stable/romm/8.4.5/CHANGELOG.md b/stable/romm/8.4.5/CHANGELOG.md deleted file mode 100644 index b4c1fa269f7..00000000000 --- a/stable/romm/8.4.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [romm-8.4.5](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [romm-8.4.5](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [romm-8.4.4](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.4) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) diff --git a/stable/romm/8.4.5/Chart.yaml b/stable/romm/8.4.5/Chart.yaml deleted file mode 100644 index dbed215d133..00000000000 --- a/stable/romm/8.4.5/Chart.yaml +++ /dev/null @@ -1,51 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: game library manager focused in retro gaming -home: https://truecharts.org/charts/stable/romm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png -keywords: - - romm - - rom-manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: romm -sources: - - https://github.com/zurdi15/romm - - https://github.com/truecharts/charts/tree/master/charts/stable/romm - - https://ghcr.io/zurdi15/romm -type: application -version: 8.4.5 diff --git a/stable/romm/8.4.5/app-changelog.md b/stable/romm/8.4.5/app-changelog.md deleted file mode 100644 index 0ea0404c62b..00000000000 --- a/stable/romm/8.4.5/app-changelog.md +++ /dev/null @@ -1,39 +0,0 @@ - - -## [romm-8.4.5](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/romm/8.4.5/charts/common-20.2.9.tgz b/stable/romm/8.4.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/romm/8.4.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/romm/8.4.5/charts/mariadb-13.7.4.tgz b/stable/romm/8.4.5/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/romm/8.4.5/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/root/5.7.3/.helmignore b/stable/romm/8.4.7/.helmignore similarity index 100% rename from stable/root/5.7.3/.helmignore rename to stable/romm/8.4.7/.helmignore diff --git a/stable/romm/8.4.7/CHANGELOG.md b/stable/romm/8.4.7/CHANGELOG.md new file mode 100644 index 00000000000..1202bc23d6a --- /dev/null +++ b/stable/romm/8.4.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [romm-8.4.7](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [romm-8.4.6](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.6) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [romm-8.4.6](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.6) (2024-03-27) + +### Chore + + diff --git a/stable/romm/8.4.7/Chart.yaml b/stable/romm/8.4.7/Chart.yaml new file mode 100644 index 00000000000..9dfbf88da5c --- /dev/null +++ b/stable/romm/8.4.7/Chart.yaml @@ -0,0 +1,51 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: game library manager focused in retro gaming +home: https://truecharts.org/charts/stable/romm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png +keywords: + - romm + - rom-manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: romm +sources: + - https://github.com/zurdi15/romm + - https://github.com/truecharts/charts/tree/master/charts/stable/romm + - https://ghcr.io/zurdi15/romm +type: application +version: 8.4.7 diff --git a/stable/romm/8.4.5/README.md b/stable/romm/8.4.7/README.md similarity index 100% rename from stable/romm/8.4.5/README.md rename to stable/romm/8.4.7/README.md diff --git a/stable/romm/8.4.7/app-changelog.md b/stable/romm/8.4.7/app-changelog.md new file mode 100644 index 00000000000..806f5206712 --- /dev/null +++ b/stable/romm/8.4.7/app-changelog.md @@ -0,0 +1,43 @@ + + +## [romm-8.4.7](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/romm/8.4.5/app-readme.md b/stable/romm/8.4.7/app-readme.md similarity index 100% rename from stable/romm/8.4.5/app-readme.md rename to stable/romm/8.4.7/app-readme.md diff --git a/stable/romm/8.4.7/charts/common-20.2.10.tgz b/stable/romm/8.4.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/romm/8.4.7/charts/common-20.2.10.tgz differ diff --git a/stable/romm/8.4.7/charts/mariadb-13.7.5.tgz b/stable/romm/8.4.7/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/romm/8.4.7/charts/mariadb-13.7.5.tgz differ diff --git a/stable/romm/8.4.5/charts/redis-13.2.2.tgz b/stable/romm/8.4.7/charts/redis-13.2.2.tgz similarity index 100% rename from stable/romm/8.4.5/charts/redis-13.2.2.tgz rename to stable/romm/8.4.7/charts/redis-13.2.2.tgz diff --git a/stable/romm/8.4.5/ix_values.yaml b/stable/romm/8.4.7/ix_values.yaml similarity index 100% rename from stable/romm/8.4.5/ix_values.yaml rename to stable/romm/8.4.7/ix_values.yaml diff --git a/stable/romm/8.4.5/questions.yaml b/stable/romm/8.4.7/questions.yaml similarity index 100% rename from stable/romm/8.4.5/questions.yaml rename to stable/romm/8.4.7/questions.yaml diff --git a/stable/rsnapshot/9.7.4/templates/NOTES.txt b/stable/romm/8.4.7/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/9.7.4/templates/NOTES.txt rename to stable/romm/8.4.7/templates/NOTES.txt diff --git a/stable/romm/8.4.5/templates/_secrets.tpl b/stable/romm/8.4.7/templates/_secrets.tpl similarity index 100% rename from stable/romm/8.4.5/templates/_secrets.tpl rename to stable/romm/8.4.7/templates/_secrets.tpl diff --git a/stable/romm/8.4.5/templates/common.yaml b/stable/romm/8.4.7/templates/common.yaml similarity index 100% rename from stable/romm/8.4.5/templates/common.yaml rename to stable/romm/8.4.7/templates/common.yaml diff --git a/stable/root/5.7.3/values.yaml b/stable/romm/8.4.7/values.yaml similarity index 100% rename from stable/root/5.7.3/values.yaml rename to stable/romm/8.4.7/values.yaml diff --git a/stable/root/5.7.3/CHANGELOG.md b/stable/root/5.7.3/CHANGELOG.md deleted file mode 100644 index 97e053f0a7c..00000000000 --- a/stable/root/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/root/5.7.3/Chart.yaml b/stable/root/5.7.3/Chart.yaml deleted file mode 100644 index e3f8bd74b10..00000000000 --- a/stable/root/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. -home: https://truecharts.org/charts/stable/root -icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png -keywords: - - root - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: root -sources: - - https://root.cern/ - - https://github.com/truecharts/charts/tree/master/charts/stable/root - - https://hub.docker.com/r/bgameiro/arch-cern-root -type: application -version: 5.7.3 diff --git a/stable/root/5.7.3/app-changelog.md b/stable/root/5.7.3/app-changelog.md deleted file mode 100644 index d2eef407963..00000000000 --- a/stable/root/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/root/5.7.3/charts/common-20.2.4.tgz b/stable/root/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/root/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.7.4/.helmignore b/stable/root/5.7.5/.helmignore similarity index 100% rename from stable/rsnapshot/9.7.4/.helmignore rename to stable/root/5.7.5/.helmignore diff --git a/stable/root/5.7.5/CHANGELOG.md b/stable/root/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c2f18cf168d --- /dev/null +++ b/stable/root/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [root-5.7.5](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [root-5.7.4](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [root-5.7.4](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [root-5.7.4](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [root-5.7.4](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [root-5.7.4](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/root/5.7.5/Chart.yaml b/stable/root/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2d7220ed59c --- /dev/null +++ b/stable/root/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. +home: https://truecharts.org/charts/stable/root +icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png +keywords: + - root + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: root +sources: + - https://root.cern/ + - https://github.com/truecharts/charts/tree/master/charts/stable/root + - https://hub.docker.com/r/bgameiro/arch-cern-root +type: application +version: 5.7.5 diff --git a/stable/root/5.7.3/README.md b/stable/root/5.7.5/README.md similarity index 100% rename from stable/root/5.7.3/README.md rename to stable/root/5.7.5/README.md diff --git a/stable/root/5.7.5/app-changelog.md b/stable/root/5.7.5/app-changelog.md new file mode 100644 index 00000000000..bdb6301e398 --- /dev/null +++ b/stable/root/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [root-5.7.5](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/root/5.7.3/app-readme.md b/stable/root/5.7.5/app-readme.md similarity index 100% rename from stable/root/5.7.3/app-readme.md rename to stable/root/5.7.5/app-readme.md diff --git a/stable/root/5.7.5/charts/common-20.2.10.tgz b/stable/root/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/root/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/root/5.7.3/ix_values.yaml b/stable/root/5.7.5/ix_values.yaml similarity index 100% rename from stable/root/5.7.3/ix_values.yaml rename to stable/root/5.7.5/ix_values.yaml diff --git a/stable/root/5.7.3/questions.yaml b/stable/root/5.7.5/questions.yaml similarity index 100% rename from stable/root/5.7.3/questions.yaml rename to stable/root/5.7.5/questions.yaml diff --git a/stable/root/5.7.3/templates/common.yaml b/stable/root/5.7.5/templates/common.yaml similarity index 100% rename from stable/root/5.7.3/templates/common.yaml rename to stable/root/5.7.5/templates/common.yaml diff --git a/stable/rsnapshot/9.7.4/values.yaml b/stable/root/5.7.5/values.yaml similarity index 100% rename from stable/rsnapshot/9.7.4/values.yaml rename to stable/root/5.7.5/values.yaml diff --git a/stable/rsnapshot/9.7.4/CHANGELOG.md b/stable/rsnapshot/9.7.4/CHANGELOG.md deleted file mode 100644 index 1a0d3d92063..00000000000 --- a/stable/rsnapshot/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/rsnapshot/9.7.4/Chart.yaml b/stable/rsnapshot/9.7.4/Chart.yaml deleted file mode 100644 index 62f4f922fe2..00000000000 --- a/stable/rsnapshot/9.7.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.5 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Rsnapshot is a filesystem snapshot utility based on rsync. -home: https://truecharts.org/charts/stable/rsnapshot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png -keywords: - - rsnapshot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rsnapshot -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot - - https://ghcr.io/linuxserver/rsnapshot -type: application -version: 9.7.4 diff --git a/stable/rsnapshot/9.7.4/app-changelog.md b/stable/rsnapshot/9.7.4/app-changelog.md deleted file mode 100644 index 1b6cc6053b3..00000000000 --- a/stable/rsnapshot/9.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [rsnapshot-9.7.4](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) \ No newline at end of file diff --git a/stable/rsnapshot/9.7.4/charts/common-20.2.9.tgz b/stable/rsnapshot/9.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/rsnapshot/9.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.7.4/ix_values.yaml b/stable/rsnapshot/9.7.4/ix_values.yaml deleted file mode 100644 index 336a481c2c0..00000000000 --- a/stable/rsnapshot/9.7.4/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: ghcr.io/linuxserver/rsnapshot - pullPolicy: IfNotPresent - tag: 1.4.5@sha256:049c0898e8c4c1047afdc56a7b8a16aa63aa22ed102516ab68f03f8692fd5f4f -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/rss-bridge/10.7.3/.helmignore b/stable/rsnapshot/9.7.6/.helmignore similarity index 100% rename from stable/rss-bridge/10.7.3/.helmignore rename to stable/rsnapshot/9.7.6/.helmignore diff --git a/stable/rsnapshot/9.7.6/CHANGELOG.md b/stable/rsnapshot/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..297f95ad3cf --- /dev/null +++ b/stable/rsnapshot/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rsnapshot-9.7.6](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@5aae886](https://github.com/5aae886) by renovate ([#19895](https://github.com/truecharts/charts/issues/19895)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) + + +## [rsnapshot-9.7.5](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@5aae886](https://github.com/5aae886) by renovate ([#19895](https://github.com/truecharts/charts/issues/19895)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) + + +## [rsnapshot-9.7.5](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@5aae886](https://github.com/5aae886) by renovate ([#19895](https://github.com/truecharts/charts/issues/19895)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) + + +## [rsnapshot-9.7.5](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.5) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@5aae886](https://github.com/5aae886) by renovate ([#19895](https://github.com/truecharts/charts/issues/19895)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) + + +## [rsnapshot-9.7.5](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.5) (2024-03-29) + +### Chore diff --git a/stable/rsnapshot/9.7.6/Chart.yaml b/stable/rsnapshot/9.7.6/Chart.yaml new file mode 100644 index 00000000000..32974d3afe8 --- /dev/null +++ b/stable/rsnapshot/9.7.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rsnapshot is a filesystem snapshot utility based on rsync. +home: https://truecharts.org/charts/stable/rsnapshot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png +keywords: + - rsnapshot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsnapshot +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot + - https://ghcr.io/linuxserver/rsnapshot +type: application +version: 9.7.6 diff --git a/stable/rsnapshot/9.7.4/README.md b/stable/rsnapshot/9.7.6/README.md similarity index 100% rename from stable/rsnapshot/9.7.4/README.md rename to stable/rsnapshot/9.7.6/README.md diff --git a/stable/rsnapshot/9.7.6/app-changelog.md b/stable/rsnapshot/9.7.6/app-changelog.md new file mode 100644 index 00000000000..4ce71b0d446 --- /dev/null +++ b/stable/rsnapshot/9.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [rsnapshot-9.7.6](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@5aae886](https://github.com/5aae886) by renovate ([#19895](https://github.com/truecharts/charts/issues/19895)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245)) \ No newline at end of file diff --git a/stable/rsnapshot/9.7.4/app-readme.md b/stable/rsnapshot/9.7.6/app-readme.md similarity index 100% rename from stable/rsnapshot/9.7.4/app-readme.md rename to stable/rsnapshot/9.7.6/app-readme.md diff --git a/stable/rsnapshot/9.7.6/charts/common-20.2.10.tgz b/stable/rsnapshot/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rsnapshot/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/rsnapshot/9.7.6/ix_values.yaml b/stable/rsnapshot/9.7.6/ix_values.yaml new file mode 100644 index 00000000000..35127c0b198 --- /dev/null +++ b/stable/rsnapshot/9.7.6/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: ghcr.io/linuxserver/rsnapshot + pullPolicy: IfNotPresent + tag: 1.4.5@sha256:5aae886ac176958b288daefa03b634a94c7a1161affb1eb7ef406ca64bcf489c +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/rsnapshot/9.7.4/questions.yaml b/stable/rsnapshot/9.7.6/questions.yaml similarity index 100% rename from stable/rsnapshot/9.7.4/questions.yaml rename to stable/rsnapshot/9.7.6/questions.yaml diff --git a/stable/rss-bridge/10.7.3/templates/NOTES.txt b/stable/rsnapshot/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/rss-bridge/10.7.3/templates/NOTES.txt rename to stable/rsnapshot/9.7.6/templates/NOTES.txt diff --git a/stable/rsnapshot/9.7.4/templates/common.yaml b/stable/rsnapshot/9.7.6/templates/common.yaml similarity index 100% rename from stable/rsnapshot/9.7.4/templates/common.yaml rename to stable/rsnapshot/9.7.6/templates/common.yaml diff --git a/stable/rss-bridge/10.7.3/values.yaml b/stable/rsnapshot/9.7.6/values.yaml similarity index 100% rename from stable/rss-bridge/10.7.3/values.yaml rename to stable/rsnapshot/9.7.6/values.yaml diff --git a/stable/rss-bridge/10.7.3/CHANGELOG.md b/stable/rss-bridge/10.7.3/CHANGELOG.md deleted file mode 100644 index e35b2edc1bb..00000000000 --- a/stable/rss-bridge/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rss-bridge/10.7.3/Chart.yaml b/stable/rss-bridge/10.7.3/Chart.yaml deleted file mode 100644 index 5e93a6e3706..00000000000 --- a/stable/rss-bridge/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. -home: https://truecharts.org/charts/stable/rss-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png -keywords: - - rss-bridge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-bridge -sources: - - https://github.com/RSS-Bridge/rss-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - - https://hub.docker.com/r/rssbridge/rss-bridge -type: application -version: 10.7.3 diff --git a/stable/rss-bridge/10.7.3/app-changelog.md b/stable/rss-bridge/10.7.3/app-changelog.md deleted file mode 100644 index 825fb3a713a..00000000000 --- a/stable/rss-bridge/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz b/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rss-proxy/5.7.3/.helmignore b/stable/rss-bridge/10.7.5/.helmignore similarity index 100% rename from stable/rss-proxy/5.7.3/.helmignore rename to stable/rss-bridge/10.7.5/.helmignore diff --git a/stable/rss-bridge/10.7.5/CHANGELOG.md b/stable/rss-bridge/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ebce960e798 --- /dev/null +++ b/stable/rss-bridge/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-bridge-10.7.5](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-bridge-10.7.4](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-bridge-10.7.4](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-bridge-10.7.4](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-bridge-10.7.4](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-bridge-10.7.4](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rss-bridge/10.7.5/Chart.yaml b/stable/rss-bridge/10.7.5/Chart.yaml new file mode 100644 index 00000000000..5f2694c9b6d --- /dev/null +++ b/stable/rss-bridge/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. +home: https://truecharts.org/charts/stable/rss-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png +keywords: + - rss-bridge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-bridge +sources: + - https://github.com/RSS-Bridge/rss-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge + - https://hub.docker.com/r/rssbridge/rss-bridge +type: application +version: 10.7.5 diff --git a/stable/rss-bridge/10.7.3/README.md b/stable/rss-bridge/10.7.5/README.md similarity index 100% rename from stable/rss-bridge/10.7.3/README.md rename to stable/rss-bridge/10.7.5/README.md diff --git a/stable/rss-bridge/10.7.5/app-changelog.md b/stable/rss-bridge/10.7.5/app-changelog.md new file mode 100644 index 00000000000..5dd6a597f2a --- /dev/null +++ b/stable/rss-bridge/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rss-bridge-10.7.5](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-bridge/10.7.3/app-readme.md b/stable/rss-bridge/10.7.5/app-readme.md similarity index 100% rename from stable/rss-bridge/10.7.3/app-readme.md rename to stable/rss-bridge/10.7.5/app-readme.md diff --git a/stable/rss-bridge/10.7.5/charts/common-20.2.10.tgz b/stable/rss-bridge/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rss-bridge/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rss-bridge/10.7.3/ix_values.yaml b/stable/rss-bridge/10.7.5/ix_values.yaml similarity index 100% rename from stable/rss-bridge/10.7.3/ix_values.yaml rename to stable/rss-bridge/10.7.5/ix_values.yaml diff --git a/stable/rss-bridge/10.7.3/questions.yaml b/stable/rss-bridge/10.7.5/questions.yaml similarity index 100% rename from stable/rss-bridge/10.7.3/questions.yaml rename to stable/rss-bridge/10.7.5/questions.yaml diff --git a/stable/rtorrent-rutorrent/4.7.3/templates/NOTES.txt b/stable/rss-bridge/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/templates/NOTES.txt rename to stable/rss-bridge/10.7.5/templates/NOTES.txt diff --git a/stable/rss-bridge/10.7.3/templates/common.yaml b/stable/rss-bridge/10.7.5/templates/common.yaml similarity index 100% rename from stable/rss-bridge/10.7.3/templates/common.yaml rename to stable/rss-bridge/10.7.5/templates/common.yaml diff --git a/stable/rss-proxy/5.7.3/values.yaml b/stable/rss-bridge/10.7.5/values.yaml similarity index 100% rename from stable/rss-proxy/5.7.3/values.yaml rename to stable/rss-bridge/10.7.5/values.yaml diff --git a/stable/rss-proxy/5.7.3/CHANGELOG.md b/stable/rss-proxy/5.7.3/CHANGELOG.md deleted file mode 100644 index 96e51b7404b..00000000000 --- a/stable/rss-proxy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rss-proxy/5.7.3/Chart.yaml b/stable/rss-proxy/5.7.3/Chart.yaml deleted file mode 100644 index 7005afdb20b..00000000000 --- a/stable/rss-proxy/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. -home: https://truecharts.org/charts/stable/rss-proxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png -keywords: - - rss-proxy - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-proxy -sources: - - https://github.com/damoeb/rss-proxy - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy - - https://hub.docker.com/r/damoeb/rss-proxy -type: application -version: 5.7.3 diff --git a/stable/rss-proxy/5.7.3/app-changelog.md b/stable/rss-proxy/5.7.3/app-changelog.md deleted file mode 100644 index 42240f63fff..00000000000 --- a/stable/rss-proxy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz b/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rss-to-telegram/5.7.3/.helmignore b/stable/rss-proxy/5.7.5/.helmignore similarity index 100% rename from stable/rss-to-telegram/5.7.3/.helmignore rename to stable/rss-proxy/5.7.5/.helmignore diff --git a/stable/rss-proxy/5.7.5/CHANGELOG.md b/stable/rss-proxy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..603c37bddd0 --- /dev/null +++ b/stable/rss-proxy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-proxy-5.7.5](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-proxy-5.7.4](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-proxy-5.7.4](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-proxy-5.7.4](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-proxy-5.7.4](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-proxy-5.7.4](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rss-proxy/5.7.5/Chart.yaml b/stable/rss-proxy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..79ade6b7885 --- /dev/null +++ b/stable/rss-proxy/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. +home: https://truecharts.org/charts/stable/rss-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png +keywords: + - rss-proxy + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-proxy +sources: + - https://github.com/damoeb/rss-proxy + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy + - https://hub.docker.com/r/damoeb/rss-proxy +type: application +version: 5.7.5 diff --git a/stable/rss-proxy/5.7.3/README.md b/stable/rss-proxy/5.7.5/README.md similarity index 100% rename from stable/rss-proxy/5.7.3/README.md rename to stable/rss-proxy/5.7.5/README.md diff --git a/stable/rss-proxy/5.7.5/app-changelog.md b/stable/rss-proxy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..76f64f45e7c --- /dev/null +++ b/stable/rss-proxy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rss-proxy-5.7.5](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-proxy/5.7.3/app-readme.md b/stable/rss-proxy/5.7.5/app-readme.md similarity index 100% rename from stable/rss-proxy/5.7.3/app-readme.md rename to stable/rss-proxy/5.7.5/app-readme.md diff --git a/stable/rss-proxy/5.7.5/charts/common-20.2.10.tgz b/stable/rss-proxy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rss-proxy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rss-proxy/5.7.3/ix_values.yaml b/stable/rss-proxy/5.7.5/ix_values.yaml similarity index 100% rename from stable/rss-proxy/5.7.3/ix_values.yaml rename to stable/rss-proxy/5.7.5/ix_values.yaml diff --git a/stable/passwordpusherephemeral/5.7.3/questions.yaml b/stable/rss-proxy/5.7.5/questions.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.7.3/questions.yaml rename to stable/rss-proxy/5.7.5/questions.yaml diff --git a/stable/rss-proxy/5.7.3/templates/common.yaml b/stable/rss-proxy/5.7.5/templates/common.yaml similarity index 100% rename from stable/rss-proxy/5.7.3/templates/common.yaml rename to stable/rss-proxy/5.7.5/templates/common.yaml diff --git a/stable/rss-to-telegram/5.7.3/values.yaml b/stable/rss-proxy/5.7.5/values.yaml similarity index 100% rename from stable/rss-to-telegram/5.7.3/values.yaml rename to stable/rss-proxy/5.7.5/values.yaml diff --git a/stable/rss-to-telegram/5.7.3/CHANGELOG.md b/stable/rss-to-telegram/5.7.3/CHANGELOG.md deleted file mode 100644 index 140f5724e53..00000000000 --- a/stable/rss-to-telegram/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rss-to-telegram/5.7.3/Chart.yaml b/stable/rss-to-telegram/5.7.3/Chart.yaml deleted file mode 100644 index ee3d57f103f..00000000000 --- a/stable/rss-to-telegram/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. -home: https://truecharts.org/charts/stable/rss-to-telegram -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png -keywords: - - rss-to-telegram - - Network-Other - - Network-Messenger - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rss-to-telegram -sources: - - https://github.com/BoKKeR/RSS-to-Telegram-Bot - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram - - https://hub.docker.com/r/bokker/rss.to.telegram -type: application -version: 5.7.3 diff --git a/stable/rss-to-telegram/5.7.3/app-changelog.md b/stable/rss-to-telegram/5.7.3/app-changelog.md deleted file mode 100644 index 2ac679757b2..00000000000 --- a/stable/rss-to-telegram/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz b/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rstudio/6.7.4/.helmignore b/stable/rss-to-telegram/5.7.5/.helmignore similarity index 100% rename from stable/rstudio/6.7.4/.helmignore rename to stable/rss-to-telegram/5.7.5/.helmignore diff --git a/stable/rss-to-telegram/5.7.5/CHANGELOG.md b/stable/rss-to-telegram/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a4048333dc5 --- /dev/null +++ b/stable/rss-to-telegram/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-to-telegram-5.7.5](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-to-telegram-5.7.4](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-to-telegram-5.7.4](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-to-telegram-5.7.4](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-to-telegram-5.7.4](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rss-to-telegram-5.7.4](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rss-to-telegram/5.7.5/Chart.yaml b/stable/rss-to-telegram/5.7.5/Chart.yaml new file mode 100644 index 00000000000..66ad0f810b1 --- /dev/null +++ b/stable/rss-to-telegram/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. +home: https://truecharts.org/charts/stable/rss-to-telegram +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png +keywords: + - rss-to-telegram + - Network-Other + - Network-Messenger + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-to-telegram +sources: + - https://github.com/BoKKeR/RSS-to-Telegram-Bot + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram + - https://hub.docker.com/r/bokker/rss.to.telegram +type: application +version: 5.7.5 diff --git a/stable/rss-to-telegram/5.7.3/README.md b/stable/rss-to-telegram/5.7.5/README.md similarity index 100% rename from stable/rss-to-telegram/5.7.3/README.md rename to stable/rss-to-telegram/5.7.5/README.md diff --git a/stable/rss-to-telegram/5.7.5/app-changelog.md b/stable/rss-to-telegram/5.7.5/app-changelog.md new file mode 100644 index 00000000000..57f1daa905b --- /dev/null +++ b/stable/rss-to-telegram/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rss-to-telegram-5.7.5](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rss-to-telegram/5.7.3/app-readme.md b/stable/rss-to-telegram/5.7.5/app-readme.md similarity index 100% rename from stable/rss-to-telegram/5.7.3/app-readme.md rename to stable/rss-to-telegram/5.7.5/app-readme.md diff --git a/stable/rss-to-telegram/5.7.5/charts/common-20.2.10.tgz b/stable/rss-to-telegram/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rss-to-telegram/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rss-to-telegram/5.7.3/ix_values.yaml b/stable/rss-to-telegram/5.7.5/ix_values.yaml similarity index 100% rename from stable/rss-to-telegram/5.7.3/ix_values.yaml rename to stable/rss-to-telegram/5.7.5/ix_values.yaml diff --git a/stable/rss-to-telegram/5.7.3/questions.yaml b/stable/rss-to-telegram/5.7.5/questions.yaml similarity index 100% rename from stable/rss-to-telegram/5.7.3/questions.yaml rename to stable/rss-to-telegram/5.7.5/questions.yaml diff --git a/stable/rss-to-telegram/5.7.3/templates/common.yaml b/stable/rss-to-telegram/5.7.5/templates/common.yaml similarity index 100% rename from stable/rss-to-telegram/5.7.3/templates/common.yaml rename to stable/rss-to-telegram/5.7.5/templates/common.yaml diff --git a/stable/rstudio/6.7.4/values.yaml b/stable/rss-to-telegram/5.7.5/values.yaml similarity index 100% rename from stable/rstudio/6.7.4/values.yaml rename to stable/rss-to-telegram/5.7.5/values.yaml diff --git a/stable/rsshub/12.8.18/CHANGELOG.md b/stable/rsshub/12.8.18/CHANGELOG.md index 8f4f6a8c0b8..1091637e17e 100644 --- a/stable/rsshub/12.8.18/CHANGELOG.md +++ b/stable/rsshub/12.8.18/CHANGELOG.md @@ -14,6 +14,8 @@ title: Changelog +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + - update container image diygod/rsshub to latest[@2085093](https://github.com/2085093) by renovate ([#19990](https://github.com/truecharts/charts/issues/19990)) - update container image diygod/rsshub to latest[@d1d239b](https://github.com/d1d239b) by renovate ([#19932](https://github.com/truecharts/charts/issues/19932)) @@ -95,6 +97,3 @@ title: Changelog - update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - update container image diygod/rsshub to latest[@b5a6e57](https://github.com/b5a6e57) by renovate ([#19220](https://github.com/truecharts/charts/issues/19220)) - - -## [rsshub-12.8.17](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.8.17) (2024-03-30) \ No newline at end of file diff --git a/stable/rsshub/12.8.18/Chart.yaml b/stable/rsshub/12.8.18/Chart.yaml index d2a0c9fb7b0..d7a6004ed58 100644 --- a/stable/rsshub/12.8.18/Chart.yaml +++ b/stable/rsshub/12.8.18/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.2.9 + version: 20.2.10 repository: oci://tccr.io/truecharts condition: "" alias: "" diff --git a/stable/rsshub/12.8.18/app-changelog.md b/stable/rsshub/12.8.18/app-changelog.md index 53721edea0d..c44dfc9b565 100644 --- a/stable/rsshub/12.8.18/app-changelog.md +++ b/stable/rsshub/12.8.18/app-changelog.md @@ -6,6 +6,8 @@ +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + - update container image diygod/rsshub to latest[@2085093](https://github.com/2085093) by renovate ([#19990](https://github.com/truecharts/charts/issues/19990)) - update container image diygod/rsshub to latest[@d1d239b](https://github.com/d1d239b) by renovate ([#19932](https://github.com/truecharts/charts/issues/19932)) diff --git a/stable/rsshub/12.8.18/charts/common-20.2.10.tgz b/stable/rsshub/12.8.18/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rsshub/12.8.18/charts/common-20.2.10.tgz differ diff --git a/stable/rsshub/12.8.18/charts/common-20.2.9.tgz b/stable/rsshub/12.8.18/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/rsshub/12.8.18/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/rstudio/6.7.4/CHANGELOG.md b/stable/rstudio/6.7.4/CHANGELOG.md deleted file mode 100644 index 39230d6fb7f..00000000000 --- a/stable/rstudio/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/rstudio/6.7.4/Chart.yaml b/stable/rstudio/6.7.4/Chart.yaml deleted file mode 100644 index 8a1f63d60a5..00000000000 --- a/stable/rstudio/6.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.3 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Integrated development environment for R, a programming language for statistical computing and graphics. -home: https://truecharts.org/charts/stable/rstudio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png -keywords: - - rstudio - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rstudio -sources: - - https://github.com/rocker-org/rocker-versioned2 - - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio - - https://hub.docker.com/r/rocker/rstudio -type: application -version: 6.7.4 diff --git a/stable/rstudio/6.7.4/app-changelog.md b/stable/rstudio/6.7.4/app-changelog.md deleted file mode 100644 index d996fe6649c..00000000000 --- a/stable/rstudio/6.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [rstudio-6.7.4](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) \ No newline at end of file diff --git a/stable/rstudio/6.7.4/charts/common-20.2.9.tgz b/stable/rstudio/6.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/rstudio/6.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/rstudio/6.7.4/ix_values.yaml b/stable/rstudio/6.7.4/ix_values.yaml deleted file mode 100644 index 372d94983b1..00000000000 --- a/stable/rstudio/6.7.4/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: rocker/rstudio - tag: 4.3.3@sha256:223204c638e2c11045637c67778f326812d8c4eaf5b35f56b427b5dd15560819 -persistence: - config: - enabled: true - mountPath: /home/rstudio/.config/rstudio - workspace: - enabled: true - mountPath: /home/rstudio/workspace -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8787 - protocol: http - targetPort: 8787 -workload: - main: - podSpec: - containers: - main: - env: - DISABLE_AUTH: "false" - GROUPID: "{{ .Values.securityContext.pod.fsGroup }}" - PASSWORD: rstudio - ROOT: "FALSE" - USER: rstudio - USERID: "{{ .Values.securityContext.container.runAsUser }}" diff --git a/stable/rtorrent-rutorrent/4.7.3/.helmignore b/stable/rstudio/6.7.6/.helmignore similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/.helmignore rename to stable/rstudio/6.7.6/.helmignore diff --git a/stable/rstudio/6.7.6/CHANGELOG.md b/stable/rstudio/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..91639b4a9c5 --- /dev/null +++ b/stable/rstudio/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rstudio-6.7.6](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image rocker/rstudio to 4.3.3[@a2c1143](https://github.com/a2c1143) by renovate ([#19973](https://github.com/truecharts/charts/issues/19973)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) + + +## [rstudio-6.7.5](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.5) (2024-03-30) + +### Chore + + + +- update container image rocker/rstudio to 4.3.3[@a2c1143](https://github.com/a2c1143) by renovate ([#19973](https://github.com/truecharts/charts/issues/19973)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) + + +## [rstudio-6.7.5](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.5) (2024-03-30) + +### Chore + + + +- update container image rocker/rstudio to 4.3.3[@a2c1143](https://github.com/a2c1143) by renovate ([#19973](https://github.com/truecharts/charts/issues/19973)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) + + +## [rstudio-6.7.5](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.5) (2024-03-30) + +### Chore + + + +- update container image rocker/rstudio to 4.3.3[@a2c1143](https://github.com/a2c1143) by renovate ([#19973](https://github.com/truecharts/charts/issues/19973)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) + + +## [rstudio-6.7.5](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.5) (2024-03-30) + +### Chore diff --git a/stable/rstudio/6.7.6/Chart.yaml b/stable/rstudio/6.7.6/Chart.yaml new file mode 100644 index 00000000000..c22c9bbdf9e --- /dev/null +++ b/stable/rstudio/6.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Integrated development environment for R, a programming language for statistical computing and graphics. +home: https://truecharts.org/charts/stable/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png +keywords: + - rstudio + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rstudio +sources: + - https://github.com/rocker-org/rocker-versioned2 + - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio + - https://hub.docker.com/r/rocker/rstudio +type: application +version: 6.7.6 diff --git a/stable/rstudio/6.7.4/README.md b/stable/rstudio/6.7.6/README.md similarity index 100% rename from stable/rstudio/6.7.4/README.md rename to stable/rstudio/6.7.6/README.md diff --git a/stable/rstudio/6.7.6/app-changelog.md b/stable/rstudio/6.7.6/app-changelog.md new file mode 100644 index 00000000000..29ba51a1e21 --- /dev/null +++ b/stable/rstudio/6.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [rstudio-6.7.6](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image rocker/rstudio to 4.3.3[@a2c1143](https://github.com/a2c1143) by renovate ([#19973](https://github.com/truecharts/charts/issues/19973)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283)) \ No newline at end of file diff --git a/stable/rstudio/6.7.4/app-readme.md b/stable/rstudio/6.7.6/app-readme.md similarity index 100% rename from stable/rstudio/6.7.4/app-readme.md rename to stable/rstudio/6.7.6/app-readme.md diff --git a/stable/rstudio/6.7.6/charts/common-20.2.10.tgz b/stable/rstudio/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rstudio/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/rstudio/6.7.6/ix_values.yaml b/stable/rstudio/6.7.6/ix_values.yaml new file mode 100644 index 00000000000..df8b4cc7001 --- /dev/null +++ b/stable/rstudio/6.7.6/ix_values.yaml @@ -0,0 +1,38 @@ +image: + pullPolicy: IfNotPresent + repository: rocker/rstudio + tag: 4.3.3@sha256:a2c1143729b88f64f5e5f9779c35ab5e7dee543bb212c7b1d2a588aefe104a23 +persistence: + config: + enabled: true + mountPath: /home/rstudio/.config/rstudio + workspace: + enabled: true + mountPath: /home/rstudio/workspace +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8787 + protocol: http + targetPort: 8787 +workload: + main: + podSpec: + containers: + main: + env: + DISABLE_AUTH: "false" + GROUPID: "{{ .Values.securityContext.pod.fsGroup }}" + PASSWORD: rstudio + ROOT: "FALSE" + USER: rstudio + USERID: "{{ .Values.securityContext.container.runAsUser }}" diff --git a/stable/rstudio/6.7.4/questions.yaml b/stable/rstudio/6.7.6/questions.yaml similarity index 100% rename from stable/rstudio/6.7.4/questions.yaml rename to stable/rstudio/6.7.6/questions.yaml diff --git a/stable/rstudio/6.7.4/templates/common.yaml b/stable/rstudio/6.7.6/templates/common.yaml similarity index 100% rename from stable/rstudio/6.7.4/templates/common.yaml rename to stable/rstudio/6.7.6/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/4.7.3/values.yaml b/stable/rstudio/6.7.6/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/values.yaml rename to stable/rstudio/6.7.6/values.yaml diff --git a/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md b/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md deleted file mode 100644 index dca1256f0d8..00000000000 --- a/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rtorrent-rutorrent/4.7.3/Chart.yaml b/stable/rtorrent-rutorrent/4.7.3/Chart.yaml deleted file mode 100644 index 8dd2a5fb6d1..00000000000 --- a/stable/rtorrent-rutorrent/4.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: torrent - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.9 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: rTorrent and ruTorrent chart. -home: https://truecharts.org/charts/stable/rtorrent-rutorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png -keywords: - - rutorrent - - torrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rtorrent-rutorrent -sources: - - https://github.com/crazy-max/docker-rtorrent-rutorrent - - https://truecharts.org/charts/stable/rtorrent-rutorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent - - https://ghcr.io/crazy-max/rtorrent-rutorrent - - https://ghcr.io/thde/rtorrent_exporter -type: application -version: 4.7.3 diff --git a/stable/rtorrent-rutorrent/4.7.3/app-changelog.md b/stable/rtorrent-rutorrent/4.7.3/app-changelog.md deleted file mode 100644 index 7dcdab44dd3..00000000000 --- a/stable/rtorrent-rutorrent/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz b/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rust/5.7.3/.helmignore b/stable/rtorrent-rutorrent/4.7.5/.helmignore similarity index 100% rename from stable/rust/5.7.3/.helmignore rename to stable/rtorrent-rutorrent/4.7.5/.helmignore diff --git a/stable/rtorrent-rutorrent/4.7.5/CHANGELOG.md b/stable/rtorrent-rutorrent/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..645f9eb6ef8 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rtorrent-rutorrent-4.7.5](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rtorrent-rutorrent-4.7.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rtorrent-rutorrent-4.7.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rtorrent-rutorrent-4.7.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rtorrent-rutorrent-4.7.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rtorrent-rutorrent-4.7.4](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.4) (2024-03-30) + +### Chore \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.7.5/Chart.yaml b/stable/rtorrent-rutorrent/4.7.5/Chart.yaml new file mode 100644 index 00000000000..18d2685a08f --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: torrent + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.9 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rTorrent and ruTorrent chart. +home: https://truecharts.org/charts/stable/rtorrent-rutorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png +keywords: + - rutorrent + - torrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rtorrent-rutorrent +sources: + - https://github.com/crazy-max/docker-rtorrent-rutorrent + - https://truecharts.org/charts/stable/rtorrent-rutorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent + - https://ghcr.io/thde/rtorrent_exporter + - https://ghcr.io/crazy-max/rtorrent-rutorrent +type: application +version: 4.7.5 diff --git a/stable/rtorrent-rutorrent/4.7.3/README.md b/stable/rtorrent-rutorrent/4.7.5/README.md similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/README.md rename to stable/rtorrent-rutorrent/4.7.5/README.md diff --git a/stable/rtorrent-rutorrent/4.7.5/app-changelog.md b/stable/rtorrent-rutorrent/4.7.5/app-changelog.md new file mode 100644 index 00000000000..aab73a815b9 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rtorrent-rutorrent-4.7.5](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.7.3/app-readme.md b/stable/rtorrent-rutorrent/4.7.5/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/app-readme.md rename to stable/rtorrent-rutorrent/4.7.5/app-readme.md diff --git a/stable/rtorrent-rutorrent/4.7.5/charts/common-20.2.10.tgz b/stable/rtorrent-rutorrent/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rtorrent-rutorrent/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rtorrent-rutorrent/4.7.3/ix_values.yaml b/stable/rtorrent-rutorrent/4.7.5/ix_values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/ix_values.yaml rename to stable/rtorrent-rutorrent/4.7.5/ix_values.yaml diff --git a/stable/rtorrent-rutorrent/4.7.3/questions.yaml b/stable/rtorrent-rutorrent/4.7.5/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/questions.yaml rename to stable/rtorrent-rutorrent/4.7.5/questions.yaml diff --git a/stable/sabnzbd/19.5.3/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/sabnzbd/19.5.3/templates/NOTES.txt rename to stable/rtorrent-rutorrent/4.7.5/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.7.3/templates/common.yaml b/stable/rtorrent-rutorrent/4.7.5/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.7.3/templates/common.yaml rename to stable/rtorrent-rutorrent/4.7.5/templates/common.yaml diff --git a/stable/rust/5.7.3/values.yaml b/stable/rtorrent-rutorrent/4.7.5/values.yaml similarity index 100% rename from stable/rust/5.7.3/values.yaml rename to stable/rtorrent-rutorrent/4.7.5/values.yaml diff --git a/stable/rust/5.7.3/CHANGELOG.md b/stable/rust/5.7.3/CHANGELOG.md deleted file mode 100644 index 2ecbf4361d8..00000000000 --- a/stable/rust/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rust/5.7.3/Chart.yaml b/stable/rust/5.7.3/Chart.yaml deleted file mode 100644 index 32b7892b1f3..00000000000 --- a/stable/rust/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rust -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install RUST and run it. -home: https://truecharts.org/charts/stable/rust -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png -keywords: - - rust - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rust -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/rust - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/rust/5.7.3/app-changelog.md b/stable/rust/5.7.3/app-changelog.md deleted file mode 100644 index 6405cae8caa..00000000000 --- a/stable/rust/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rust/5.7.3/charts/common-20.2.4.tgz b/stable/rust/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rust/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/rustpad/5.7.3/.helmignore b/stable/rust/5.7.5/.helmignore similarity index 100% rename from stable/rustpad/5.7.3/.helmignore rename to stable/rust/5.7.5/.helmignore diff --git a/stable/rust/5.7.5/CHANGELOG.md b/stable/rust/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d7e5cb2c294 --- /dev/null +++ b/stable/rust/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rust-5.7.5](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rust-5.7.4](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rust-5.7.4](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rust-5.7.4](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rust-5.7.4](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rust-5.7.4](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rust/5.7.5/Chart.yaml b/stable/rust/5.7.5/Chart.yaml new file mode 100644 index 00000000000..166591a0f7e --- /dev/null +++ b/stable/rust/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rust +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install RUST and run it. +home: https://truecharts.org/charts/stable/rust +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png +keywords: + - rust + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rust +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/rust + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/rust/5.7.3/README.md b/stable/rust/5.7.5/README.md similarity index 100% rename from stable/rust/5.7.3/README.md rename to stable/rust/5.7.5/README.md diff --git a/stable/rust/5.7.5/app-changelog.md b/stable/rust/5.7.5/app-changelog.md new file mode 100644 index 00000000000..844b8395973 --- /dev/null +++ b/stable/rust/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rust-5.7.5](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rust/5.7.3/app-readme.md b/stable/rust/5.7.5/app-readme.md similarity index 100% rename from stable/rust/5.7.3/app-readme.md rename to stable/rust/5.7.5/app-readme.md diff --git a/stable/rust/5.7.5/charts/common-20.2.10.tgz b/stable/rust/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rust/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rust/5.7.3/ix_values.yaml b/stable/rust/5.7.5/ix_values.yaml similarity index 100% rename from stable/rust/5.7.3/ix_values.yaml rename to stable/rust/5.7.5/ix_values.yaml diff --git a/stable/rust/5.7.3/questions.yaml b/stable/rust/5.7.5/questions.yaml similarity index 100% rename from stable/rust/5.7.3/questions.yaml rename to stable/rust/5.7.5/questions.yaml diff --git a/stable/rust/5.7.3/templates/common.yaml b/stable/rust/5.7.5/templates/common.yaml similarity index 100% rename from stable/rust/5.7.3/templates/common.yaml rename to stable/rust/5.7.5/templates/common.yaml diff --git a/stable/rustpad/5.7.3/values.yaml b/stable/rust/5.7.5/values.yaml similarity index 100% rename from stable/rustpad/5.7.3/values.yaml rename to stable/rust/5.7.5/values.yaml diff --git a/stable/rustpad/5.7.3/CHANGELOG.md b/stable/rustpad/5.7.3/CHANGELOG.md deleted file mode 100644 index 0125687f931..00000000000 --- a/stable/rustpad/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/rustpad/5.7.3/Chart.yaml b/stable/rustpad/5.7.3/Chart.yaml deleted file mode 100644 index b8ebadbfc10..00000000000 --- a/stable/rustpad/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. -home: https://truecharts.org/charts/stable/rustpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png -keywords: - - rustpad - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: rustpad -sources: - - https://github.com/ekzhang/rustpad - - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad - - https://hub.docker.com/r/ekzhang/rustpad -type: application -version: 5.7.3 diff --git a/stable/rustpad/5.7.3/app-changelog.md b/stable/rustpad/5.7.3/app-changelog.md deleted file mode 100644 index 8295c36f7c3..00000000000 --- a/stable/rustpad/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rustpad/5.7.3/charts/common-20.2.4.tgz b/stable/rustpad/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/rustpad/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/s3backup/5.7.3/.helmignore b/stable/rustpad/5.7.5/.helmignore similarity index 100% rename from stable/s3backup/5.7.3/.helmignore rename to stable/rustpad/5.7.5/.helmignore diff --git a/stable/rustpad/5.7.5/CHANGELOG.md b/stable/rustpad/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5b309e052bd --- /dev/null +++ b/stable/rustpad/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rustpad-5.7.5](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rustpad-5.7.4](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rustpad-5.7.4](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rustpad-5.7.4](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rustpad-5.7.4](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [rustpad-5.7.4](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/rustpad/5.7.5/Chart.yaml b/stable/rustpad/5.7.5/Chart.yaml new file mode 100644 index 00000000000..bc093aa3789 --- /dev/null +++ b/stable/rustpad/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. +home: https://truecharts.org/charts/stable/rustpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png +keywords: + - rustpad + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rustpad +sources: + - https://github.com/ekzhang/rustpad + - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad + - https://hub.docker.com/r/ekzhang/rustpad +type: application +version: 5.7.5 diff --git a/stable/rustpad/5.7.3/README.md b/stable/rustpad/5.7.5/README.md similarity index 100% rename from stable/rustpad/5.7.3/README.md rename to stable/rustpad/5.7.5/README.md diff --git a/stable/rustpad/5.7.5/app-changelog.md b/stable/rustpad/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ac3b03ee3c9 --- /dev/null +++ b/stable/rustpad/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [rustpad-5.7.5](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/rustpad/5.7.3/app-readme.md b/stable/rustpad/5.7.5/app-readme.md similarity index 100% rename from stable/rustpad/5.7.3/app-readme.md rename to stable/rustpad/5.7.5/app-readme.md diff --git a/stable/rustpad/5.7.5/charts/common-20.2.10.tgz b/stable/rustpad/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/rustpad/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/rustpad/5.7.3/ix_values.yaml b/stable/rustpad/5.7.5/ix_values.yaml similarity index 100% rename from stable/rustpad/5.7.3/ix_values.yaml rename to stable/rustpad/5.7.5/ix_values.yaml diff --git a/stable/rustpad/5.7.3/questions.yaml b/stable/rustpad/5.7.5/questions.yaml similarity index 100% rename from stable/rustpad/5.7.3/questions.yaml rename to stable/rustpad/5.7.5/questions.yaml diff --git a/stable/rustpad/5.7.3/templates/common.yaml b/stable/rustpad/5.7.5/templates/common.yaml similarity index 100% rename from stable/rustpad/5.7.3/templates/common.yaml rename to stable/rustpad/5.7.5/templates/common.yaml diff --git a/stable/s3backup/5.7.3/values.yaml b/stable/rustpad/5.7.5/values.yaml similarity index 100% rename from stable/s3backup/5.7.3/values.yaml rename to stable/rustpad/5.7.5/values.yaml diff --git a/stable/s3backup/5.7.3/CHANGELOG.md b/stable/s3backup/5.7.3/CHANGELOG.md deleted file mode 100644 index 816d136cd46..00000000000 --- a/stable/s3backup/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/s3backup/5.7.3/Chart.yaml b/stable/s3backup/5.7.3/Chart.yaml deleted file mode 100644 index 3bea09db912..00000000000 --- a/stable/s3backup/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple way to backup important files to Amazon S3 and Glacier. -home: https://truecharts.org/charts/stable/s3backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png -keywords: - - s3backup - - Backup - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: s3backup -sources: - - https://registry.hub.docker.com/r/joch/s3backup/ - - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup - - https://hub.docker.com/r/joch/s3backup -type: application -version: 5.7.3 diff --git a/stable/s3backup/5.7.3/app-changelog.md b/stable/s3backup/5.7.3/app-changelog.md deleted file mode 100644 index 2ddc0224972..00000000000 --- a/stable/s3backup/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/s3backup/5.7.3/charts/common-20.2.4.tgz b/stable/s3backup/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/s3backup/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/s3sync/5.7.3/.helmignore b/stable/s3backup/5.7.5/.helmignore similarity index 100% rename from stable/s3sync/5.7.3/.helmignore rename to stable/s3backup/5.7.5/.helmignore diff --git a/stable/s3backup/5.7.5/CHANGELOG.md b/stable/s3backup/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bc1058df31e --- /dev/null +++ b/stable/s3backup/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3backup-5.7.5](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3backup-5.7.4](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3backup-5.7.4](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3backup-5.7.4](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3backup-5.7.4](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3backup-5.7.4](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/s3backup/5.7.5/Chart.yaml b/stable/s3backup/5.7.5/Chart.yaml new file mode 100644 index 00000000000..79b55d2b923 --- /dev/null +++ b/stable/s3backup/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple way to backup important files to Amazon S3 and Glacier. +home: https://truecharts.org/charts/stable/s3backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png +keywords: + - s3backup + - Backup + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3backup +sources: + - https://registry.hub.docker.com/r/joch/s3backup/ + - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup + - https://hub.docker.com/r/joch/s3backup +type: application +version: 5.7.5 diff --git a/stable/s3backup/5.7.3/README.md b/stable/s3backup/5.7.5/README.md similarity index 100% rename from stable/s3backup/5.7.3/README.md rename to stable/s3backup/5.7.5/README.md diff --git a/stable/s3backup/5.7.5/app-changelog.md b/stable/s3backup/5.7.5/app-changelog.md new file mode 100644 index 00000000000..56e574541b3 --- /dev/null +++ b/stable/s3backup/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [s3backup-5.7.5](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/s3backup/5.7.3/app-readme.md b/stable/s3backup/5.7.5/app-readme.md similarity index 100% rename from stable/s3backup/5.7.3/app-readme.md rename to stable/s3backup/5.7.5/app-readme.md diff --git a/stable/s3backup/5.7.5/charts/common-20.2.10.tgz b/stable/s3backup/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/s3backup/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/s3backup/5.7.3/ix_values.yaml b/stable/s3backup/5.7.5/ix_values.yaml similarity index 100% rename from stable/s3backup/5.7.3/ix_values.yaml rename to stable/s3backup/5.7.5/ix_values.yaml diff --git a/stable/s3backup/5.7.3/questions.yaml b/stable/s3backup/5.7.5/questions.yaml similarity index 100% rename from stable/s3backup/5.7.3/questions.yaml rename to stable/s3backup/5.7.5/questions.yaml diff --git a/stable/s3backup/5.7.3/templates/common.yaml b/stable/s3backup/5.7.5/templates/common.yaml similarity index 100% rename from stable/s3backup/5.7.3/templates/common.yaml rename to stable/s3backup/5.7.5/templates/common.yaml diff --git a/stable/s3sync/5.7.3/values.yaml b/stable/s3backup/5.7.5/values.yaml similarity index 100% rename from stable/s3sync/5.7.3/values.yaml rename to stable/s3backup/5.7.5/values.yaml diff --git a/stable/s3sync/5.7.3/CHANGELOG.md b/stable/s3sync/5.7.3/CHANGELOG.md deleted file mode 100644 index e6f981bb29f..00000000000 --- a/stable/s3sync/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/s3sync/5.7.3/Chart.yaml b/stable/s3sync/5.7.3/Chart.yaml deleted file mode 100644 index e7dcd88b587..00000000000 --- a/stable/s3sync/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. -home: https://truecharts.org/charts/stable/s3sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png -keywords: - - s3sync - - Backup - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: s3sync -sources: - - https://github.com/what-name/docker-s3sync - - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync - - https://hub.docker.com/r/whatname/docker-s3sync -type: application -version: 5.7.3 diff --git a/stable/s3sync/5.7.3/app-changelog.md b/stable/s3sync/5.7.3/app-changelog.md deleted file mode 100644 index d5df4c5e6f3..00000000000 --- a/stable/s3sync/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/s3sync/5.7.3/charts/common-20.2.4.tgz b/stable/s3sync/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/s3sync/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sabnzbd/19.5.3/.helmignore b/stable/s3sync/5.7.5/.helmignore similarity index 100% rename from stable/sabnzbd/19.5.3/.helmignore rename to stable/s3sync/5.7.5/.helmignore diff --git a/stable/s3sync/5.7.5/CHANGELOG.md b/stable/s3sync/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1ba275594b0 --- /dev/null +++ b/stable/s3sync/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3sync-5.7.5](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3sync-5.7.4](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3sync-5.7.4](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3sync-5.7.4](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3sync-5.7.4](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [s3sync-5.7.4](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/s3sync/5.7.5/Chart.yaml b/stable/s3sync/5.7.5/Chart.yaml new file mode 100644 index 00000000000..135cb81fad7 --- /dev/null +++ b/stable/s3sync/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. +home: https://truecharts.org/charts/stable/s3sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png +keywords: + - s3sync + - Backup + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3sync +sources: + - https://github.com/what-name/docker-s3sync + - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync + - https://hub.docker.com/r/whatname/docker-s3sync +type: application +version: 5.7.5 diff --git a/stable/s3sync/5.7.3/README.md b/stable/s3sync/5.7.5/README.md similarity index 100% rename from stable/s3sync/5.7.3/README.md rename to stable/s3sync/5.7.5/README.md diff --git a/stable/s3sync/5.7.5/app-changelog.md b/stable/s3sync/5.7.5/app-changelog.md new file mode 100644 index 00000000000..a9c15e62ecd --- /dev/null +++ b/stable/s3sync/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [s3sync-5.7.5](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/s3sync/5.7.3/app-readme.md b/stable/s3sync/5.7.5/app-readme.md similarity index 100% rename from stable/s3sync/5.7.3/app-readme.md rename to stable/s3sync/5.7.5/app-readme.md diff --git a/stable/s3sync/5.7.5/charts/common-20.2.10.tgz b/stable/s3sync/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/s3sync/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/s3sync/5.7.3/ix_values.yaml b/stable/s3sync/5.7.5/ix_values.yaml similarity index 100% rename from stable/s3sync/5.7.3/ix_values.yaml rename to stable/s3sync/5.7.5/ix_values.yaml diff --git a/stable/s3sync/5.7.3/questions.yaml b/stable/s3sync/5.7.5/questions.yaml similarity index 100% rename from stable/s3sync/5.7.3/questions.yaml rename to stable/s3sync/5.7.5/questions.yaml diff --git a/stable/s3sync/5.7.3/templates/common.yaml b/stable/s3sync/5.7.5/templates/common.yaml similarity index 100% rename from stable/s3sync/5.7.3/templates/common.yaml rename to stable/s3sync/5.7.5/templates/common.yaml diff --git a/stable/sabnzbd/19.5.3/values.yaml b/stable/s3sync/5.7.5/values.yaml similarity index 100% rename from stable/sabnzbd/19.5.3/values.yaml rename to stable/s3sync/5.7.5/values.yaml diff --git a/stable/sabnzbd/19.5.3/CHANGELOG.md b/stable/sabnzbd/19.5.3/CHANGELOG.md deleted file mode 100644 index eb9fdc0fd1d..00000000000 --- a/stable/sabnzbd/19.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - diff --git a/stable/sabnzbd/19.5.3/Chart.yaml b/stable/sabnzbd/19.5.3/Chart.yaml deleted file mode 100644 index 302d35747d3..00000000000 --- a/stable/sabnzbd/19.5.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Free and easy binary newsreader -home: https://truecharts.org/charts/stable/sabnzbd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png -keywords: - - sabnzbd - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sabnzbd -sources: - - https://sabnzbd.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - - https://ghcr.io/onedr0p/sabnzbd - - https://ghcr.io/onedr0p/exportarr -type: application -version: 19.5.3 diff --git a/stable/sabnzbd/19.5.3/app-changelog.md b/stable/sabnzbd/19.5.3/app-changelog.md deleted file mode 100644 index 2209875c0ca..00000000000 --- a/stable/sabnzbd/19.5.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) \ No newline at end of file diff --git a/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz b/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/satisfactory/9.7.3/.helmignore b/stable/sabnzbd/19.5.5/.helmignore similarity index 100% rename from stable/satisfactory/9.7.3/.helmignore rename to stable/sabnzbd/19.5.5/.helmignore diff --git a/stable/sabnzbd/19.5.5/CHANGELOG.md b/stable/sabnzbd/19.5.5/CHANGELOG.md new file mode 100644 index 00000000000..119570fb261 --- /dev/null +++ b/stable/sabnzbd/19.5.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sabnzbd-19.5.5](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) + + +## [sabnzbd-19.5.4](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) + + +## [sabnzbd-19.5.4](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) + + +## [sabnzbd-19.5.4](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) + + +## [sabnzbd-19.5.4](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/sabnzbd/19.5.5/Chart.yaml b/stable/sabnzbd/19.5.5/Chart.yaml new file mode 100644 index 00000000000..20a9eb77eab --- /dev/null +++ b/stable/sabnzbd/19.5.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and easy binary newsreader +home: https://truecharts.org/charts/stable/sabnzbd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png +keywords: + - sabnzbd + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sabnzbd +sources: + - https://sabnzbd.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd + - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/sabnzbd +type: application +version: 19.5.5 diff --git a/stable/sabnzbd/19.5.3/README.md b/stable/sabnzbd/19.5.5/README.md similarity index 100% rename from stable/sabnzbd/19.5.3/README.md rename to stable/sabnzbd/19.5.5/README.md diff --git a/stable/sabnzbd/19.5.5/app-changelog.md b/stable/sabnzbd/19.5.5/app-changelog.md new file mode 100644 index 00000000000..e495181305a --- /dev/null +++ b/stable/sabnzbd/19.5.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [sabnzbd-19.5.5](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259)) \ No newline at end of file diff --git a/stable/sabnzbd/19.5.3/app-readme.md b/stable/sabnzbd/19.5.5/app-readme.md similarity index 100% rename from stable/sabnzbd/19.5.3/app-readme.md rename to stable/sabnzbd/19.5.5/app-readme.md diff --git a/stable/sabnzbd/19.5.5/charts/common-20.2.10.tgz b/stable/sabnzbd/19.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sabnzbd/19.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/sabnzbd/19.5.3/ix_values.yaml b/stable/sabnzbd/19.5.5/ix_values.yaml similarity index 100% rename from stable/sabnzbd/19.5.3/ix_values.yaml rename to stable/sabnzbd/19.5.5/ix_values.yaml diff --git a/stable/sabnzbd/19.5.3/questions.yaml b/stable/sabnzbd/19.5.5/questions.yaml similarity index 100% rename from stable/sabnzbd/19.5.3/questions.yaml rename to stable/sabnzbd/19.5.5/questions.yaml diff --git a/stable/satisfactory/9.7.3/templates/NOTES.txt b/stable/sabnzbd/19.5.5/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/9.7.3/templates/NOTES.txt rename to stable/sabnzbd/19.5.5/templates/NOTES.txt diff --git a/stable/sabnzbd/19.5.3/templates/common.yaml b/stable/sabnzbd/19.5.5/templates/common.yaml similarity index 100% rename from stable/sabnzbd/19.5.3/templates/common.yaml rename to stable/sabnzbd/19.5.5/templates/common.yaml diff --git a/stable/satisfactory/9.7.3/values.yaml b/stable/sabnzbd/19.5.5/values.yaml similarity index 100% rename from stable/satisfactory/9.7.3/values.yaml rename to stable/sabnzbd/19.5.5/values.yaml diff --git a/stable/satisfactory/9.7.3/CHANGELOG.md b/stable/satisfactory/9.7.3/CHANGELOG.md deleted file mode 100644 index cb3b3c418b8..00000000000 --- a/stable/satisfactory/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/satisfactory/9.7.3/Chart.yaml b/stable/satisfactory/9.7.3/Chart.yaml deleted file mode 100644 index 94b6a5ef0a9..00000000000 --- a/stable/satisfactory/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Satisfactory Dedicated Server -home: https://truecharts.org/charts/stable/satisfactory -icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png -keywords: - - satisfactory -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: satisfactory -sources: - - https://github.com/wolveix/satisfactory-server - - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - - https://hub.docker.com/r/wolveix/satisfactory-server -type: application -version: 9.7.3 diff --git a/stable/satisfactory/9.7.3/app-changelog.md b/stable/satisfactory/9.7.3/app-changelog.md deleted file mode 100644 index d704081f093..00000000000 --- a/stable/satisfactory/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz b/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/scrutiny/10.8.3/.helmignore b/stable/satisfactory/9.7.5/.helmignore similarity index 100% rename from stable/scrutiny/10.8.3/.helmignore rename to stable/satisfactory/9.7.5/.helmignore diff --git a/stable/satisfactory/9.7.5/CHANGELOG.md b/stable/satisfactory/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..907cb374307 --- /dev/null +++ b/stable/satisfactory/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [satisfactory-9.7.5](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [satisfactory-9.7.4](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [satisfactory-9.7.4](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [satisfactory-9.7.4](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [satisfactory-9.7.4](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [satisfactory-9.7.4](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/satisfactory/9.7.5/Chart.yaml b/stable/satisfactory/9.7.5/Chart.yaml new file mode 100644 index 00000000000..e42b68dd900 --- /dev/null +++ b/stable/satisfactory/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Satisfactory Dedicated Server +home: https://truecharts.org/charts/stable/satisfactory +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png +keywords: + - satisfactory +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: satisfactory +sources: + - https://github.com/wolveix/satisfactory-server + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory + - https://hub.docker.com/r/wolveix/satisfactory-server +type: application +version: 9.7.5 diff --git a/stable/satisfactory/9.7.3/README.md b/stable/satisfactory/9.7.5/README.md similarity index 100% rename from stable/satisfactory/9.7.3/README.md rename to stable/satisfactory/9.7.5/README.md diff --git a/stable/satisfactory/9.7.5/app-changelog.md b/stable/satisfactory/9.7.5/app-changelog.md new file mode 100644 index 00000000000..a47e181b635 --- /dev/null +++ b/stable/satisfactory/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [satisfactory-9.7.5](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/satisfactory/9.7.3/app-readme.md b/stable/satisfactory/9.7.5/app-readme.md similarity index 100% rename from stable/satisfactory/9.7.3/app-readme.md rename to stable/satisfactory/9.7.5/app-readme.md diff --git a/stable/satisfactory/9.7.5/charts/common-20.2.10.tgz b/stable/satisfactory/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/satisfactory/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/satisfactory/9.7.3/ix_values.yaml b/stable/satisfactory/9.7.5/ix_values.yaml similarity index 100% rename from stable/satisfactory/9.7.3/ix_values.yaml rename to stable/satisfactory/9.7.5/ix_values.yaml diff --git a/stable/satisfactory/9.7.3/questions.yaml b/stable/satisfactory/9.7.5/questions.yaml similarity index 100% rename from stable/satisfactory/9.7.3/questions.yaml rename to stable/satisfactory/9.7.5/questions.yaml diff --git a/stable/scrutiny/10.8.3/templates/NOTES.txt b/stable/satisfactory/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/10.8.3/templates/NOTES.txt rename to stable/satisfactory/9.7.5/templates/NOTES.txt diff --git a/stable/satisfactory/9.7.3/templates/common.yaml b/stable/satisfactory/9.7.5/templates/common.yaml similarity index 100% rename from stable/satisfactory/9.7.3/templates/common.yaml rename to stable/satisfactory/9.7.5/templates/common.yaml diff --git a/stable/scrutiny/10.8.3/values.yaml b/stable/satisfactory/9.7.5/values.yaml similarity index 100% rename from stable/scrutiny/10.8.3/values.yaml rename to stable/satisfactory/9.7.5/values.yaml diff --git a/stable/scrutiny/10.8.3/CHANGELOG.md b/stable/scrutiny/10.8.3/CHANGELOG.md deleted file mode 100644 index 61fab865a0a..00000000000 --- a/stable/scrutiny/10.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - diff --git a/stable/scrutiny/10.8.3/Chart.yaml b/stable/scrutiny/10.8.3/Chart.yaml deleted file mode 100644 index cf0d0c93ec6..00000000000 --- a/stable/scrutiny/10.8.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. -home: https://truecharts.org/charts/stable/scrutiny -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png -keywords: - - scrutiny -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: scrutiny -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny - - https://ghcr.io/analogj/scrutiny -type: application -version: 10.8.3 diff --git a/stable/scrutiny/10.8.3/app-changelog.md b/stable/scrutiny/10.8.3/app-changelog.md deleted file mode 100644 index 7fa98ecb603..00000000000 --- a/stable/scrutiny/10.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) \ No newline at end of file diff --git a/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz b/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/scrypted/4.7.3/.helmignore b/stable/scrutiny/10.8.5/.helmignore similarity index 100% rename from stable/scrypted/4.7.3/.helmignore rename to stable/scrutiny/10.8.5/.helmignore diff --git a/stable/scrutiny/10.8.5/CHANGELOG.md b/stable/scrutiny/10.8.5/CHANGELOG.md new file mode 100644 index 00000000000..33fc00ed70e --- /dev/null +++ b/stable/scrutiny/10.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrutiny-10.8.5](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) + + +## [scrutiny-10.8.4](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) + + +## [scrutiny-10.8.4](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) + + +## [scrutiny-10.8.4](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) + + +## [scrutiny-10.8.4](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/scrutiny/10.8.5/Chart.yaml b/stable/scrutiny/10.8.5/Chart.yaml new file mode 100644 index 00000000000..6de63e81a8a --- /dev/null +++ b/stable/scrutiny/10.8.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. +home: https://truecharts.org/charts/stable/scrutiny +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png +keywords: + - scrutiny +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrutiny +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny + - https://ghcr.io/analogj/scrutiny +type: application +version: 10.8.5 diff --git a/stable/scrutiny/10.8.3/README.md b/stable/scrutiny/10.8.5/README.md similarity index 100% rename from stable/scrutiny/10.8.3/README.md rename to stable/scrutiny/10.8.5/README.md diff --git a/stable/scrutiny/10.8.5/app-changelog.md b/stable/scrutiny/10.8.5/app-changelog.md new file mode 100644 index 00000000000..fc82e389e58 --- /dev/null +++ b/stable/scrutiny/10.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [scrutiny-10.8.5](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337)) \ No newline at end of file diff --git a/stable/scrutiny/10.8.3/app-readme.md b/stable/scrutiny/10.8.5/app-readme.md similarity index 100% rename from stable/scrutiny/10.8.3/app-readme.md rename to stable/scrutiny/10.8.5/app-readme.md diff --git a/stable/scrutiny/10.8.5/charts/common-20.2.10.tgz b/stable/scrutiny/10.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/scrutiny/10.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/scrutiny/10.8.3/ix_values.yaml b/stable/scrutiny/10.8.5/ix_values.yaml similarity index 100% rename from stable/scrutiny/10.8.3/ix_values.yaml rename to stable/scrutiny/10.8.5/ix_values.yaml diff --git a/stable/scrutiny/10.8.3/questions.yaml b/stable/scrutiny/10.8.5/questions.yaml similarity index 100% rename from stable/scrutiny/10.8.3/questions.yaml rename to stable/scrutiny/10.8.5/questions.yaml diff --git a/stable/scrypted/4.7.3/templates/NOTES.txt b/stable/scrutiny/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/scrypted/4.7.3/templates/NOTES.txt rename to stable/scrutiny/10.8.5/templates/NOTES.txt diff --git a/stable/scrutiny/10.8.3/templates/common.yaml b/stable/scrutiny/10.8.5/templates/common.yaml similarity index 100% rename from stable/scrutiny/10.8.3/templates/common.yaml rename to stable/scrutiny/10.8.5/templates/common.yaml diff --git a/stable/scrypted/4.7.3/values.yaml b/stable/scrutiny/10.8.5/values.yaml similarity index 100% rename from stable/scrypted/4.7.3/values.yaml rename to stable/scrutiny/10.8.5/values.yaml diff --git a/stable/scrypted/4.7.3/CHANGELOG.md b/stable/scrypted/4.7.3/CHANGELOG.md deleted file mode 100644 index e6f3914312e..00000000000 --- a/stable/scrypted/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/scrypted/4.7.3/Chart.yaml b/stable/scrypted/4.7.3/Chart.yaml deleted file mode 100644 index 6d5718a2bfe..00000000000 --- a/stable/scrypted/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Scrypted is a high performance home video integration and automation platform. -home: https://truecharts.org/charts/stable/scrypted -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png -keywords: - - scrypted - - automation -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: scrypted -sources: - - https://github.com/koush/scrypted - - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted - - https://hub.docker.com/r/koush/scrypted -type: application -version: 4.7.3 diff --git a/stable/scrypted/4.7.3/app-changelog.md b/stable/scrypted/4.7.3/app-changelog.md deleted file mode 100644 index 0bc0ee2e9fc..00000000000 --- a/stable/scrypted/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/scrypted/4.7.3/charts/common-20.2.4.tgz b/stable/scrypted/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/scrypted/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sdtd/7.7.3/.helmignore b/stable/scrypted/4.7.5/.helmignore similarity index 100% rename from stable/sdtd/7.7.3/.helmignore rename to stable/scrypted/4.7.5/.helmignore diff --git a/stable/scrypted/4.7.5/CHANGELOG.md b/stable/scrypted/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a40ef48a6b6 --- /dev/null +++ b/stable/scrypted/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrypted-4.7.5](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [scrypted-4.7.4](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [scrypted-4.7.4](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [scrypted-4.7.4](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [scrypted-4.7.4](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [scrypted-4.7.4](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/scrypted/4.7.5/Chart.yaml b/stable/scrypted/4.7.5/Chart.yaml new file mode 100644 index 00000000000..f4adf6f2592 --- /dev/null +++ b/stable/scrypted/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrypted is a high performance home video integration and automation platform. +home: https://truecharts.org/charts/stable/scrypted +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png +keywords: + - scrypted + - automation +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrypted +sources: + - https://github.com/koush/scrypted + - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted + - https://hub.docker.com/r/koush/scrypted +type: application +version: 4.7.5 diff --git a/stable/scrypted/4.7.3/README.md b/stable/scrypted/4.7.5/README.md similarity index 100% rename from stable/scrypted/4.7.3/README.md rename to stable/scrypted/4.7.5/README.md diff --git a/stable/scrypted/4.7.5/app-changelog.md b/stable/scrypted/4.7.5/app-changelog.md new file mode 100644 index 00000000000..291420885cd --- /dev/null +++ b/stable/scrypted/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [scrypted-4.7.5](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/scrypted/4.7.3/app-readme.md b/stable/scrypted/4.7.5/app-readme.md similarity index 100% rename from stable/scrypted/4.7.3/app-readme.md rename to stable/scrypted/4.7.5/app-readme.md diff --git a/stable/scrypted/4.7.5/charts/common-20.2.10.tgz b/stable/scrypted/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/scrypted/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/scrypted/4.7.3/ix_values.yaml b/stable/scrypted/4.7.5/ix_values.yaml similarity index 100% rename from stable/scrypted/4.7.3/ix_values.yaml rename to stable/scrypted/4.7.5/ix_values.yaml diff --git a/stable/scrypted/4.7.3/questions.yaml b/stable/scrypted/4.7.5/questions.yaml similarity index 100% rename from stable/scrypted/4.7.3/questions.yaml rename to stable/scrypted/4.7.5/questions.yaml diff --git a/stable/seafile/5.12.8/templates/NOTES.txt b/stable/scrypted/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/seafile/5.12.8/templates/NOTES.txt rename to stable/scrypted/4.7.5/templates/NOTES.txt diff --git a/stable/scrypted/4.7.3/templates/common.yaml b/stable/scrypted/4.7.5/templates/common.yaml similarity index 100% rename from stable/scrypted/4.7.3/templates/common.yaml rename to stable/scrypted/4.7.5/templates/common.yaml diff --git a/stable/sdtd/7.7.3/values.yaml b/stable/scrypted/4.7.5/values.yaml similarity index 100% rename from stable/sdtd/7.7.3/values.yaml rename to stable/scrypted/4.7.5/values.yaml diff --git a/stable/sdtd/7.7.3/CHANGELOG.md b/stable/sdtd/7.7.3/CHANGELOG.md deleted file mode 100644 index b896531dbe9..00000000000 --- a/stable/sdtd/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sdtd/7.7.3/Chart.yaml b/stable/sdtd/7.7.3/Chart.yaml deleted file mode 100644 index 8dd9cabd299..00000000000 --- a/stable/sdtd/7.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7dtd -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. -home: https://truecharts.org/charts/stable/sdtd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png -keywords: - - sevendaystodie - - game-servers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sdtd -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 7.7.3 diff --git a/stable/sdtd/7.7.3/app-changelog.md b/stable/sdtd/7.7.3/app-changelog.md deleted file mode 100644 index c2ac3b00488..00000000000 --- a/stable/sdtd/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sdtd/7.7.3/charts/common-20.2.4.tgz b/stable/sdtd/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sdtd/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/seafile/5.12.8/.helmignore b/stable/sdtd/7.7.5/.helmignore similarity index 100% rename from stable/seafile/5.12.8/.helmignore rename to stable/sdtd/7.7.5/.helmignore diff --git a/stable/sdtd/7.7.5/CHANGELOG.md b/stable/sdtd/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7f457676835 --- /dev/null +++ b/stable/sdtd/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sdtd-7.7.5](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sdtd-7.7.4](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sdtd-7.7.4](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sdtd-7.7.4](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sdtd-7.7.4](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sdtd-7.7.4](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sdtd/7.7.5/Chart.yaml b/stable/sdtd/7.7.5/Chart.yaml new file mode 100644 index 00000000000..b855cb8b44f --- /dev/null +++ b/stable/sdtd/7.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7dtd +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. +home: https://truecharts.org/charts/stable/sdtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png +keywords: + - sevendaystodie + - game-servers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sdtd +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 7.7.5 diff --git a/stable/sdtd/7.7.3/README.md b/stable/sdtd/7.7.5/README.md similarity index 100% rename from stable/sdtd/7.7.3/README.md rename to stable/sdtd/7.7.5/README.md diff --git a/stable/sdtd/7.7.5/app-changelog.md b/stable/sdtd/7.7.5/app-changelog.md new file mode 100644 index 00000000000..b1e88b2acee --- /dev/null +++ b/stable/sdtd/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sdtd-7.7.5](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sdtd/7.7.3/app-readme.md b/stable/sdtd/7.7.5/app-readme.md similarity index 100% rename from stable/sdtd/7.7.3/app-readme.md rename to stable/sdtd/7.7.5/app-readme.md diff --git a/stable/sdtd/7.7.5/charts/common-20.2.10.tgz b/stable/sdtd/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sdtd/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sdtd/7.7.3/ix_values.yaml b/stable/sdtd/7.7.5/ix_values.yaml similarity index 100% rename from stable/sdtd/7.7.3/ix_values.yaml rename to stable/sdtd/7.7.5/ix_values.yaml diff --git a/stable/sdtd/7.7.3/questions.yaml b/stable/sdtd/7.7.5/questions.yaml similarity index 100% rename from stable/sdtd/7.7.3/questions.yaml rename to stable/sdtd/7.7.5/questions.yaml diff --git a/stable/sdtd/7.7.3/templates/common.yaml b/stable/sdtd/7.7.5/templates/common.yaml similarity index 100% rename from stable/sdtd/7.7.3/templates/common.yaml rename to stable/sdtd/7.7.5/templates/common.yaml diff --git a/stable/seafile/5.12.8/values.yaml b/stable/sdtd/7.7.5/values.yaml similarity index 100% rename from stable/seafile/5.12.8/values.yaml rename to stable/sdtd/7.7.5/values.yaml diff --git a/stable/searxng/7.7.7/.helmignore b/stable/seafile/5.12.10/.helmignore similarity index 100% rename from stable/searxng/7.7.7/.helmignore rename to stable/seafile/5.12.10/.helmignore diff --git a/stable/seafile/5.12.10/CHANGELOG.md b/stable/seafile/5.12.10/CHANGELOG.md new file mode 100644 index 00000000000..b847702eb90 --- /dev/null +++ b/stable/seafile/5.12.10/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seafile-5.12.10](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) + + +## [seafile-5.12.9](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) + + +## [seafile-5.12.9](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.9) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/seafile/5.12.10/Chart.yaml b/stable/seafile/5.12.10/Chart.yaml new file mode 100644 index 00000000000..d6515320c7b --- /dev/null +++ b/stable/seafile/5.12.10/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: file-storage + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Reliable and Performant File Sync and Share Solution +home: https://truecharts.org/charts/stable/seafile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png +keywords: + - seafile + - files + - cloud + - file-storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seafile +sources: + - https://seafile.com + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile + - https://hub.docker.com/r/seafileltd/seafile-mc +type: application +version: 5.12.10 diff --git a/stable/seafile/5.12.8/README.md b/stable/seafile/5.12.10/README.md similarity index 100% rename from stable/seafile/5.12.8/README.md rename to stable/seafile/5.12.10/README.md diff --git a/stable/seafile/5.12.10/app-changelog.md b/stable/seafile/5.12.10/app-changelog.md new file mode 100644 index 00000000000..32e95c567c8 --- /dev/null +++ b/stable/seafile/5.12.10/app-changelog.md @@ -0,0 +1,39 @@ + + +## [seafile-5.12.10](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + +- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) \ No newline at end of file diff --git a/stable/seafile/5.12.8/app-readme.md b/stable/seafile/5.12.10/app-readme.md similarity index 100% rename from stable/seafile/5.12.8/app-readme.md rename to stable/seafile/5.12.10/app-readme.md diff --git a/stable/seafile/5.12.10/charts/common-20.2.10.tgz b/stable/seafile/5.12.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/seafile/5.12.10/charts/common-20.2.10.tgz differ diff --git a/stable/seafile/5.12.10/charts/mariadb-13.7.5.tgz b/stable/seafile/5.12.10/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/seafile/5.12.10/charts/mariadb-13.7.5.tgz differ diff --git a/stable/seafile/5.12.8/ix_values.yaml b/stable/seafile/5.12.10/ix_values.yaml similarity index 100% rename from stable/seafile/5.12.8/ix_values.yaml rename to stable/seafile/5.12.10/ix_values.yaml diff --git a/stable/seafile/5.12.8/questions.yaml b/stable/seafile/5.12.10/questions.yaml similarity index 100% rename from stable/seafile/5.12.8/questions.yaml rename to stable/seafile/5.12.10/questions.yaml diff --git a/stable/searxng/7.7.7/templates/NOTES.txt b/stable/seafile/5.12.10/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.7.7/templates/NOTES.txt rename to stable/seafile/5.12.10/templates/NOTES.txt diff --git a/stable/seafile/5.12.8/templates/common.yaml b/stable/seafile/5.12.10/templates/common.yaml similarity index 100% rename from stable/seafile/5.12.8/templates/common.yaml rename to stable/seafile/5.12.10/templates/common.yaml diff --git a/stable/searxng/7.7.7/values.yaml b/stable/seafile/5.12.10/values.yaml similarity index 100% rename from stable/searxng/7.7.7/values.yaml rename to stable/seafile/5.12.10/values.yaml diff --git a/stable/seafile/5.12.8/CHANGELOG.md b/stable/seafile/5.12.8/CHANGELOG.md deleted file mode 100644 index efa1e794683..00000000000 --- a/stable/seafile/5.12.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [seafile-5.12.8](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) - - -## [seafile-5.12.8](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) - - -## [seafile-5.12.7](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.7) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/seafile/5.12.8/Chart.yaml b/stable/seafile/5.12.8/Chart.yaml deleted file mode 100644 index 2516ce5841e..00000000000 --- a/stable/seafile/5.12.8/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: file-storage - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.0.6 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Reliable and Performant File Sync and Share Solution -home: https://truecharts.org/charts/stable/seafile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png -keywords: - - seafile - - files - - cloud - - file-storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: seafile -sources: - - https://seafile.com - - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - - https://hub.docker.com/r/seafileltd/seafile-mc -type: application -version: 5.12.8 diff --git a/stable/seafile/5.12.8/app-changelog.md b/stable/seafile/5.12.8/app-changelog.md deleted file mode 100644 index 5879c63ec1a..00000000000 --- a/stable/seafile/5.12.8/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [seafile-5.12.8](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325)) \ No newline at end of file diff --git a/stable/seafile/5.12.8/charts/common-20.2.9.tgz b/stable/seafile/5.12.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/seafile/5.12.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/seafile/5.12.8/charts/mariadb-13.7.4.tgz b/stable/seafile/5.12.8/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/seafile/5.12.8/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/searxng/7.7.7/CHANGELOG.md b/stable/searxng/7.7.7/CHANGELOG.md deleted file mode 100644 index 973f52eff4a..00000000000 --- a/stable/searxng/7.7.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [searxng-7.7.7](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) - -- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) - - -## [searxng-7.7.7](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) - -- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) - - -## [searxng-7.7.7](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) - -- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) - - -## [searxng-7.7.7](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) \ No newline at end of file diff --git a/stable/searxng/7.7.7/Chart.yaml b/stable/searxng/7.7.7/Chart.yaml deleted file mode 100644 index 634fd59853e..00000000000 --- a/stable/searxng/7.7.7/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Meta search engine which aggregates results from more than 70 search services. -home: https://truecharts.org/charts/stable/searxng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png -keywords: - - searxng - - Productivity - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: searxng -sources: - - https://github.com/searxng/searxng - - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - - https://hub.docker.com/r/searxng/searxng -type: application -version: 7.7.7 diff --git a/stable/searxng/7.7.7/app-changelog.md b/stable/searxng/7.7.7/app-changelog.md deleted file mode 100644 index 3a004b00738..00000000000 --- a/stable/searxng/7.7.7/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [searxng-7.7.7](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) - -- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) \ No newline at end of file diff --git a/stable/searxng/7.7.7/charts/common-20.2.9.tgz b/stable/searxng/7.7.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/searxng/7.7.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/searxng/7.7.7/ix_values.yaml b/stable/searxng/7.7.7/ix_values.yaml deleted file mode 100644 index eb819026d68..00000000000 --- a/stable/searxng/7.7.7/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: searxng/searxng - tag: latest@sha256:14a4a3c4037bb624c204d7752c581baa04eff572fabe09fcb3ce2dff2d21d2b2 -workload: - main: - podSpec: - containers: - main: - env: - BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}' - INSTANCE_NAME: SearXng - BASE_URL: "" - probes: - liveness: - path: /healthz - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - path: /healthz - port: "{{ .Values.service.main.ports.main.port }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" -securityContext: - container: - runAsGroup: 0 - runAsUser: 0 - capabilities: - disableS6Caps: true - add: - - SETUID - - SETGID -service: - main: - ports: - main: - port: 8080 - protocol: http -persistence: - config: - enabled: true - mountPath: /etc/searxng -portal: - open: - enabled: true diff --git a/stable/seedsync/7.7.3/.helmignore b/stable/searxng/7.7.9/.helmignore similarity index 100% rename from stable/seedsync/7.7.3/.helmignore rename to stable/searxng/7.7.9/.helmignore diff --git a/stable/searxng/7.7.9/CHANGELOG.md b/stable/searxng/7.7.9/CHANGELOG.md new file mode 100644 index 00000000000..ff2107e2f41 --- /dev/null +++ b/stable/searxng/7.7.9/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [searxng-7.7.9](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image searxng/searxng to latest[@4829521](https://github.com/4829521) by renovate ([#19954](https://github.com/truecharts/charts/issues/19954)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) + +- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) + + +## [searxng-7.7.8](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.8) (2024-03-30) + +### Chore + + + +- update container image searxng/searxng to latest[@4829521](https://github.com/4829521) by renovate ([#19954](https://github.com/truecharts/charts/issues/19954)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) + +- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) + + +## [searxng-7.7.8](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.8) (2024-03-30) + +### Chore + + + +- update container image searxng/searxng to latest[@4829521](https://github.com/4829521) by renovate ([#19954](https://github.com/truecharts/charts/issues/19954)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) + +- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) + + +## [searxng-7.7.8](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.8) (2024-03-30) + +### Chore + + + +- update container image searxng/searxng to latest[@4829521](https://github.com/4829521) by renovate ([#19954](https://github.com/truecharts/charts/issues/19954)) \ No newline at end of file diff --git a/stable/searxng/7.7.9/Chart.yaml b/stable/searxng/7.7.9/Chart.yaml new file mode 100644 index 00000000000..1b9fbe68fa5 --- /dev/null +++ b/stable/searxng/7.7.9/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meta search engine which aggregates results from more than 70 search services. +home: https://truecharts.org/charts/stable/searxng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png +keywords: + - searxng + - Productivity + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: searxng +sources: + - https://github.com/searxng/searxng + - https://github.com/truecharts/charts/tree/master/charts/stable/searxng + - https://hub.docker.com/r/searxng/searxng +type: application +version: 7.7.9 diff --git a/stable/searxng/7.7.7/README.md b/stable/searxng/7.7.9/README.md similarity index 100% rename from stable/searxng/7.7.7/README.md rename to stable/searxng/7.7.9/README.md diff --git a/stable/searxng/7.7.9/app-changelog.md b/stable/searxng/7.7.9/app-changelog.md new file mode 100644 index 00000000000..2bd44834d9a --- /dev/null +++ b/stable/searxng/7.7.9/app-changelog.md @@ -0,0 +1,29 @@ + + +## [searxng-7.7.9](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image searxng/searxng to latest[@4829521](https://github.com/4829521) by renovate ([#19954](https://github.com/truecharts/charts/issues/19954)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image searxng/searxng to latest[@14a4a3c](https://github.com/14a4a3c) by renovate ([#19640](https://github.com/truecharts/charts/issues/19640)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631)) + +- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285)) \ No newline at end of file diff --git a/stable/searxng/7.7.7/app-readme.md b/stable/searxng/7.7.9/app-readme.md similarity index 100% rename from stable/searxng/7.7.7/app-readme.md rename to stable/searxng/7.7.9/app-readme.md diff --git a/stable/searxng/7.7.9/charts/common-20.2.10.tgz b/stable/searxng/7.7.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/searxng/7.7.9/charts/common-20.2.10.tgz differ diff --git a/stable/searxng/7.7.9/ix_values.yaml b/stable/searxng/7.7.9/ix_values.yaml new file mode 100644 index 00000000000..669b605c8ea --- /dev/null +++ b/stable/searxng/7.7.9/ix_values.yaml @@ -0,0 +1,45 @@ +image: + pullPolicy: IfNotPresent + repository: searxng/searxng + tag: latest@sha256:4829521b07348f3d52f79e539def91d1a1e09de210531c7e2c3f6dfdc2221db7 +workload: + main: + podSpec: + containers: + main: + env: + BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}' + INSTANCE_NAME: SearXng + BASE_URL: "" + probes: + liveness: + path: /healthz + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + path: /healthz + port: "{{ .Values.service.main.ports.main.port }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" +securityContext: + container: + runAsGroup: 0 + runAsUser: 0 + capabilities: + disableS6Caps: true + add: + - SETUID + - SETGID +service: + main: + ports: + main: + port: 8080 + protocol: http +persistence: + config: + enabled: true + mountPath: /etc/searxng +portal: + open: + enabled: true diff --git a/stable/searxng/7.7.7/questions.yaml b/stable/searxng/7.7.9/questions.yaml similarity index 100% rename from stable/searxng/7.7.7/questions.yaml rename to stable/searxng/7.7.9/questions.yaml diff --git a/stable/seedsync/7.7.3/templates/NOTES.txt b/stable/searxng/7.7.9/templates/NOTES.txt similarity index 100% rename from stable/seedsync/7.7.3/templates/NOTES.txt rename to stable/searxng/7.7.9/templates/NOTES.txt diff --git a/stable/searxng/7.7.7/templates/common.yaml b/stable/searxng/7.7.9/templates/common.yaml similarity index 100% rename from stable/searxng/7.7.7/templates/common.yaml rename to stable/searxng/7.7.9/templates/common.yaml diff --git a/stable/seedsync/7.7.3/values.yaml b/stable/searxng/7.7.9/values.yaml similarity index 100% rename from stable/seedsync/7.7.3/values.yaml rename to stable/searxng/7.7.9/values.yaml diff --git a/stable/seedsync/7.7.3/CHANGELOG.md b/stable/seedsync/7.7.3/CHANGELOG.md deleted file mode 100644 index 4baf39e41ff..00000000000 --- a/stable/seedsync/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/seedsync/7.7.3/Chart.yaml b/stable/seedsync/7.7.3/Chart.yaml deleted file mode 100644 index c87422b4245..00000000000 --- a/stable/seedsync/7.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! -home: https://truecharts.org/charts/stable/seedsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png -keywords: - - seedsync - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: seedsync -sources: - - https://github.com/ipsingh06/seedsync - - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync - - https://hub.docker.com/r/ipsingh06/seedsync -type: application -version: 7.7.3 diff --git a/stable/seedsync/7.7.3/app-changelog.md b/stable/seedsync/7.7.3/app-changelog.md deleted file mode 100644 index a7387ee9aa0..00000000000 --- a/stable/seedsync/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/seedsync/7.7.3/charts/common-20.2.4.tgz b/stable/seedsync/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/seedsync/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/send/5.8.2/.helmignore b/stable/seedsync/7.7.5/.helmignore similarity index 100% rename from stable/send/5.8.2/.helmignore rename to stable/seedsync/7.7.5/.helmignore diff --git a/stable/seedsync/7.7.5/CHANGELOG.md b/stable/seedsync/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2fa1de2f609 --- /dev/null +++ b/stable/seedsync/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seedsync-7.7.5](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [seedsync-7.7.4](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [seedsync-7.7.4](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [seedsync-7.7.4](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [seedsync-7.7.4](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [seedsync-7.7.4](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/seedsync/7.7.5/Chart.yaml b/stable/seedsync/7.7.5/Chart.yaml new file mode 100644 index 00000000000..e2c6b44476f --- /dev/null +++ b/stable/seedsync/7.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! +home: https://truecharts.org/charts/stable/seedsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png +keywords: + - seedsync + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seedsync +sources: + - https://github.com/ipsingh06/seedsync + - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync + - https://hub.docker.com/r/ipsingh06/seedsync +type: application +version: 7.7.5 diff --git a/stable/seedsync/7.7.3/README.md b/stable/seedsync/7.7.5/README.md similarity index 100% rename from stable/seedsync/7.7.3/README.md rename to stable/seedsync/7.7.5/README.md diff --git a/stable/seedsync/7.7.5/app-changelog.md b/stable/seedsync/7.7.5/app-changelog.md new file mode 100644 index 00000000000..40af9bd414b --- /dev/null +++ b/stable/seedsync/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [seedsync-7.7.5](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/seedsync/7.7.3/app-readme.md b/stable/seedsync/7.7.5/app-readme.md similarity index 100% rename from stable/seedsync/7.7.3/app-readme.md rename to stable/seedsync/7.7.5/app-readme.md diff --git a/stable/seedsync/7.7.5/charts/common-20.2.10.tgz b/stable/seedsync/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/seedsync/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/seedsync/7.7.3/ix_values.yaml b/stable/seedsync/7.7.5/ix_values.yaml similarity index 100% rename from stable/seedsync/7.7.3/ix_values.yaml rename to stable/seedsync/7.7.5/ix_values.yaml diff --git a/stable/seedsync/7.7.3/questions.yaml b/stable/seedsync/7.7.5/questions.yaml similarity index 100% rename from stable/seedsync/7.7.3/questions.yaml rename to stable/seedsync/7.7.5/questions.yaml diff --git a/stable/ser2sock/13.7.3/templates/NOTES.txt b/stable/seedsync/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/13.7.3/templates/NOTES.txt rename to stable/seedsync/7.7.5/templates/NOTES.txt diff --git a/stable/seedsync/7.7.3/templates/common.yaml b/stable/seedsync/7.7.5/templates/common.yaml similarity index 100% rename from stable/seedsync/7.7.3/templates/common.yaml rename to stable/seedsync/7.7.5/templates/common.yaml diff --git a/stable/send/5.8.2/values.yaml b/stable/seedsync/7.7.5/values.yaml similarity index 100% rename from stable/send/5.8.2/values.yaml rename to stable/seedsync/7.7.5/values.yaml diff --git a/stable/send/5.8.2/CHANGELOG.md b/stable/send/5.8.2/CHANGELOG.md deleted file mode 100644 index 8eac1d3dcec..00000000000 --- a/stable/send/5.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/send/5.8.2/Chart.yaml b/stable/send/5.8.2/Chart.yaml deleted file mode 100644 index 9214c087133..00000000000 --- a/stable/send/5.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -home: https://truecharts.org/charts/stable/send -icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png -keywords: - - send - - Cloud - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: send -sources: - - https://gitlab.com/timvisee/send - - https://github.com/truecharts/charts/tree/master/charts/stable/send -type: application -version: 5.8.2 diff --git a/stable/send/5.8.2/app-changelog.md b/stable/send/5.8.2/app-changelog.md deleted file mode 100644 index 33085e01f86..00000000000 --- a/stable/send/5.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/send/5.8.2/charts/common-20.2.4.tgz b/stable/send/5.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/send/5.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ser2sock/13.7.3/.helmignore b/stable/send/5.8.4/.helmignore similarity index 100% rename from stable/ser2sock/13.7.3/.helmignore rename to stable/send/5.8.4/.helmignore diff --git a/stable/send/5.8.4/CHANGELOG.md b/stable/send/5.8.4/CHANGELOG.md new file mode 100644 index 00000000000..1d1a6204804 --- /dev/null +++ b/stable/send/5.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [send-5.8.4](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [send-5.8.3](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [send-5.8.3](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [send-5.8.3](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [send-5.8.3](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.3) (2024-03-27) + +### Chore diff --git a/stable/send/5.8.4/Chart.yaml b/stable/send/5.8.4/Chart.yaml new file mode 100644 index 00000000000..5ab74ddd88b --- /dev/null +++ b/stable/send/5.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. +home: https://truecharts.org/charts/stable/send +icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png +keywords: + - send + - Cloud + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: send +sources: + - https://gitlab.com/timvisee/send + - https://github.com/truecharts/charts/tree/master/charts/stable/send +type: application +version: 5.8.4 diff --git a/stable/send/5.8.2/README.md b/stable/send/5.8.4/README.md similarity index 100% rename from stable/send/5.8.2/README.md rename to stable/send/5.8.4/README.md diff --git a/stable/send/5.8.4/app-changelog.md b/stable/send/5.8.4/app-changelog.md new file mode 100644 index 00000000000..85b9afab4e5 --- /dev/null +++ b/stable/send/5.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [send-5.8.4](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/send/5.8.2/app-readme.md b/stable/send/5.8.4/app-readme.md similarity index 100% rename from stable/send/5.8.2/app-readme.md rename to stable/send/5.8.4/app-readme.md diff --git a/stable/send/5.8.4/charts/common-20.2.10.tgz b/stable/send/5.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/send/5.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/send/5.8.2/charts/redis-13.2.2.tgz b/stable/send/5.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/send/5.8.2/charts/redis-13.2.2.tgz rename to stable/send/5.8.4/charts/redis-13.2.2.tgz diff --git a/stable/send/5.8.2/ix_values.yaml b/stable/send/5.8.4/ix_values.yaml similarity index 100% rename from stable/send/5.8.2/ix_values.yaml rename to stable/send/5.8.4/ix_values.yaml diff --git a/stable/send/5.8.2/questions.yaml b/stable/send/5.8.4/questions.yaml similarity index 100% rename from stable/send/5.8.2/questions.yaml rename to stable/send/5.8.4/questions.yaml diff --git a/stable/send/5.8.2/templates/common.yaml b/stable/send/5.8.4/templates/common.yaml similarity index 100% rename from stable/send/5.8.2/templates/common.yaml rename to stable/send/5.8.4/templates/common.yaml diff --git a/stable/ser2sock/13.7.3/values.yaml b/stable/send/5.8.4/values.yaml similarity index 100% rename from stable/ser2sock/13.7.3/values.yaml rename to stable/send/5.8.4/values.yaml diff --git a/stable/ser2sock/13.7.3/CHANGELOG.md b/stable/ser2sock/13.7.3/CHANGELOG.md deleted file mode 100644 index 7391b938c8a..00000000000 --- a/stable/ser2sock/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ser2sock/13.7.3/Chart.yaml b/stable/ser2sock/13.7.3/Chart.yaml deleted file mode 100644 index 2bb98632414..00000000000 --- a/stable/ser2sock/13.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Serial to Socket Redirector -home: https://truecharts.org/charts/stable/ser2sock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png -keywords: - - ser2sock -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ser2sock -sources: - - https://github.com/tenstartups/ser2sock - - https://github.com/nutechsoftware/ser2sock - - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - - https://hub.docker.com/r/tenstartups/ser2sock -type: application -version: 13.7.3 diff --git a/stable/ser2sock/13.7.3/app-changelog.md b/stable/ser2sock/13.7.3/app-changelog.md deleted file mode 100644 index f6a3089afed..00000000000 --- a/stable/ser2sock/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz b/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/serpbear/3.7.3/.helmignore b/stable/ser2sock/13.7.5/.helmignore similarity index 100% rename from stable/serpbear/3.7.3/.helmignore rename to stable/ser2sock/13.7.5/.helmignore diff --git a/stable/ser2sock/13.7.5/CHANGELOG.md b/stable/ser2sock/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ba65cffd600 --- /dev/null +++ b/stable/ser2sock/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ser2sock-13.7.5](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ser2sock-13.7.4](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ser2sock-13.7.4](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ser2sock-13.7.4](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ser2sock-13.7.4](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ser2sock-13.7.4](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ser2sock/13.7.5/Chart.yaml b/stable/ser2sock/13.7.5/Chart.yaml new file mode 100644 index 00000000000..0c2eb654a49 --- /dev/null +++ b/stable/ser2sock/13.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Serial to Socket Redirector +home: https://truecharts.org/charts/stable/ser2sock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png +keywords: + - ser2sock +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ser2sock +sources: + - https://github.com/tenstartups/ser2sock + - https://github.com/nutechsoftware/ser2sock + - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock + - https://hub.docker.com/r/tenstartups/ser2sock +type: application +version: 13.7.5 diff --git a/stable/ser2sock/13.7.3/README.md b/stable/ser2sock/13.7.5/README.md similarity index 100% rename from stable/ser2sock/13.7.3/README.md rename to stable/ser2sock/13.7.5/README.md diff --git a/stable/ser2sock/13.7.5/app-changelog.md b/stable/ser2sock/13.7.5/app-changelog.md new file mode 100644 index 00000000000..a5fb35adc47 --- /dev/null +++ b/stable/ser2sock/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ser2sock-13.7.5](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ser2sock/13.7.3/app-readme.md b/stable/ser2sock/13.7.5/app-readme.md similarity index 100% rename from stable/ser2sock/13.7.3/app-readme.md rename to stable/ser2sock/13.7.5/app-readme.md diff --git a/stable/ser2sock/13.7.5/charts/common-20.2.10.tgz b/stable/ser2sock/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ser2sock/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ser2sock/13.7.3/ix_values.yaml b/stable/ser2sock/13.7.5/ix_values.yaml similarity index 100% rename from stable/ser2sock/13.7.3/ix_values.yaml rename to stable/ser2sock/13.7.5/ix_values.yaml diff --git a/stable/ser2sock/13.7.3/questions.yaml b/stable/ser2sock/13.7.5/questions.yaml similarity index 100% rename from stable/ser2sock/13.7.3/questions.yaml rename to stable/ser2sock/13.7.5/questions.yaml diff --git a/stable/servas/4.13.2/templates/NOTES.txt b/stable/ser2sock/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/servas/4.13.2/templates/NOTES.txt rename to stable/ser2sock/13.7.5/templates/NOTES.txt diff --git a/stable/ser2sock/13.7.3/templates/common.yaml b/stable/ser2sock/13.7.5/templates/common.yaml similarity index 100% rename from stable/ser2sock/13.7.3/templates/common.yaml rename to stable/ser2sock/13.7.5/templates/common.yaml diff --git a/stable/serpbear/3.7.3/values.yaml b/stable/ser2sock/13.7.5/values.yaml similarity index 100% rename from stable/serpbear/3.7.3/values.yaml rename to stable/ser2sock/13.7.5/values.yaml diff --git a/stable/serpbear/3.7.3/CHANGELOG.md b/stable/serpbear/3.7.3/CHANGELOG.md deleted file mode 100644 index 1389a56995c..00000000000 --- a/stable/serpbear/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - diff --git a/stable/serpbear/3.7.3/Chart.yaml b/stable/serpbear/3.7.3/Chart.yaml deleted file mode 100644 index 27311d7ffb0..00000000000 --- a/stable/serpbear/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Search Engine Position Tracking App. -home: https://truecharts.org/charts/stable/serpbear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png -keywords: - - serpbear - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: serpbear -sources: - - https://github.com/towfiqi/serpbear - - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear - - https://hub.docker.com/r/towfiqi/serpbear -type: application -version: 3.7.3 diff --git a/stable/serpbear/3.7.3/app-changelog.md b/stable/serpbear/3.7.3/app-changelog.md deleted file mode 100644 index 973d9bf8679..00000000000 --- a/stable/serpbear/3.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) \ No newline at end of file diff --git a/stable/serpbear/3.7.3/charts/common-20.2.4.tgz b/stable/serpbear/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/serpbear/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/servas/4.13.2/.helmignore b/stable/serpbear/3.7.5/.helmignore similarity index 100% rename from stable/servas/4.13.2/.helmignore rename to stable/serpbear/3.7.5/.helmignore diff --git a/stable/serpbear/3.7.5/CHANGELOG.md b/stable/serpbear/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d4ffa82530 --- /dev/null +++ b/stable/serpbear/3.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [serpbear-3.7.5](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) + + +## [serpbear-3.7.4](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) + + +## [serpbear-3.7.4](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) + + +## [serpbear-3.7.4](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) + + +## [serpbear-3.7.4](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/serpbear/3.7.5/Chart.yaml b/stable/serpbear/3.7.5/Chart.yaml new file mode 100644 index 00000000000..a97a675f37f --- /dev/null +++ b/stable/serpbear/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Search Engine Position Tracking App. +home: https://truecharts.org/charts/stable/serpbear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png +keywords: + - serpbear + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: serpbear +sources: + - https://github.com/towfiqi/serpbear + - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear + - https://hub.docker.com/r/towfiqi/serpbear +type: application +version: 3.7.5 diff --git a/stable/serpbear/3.7.3/README.md b/stable/serpbear/3.7.5/README.md similarity index 100% rename from stable/serpbear/3.7.3/README.md rename to stable/serpbear/3.7.5/README.md diff --git a/stable/serpbear/3.7.5/app-changelog.md b/stable/serpbear/3.7.5/app-changelog.md new file mode 100644 index 00000000000..8109638823a --- /dev/null +++ b/stable/serpbear/3.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [serpbear-3.7.5](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292)) \ No newline at end of file diff --git a/stable/serpbear/3.7.3/app-readme.md b/stable/serpbear/3.7.5/app-readme.md similarity index 100% rename from stable/serpbear/3.7.3/app-readme.md rename to stable/serpbear/3.7.5/app-readme.md diff --git a/stable/serpbear/3.7.5/charts/common-20.2.10.tgz b/stable/serpbear/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/serpbear/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/serpbear/3.7.3/ix_values.yaml b/stable/serpbear/3.7.5/ix_values.yaml similarity index 100% rename from stable/serpbear/3.7.3/ix_values.yaml rename to stable/serpbear/3.7.5/ix_values.yaml diff --git a/stable/serpbear/3.7.3/questions.yaml b/stable/serpbear/3.7.5/questions.yaml similarity index 100% rename from stable/serpbear/3.7.3/questions.yaml rename to stable/serpbear/3.7.5/questions.yaml diff --git a/stable/serpbear/3.7.3/templates/_secret.tpl b/stable/serpbear/3.7.5/templates/_secret.tpl similarity index 100% rename from stable/serpbear/3.7.3/templates/_secret.tpl rename to stable/serpbear/3.7.5/templates/_secret.tpl diff --git a/stable/serpbear/3.7.3/templates/common.yaml b/stable/serpbear/3.7.5/templates/common.yaml similarity index 100% rename from stable/serpbear/3.7.3/templates/common.yaml rename to stable/serpbear/3.7.5/templates/common.yaml diff --git a/stable/servas/4.13.2/values.yaml b/stable/serpbear/3.7.5/values.yaml similarity index 100% rename from stable/servas/4.13.2/values.yaml rename to stable/serpbear/3.7.5/values.yaml diff --git a/stable/servas/4.13.2/CHANGELOG.md b/stable/servas/4.13.2/CHANGELOG.md deleted file mode 100644 index b9430f775f8..00000000000 --- a/stable/servas/4.13.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [servas-4.13.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [servas-4.13.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [servas-4.13.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.1) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) diff --git a/stable/servas/4.13.2/Chart.yaml b/stable/servas/4.13.2/Chart.yaml deleted file mode 100644 index 2d215ad862f..00000000000 --- a/stable/servas/4.13.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted bookmark management tool. -home: https://truecharts.org/charts/stable/servas -icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png -keywords: - - servas - - bookmarks -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: servas -sources: - - https://github.com/beromir/Servas - - https://github.com/truecharts/charts/tree/master/charts/stable/servas - - https://hub.docker.com/r/beromir/servas -type: application -version: 4.13.2 diff --git a/stable/servas/4.13.2/app-changelog.md b/stable/servas/4.13.2/app-changelog.md deleted file mode 100644 index 0281361ef36..00000000000 --- a/stable/servas/4.13.2/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [servas-4.13.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.2) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/servas/4.13.2/charts/common-20.2.9.tgz b/stable/servas/4.13.2/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/servas/4.13.2/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/servas/4.13.2/charts/mariadb-13.7.4.tgz b/stable/servas/4.13.2/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/servas/4.13.2/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/sftpgo/6.7.3/.helmignore b/stable/servas/4.13.4/.helmignore similarity index 100% rename from stable/sftpgo/6.7.3/.helmignore rename to stable/servas/4.13.4/.helmignore diff --git a/stable/servas/4.13.4/CHANGELOG.md b/stable/servas/4.13.4/CHANGELOG.md new file mode 100644 index 00000000000..04ed61c2702 --- /dev/null +++ b/stable/servas/4.13.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [servas-4.13.4](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [servas-4.13.3](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.3) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [servas-4.13.3](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.3) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) diff --git a/stable/servas/4.13.4/Chart.yaml b/stable/servas/4.13.4/Chart.yaml new file mode 100644 index 00000000000..227223c6be1 --- /dev/null +++ b/stable/servas/4.13.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark management tool. +home: https://truecharts.org/charts/stable/servas +icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png +keywords: + - servas + - bookmarks +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: servas +sources: + - https://github.com/beromir/Servas + - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://hub.docker.com/r/beromir/servas +type: application +version: 4.13.4 diff --git a/stable/servas/4.13.2/README.md b/stable/servas/4.13.4/README.md similarity index 100% rename from stable/servas/4.13.2/README.md rename to stable/servas/4.13.4/README.md diff --git a/stable/servas/4.13.4/app-changelog.md b/stable/servas/4.13.4/app-changelog.md new file mode 100644 index 00000000000..34a115862d2 --- /dev/null +++ b/stable/servas/4.13.4/app-changelog.md @@ -0,0 +1,39 @@ + + +## [servas-4.13.4](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.13.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image beromir/servas to v0.2.0[@1ab7aa9](https://github.com/1ab7aa9) by renovate ([#19801](https://github.com/truecharts/charts/issues/19801)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/servas/4.13.2/app-readme.md b/stable/servas/4.13.4/app-readme.md similarity index 100% rename from stable/servas/4.13.2/app-readme.md rename to stable/servas/4.13.4/app-readme.md diff --git a/stable/servas/4.13.4/charts/common-20.2.10.tgz b/stable/servas/4.13.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/servas/4.13.4/charts/common-20.2.10.tgz differ diff --git a/stable/servas/4.13.4/charts/mariadb-13.7.5.tgz b/stable/servas/4.13.4/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/servas/4.13.4/charts/mariadb-13.7.5.tgz differ diff --git a/stable/servas/4.13.2/ix_values.yaml b/stable/servas/4.13.4/ix_values.yaml similarity index 100% rename from stable/servas/4.13.2/ix_values.yaml rename to stable/servas/4.13.4/ix_values.yaml diff --git a/stable/servas/4.13.2/questions.yaml b/stable/servas/4.13.4/questions.yaml similarity index 100% rename from stable/servas/4.13.2/questions.yaml rename to stable/servas/4.13.4/questions.yaml diff --git a/stable/sftpgo/6.7.3/templates/NOTES.txt b/stable/servas/4.13.4/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/6.7.3/templates/NOTES.txt rename to stable/servas/4.13.4/templates/NOTES.txt diff --git a/stable/servas/4.13.2/templates/_secrets.tpl b/stable/servas/4.13.4/templates/_secrets.tpl similarity index 100% rename from stable/servas/4.13.2/templates/_secrets.tpl rename to stable/servas/4.13.4/templates/_secrets.tpl diff --git a/stable/servas/4.13.2/templates/common.yaml b/stable/servas/4.13.4/templates/common.yaml similarity index 100% rename from stable/servas/4.13.2/templates/common.yaml rename to stable/servas/4.13.4/templates/common.yaml diff --git a/stable/sftpgo/6.7.3/values.yaml b/stable/servas/4.13.4/values.yaml similarity index 100% rename from stable/sftpgo/6.7.3/values.yaml rename to stable/servas/4.13.4/values.yaml diff --git a/stable/sftpgo/6.7.3/CHANGELOG.md b/stable/sftpgo/6.7.3/CHANGELOG.md deleted file mode 100644 index 1e492747633..00000000000 --- a/stable/sftpgo/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sftpgo/6.7.3/Chart.yaml b/stable/sftpgo/6.7.3/Chart.yaml deleted file mode 100644 index ff30d474f03..00000000000 --- a/stable/sftpgo/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-FTP - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." -home: https://truecharts.org/charts/stable/sftpgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png -keywords: - - sftpgo - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sftpgo -sources: - - https://github.com/drakkan/sftpgo - - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - - https://ghcr.io/drakkan/sftpgo -type: application -version: 6.7.3 diff --git a/stable/sftpgo/6.7.3/app-changelog.md b/stable/sftpgo/6.7.3/app-changelog.md deleted file mode 100644 index ed9a7105365..00000000000 --- a/stable/sftpgo/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz b/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shaarli/5.7.3/.helmignore b/stable/sftpgo/6.7.5/.helmignore similarity index 100% rename from stable/shaarli/5.7.3/.helmignore rename to stable/sftpgo/6.7.5/.helmignore diff --git a/stable/sftpgo/6.7.5/CHANGELOG.md b/stable/sftpgo/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bb67de5da36 --- /dev/null +++ b/stable/sftpgo/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sftpgo-6.7.5](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sftpgo-6.7.4](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sftpgo-6.7.4](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sftpgo-6.7.4](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sftpgo-6.7.4](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sftpgo-6.7.4](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sftpgo/6.7.5/Chart.yaml b/stable/sftpgo/6.7.5/Chart.yaml new file mode 100644 index 00000000000..dc9165de206 --- /dev/null +++ b/stable/sftpgo/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-FTP + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." +home: https://truecharts.org/charts/stable/sftpgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png +keywords: + - sftpgo + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sftpgo +sources: + - https://github.com/drakkan/sftpgo + - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo + - https://ghcr.io/drakkan/sftpgo +type: application +version: 6.7.5 diff --git a/stable/sftpgo/6.7.3/README.md b/stable/sftpgo/6.7.5/README.md similarity index 100% rename from stable/sftpgo/6.7.3/README.md rename to stable/sftpgo/6.7.5/README.md diff --git a/stable/sftpgo/6.7.5/app-changelog.md b/stable/sftpgo/6.7.5/app-changelog.md new file mode 100644 index 00000000000..a579676d145 --- /dev/null +++ b/stable/sftpgo/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sftpgo-6.7.5](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sftpgo/6.7.3/app-readme.md b/stable/sftpgo/6.7.5/app-readme.md similarity index 100% rename from stable/sftpgo/6.7.3/app-readme.md rename to stable/sftpgo/6.7.5/app-readme.md diff --git a/stable/sftpgo/6.7.5/charts/common-20.2.10.tgz b/stable/sftpgo/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sftpgo/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sftpgo/6.7.3/ix_values.yaml b/stable/sftpgo/6.7.5/ix_values.yaml similarity index 100% rename from stable/sftpgo/6.7.3/ix_values.yaml rename to stable/sftpgo/6.7.5/ix_values.yaml diff --git a/stable/sftpgo/6.7.3/questions.yaml b/stable/sftpgo/6.7.5/questions.yaml similarity index 100% rename from stable/sftpgo/6.7.3/questions.yaml rename to stable/sftpgo/6.7.5/questions.yaml diff --git a/stable/shlink-web-client/10.7.3/templates/NOTES.txt b/stable/sftpgo/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/10.7.3/templates/NOTES.txt rename to stable/sftpgo/6.7.5/templates/NOTES.txt diff --git a/stable/sftpgo/6.7.3/templates/common.yaml b/stable/sftpgo/6.7.5/templates/common.yaml similarity index 100% rename from stable/sftpgo/6.7.3/templates/common.yaml rename to stable/sftpgo/6.7.5/templates/common.yaml diff --git a/stable/shaarli/5.7.3/values.yaml b/stable/sftpgo/6.7.5/values.yaml similarity index 100% rename from stable/shaarli/5.7.3/values.yaml rename to stable/sftpgo/6.7.5/values.yaml diff --git a/stable/shaarli/5.7.3/CHANGELOG.md b/stable/shaarli/5.7.3/CHANGELOG.md deleted file mode 100644 index 03f51c6c1c0..00000000000 --- a/stable/shaarli/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shaarli/5.7.3/Chart.yaml b/stable/shaarli/5.7.3/Chart.yaml deleted file mode 100644 index b519f2836cd..00000000000 --- a/stable/shaarli/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The personal, minimalist, super-fast, database free, bookmarking service. -home: https://truecharts.org/charts/stable/shaarli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png -keywords: - - shaarli - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shaarli -sources: - - https://github.com/shaarli/Shaarli - - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli - - https://hub.docker.com/r/shaarli/shaarli -type: application -version: 5.7.3 diff --git a/stable/shaarli/5.7.3/app-changelog.md b/stable/shaarli/5.7.3/app-changelog.md deleted file mode 100644 index 400e7b4d5e3..00000000000 --- a/stable/shaarli/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shaarli/5.7.3/charts/common-20.2.4.tgz b/stable/shaarli/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shaarli/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shapeshifter-obfuscator/5.7.3/.helmignore b/stable/shaarli/5.7.5/.helmignore similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/.helmignore rename to stable/shaarli/5.7.5/.helmignore diff --git a/stable/shaarli/5.7.5/CHANGELOG.md b/stable/shaarli/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..53463fa5124 --- /dev/null +++ b/stable/shaarli/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shaarli-5.7.5](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shaarli-5.7.4](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shaarli-5.7.4](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shaarli-5.7.4](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shaarli-5.7.4](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shaarli-5.7.4](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shaarli/5.7.5/Chart.yaml b/stable/shaarli/5.7.5/Chart.yaml new file mode 100644 index 00000000000..afe9893d788 --- /dev/null +++ b/stable/shaarli/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The personal, minimalist, super-fast, database free, bookmarking service. +home: https://truecharts.org/charts/stable/shaarli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png +keywords: + - shaarli + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shaarli +sources: + - https://github.com/shaarli/Shaarli + - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli + - https://hub.docker.com/r/shaarli/shaarli +type: application +version: 5.7.5 diff --git a/stable/shaarli/5.7.3/README.md b/stable/shaarli/5.7.5/README.md similarity index 100% rename from stable/shaarli/5.7.3/README.md rename to stable/shaarli/5.7.5/README.md diff --git a/stable/shaarli/5.7.5/app-changelog.md b/stable/shaarli/5.7.5/app-changelog.md new file mode 100644 index 00000000000..70e4942b0a7 --- /dev/null +++ b/stable/shaarli/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shaarli-5.7.5](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shaarli/5.7.3/app-readme.md b/stable/shaarli/5.7.5/app-readme.md similarity index 100% rename from stable/shaarli/5.7.3/app-readme.md rename to stable/shaarli/5.7.5/app-readme.md diff --git a/stable/shaarli/5.7.5/charts/common-20.2.10.tgz b/stable/shaarli/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shaarli/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shaarli/5.7.3/ix_values.yaml b/stable/shaarli/5.7.5/ix_values.yaml similarity index 100% rename from stable/shaarli/5.7.3/ix_values.yaml rename to stable/shaarli/5.7.5/ix_values.yaml diff --git a/stable/shaarli/5.7.3/questions.yaml b/stable/shaarli/5.7.5/questions.yaml similarity index 100% rename from stable/shaarli/5.7.3/questions.yaml rename to stable/shaarli/5.7.5/questions.yaml diff --git a/stable/shaarli/5.7.3/templates/common.yaml b/stable/shaarli/5.7.5/templates/common.yaml similarity index 100% rename from stable/shaarli/5.7.3/templates/common.yaml rename to stable/shaarli/5.7.5/templates/common.yaml diff --git a/stable/shapeshifter-obfuscator/5.7.3/values.yaml b/stable/shaarli/5.7.5/values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/values.yaml rename to stable/shaarli/5.7.5/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md deleted file mode 100644 index bec85d2335e..00000000000 --- a/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml b/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml deleted file mode 100644 index a56b46eb139..00000000000 --- a/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " -home: https://truecharts.org/charts/stable/shapeshifter-obfuscator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png -keywords: - - shapeshifter-obfuscator - - Security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shapeshifter-obfuscator -sources: - - https://github.com/juchong/shapeshifter-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator - - https://hub.docker.com/r/juchong/shapeshifter-docker -type: application -version: 5.7.3 diff --git a/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md b/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md deleted file mode 100644 index ff933c8330b..00000000000 --- a/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz b/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sheetable/6.7.3/.helmignore b/stable/shapeshifter-obfuscator/5.7.5/.helmignore similarity index 100% rename from stable/sheetable/6.7.3/.helmignore rename to stable/shapeshifter-obfuscator/5.7.5/.helmignore diff --git a/stable/shapeshifter-obfuscator/5.7.5/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8cdf10daa4b --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shapeshifter-obfuscator-5.7.5](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shapeshifter-obfuscator-5.7.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shapeshifter-obfuscator-5.7.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shapeshifter-obfuscator-5.7.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shapeshifter-obfuscator-5.7.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shapeshifter-obfuscator-5.7.4](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.7.5/Chart.yaml b/stable/shapeshifter-obfuscator/5.7.5/Chart.yaml new file mode 100644 index 00000000000..8f66fa1f97a --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " +home: https://truecharts.org/charts/stable/shapeshifter-obfuscator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png +keywords: + - shapeshifter-obfuscator + - Security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shapeshifter-obfuscator +sources: + - https://github.com/juchong/shapeshifter-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator + - https://hub.docker.com/r/juchong/shapeshifter-docker +type: application +version: 5.7.5 diff --git a/stable/shapeshifter-obfuscator/5.7.3/README.md b/stable/shapeshifter-obfuscator/5.7.5/README.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/README.md rename to stable/shapeshifter-obfuscator/5.7.5/README.md diff --git a/stable/shapeshifter-obfuscator/5.7.5/app-changelog.md b/stable/shapeshifter-obfuscator/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0417c4935d6 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shapeshifter-obfuscator-5.7.5](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.7.3/app-readme.md b/stable/shapeshifter-obfuscator/5.7.5/app-readme.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/app-readme.md rename to stable/shapeshifter-obfuscator/5.7.5/app-readme.md diff --git a/stable/shapeshifter-obfuscator/5.7.5/charts/common-20.2.10.tgz b/stable/shapeshifter-obfuscator/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shapeshifter-obfuscator/5.7.3/ix_values.yaml b/stable/shapeshifter-obfuscator/5.7.5/ix_values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/ix_values.yaml rename to stable/shapeshifter-obfuscator/5.7.5/ix_values.yaml diff --git a/stable/shapeshifter-obfuscator/5.7.3/questions.yaml b/stable/shapeshifter-obfuscator/5.7.5/questions.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/questions.yaml rename to stable/shapeshifter-obfuscator/5.7.5/questions.yaml diff --git a/stable/shapeshifter-obfuscator/5.7.3/templates/common.yaml b/stable/shapeshifter-obfuscator/5.7.5/templates/common.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.7.3/templates/common.yaml rename to stable/shapeshifter-obfuscator/5.7.5/templates/common.yaml diff --git a/stable/sheetable/6.7.3/values.yaml b/stable/shapeshifter-obfuscator/5.7.5/values.yaml similarity index 100% rename from stable/sheetable/6.7.3/values.yaml rename to stable/shapeshifter-obfuscator/5.7.5/values.yaml diff --git a/stable/sheetable/6.7.3/CHANGELOG.md b/stable/sheetable/6.7.3/CHANGELOG.md deleted file mode 100644 index 57fb2b77faf..00000000000 --- a/stable/sheetable/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sheetable/6.7.3/Chart.yaml b/stable/sheetable/6.7.3/Chart.yaml deleted file mode 100644 index d3686cd551e..00000000000 --- a/stable/sheetable/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. -home: https://truecharts.org/charts/stable/sheetable -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png -keywords: - - sheetable -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sheetable -sources: - - https://github.com/SheetAble - - https://sheetable.net/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable - - https://hub.docker.com/r/vallezw/sheetable -type: application -version: 6.7.3 diff --git a/stable/sheetable/6.7.3/app-changelog.md b/stable/sheetable/6.7.3/app-changelog.md deleted file mode 100644 index 5aabb570764..00000000000 --- a/stable/sheetable/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sheetable/6.7.3/charts/common-20.2.4.tgz b/stable/sheetable/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sheetable/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shiori/16.8.3/.helmignore b/stable/sheetable/6.7.5/.helmignore similarity index 100% rename from stable/shiori/16.8.3/.helmignore rename to stable/sheetable/6.7.5/.helmignore diff --git a/stable/sheetable/6.7.5/CHANGELOG.md b/stable/sheetable/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..843548c134a --- /dev/null +++ b/stable/sheetable/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sheetable-6.7.5](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sheetable-6.7.4](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sheetable-6.7.4](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sheetable-6.7.4](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sheetable-6.7.4](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sheetable-6.7.4](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sheetable/6.7.5/Chart.yaml b/stable/sheetable/6.7.5/Chart.yaml new file mode 100644 index 00000000000..71f46753cd5 --- /dev/null +++ b/stable/sheetable/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. +home: https://truecharts.org/charts/stable/sheetable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png +keywords: + - sheetable +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sheetable +sources: + - https://github.com/SheetAble + - https://sheetable.net/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable + - https://hub.docker.com/r/vallezw/sheetable +type: application +version: 6.7.5 diff --git a/stable/sheetable/6.7.3/README.md b/stable/sheetable/6.7.5/README.md similarity index 100% rename from stable/sheetable/6.7.3/README.md rename to stable/sheetable/6.7.5/README.md diff --git a/stable/sheetable/6.7.5/app-changelog.md b/stable/sheetable/6.7.5/app-changelog.md new file mode 100644 index 00000000000..2010672bfd0 --- /dev/null +++ b/stable/sheetable/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sheetable-6.7.5](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sheetable/6.7.3/app-readme.md b/stable/sheetable/6.7.5/app-readme.md similarity index 100% rename from stable/sheetable/6.7.3/app-readme.md rename to stable/sheetable/6.7.5/app-readme.md diff --git a/stable/sheetable/6.7.5/charts/common-20.2.10.tgz b/stable/sheetable/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sheetable/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sheetable/6.7.3/ix_values.yaml b/stable/sheetable/6.7.5/ix_values.yaml similarity index 100% rename from stable/sheetable/6.7.3/ix_values.yaml rename to stable/sheetable/6.7.5/ix_values.yaml diff --git a/stable/sheetable/6.7.3/questions.yaml b/stable/sheetable/6.7.5/questions.yaml similarity index 100% rename from stable/sheetable/6.7.3/questions.yaml rename to stable/sheetable/6.7.5/questions.yaml diff --git a/stable/sheetable/6.7.3/templates/_secrets.tpl b/stable/sheetable/6.7.5/templates/_secrets.tpl similarity index 100% rename from stable/sheetable/6.7.3/templates/_secrets.tpl rename to stable/sheetable/6.7.5/templates/_secrets.tpl diff --git a/stable/sheetable/6.7.3/templates/common.yaml b/stable/sheetable/6.7.5/templates/common.yaml similarity index 100% rename from stable/sheetable/6.7.3/templates/common.yaml rename to stable/sheetable/6.7.5/templates/common.yaml diff --git a/stable/shiori/16.8.3/values.yaml b/stable/sheetable/6.7.5/values.yaml similarity index 100% rename from stable/shiori/16.8.3/values.yaml rename to stable/sheetable/6.7.5/values.yaml diff --git a/stable/shiori/16.8.3/CHANGELOG.md b/stable/shiori/16.8.3/CHANGELOG.md deleted file mode 100644 index 5bbf1e93ac1..00000000000 --- a/stable/shiori/16.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - diff --git a/stable/shiori/16.8.3/Chart.yaml b/stable/shiori/16.8.3/Chart.yaml deleted file mode 100644 index 1a0d98327e6..00000000000 --- a/stable/shiori/16.8.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A simple bookmark manager built with Go. -home: https://truecharts.org/charts/stable/shiori -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png -keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shiori -sources: - - https://github.com/go-shiori/shiori/pkgs/container/shiori - - https://github.com/go-shiori/shiori - - https://github.com/truecharts/charts/tree/master/charts/stable/shiori - - https://ghcr.io/go-shiori/shiori -type: application -version: 16.8.3 diff --git a/stable/shiori/16.8.3/app-changelog.md b/stable/shiori/16.8.3/app-changelog.md deleted file mode 100644 index e1665084fdc..00000000000 --- a/stable/shiori/16.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shiori/16.8.3/charts/common-20.2.4.tgz b/stable/shiori/16.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shiori/16.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shlink-web-client/10.7.3/.helmignore b/stable/shiori/16.8.5/.helmignore similarity index 100% rename from stable/shlink-web-client/10.7.3/.helmignore rename to stable/shiori/16.8.5/.helmignore diff --git a/stable/shiori/16.8.5/CHANGELOG.md b/stable/shiori/16.8.5/CHANGELOG.md new file mode 100644 index 00000000000..a4c66eeb68c --- /dev/null +++ b/stable/shiori/16.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shiori-16.8.5](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shiori-16.8.4](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shiori-16.8.4](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shiori-16.8.4](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shiori-16.8.4](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/shiori/16.8.5/Chart.yaml b/stable/shiori/16.8.5/Chart.yaml new file mode 100644 index 00000000000..afec4c72989 --- /dev/null +++ b/stable/shiori/16.8.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple bookmark manager built with Go. +home: https://truecharts.org/charts/stable/shiori +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png +keywords: + - shiori + - bookmark + - bookmark-manager + - web-interface +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shiori +sources: + - https://github.com/go-shiori/shiori/pkgs/container/shiori + - https://github.com/go-shiori/shiori + - https://github.com/truecharts/charts/tree/master/charts/stable/shiori + - https://ghcr.io/go-shiori/shiori +type: application +version: 16.8.5 diff --git a/stable/shiori/16.8.3/README.md b/stable/shiori/16.8.5/README.md similarity index 100% rename from stable/shiori/16.8.3/README.md rename to stable/shiori/16.8.5/README.md diff --git a/stable/shiori/16.8.5/app-changelog.md b/stable/shiori/16.8.5/app-changelog.md new file mode 100644 index 00000000000..45e2acfae93 --- /dev/null +++ b/stable/shiori/16.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [shiori-16.8.5](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shiori/16.8.3/app-readme.md b/stable/shiori/16.8.5/app-readme.md similarity index 100% rename from stable/shiori/16.8.3/app-readme.md rename to stable/shiori/16.8.5/app-readme.md diff --git a/stable/shiori/16.8.5/charts/common-20.2.10.tgz b/stable/shiori/16.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shiori/16.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/shiori/16.8.3/ix_values.yaml b/stable/shiori/16.8.5/ix_values.yaml similarity index 100% rename from stable/shiori/16.8.3/ix_values.yaml rename to stable/shiori/16.8.5/ix_values.yaml diff --git a/stable/shiori/16.8.3/questions.yaml b/stable/shiori/16.8.5/questions.yaml similarity index 100% rename from stable/shiori/16.8.3/questions.yaml rename to stable/shiori/16.8.5/questions.yaml diff --git a/stable/shiori/16.8.3/templates/common.yaml b/stable/shiori/16.8.5/templates/common.yaml similarity index 100% rename from stable/shiori/16.8.3/templates/common.yaml rename to stable/shiori/16.8.5/templates/common.yaml diff --git a/stable/shlink-web-client/10.7.3/values.yaml b/stable/shiori/16.8.5/values.yaml similarity index 100% rename from stable/shlink-web-client/10.7.3/values.yaml rename to stable/shiori/16.8.5/values.yaml diff --git a/stable/shlink-web-client/10.7.3/CHANGELOG.md b/stable/shlink-web-client/10.7.3/CHANGELOG.md deleted file mode 100644 index 68637469644..00000000000 --- a/stable/shlink-web-client/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shlink-web-client/10.7.3/Chart.yaml b/stable/shlink-web-client/10.7.3/Chart.yaml deleted file mode 100644 index 0b7e72fce7f..00000000000 --- a/stable/shlink-web-client/10.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.10.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A ReactJS-based progressive web application for Shlink. -home: https://truecharts.org/charts/stable/shlink-web-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png -keywords: - - url - - shortener - - frontend -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shlink-web-client -sources: - - https://github.com/shlinkio/shlink-web-client - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - - https://hub.docker.com/r/shlinkio/shlink-web-client -type: application -version: 10.7.3 diff --git a/stable/shlink-web-client/10.7.3/app-changelog.md b/stable/shlink-web-client/10.7.3/app-changelog.md deleted file mode 100644 index 795e5064ffd..00000000000 --- a/stable/shlink-web-client/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz b/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shlink/14.6.2/.helmignore b/stable/shlink-web-client/10.7.5/.helmignore similarity index 100% rename from stable/shlink/14.6.2/.helmignore rename to stable/shlink-web-client/10.7.5/.helmignore diff --git a/stable/shlink-web-client/10.7.5/CHANGELOG.md b/stable/shlink-web-client/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6afc52d269d --- /dev/null +++ b/stable/shlink-web-client/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-web-client-10.7.5](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shlink-web-client-10.7.4](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shlink-web-client-10.7.4](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shlink-web-client-10.7.4](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shlink-web-client-10.7.4](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shlink-web-client-10.7.4](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shlink-web-client/10.7.5/Chart.yaml b/stable/shlink-web-client/10.7.5/Chart.yaml new file mode 100644 index 00000000000..85dc2e13646 --- /dev/null +++ b/stable/shlink-web-client/10.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.10.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A ReactJS-based progressive web application for Shlink. +home: https://truecharts.org/charts/stable/shlink-web-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png +keywords: + - url + - shortener + - frontend +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink-web-client +sources: + - https://github.com/shlinkio/shlink-web-client + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client + - https://hub.docker.com/r/shlinkio/shlink-web-client +type: application +version: 10.7.5 diff --git a/stable/shlink-web-client/10.7.3/README.md b/stable/shlink-web-client/10.7.5/README.md similarity index 100% rename from stable/shlink-web-client/10.7.3/README.md rename to stable/shlink-web-client/10.7.5/README.md diff --git a/stable/shlink-web-client/10.7.5/app-changelog.md b/stable/shlink-web-client/10.7.5/app-changelog.md new file mode 100644 index 00000000000..2e38bc1fc8e --- /dev/null +++ b/stable/shlink-web-client/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shlink-web-client-10.7.5](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shlink-web-client/10.7.3/app-readme.md b/stable/shlink-web-client/10.7.5/app-readme.md similarity index 100% rename from stable/shlink-web-client/10.7.3/app-readme.md rename to stable/shlink-web-client/10.7.5/app-readme.md diff --git a/stable/shlink-web-client/10.7.5/charts/common-20.2.10.tgz b/stable/shlink-web-client/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shlink-web-client/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shlink-web-client/10.7.3/ix_values.yaml b/stable/shlink-web-client/10.7.5/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/10.7.3/ix_values.yaml rename to stable/shlink-web-client/10.7.5/ix_values.yaml diff --git a/stable/shlink-web-client/10.7.3/questions.yaml b/stable/shlink-web-client/10.7.5/questions.yaml similarity index 100% rename from stable/shlink-web-client/10.7.3/questions.yaml rename to stable/shlink-web-client/10.7.5/questions.yaml diff --git a/stable/shlink/14.6.2/templates/NOTES.txt b/stable/shlink-web-client/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/shlink/14.6.2/templates/NOTES.txt rename to stable/shlink-web-client/10.7.5/templates/NOTES.txt diff --git a/stable/shlink-web-client/10.7.3/templates/common.yaml b/stable/shlink-web-client/10.7.5/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/10.7.3/templates/common.yaml rename to stable/shlink-web-client/10.7.5/templates/common.yaml diff --git a/stable/shlink/14.6.2/values.yaml b/stable/shlink-web-client/10.7.5/values.yaml similarity index 100% rename from stable/shlink/14.6.2/values.yaml rename to stable/shlink-web-client/10.7.5/values.yaml diff --git a/stable/shlink/14.6.2/CHANGELOG.md b/stable/shlink/14.6.2/CHANGELOG.md deleted file mode 100644 index 927f8bba7c6..00000000000 --- a/stable/shlink/14.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - diff --git a/stable/shlink/14.6.2/Chart.yaml b/stable/shlink/14.6.2/Chart.yaml deleted file mode 100644 index bce9d9e97af..00000000000 --- a/stable/shlink/14.6.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. -home: https://truecharts.org/charts/stable/shlink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png -keywords: - - url - - shortener -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shlink -sources: - - https://github.com/shlinkio/shlink - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - - https://hub.docker.com/r/shlinkio/shlink -type: application -version: 14.6.2 diff --git a/stable/shlink/14.6.2/app-changelog.md b/stable/shlink/14.6.2/app-changelog.md deleted file mode 100644 index 8658462e3c9..00000000000 --- a/stable/shlink/14.6.2/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) \ No newline at end of file diff --git a/stable/shlink/14.6.2/charts/common-20.2.4.tgz b/stable/shlink/14.6.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shlink/14.6.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shoko-server/9.7.3/.helmignore b/stable/shlink/14.6.4/.helmignore similarity index 100% rename from stable/shoko-server/9.7.3/.helmignore rename to stable/shlink/14.6.4/.helmignore diff --git a/stable/shlink/14.6.4/CHANGELOG.md b/stable/shlink/14.6.4/CHANGELOG.md new file mode 100644 index 00000000000..96b3606a6b8 --- /dev/null +++ b/stable/shlink/14.6.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-14.6.4](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) + + +## [shlink-14.6.3](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) + + +## [shlink-14.6.3](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) + + +## [shlink-14.6.3](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/shlink/14.6.4/Chart.yaml b/stable/shlink/14.6.4/Chart.yaml new file mode 100644 index 00000000000..364d1fc0a42 --- /dev/null +++ b/stable/shlink/14.6.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. +home: https://truecharts.org/charts/stable/shlink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png +keywords: + - url + - shortener +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink +sources: + - https://github.com/shlinkio/shlink + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink + - https://hub.docker.com/r/shlinkio/shlink +type: application +version: 14.6.4 diff --git a/stable/shlink/14.6.2/README.md b/stable/shlink/14.6.4/README.md similarity index 100% rename from stable/shlink/14.6.2/README.md rename to stable/shlink/14.6.4/README.md diff --git a/stable/shlink/14.6.4/app-changelog.md b/stable/shlink/14.6.4/app-changelog.md new file mode 100644 index 00000000000..110bac74af8 --- /dev/null +++ b/stable/shlink/14.6.4/app-changelog.md @@ -0,0 +1,25 @@ + + +## [shlink-14.6.4](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326)) \ No newline at end of file diff --git a/stable/shlink/14.6.2/app-readme.md b/stable/shlink/14.6.4/app-readme.md similarity index 100% rename from stable/shlink/14.6.2/app-readme.md rename to stable/shlink/14.6.4/app-readme.md diff --git a/stable/shlink/14.6.4/charts/common-20.2.10.tgz b/stable/shlink/14.6.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shlink/14.6.4/charts/common-20.2.10.tgz differ diff --git a/stable/shlink/14.6.2/charts/redis-13.2.2.tgz b/stable/shlink/14.6.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/shlink/14.6.2/charts/redis-13.2.2.tgz rename to stable/shlink/14.6.4/charts/redis-13.2.2.tgz diff --git a/stable/shlink/14.6.2/ix_values.yaml b/stable/shlink/14.6.4/ix_values.yaml similarity index 100% rename from stable/shlink/14.6.2/ix_values.yaml rename to stable/shlink/14.6.4/ix_values.yaml diff --git a/stable/shlink/14.6.2/questions.yaml b/stable/shlink/14.6.4/questions.yaml similarity index 100% rename from stable/shlink/14.6.2/questions.yaml rename to stable/shlink/14.6.4/questions.yaml diff --git a/stable/shoko-server/9.7.3/templates/NOTES.txt b/stable/shlink/14.6.4/templates/NOTES.txt similarity index 100% rename from stable/shoko-server/9.7.3/templates/NOTES.txt rename to stable/shlink/14.6.4/templates/NOTES.txt diff --git a/stable/shlink/14.6.2/templates/common.yaml b/stable/shlink/14.6.4/templates/common.yaml similarity index 100% rename from stable/shlink/14.6.2/templates/common.yaml rename to stable/shlink/14.6.4/templates/common.yaml diff --git a/stable/shoko-server/9.7.3/values.yaml b/stable/shlink/14.6.4/values.yaml similarity index 100% rename from stable/shoko-server/9.7.3/values.yaml rename to stable/shlink/14.6.4/values.yaml diff --git a/stable/shoko-server/9.7.3/CHANGELOG.md b/stable/shoko-server/9.7.3/CHANGELOG.md deleted file mode 100644 index 36202d169fb..00000000000 --- a/stable/shoko-server/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shoko-server/9.7.3/Chart.yaml b/stable/shoko-server/9.7.3/Chart.yaml deleted file mode 100644 index 64d68b948db..00000000000 --- a/stable/shoko-server/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Anime cataloging program designed to automate the cataloging of your collection. -home: https://truecharts.org/charts/stable/shoko-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png -keywords: - - shoko-server - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shoko-server -sources: - - https://github.com/ShokoAnime/ShokoServer - - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server - - https://hub.docker.com/r/shokoanime/server -type: application -version: 9.7.3 diff --git a/stable/shoko-server/9.7.3/app-changelog.md b/stable/shoko-server/9.7.3/app-changelog.md deleted file mode 100644 index e77cd9c8b49..00000000000 --- a/stable/shoko-server/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz b/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shortipy/5.7.3/.helmignore b/stable/shoko-server/9.7.5/.helmignore similarity index 100% rename from stable/shortipy/5.7.3/.helmignore rename to stable/shoko-server/9.7.5/.helmignore diff --git a/stable/shoko-server/9.7.5/CHANGELOG.md b/stable/shoko-server/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..fdb811107a3 --- /dev/null +++ b/stable/shoko-server/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shoko-server-9.7.5](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shoko-server-9.7.4](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shoko-server-9.7.4](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shoko-server-9.7.4](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shoko-server-9.7.4](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shoko-server-9.7.4](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shoko-server/9.7.5/Chart.yaml b/stable/shoko-server/9.7.5/Chart.yaml new file mode 100644 index 00000000000..d880c6da548 --- /dev/null +++ b/stable/shoko-server/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anime cataloging program designed to automate the cataloging of your collection. +home: https://truecharts.org/charts/stable/shoko-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png +keywords: + - shoko-server + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shoko-server +sources: + - https://github.com/ShokoAnime/ShokoServer + - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server + - https://hub.docker.com/r/shokoanime/server +type: application +version: 9.7.5 diff --git a/stable/shoko-server/9.7.3/README.md b/stable/shoko-server/9.7.5/README.md similarity index 100% rename from stable/shoko-server/9.7.3/README.md rename to stable/shoko-server/9.7.5/README.md diff --git a/stable/shoko-server/9.7.5/app-changelog.md b/stable/shoko-server/9.7.5/app-changelog.md new file mode 100644 index 00000000000..18156638b93 --- /dev/null +++ b/stable/shoko-server/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shoko-server-9.7.5](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shoko-server/9.7.3/app-readme.md b/stable/shoko-server/9.7.5/app-readme.md similarity index 100% rename from stable/shoko-server/9.7.3/app-readme.md rename to stable/shoko-server/9.7.5/app-readme.md diff --git a/stable/shoko-server/9.7.5/charts/common-20.2.10.tgz b/stable/shoko-server/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shoko-server/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shoko-server/9.7.3/ix_values.yaml b/stable/shoko-server/9.7.5/ix_values.yaml similarity index 100% rename from stable/shoko-server/9.7.3/ix_values.yaml rename to stable/shoko-server/9.7.5/ix_values.yaml diff --git a/stable/shoko-server/9.7.3/questions.yaml b/stable/shoko-server/9.7.5/questions.yaml similarity index 100% rename from stable/shoko-server/9.7.3/questions.yaml rename to stable/shoko-server/9.7.5/questions.yaml diff --git a/stable/shorturl/10.7.3/templates/NOTES.txt b/stable/shoko-server/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/shorturl/10.7.3/templates/NOTES.txt rename to stable/shoko-server/9.7.5/templates/NOTES.txt diff --git a/stable/shoko-server/9.7.3/templates/common.yaml b/stable/shoko-server/9.7.5/templates/common.yaml similarity index 100% rename from stable/shoko-server/9.7.3/templates/common.yaml rename to stable/shoko-server/9.7.5/templates/common.yaml diff --git a/stable/shortipy/5.7.3/values.yaml b/stable/shoko-server/9.7.5/values.yaml similarity index 100% rename from stable/shortipy/5.7.3/values.yaml rename to stable/shoko-server/9.7.5/values.yaml diff --git a/stable/shortipy/5.7.3/CHANGELOG.md b/stable/shortipy/5.7.3/CHANGELOG.md deleted file mode 100644 index 00b43955b61..00000000000 --- a/stable/shortipy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shortipy/5.7.3/Chart.yaml b/stable/shortipy/5.7.3/Chart.yaml deleted file mode 100644 index 460c4eaddbd..00000000000 --- a/stable/shortipy/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: URL Shortener in python based on flask -home: https://truecharts.org/charts/stable/shortipy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png -keywords: - - shortipy - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shortipy -sources: - - https://github.com/maschhoff/shortipy - - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy - - https://hub.docker.com/r/knex666/shortipy -type: application -version: 5.7.3 diff --git a/stable/shortipy/5.7.3/app-changelog.md b/stable/shortipy/5.7.3/app-changelog.md deleted file mode 100644 index f4990b0a9f5..00000000000 --- a/stable/shortipy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shortipy/5.7.3/charts/common-20.2.4.tgz b/stable/shortipy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shortipy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/shorturl/10.7.3/.helmignore b/stable/shortipy/5.7.5/.helmignore similarity index 100% rename from stable/shorturl/10.7.3/.helmignore rename to stable/shortipy/5.7.5/.helmignore diff --git a/stable/shortipy/5.7.5/CHANGELOG.md b/stable/shortipy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5061d368b6d --- /dev/null +++ b/stable/shortipy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shortipy-5.7.5](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shortipy-5.7.4](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shortipy-5.7.4](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shortipy-5.7.4](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shortipy-5.7.4](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shortipy-5.7.4](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shortipy/5.7.5/Chart.yaml b/stable/shortipy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cc988e2f4c2 --- /dev/null +++ b/stable/shortipy/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: URL Shortener in python based on flask +home: https://truecharts.org/charts/stable/shortipy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png +keywords: + - shortipy + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shortipy +sources: + - https://github.com/maschhoff/shortipy + - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy + - https://hub.docker.com/r/knex666/shortipy +type: application +version: 5.7.5 diff --git a/stable/shortipy/5.7.3/README.md b/stable/shortipy/5.7.5/README.md similarity index 100% rename from stable/shortipy/5.7.3/README.md rename to stable/shortipy/5.7.5/README.md diff --git a/stable/shortipy/5.7.5/app-changelog.md b/stable/shortipy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e31797105e2 --- /dev/null +++ b/stable/shortipy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shortipy-5.7.5](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shortipy/5.7.3/app-readme.md b/stable/shortipy/5.7.5/app-readme.md similarity index 100% rename from stable/shortipy/5.7.3/app-readme.md rename to stable/shortipy/5.7.5/app-readme.md diff --git a/stable/shortipy/5.7.5/charts/common-20.2.10.tgz b/stable/shortipy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shortipy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shortipy/5.7.3/ix_values.yaml b/stable/shortipy/5.7.5/ix_values.yaml similarity index 100% rename from stable/shortipy/5.7.3/ix_values.yaml rename to stable/shortipy/5.7.5/ix_values.yaml diff --git a/stable/rss-proxy/5.7.3/questions.yaml b/stable/shortipy/5.7.5/questions.yaml similarity index 100% rename from stable/rss-proxy/5.7.3/questions.yaml rename to stable/shortipy/5.7.5/questions.yaml diff --git a/stable/shortipy/5.7.3/templates/common.yaml b/stable/shortipy/5.7.5/templates/common.yaml similarity index 100% rename from stable/shortipy/5.7.3/templates/common.yaml rename to stable/shortipy/5.7.5/templates/common.yaml diff --git a/stable/shorturl/10.7.3/values.yaml b/stable/shortipy/5.7.5/values.yaml similarity index 100% rename from stable/shorturl/10.7.3/values.yaml rename to stable/shortipy/5.7.5/values.yaml diff --git a/stable/shorturl/10.7.3/CHANGELOG.md b/stable/shorturl/10.7.3/CHANGELOG.md deleted file mode 100644 index ed99822801f..00000000000 --- a/stable/shorturl/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/shorturl/10.7.3/Chart.yaml b/stable/shorturl/10.7.3/Chart.yaml deleted file mode 100644 index b5416e71a1f..00000000000 --- a/stable/shorturl/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Self hosted web app for shortening urls (URL shortener) -home: https://truecharts.org/charts/stable/shorturl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png -keywords: - - url - - shortener - - shorten - - shorturl -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: shorturl -sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl - - https://ghcr.io/nicholaswilde/shorturl -type: application -version: 10.7.3 diff --git a/stable/shorturl/10.7.3/app-changelog.md b/stable/shorturl/10.7.3/app-changelog.md deleted file mode 100644 index cbc215cc0ce..00000000000 --- a/stable/shorturl/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shorturl/10.7.3/charts/common-20.2.4.tgz b/stable/shorturl/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/shorturl/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sia-daemon/5.7.3/.helmignore b/stable/shorturl/10.7.5/.helmignore similarity index 100% rename from stable/sia-daemon/5.7.3/.helmignore rename to stable/shorturl/10.7.5/.helmignore diff --git a/stable/shorturl/10.7.5/CHANGELOG.md b/stable/shorturl/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ae68d87fd6c --- /dev/null +++ b/stable/shorturl/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shorturl-10.7.5](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shorturl-10.7.4](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shorturl-10.7.4](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shorturl-10.7.4](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shorturl-10.7.4](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [shorturl-10.7.4](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/shorturl/10.7.5/Chart.yaml b/stable/shorturl/10.7.5/Chart.yaml new file mode 100644 index 00000000000..06dfc0266de --- /dev/null +++ b/stable/shorturl/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted web app for shortening urls (URL shortener) +home: https://truecharts.org/charts/stable/shorturl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png +keywords: + - url + - shortener + - shorten + - shorturl +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shorturl +sources: + - https://github.com/prologic/shorturl + - https://github.com/nicholaswilde/docker-shorturl + - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl + - https://ghcr.io/nicholaswilde/shorturl +type: application +version: 10.7.5 diff --git a/stable/shorturl/10.7.3/README.md b/stable/shorturl/10.7.5/README.md similarity index 100% rename from stable/shorturl/10.7.3/README.md rename to stable/shorturl/10.7.5/README.md diff --git a/stable/shorturl/10.7.5/app-changelog.md b/stable/shorturl/10.7.5/app-changelog.md new file mode 100644 index 00000000000..3a3810bb52b --- /dev/null +++ b/stable/shorturl/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [shorturl-10.7.5](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/shorturl/10.7.3/app-readme.md b/stable/shorturl/10.7.5/app-readme.md similarity index 100% rename from stable/shorturl/10.7.3/app-readme.md rename to stable/shorturl/10.7.5/app-readme.md diff --git a/stable/shorturl/10.7.5/charts/common-20.2.10.tgz b/stable/shorturl/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/shorturl/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/shorturl/10.7.3/ix_values.yaml b/stable/shorturl/10.7.5/ix_values.yaml similarity index 100% rename from stable/shorturl/10.7.3/ix_values.yaml rename to stable/shorturl/10.7.5/ix_values.yaml diff --git a/stable/shorturl/10.7.3/questions.yaml b/stable/shorturl/10.7.5/questions.yaml similarity index 100% rename from stable/shorturl/10.7.3/questions.yaml rename to stable/shorturl/10.7.5/questions.yaml diff --git a/stable/sickchill/11.8.5/templates/NOTES.txt b/stable/shorturl/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/sickchill/11.8.5/templates/NOTES.txt rename to stable/shorturl/10.7.5/templates/NOTES.txt diff --git a/stable/shorturl/10.7.3/templates/common.yaml b/stable/shorturl/10.7.5/templates/common.yaml similarity index 100% rename from stable/shorturl/10.7.3/templates/common.yaml rename to stable/shorturl/10.7.5/templates/common.yaml diff --git a/stable/sia-daemon/5.7.3/values.yaml b/stable/shorturl/10.7.5/values.yaml similarity index 100% rename from stable/sia-daemon/5.7.3/values.yaml rename to stable/shorturl/10.7.5/values.yaml diff --git a/stable/sia-daemon/5.7.3/CHANGELOG.md b/stable/sia-daemon/5.7.3/CHANGELOG.md deleted file mode 100644 index a5f720d02eb..00000000000 --- a/stable/sia-daemon/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sia-daemon/5.7.3/Chart.yaml b/stable/sia-daemon/5.7.3/Chart.yaml deleted file mode 100644 index 12d2a75c7b8..00000000000 --- a/stable/sia-daemon/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. -home: https://truecharts.org/charts/stable/sia-daemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png -keywords: - - sia-daemon - - Cloud - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sia-daemon -sources: - - https://github.com/siafoundation/siad - - https://github.com/SiaFoundation/siad/pkgs/container/siad - - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon - - https://ghcr.io/siafoundation/siad -type: application -version: 5.7.3 diff --git a/stable/sia-daemon/5.7.3/app-changelog.md b/stable/sia-daemon/5.7.3/app-changelog.md deleted file mode 100644 index 4c1ace89d46..00000000000 --- a/stable/sia-daemon/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz b/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sickchill/11.8.5/.helmignore b/stable/sia-daemon/5.7.5/.helmignore similarity index 100% rename from stable/sickchill/11.8.5/.helmignore rename to stable/sia-daemon/5.7.5/.helmignore diff --git a/stable/sia-daemon/5.7.5/CHANGELOG.md b/stable/sia-daemon/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..09ccfffc668 --- /dev/null +++ b/stable/sia-daemon/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sia-daemon-5.7.5](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sia-daemon-5.7.4](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sia-daemon-5.7.4](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sia-daemon-5.7.4](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sia-daemon-5.7.4](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sia-daemon-5.7.4](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sia-daemon/5.7.5/Chart.yaml b/stable/sia-daemon/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7f008ea4abb --- /dev/null +++ b/stable/sia-daemon/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. +home: https://truecharts.org/charts/stable/sia-daemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png +keywords: + - sia-daemon + - Cloud + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sia-daemon +sources: + - https://github.com/siafoundation/siad + - https://github.com/SiaFoundation/siad/pkgs/container/siad + - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon + - https://ghcr.io/siafoundation/siad +type: application +version: 5.7.5 diff --git a/stable/sia-daemon/5.7.3/README.md b/stable/sia-daemon/5.7.5/README.md similarity index 100% rename from stable/sia-daemon/5.7.3/README.md rename to stable/sia-daemon/5.7.5/README.md diff --git a/stable/sia-daemon/5.7.5/app-changelog.md b/stable/sia-daemon/5.7.5/app-changelog.md new file mode 100644 index 00000000000..add976780d3 --- /dev/null +++ b/stable/sia-daemon/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sia-daemon-5.7.5](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sia-daemon/5.7.3/app-readme.md b/stable/sia-daemon/5.7.5/app-readme.md similarity index 100% rename from stable/sia-daemon/5.7.3/app-readme.md rename to stable/sia-daemon/5.7.5/app-readme.md diff --git a/stable/sia-daemon/5.7.5/charts/common-20.2.10.tgz b/stable/sia-daemon/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sia-daemon/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sia-daemon/5.7.3/ix_values.yaml b/stable/sia-daemon/5.7.5/ix_values.yaml similarity index 100% rename from stable/sia-daemon/5.7.3/ix_values.yaml rename to stable/sia-daemon/5.7.5/ix_values.yaml diff --git a/stable/sia-daemon/5.7.3/questions.yaml b/stable/sia-daemon/5.7.5/questions.yaml similarity index 100% rename from stable/sia-daemon/5.7.3/questions.yaml rename to stable/sia-daemon/5.7.5/questions.yaml diff --git a/stable/sia-daemon/5.7.3/templates/common.yaml b/stable/sia-daemon/5.7.5/templates/common.yaml similarity index 100% rename from stable/sia-daemon/5.7.3/templates/common.yaml rename to stable/sia-daemon/5.7.5/templates/common.yaml diff --git a/stable/sickchill/11.8.5/values.yaml b/stable/sia-daemon/5.7.5/values.yaml similarity index 100% rename from stable/sickchill/11.8.5/values.yaml rename to stable/sia-daemon/5.7.5/values.yaml diff --git a/stable/sickchill/11.8.5/CHANGELOG.md b/stable/sickchill/11.8.5/CHANGELOG.md deleted file mode 100644 index 18f7bba7c1e..00000000000 --- a/stable/sickchill/11.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - diff --git a/stable/sickchill/11.8.5/Chart.yaml b/stable/sickchill/11.8.5/Chart.yaml deleted file mode 100644 index afb5c6ba4a3..00000000000 --- a/stable/sickchill/11.8.5/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.3.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An Automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/sickchill -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png -keywords: - - sickchill - - video - - library - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sickchill -sources: - - https://github.com/SickChill/SickChill - - https://github.com/linuxserver/docker-sickchill - - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill - - https://ghcr.io/linuxserver/sickchill -type: application -version: 11.8.5 diff --git a/stable/sickchill/11.8.5/app-changelog.md b/stable/sickchill/11.8.5/app-changelog.md deleted file mode 100644 index 818163c0a81..00000000000 --- a/stable/sickchill/11.8.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [sickchill-11.8.5](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) \ No newline at end of file diff --git a/stable/sickchill/11.8.5/charts/common-20.2.9.tgz b/stable/sickchill/11.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/sickchill/11.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/sickchill/11.8.5/ix_values.yaml b/stable/sickchill/11.8.5/ix_values.yaml deleted file mode 100644 index 081eae0159a..00000000000 --- a/stable/sickchill/11.8.5/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/sickchill - pullPolicy: IfNotPresent - tag: 2024.3.1@sha256:7ed39207d2c339dd64081b377b219b217c3ef96ac74ccae827d461093c7e9e75 -service: - main: - ports: - main: - port: 10067 - targetPort: 8081 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/sickgear/11.7.3/.helmignore b/stable/sickchill/11.8.7/.helmignore similarity index 100% rename from stable/sickgear/11.7.3/.helmignore rename to stable/sickchill/11.8.7/.helmignore diff --git a/stable/sickchill/11.8.7/CHANGELOG.md b/stable/sickchill/11.8.7/CHANGELOG.md new file mode 100644 index 00000000000..acd4d1f902e --- /dev/null +++ b/stable/sickchill/11.8.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickchill-11.8.7](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@44fdf09](https://github.com/44fdf09) by renovate ([#19906](https://github.com/truecharts/charts/issues/19906)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) + + +## [sickchill-11.8.6](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@44fdf09](https://github.com/44fdf09) by renovate ([#19906](https://github.com/truecharts/charts/issues/19906)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) + + +## [sickchill-11.8.6](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@44fdf09](https://github.com/44fdf09) by renovate ([#19906](https://github.com/truecharts/charts/issues/19906)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) + + +## [sickchill-11.8.6](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@44fdf09](https://github.com/44fdf09) by renovate ([#19906](https://github.com/truecharts/charts/issues/19906)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sickchill/11.8.7/Chart.yaml b/stable/sickchill/11.8.7/Chart.yaml new file mode 100644 index 00000000000..65afd6dc7fa --- /dev/null +++ b/stable/sickchill/11.8.7/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png +keywords: + - sickchill + - video + - library + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickchill +sources: + - https://github.com/SickChill/SickChill + - https://github.com/linuxserver/docker-sickchill + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill + - https://ghcr.io/linuxserver/sickchill +type: application +version: 11.8.7 diff --git a/stable/sickchill/11.8.5/README.md b/stable/sickchill/11.8.7/README.md similarity index 100% rename from stable/sickchill/11.8.5/README.md rename to stable/sickchill/11.8.7/README.md diff --git a/stable/sickchill/11.8.7/app-changelog.md b/stable/sickchill/11.8.7/app-changelog.md new file mode 100644 index 00000000000..1be2d59f399 --- /dev/null +++ b/stable/sickchill/11.8.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [sickchill-11.8.7](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@44fdf09](https://github.com/44fdf09) by renovate ([#19906](https://github.com/truecharts/charts/issues/19906)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246)) \ No newline at end of file diff --git a/stable/sickchill/11.8.5/app-readme.md b/stable/sickchill/11.8.7/app-readme.md similarity index 100% rename from stable/sickchill/11.8.5/app-readme.md rename to stable/sickchill/11.8.7/app-readme.md diff --git a/stable/sickchill/11.8.7/charts/common-20.2.10.tgz b/stable/sickchill/11.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sickchill/11.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/sickchill/11.8.7/ix_values.yaml b/stable/sickchill/11.8.7/ix_values.yaml new file mode 100644 index 00000000000..c002f7eb2b8 --- /dev/null +++ b/stable/sickchill/11.8.7/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/sickchill + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:44fdf09d24d30cff4bc5c0795f6b27a056cf95cb65f08ec041044ed330345c40 +service: + main: + ports: + main: + port: 10067 + targetPort: 8081 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/sickchill/11.8.5/questions.yaml b/stable/sickchill/11.8.7/questions.yaml similarity index 100% rename from stable/sickchill/11.8.5/questions.yaml rename to stable/sickchill/11.8.7/questions.yaml diff --git a/stable/sickgear/11.7.3/templates/NOTES.txt b/stable/sickchill/11.8.7/templates/NOTES.txt similarity index 100% rename from stable/sickgear/11.7.3/templates/NOTES.txt rename to stable/sickchill/11.8.7/templates/NOTES.txt diff --git a/stable/sickchill/11.8.5/templates/common.yaml b/stable/sickchill/11.8.7/templates/common.yaml similarity index 100% rename from stable/sickchill/11.8.5/templates/common.yaml rename to stable/sickchill/11.8.7/templates/common.yaml diff --git a/stable/sickgear/11.7.3/values.yaml b/stable/sickchill/11.8.7/values.yaml similarity index 100% rename from stable/sickgear/11.7.3/values.yaml rename to stable/sickchill/11.8.7/values.yaml diff --git a/stable/sickgear/11.7.3/CHANGELOG.md b/stable/sickgear/11.7.3/CHANGELOG.md deleted file mode 100644 index 560c2c46ef3..00000000000 --- a/stable/sickgear/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sickgear/11.7.3/Chart.yaml b/stable/sickgear/11.7.3/Chart.yaml deleted file mode 100644 index ae843fd936b..00000000000 --- a/stable/sickgear/11.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more -home: https://truecharts.org/charts/stable/sickgear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png -keywords: - - sickgear - - manager - - tv - - shows -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sickgear -sources: - - https://github.com/SickGear/SickGear - - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - - https://hub.docker.com/r/sickgear/sickgear -type: application -version: 11.7.3 diff --git a/stable/sickgear/11.7.3/app-changelog.md b/stable/sickgear/11.7.3/app-changelog.md deleted file mode 100644 index 65de1613e19..00000000000 --- a/stable/sickgear/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sickgear/11.7.3/charts/common-20.2.4.tgz b/stable/sickgear/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sickgear/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/simply-shorten/8.7.3/.helmignore b/stable/sickgear/11.7.5/.helmignore similarity index 100% rename from stable/simply-shorten/8.7.3/.helmignore rename to stable/sickgear/11.7.5/.helmignore diff --git a/stable/sickgear/11.7.5/CHANGELOG.md b/stable/sickgear/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..52794034477 --- /dev/null +++ b/stable/sickgear/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickgear-11.7.5](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sickgear-11.7.4](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sickgear-11.7.4](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sickgear-11.7.4](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sickgear-11.7.4](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sickgear-11.7.4](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sickgear/11.7.5/Chart.yaml b/stable/sickgear/11.7.5/Chart.yaml new file mode 100644 index 00000000000..3b890b5b7fb --- /dev/null +++ b/stable/sickgear/11.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more +home: https://truecharts.org/charts/stable/sickgear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png +keywords: + - sickgear + - manager + - tv + - shows +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickgear +sources: + - https://github.com/SickGear/SickGear + - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear + - https://hub.docker.com/r/sickgear/sickgear +type: application +version: 11.7.5 diff --git a/stable/sickgear/11.7.3/README.md b/stable/sickgear/11.7.5/README.md similarity index 100% rename from stable/sickgear/11.7.3/README.md rename to stable/sickgear/11.7.5/README.md diff --git a/stable/sickgear/11.7.5/app-changelog.md b/stable/sickgear/11.7.5/app-changelog.md new file mode 100644 index 00000000000..08f46f3f5b8 --- /dev/null +++ b/stable/sickgear/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sickgear-11.7.5](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sickgear/11.7.3/app-readme.md b/stable/sickgear/11.7.5/app-readme.md similarity index 100% rename from stable/sickgear/11.7.3/app-readme.md rename to stable/sickgear/11.7.5/app-readme.md diff --git a/stable/sickgear/11.7.5/charts/common-20.2.10.tgz b/stable/sickgear/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sickgear/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sickgear/11.7.3/ix_values.yaml b/stable/sickgear/11.7.5/ix_values.yaml similarity index 100% rename from stable/sickgear/11.7.3/ix_values.yaml rename to stable/sickgear/11.7.5/ix_values.yaml diff --git a/stable/sickgear/11.7.3/questions.yaml b/stable/sickgear/11.7.5/questions.yaml similarity index 100% rename from stable/sickgear/11.7.3/questions.yaml rename to stable/sickgear/11.7.5/questions.yaml diff --git a/stable/simply-shorten/8.7.3/templates/NOTES.txt b/stable/sickgear/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/simply-shorten/8.7.3/templates/NOTES.txt rename to stable/sickgear/11.7.5/templates/NOTES.txt diff --git a/stable/sickgear/11.7.3/templates/common.yaml b/stable/sickgear/11.7.5/templates/common.yaml similarity index 100% rename from stable/sickgear/11.7.3/templates/common.yaml rename to stable/sickgear/11.7.5/templates/common.yaml diff --git a/stable/simply-shorten/8.7.3/values.yaml b/stable/sickgear/11.7.5/values.yaml similarity index 100% rename from stable/simply-shorten/8.7.3/values.yaml rename to stable/sickgear/11.7.5/values.yaml diff --git a/stable/simply-shorten/8.7.3/CHANGELOG.md b/stable/simply-shorten/8.7.3/CHANGELOG.md deleted file mode 100644 index bc489a35ecc..00000000000 --- a/stable/simply-shorten/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/simply-shorten/8.7.3/Chart.yaml b/stable/simply-shorten/8.7.3/Chart.yaml deleted file mode 100644 index 19fe4ccf59f..00000000000 --- a/stable/simply-shorten/8.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A dead simple URL shortener. -home: https://truecharts.org/charts/stable/simply-shorten -icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png -keywords: - - simply-shorten - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: simply-shorten -sources: - - https://gitlab.com/draganczukp/simply-shorten - - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten - - https://hub.docker.com/r/draganczukp/simply-shorten -type: application -version: 8.7.3 diff --git a/stable/simply-shorten/8.7.3/app-changelog.md b/stable/simply-shorten/8.7.3/app-changelog.md deleted file mode 100644 index d668de459bc..00000000000 --- a/stable/simply-shorten/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz b/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sinusbot/5.7.3/.helmignore b/stable/simply-shorten/8.7.5/.helmignore similarity index 100% rename from stable/sinusbot/5.7.3/.helmignore rename to stable/simply-shorten/8.7.5/.helmignore diff --git a/stable/simply-shorten/8.7.5/CHANGELOG.md b/stable/simply-shorten/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..098c83c60c9 --- /dev/null +++ b/stable/simply-shorten/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [simply-shorten-8.7.5](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [simply-shorten-8.7.4](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [simply-shorten-8.7.4](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [simply-shorten-8.7.4](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [simply-shorten-8.7.4](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [simply-shorten-8.7.4](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/simply-shorten/8.7.5/Chart.yaml b/stable/simply-shorten/8.7.5/Chart.yaml new file mode 100644 index 00000000000..74123c8bbfb --- /dev/null +++ b/stable/simply-shorten/8.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple URL shortener. +home: https://truecharts.org/charts/stable/simply-shorten +icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png +keywords: + - simply-shorten + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: simply-shorten +sources: + - https://gitlab.com/draganczukp/simply-shorten + - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten + - https://hub.docker.com/r/draganczukp/simply-shorten +type: application +version: 8.7.5 diff --git a/stable/simply-shorten/8.7.3/README.md b/stable/simply-shorten/8.7.5/README.md similarity index 100% rename from stable/simply-shorten/8.7.3/README.md rename to stable/simply-shorten/8.7.5/README.md diff --git a/stable/simply-shorten/8.7.5/app-changelog.md b/stable/simply-shorten/8.7.5/app-changelog.md new file mode 100644 index 00000000000..da554485e11 --- /dev/null +++ b/stable/simply-shorten/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [simply-shorten-8.7.5](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/simply-shorten/8.7.3/app-readme.md b/stable/simply-shorten/8.7.5/app-readme.md similarity index 100% rename from stable/simply-shorten/8.7.3/app-readme.md rename to stable/simply-shorten/8.7.5/app-readme.md diff --git a/stable/simply-shorten/8.7.5/charts/common-20.2.10.tgz b/stable/simply-shorten/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/simply-shorten/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/simply-shorten/8.7.3/ix_values.yaml b/stable/simply-shorten/8.7.5/ix_values.yaml similarity index 100% rename from stable/simply-shorten/8.7.3/ix_values.yaml rename to stable/simply-shorten/8.7.5/ix_values.yaml diff --git a/stable/simply-shorten/8.7.3/questions.yaml b/stable/simply-shorten/8.7.5/questions.yaml similarity index 100% rename from stable/simply-shorten/8.7.3/questions.yaml rename to stable/simply-shorten/8.7.5/questions.yaml diff --git a/stable/slash/4.7.8/templates/NOTES.txt b/stable/simply-shorten/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/slash/4.7.8/templates/NOTES.txt rename to stable/simply-shorten/8.7.5/templates/NOTES.txt diff --git a/stable/simply-shorten/8.7.3/templates/common.yaml b/stable/simply-shorten/8.7.5/templates/common.yaml similarity index 100% rename from stable/simply-shorten/8.7.3/templates/common.yaml rename to stable/simply-shorten/8.7.5/templates/common.yaml diff --git a/stable/sinusbot/5.7.3/values.yaml b/stable/simply-shorten/8.7.5/values.yaml similarity index 100% rename from stable/sinusbot/5.7.3/values.yaml rename to stable/simply-shorten/8.7.5/values.yaml diff --git a/stable/sinusbot/5.7.3/CHANGELOG.md b/stable/sinusbot/5.7.3/CHANGELOG.md deleted file mode 100644 index e7671a497c3..00000000000 --- a/stable/sinusbot/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sinusbot/5.7.3/Chart.yaml b/stable/sinusbot/5.7.3/Chart.yaml deleted file mode 100644 index 0f7c59cd5c0..00000000000 --- a/stable/sinusbot/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. -home: https://truecharts.org/charts/stable/sinusbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png -keywords: - - sinusbot - - Productivity - - Tools-Utilities - - MediaServer-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sinusbot -sources: - - https://forum.sinusbot.com - - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot - - https://hub.docker.com/r/sinusbot/docker -type: application -version: 5.7.3 diff --git a/stable/sinusbot/5.7.3/app-changelog.md b/stable/sinusbot/5.7.3/app-changelog.md deleted file mode 100644 index e10d45e2a6a..00000000000 --- a/stable/sinusbot/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz b/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/slack-invite/5.7.3/.helmignore b/stable/sinusbot/5.7.5/.helmignore similarity index 100% rename from stable/slack-invite/5.7.3/.helmignore rename to stable/sinusbot/5.7.5/.helmignore diff --git a/stable/sinusbot/5.7.5/CHANGELOG.md b/stable/sinusbot/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2aee28574ec --- /dev/null +++ b/stable/sinusbot/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sinusbot-5.7.5](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sinusbot-5.7.4](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sinusbot-5.7.4](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sinusbot-5.7.4](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sinusbot-5.7.4](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sinusbot-5.7.4](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sinusbot/5.7.5/Chart.yaml b/stable/sinusbot/5.7.5/Chart.yaml new file mode 100644 index 00000000000..dace0a05672 --- /dev/null +++ b/stable/sinusbot/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. +home: https://truecharts.org/charts/stable/sinusbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png +keywords: + - sinusbot + - Productivity + - Tools-Utilities + - MediaServer-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sinusbot +sources: + - https://forum.sinusbot.com + - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot + - https://hub.docker.com/r/sinusbot/docker +type: application +version: 5.7.5 diff --git a/stable/sinusbot/5.7.3/README.md b/stable/sinusbot/5.7.5/README.md similarity index 100% rename from stable/sinusbot/5.7.3/README.md rename to stable/sinusbot/5.7.5/README.md diff --git a/stable/sinusbot/5.7.5/app-changelog.md b/stable/sinusbot/5.7.5/app-changelog.md new file mode 100644 index 00000000000..9a283a7cd80 --- /dev/null +++ b/stable/sinusbot/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sinusbot-5.7.5](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sinusbot/5.7.3/app-readme.md b/stable/sinusbot/5.7.5/app-readme.md similarity index 100% rename from stable/sinusbot/5.7.3/app-readme.md rename to stable/sinusbot/5.7.5/app-readme.md diff --git a/stable/sinusbot/5.7.5/charts/common-20.2.10.tgz b/stable/sinusbot/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sinusbot/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sinusbot/5.7.3/ix_values.yaml b/stable/sinusbot/5.7.5/ix_values.yaml similarity index 100% rename from stable/sinusbot/5.7.3/ix_values.yaml rename to stable/sinusbot/5.7.5/ix_values.yaml diff --git a/stable/sinusbot/5.7.3/questions.yaml b/stable/sinusbot/5.7.5/questions.yaml similarity index 100% rename from stable/sinusbot/5.7.3/questions.yaml rename to stable/sinusbot/5.7.5/questions.yaml diff --git a/stable/sinusbot/5.7.3/templates/common.yaml b/stable/sinusbot/5.7.5/templates/common.yaml similarity index 100% rename from stable/sinusbot/5.7.3/templates/common.yaml rename to stable/sinusbot/5.7.5/templates/common.yaml diff --git a/stable/slack-invite/5.7.3/values.yaml b/stable/sinusbot/5.7.5/values.yaml similarity index 100% rename from stable/slack-invite/5.7.3/values.yaml rename to stable/sinusbot/5.7.5/values.yaml diff --git a/stable/slack-invite/5.7.3/CHANGELOG.md b/stable/slack-invite/5.7.3/CHANGELOG.md deleted file mode 100644 index 8c7182d4389..00000000000 --- a/stable/slack-invite/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/slack-invite/5.7.3/Chart.yaml b/stable/slack-invite/5.7.3/Chart.yaml deleted file mode 100644 index c2c82d3778e..00000000000 --- a/stable/slack-invite/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Creates a simple webpage for Slack invite signups -home: https://truecharts.org/charts/stable/slack-invite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png -keywords: - - slack-invite - - Network-Messenger - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: slack-invite -sources: - - httpss://github.com/ninthwalker/slack-invite - - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite - - https://hub.docker.com/r/ninthwalker/slack-invite -type: application -version: 5.7.3 diff --git a/stable/slack-invite/5.7.3/app-changelog.md b/stable/slack-invite/5.7.3/app-changelog.md deleted file mode 100644 index b3635566da0..00000000000 --- a/stable/slack-invite/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz b/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/slash/4.7.8/.helmignore b/stable/slack-invite/5.7.5/.helmignore similarity index 100% rename from stable/slash/4.7.8/.helmignore rename to stable/slack-invite/5.7.5/.helmignore diff --git a/stable/slack-invite/5.7.5/CHANGELOG.md b/stable/slack-invite/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..217c3a32a16 --- /dev/null +++ b/stable/slack-invite/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slack-invite-5.7.5](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slack-invite-5.7.4](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slack-invite-5.7.4](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slack-invite-5.7.4](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slack-invite-5.7.4](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slack-invite-5.7.4](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/slack-invite/5.7.5/Chart.yaml b/stable/slack-invite/5.7.5/Chart.yaml new file mode 100644 index 00000000000..aa78cf7bd88 --- /dev/null +++ b/stable/slack-invite/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Messenger + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Creates a simple webpage for Slack invite signups +home: https://truecharts.org/charts/stable/slack-invite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png +keywords: + - slack-invite + - Network-Messenger + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slack-invite +sources: + - httpss://github.com/ninthwalker/slack-invite + - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite + - https://hub.docker.com/r/ninthwalker/slack-invite +type: application +version: 5.7.5 diff --git a/stable/slack-invite/5.7.3/README.md b/stable/slack-invite/5.7.5/README.md similarity index 100% rename from stable/slack-invite/5.7.3/README.md rename to stable/slack-invite/5.7.5/README.md diff --git a/stable/slack-invite/5.7.5/app-changelog.md b/stable/slack-invite/5.7.5/app-changelog.md new file mode 100644 index 00000000000..341aeee4cb7 --- /dev/null +++ b/stable/slack-invite/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [slack-invite-5.7.5](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/slack-invite/5.7.3/app-readme.md b/stable/slack-invite/5.7.5/app-readme.md similarity index 100% rename from stable/slack-invite/5.7.3/app-readme.md rename to stable/slack-invite/5.7.5/app-readme.md diff --git a/stable/slack-invite/5.7.5/charts/common-20.2.10.tgz b/stable/slack-invite/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/slack-invite/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/slack-invite/5.7.3/ix_values.yaml b/stable/slack-invite/5.7.5/ix_values.yaml similarity index 100% rename from stable/slack-invite/5.7.3/ix_values.yaml rename to stable/slack-invite/5.7.5/ix_values.yaml diff --git a/stable/slack-invite/5.7.3/questions.yaml b/stable/slack-invite/5.7.5/questions.yaml similarity index 100% rename from stable/slack-invite/5.7.3/questions.yaml rename to stable/slack-invite/5.7.5/questions.yaml diff --git a/stable/slack-invite/5.7.3/templates/common.yaml b/stable/slack-invite/5.7.5/templates/common.yaml similarity index 100% rename from stable/slack-invite/5.7.3/templates/common.yaml rename to stable/slack-invite/5.7.5/templates/common.yaml diff --git a/stable/slash/4.7.8/values.yaml b/stable/slack-invite/5.7.5/values.yaml similarity index 100% rename from stable/slash/4.7.8/values.yaml rename to stable/slack-invite/5.7.5/values.yaml diff --git a/stable/smartctl-exporter/2.9.3/.helmignore b/stable/slash/4.7.10/.helmignore similarity index 100% rename from stable/smartctl-exporter/2.9.3/.helmignore rename to stable/slash/4.7.10/.helmignore diff --git a/stable/slash/4.7.10/CHANGELOG.md b/stable/slash/4.7.10/CHANGELOG.md new file mode 100644 index 00000000000..ceffd010d77 --- /dev/null +++ b/stable/slash/4.7.10/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slash-4.7.10](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) + +- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slash-4.7.9](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.9) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) + +- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slash-4.7.9](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.9) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) + +- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [slash-4.7.9](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.9) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/slash/4.7.10/Chart.yaml b/stable/slash/4.7.10/Chart.yaml new file mode 100644 index 00000000000..1d748476c4c --- /dev/null +++ b/stable/slash/4.7.10/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A bookmarking and link shortening service that enables easy saving and sharing of links. +home: https://truecharts.org/charts/stable/slash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png +keywords: + - slash + - bookmarks + - url-shortener +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slash +sources: + - https://github.com/boojack/slash + - https://github.com/truecharts/charts/tree/master/charts/stable/slash + - https://hub.docker.com/r/yourselfhosted/slash +type: application +version: 4.7.10 diff --git a/stable/slash/4.7.8/README.md b/stable/slash/4.7.10/README.md similarity index 100% rename from stable/slash/4.7.8/README.md rename to stable/slash/4.7.10/README.md diff --git a/stable/slash/4.7.10/app-changelog.md b/stable/slash/4.7.10/app-changelog.md new file mode 100644 index 00000000000..bfa7ed3967f --- /dev/null +++ b/stable/slash/4.7.10/app-changelog.md @@ -0,0 +1,29 @@ + + +## [slash-4.7.10](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) + +- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/slash/4.7.8/app-readme.md b/stable/slash/4.7.10/app-readme.md similarity index 100% rename from stable/slash/4.7.8/app-readme.md rename to stable/slash/4.7.10/app-readme.md diff --git a/stable/slash/4.7.10/charts/common-20.2.10.tgz b/stable/slash/4.7.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/slash/4.7.10/charts/common-20.2.10.tgz differ diff --git a/stable/slash/4.7.8/ix_values.yaml b/stable/slash/4.7.10/ix_values.yaml similarity index 100% rename from stable/slash/4.7.8/ix_values.yaml rename to stable/slash/4.7.10/ix_values.yaml diff --git a/stable/slash/4.7.8/questions.yaml b/stable/slash/4.7.10/questions.yaml similarity index 100% rename from stable/slash/4.7.8/questions.yaml rename to stable/slash/4.7.10/questions.yaml diff --git a/stable/smartctl-exporter/2.9.3/templates/NOTES.txt b/stable/slash/4.7.10/templates/NOTES.txt similarity index 100% rename from stable/smartctl-exporter/2.9.3/templates/NOTES.txt rename to stable/slash/4.7.10/templates/NOTES.txt diff --git a/stable/slash/4.7.8/templates/common.yaml b/stable/slash/4.7.10/templates/common.yaml similarity index 100% rename from stable/slash/4.7.8/templates/common.yaml rename to stable/slash/4.7.10/templates/common.yaml diff --git a/stable/smartctl-exporter/2.9.3/values.yaml b/stable/slash/4.7.10/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.9.3/values.yaml rename to stable/slash/4.7.10/values.yaml diff --git a/stable/slash/4.7.8/CHANGELOG.md b/stable/slash/4.7.8/CHANGELOG.md deleted file mode 100644 index e80ebb860fb..00000000000 --- a/stable/slash/4.7.8/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [slash-4.7.8](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.8) (2024-03-27) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) - -- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slash-4.7.8](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.8) (2024-03-27) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) - -- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slash-4.7.8](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.8) (2024-03-27) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) - -- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [slash-4.7.8](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.8) (2024-03-27) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) - -- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/slash/4.7.8/Chart.yaml b/stable/slash/4.7.8/Chart.yaml deleted file mode 100644 index f68dee7d141..00000000000 --- a/stable/slash/4.7.8/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A bookmarking and link shortening service that enables easy saving and sharing of links. -home: https://truecharts.org/charts/stable/slash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png -keywords: - - slash - - bookmarks - - url-shortener -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: slash -sources: - - https://github.com/boojack/slash - - https://github.com/truecharts/charts/tree/master/charts/stable/slash - - https://hub.docker.com/r/yourselfhosted/slash -type: application -version: 4.7.8 diff --git a/stable/slash/4.7.8/app-changelog.md b/stable/slash/4.7.8/app-changelog.md deleted file mode 100644 index 68af8716aaf..00000000000 --- a/stable/slash/4.7.8/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [slash-4.7.8](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.8) (2024-03-27) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@4b8301c](https://github.com/4b8301c) by renovate ([#19836](https://github.com/truecharts/charts/issues/19836)) - -- update container image yourselfhosted/slash to 1.0.0[@706c77f](https://github.com/706c77f) by renovate ([#19788](https://github.com/truecharts/charts/issues/19788)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/slash/4.7.8/charts/common-20.2.4.tgz b/stable/slash/4.7.8/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/slash/4.7.8/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.9.3/CHANGELOG.md b/stable/smartctl-exporter/2.9.3/CHANGELOG.md deleted file mode 100644 index 8bb5f7fbe48..00000000000 --- a/stable/smartctl-exporter/2.9.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/smartctl-exporter/2.9.3/Chart.yaml b/stable/smartctl-exporter/2.9.3/Chart.yaml deleted file mode 100644 index 594e34d240c..00000000000 --- a/stable/smartctl-exporter/2.9.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus exporter for SMART using smartctl binary to gather metrics. -home: https://truecharts.org/charts/stable/smartctl-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png -keywords: - - prometheus - - smartctl-exporter - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smartctl-exporter -sources: - - https://github.com/prometheus-community/smartctl_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter - - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter -type: application -version: 2.9.3 diff --git a/stable/smartctl-exporter/2.9.3/app-changelog.md b/stable/smartctl-exporter/2.9.3/app-changelog.md deleted file mode 100644 index 92d11b36039..00000000000 --- a/stable/smartctl-exporter/2.9.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz b/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/smokeping/10.7.6/.helmignore b/stable/smartctl-exporter/2.9.5/.helmignore similarity index 100% rename from stable/smokeping/10.7.6/.helmignore rename to stable/smartctl-exporter/2.9.5/.helmignore diff --git a/stable/smartctl-exporter/2.9.5/CHANGELOG.md b/stable/smartctl-exporter/2.9.5/CHANGELOG.md new file mode 100644 index 00000000000..becb4d8a7f5 --- /dev/null +++ b/stable/smartctl-exporter/2.9.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smartctl-exporter-2.9.5](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smartctl-exporter-2.9.4](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smartctl-exporter-2.9.4](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smartctl-exporter-2.9.4](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smartctl-exporter-2.9.4](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smartctl-exporter-2.9.4](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/smartctl-exporter/2.9.5/Chart.yaml b/stable/smartctl-exporter/2.9.5/Chart.yaml new file mode 100644 index 00000000000..a338e57493a --- /dev/null +++ b/stable/smartctl-exporter/2.9.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for SMART using smartctl binary to gather metrics. +home: https://truecharts.org/charts/stable/smartctl-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png +keywords: + - prometheus + - smartctl-exporter + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smartctl-exporter +sources: + - https://github.com/prometheus-community/smartctl_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter + - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter +type: application +version: 2.9.5 diff --git a/stable/smartctl-exporter/2.9.3/README.md b/stable/smartctl-exporter/2.9.5/README.md similarity index 100% rename from stable/smartctl-exporter/2.9.3/README.md rename to stable/smartctl-exporter/2.9.5/README.md diff --git a/stable/smartctl-exporter/2.9.5/app-changelog.md b/stable/smartctl-exporter/2.9.5/app-changelog.md new file mode 100644 index 00000000000..5ca0f2c6be7 --- /dev/null +++ b/stable/smartctl-exporter/2.9.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [smartctl-exporter-2.9.5](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/smartctl-exporter/2.9.3/app-readme.md b/stable/smartctl-exporter/2.9.5/app-readme.md similarity index 100% rename from stable/smartctl-exporter/2.9.3/app-readme.md rename to stable/smartctl-exporter/2.9.5/app-readme.md diff --git a/stable/smartctl-exporter/2.9.5/charts/common-20.2.10.tgz b/stable/smartctl-exporter/2.9.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/smartctl-exporter/2.9.5/charts/common-20.2.10.tgz differ diff --git a/stable/smartctl-exporter/2.9.3/dashboard.json b/stable/smartctl-exporter/2.9.5/dashboard.json similarity index 100% rename from stable/smartctl-exporter/2.9.3/dashboard.json rename to stable/smartctl-exporter/2.9.5/dashboard.json diff --git a/stable/smartctl-exporter/2.9.3/ix_values.yaml b/stable/smartctl-exporter/2.9.5/ix_values.yaml similarity index 100% rename from stable/smartctl-exporter/2.9.3/ix_values.yaml rename to stable/smartctl-exporter/2.9.5/ix_values.yaml diff --git a/stable/smartctl-exporter/2.9.3/questions.yaml b/stable/smartctl-exporter/2.9.5/questions.yaml similarity index 100% rename from stable/smartctl-exporter/2.9.3/questions.yaml rename to stable/smartctl-exporter/2.9.5/questions.yaml diff --git a/stable/smokeping/10.7.6/templates/NOTES.txt b/stable/smartctl-exporter/2.9.5/templates/NOTES.txt similarity index 100% rename from stable/smokeping/10.7.6/templates/NOTES.txt rename to stable/smartctl-exporter/2.9.5/templates/NOTES.txt diff --git a/stable/smartctl-exporter/2.9.3/templates/common.yaml b/stable/smartctl-exporter/2.9.5/templates/common.yaml similarity index 100% rename from stable/smartctl-exporter/2.9.3/templates/common.yaml rename to stable/smartctl-exporter/2.9.5/templates/common.yaml diff --git a/stable/smokeping/10.7.6/values.yaml b/stable/smartctl-exporter/2.9.5/values.yaml similarity index 100% rename from stable/smokeping/10.7.6/values.yaml rename to stable/smartctl-exporter/2.9.5/values.yaml diff --git a/stable/smokeping/10.7.6/CHANGELOG.md b/stable/smokeping/10.7.6/CHANGELOG.md deleted file mode 100644 index a1d36af2e9a..00000000000 --- a/stable/smokeping/10.7.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) - - -## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) - - -## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) - - -## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) \ No newline at end of file diff --git a/stable/smokeping/10.7.6/Chart.yaml b/stable/smokeping/10.7.6/Chart.yaml deleted file mode 100644 index 660f118b40c..00000000000 --- a/stable/smokeping/10.7.6/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Keep track of your network latency. -home: https://truecharts.org/charts/stable/smokeping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png -keywords: - - smokeping - - network - - latency -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smokeping -sources: - - https://oss.oetiker.ch/smokeping/ - - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - - https://ghcr.io/linuxserver/smokeping -type: application -version: 10.7.6 diff --git a/stable/smokeping/10.7.6/app-changelog.md b/stable/smokeping/10.7.6/app-changelog.md deleted file mode 100644 index c72b760860e..00000000000 --- a/stable/smokeping/10.7.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) \ No newline at end of file diff --git a/stable/smokeping/10.7.6/charts/common-20.2.4.tgz b/stable/smokeping/10.7.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/smokeping/10.7.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/smtp-relay/3.7.3/.helmignore b/stable/smokeping/10.7.8/.helmignore similarity index 100% rename from stable/smtp-relay/3.7.3/.helmignore rename to stable/smokeping/10.7.8/.helmignore diff --git a/stable/smokeping/10.7.8/CHANGELOG.md b/stable/smokeping/10.7.8/CHANGELOG.md new file mode 100644 index 00000000000..a8a56e0c39e --- /dev/null +++ b/stable/smokeping/10.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smokeping-10.7.8](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) + + +## [smokeping-10.7.7](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) + + +## [smokeping-10.7.7](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) + + +## [smokeping-10.7.7](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/smokeping/10.7.8/Chart.yaml b/stable/smokeping/10.7.8/Chart.yaml new file mode 100644 index 00000000000..e79e291f06b --- /dev/null +++ b/stable/smokeping/10.7.8/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Keep track of your network latency. +home: https://truecharts.org/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png +keywords: + - smokeping + - network + - latency +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smokeping +sources: + - https://oss.oetiker.ch/smokeping/ + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping + - https://ghcr.io/linuxserver/smokeping +type: application +version: 10.7.8 diff --git a/stable/smokeping/10.7.6/README.md b/stable/smokeping/10.7.8/README.md similarity index 100% rename from stable/smokeping/10.7.6/README.md rename to stable/smokeping/10.7.8/README.md diff --git a/stable/smokeping/10.7.8/app-changelog.md b/stable/smokeping/10.7.8/app-changelog.md new file mode 100644 index 00000000000..210347e0006 --- /dev/null +++ b/stable/smokeping/10.7.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [smokeping-10.7.8](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247)) \ No newline at end of file diff --git a/stable/smokeping/10.7.6/app-readme.md b/stable/smokeping/10.7.8/app-readme.md similarity index 100% rename from stable/smokeping/10.7.6/app-readme.md rename to stable/smokeping/10.7.8/app-readme.md diff --git a/stable/smokeping/10.7.8/charts/common-20.2.10.tgz b/stable/smokeping/10.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/smokeping/10.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/smokeping/10.7.6/ix_values.yaml b/stable/smokeping/10.7.8/ix_values.yaml similarity index 100% rename from stable/smokeping/10.7.6/ix_values.yaml rename to stable/smokeping/10.7.8/ix_values.yaml diff --git a/stable/smokeping/10.7.6/questions.yaml b/stable/smokeping/10.7.8/questions.yaml similarity index 100% rename from stable/smokeping/10.7.6/questions.yaml rename to stable/smokeping/10.7.8/questions.yaml diff --git a/stable/smtp-relay/3.7.3/templates/NOTES.txt b/stable/smokeping/10.7.8/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/3.7.3/templates/NOTES.txt rename to stable/smokeping/10.7.8/templates/NOTES.txt diff --git a/stable/smokeping/10.7.6/templates/common.yaml b/stable/smokeping/10.7.8/templates/common.yaml similarity index 100% rename from stable/smokeping/10.7.6/templates/common.yaml rename to stable/smokeping/10.7.8/templates/common.yaml diff --git a/stable/smtp-relay/3.7.3/values.yaml b/stable/smokeping/10.7.8/values.yaml similarity index 100% rename from stable/smtp-relay/3.7.3/values.yaml rename to stable/smokeping/10.7.8/values.yaml diff --git a/stable/smtp-relay/3.7.3/CHANGELOG.md b/stable/smtp-relay/3.7.3/CHANGELOG.md deleted file mode 100644 index 49e53f87485..00000000000 --- a/stable/smtp-relay/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/smtp-relay/3.7.3/Chart.yaml b/stable/smtp-relay/3.7.3/Chart.yaml deleted file mode 100644 index 755df8440de..00000000000 --- a/stable/smtp-relay/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: smtp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A SMTP service for relaying emails. -home: https://truecharts.org/charts/stable/smtp-relay -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png -keywords: - - smtp-relay - - smtp -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: smtp-relay -sources: - - https://github.com/ix-ai/smtp - - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay - - https://ghcr.io/ix-ai/smtp -type: application -version: 3.7.3 diff --git a/stable/smtp-relay/3.7.3/app-changelog.md b/stable/smtp-relay/3.7.3/app-changelog.md deleted file mode 100644 index d3d14ef975d..00000000000 --- a/stable/smtp-relay/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz b/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/snapdrop/9.7.5/.helmignore b/stable/smtp-relay/3.7.5/.helmignore similarity index 100% rename from stable/snapdrop/9.7.5/.helmignore rename to stable/smtp-relay/3.7.5/.helmignore diff --git a/stable/smtp-relay/3.7.5/CHANGELOG.md b/stable/smtp-relay/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0e90b3fa92d --- /dev/null +++ b/stable/smtp-relay/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smtp-relay-3.7.5](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smtp-relay-3.7.4](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smtp-relay-3.7.4](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smtp-relay-3.7.4](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smtp-relay-3.7.4](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [smtp-relay-3.7.4](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/smtp-relay/3.7.5/Chart.yaml b/stable/smtp-relay/3.7.5/Chart.yaml new file mode 100644 index 00000000000..b006aa077cb --- /dev/null +++ b/stable/smtp-relay/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: smtp + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A SMTP service for relaying emails. +home: https://truecharts.org/charts/stable/smtp-relay +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png +keywords: + - smtp-relay + - smtp +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smtp-relay +sources: + - https://github.com/ix-ai/smtp + - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay + - https://ghcr.io/ix-ai/smtp +type: application +version: 3.7.5 diff --git a/stable/smtp-relay/3.7.3/README.md b/stable/smtp-relay/3.7.5/README.md similarity index 100% rename from stable/smtp-relay/3.7.3/README.md rename to stable/smtp-relay/3.7.5/README.md diff --git a/stable/smtp-relay/3.7.5/app-changelog.md b/stable/smtp-relay/3.7.5/app-changelog.md new file mode 100644 index 00000000000..6c40a256f5c --- /dev/null +++ b/stable/smtp-relay/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [smtp-relay-3.7.5](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/smtp-relay/3.7.3/app-readme.md b/stable/smtp-relay/3.7.5/app-readme.md similarity index 100% rename from stable/smtp-relay/3.7.3/app-readme.md rename to stable/smtp-relay/3.7.5/app-readme.md diff --git a/stable/smtp-relay/3.7.5/charts/common-20.2.10.tgz b/stable/smtp-relay/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/smtp-relay/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/smtp-relay/3.7.3/ix_values.yaml b/stable/smtp-relay/3.7.5/ix_values.yaml similarity index 100% rename from stable/smtp-relay/3.7.3/ix_values.yaml rename to stable/smtp-relay/3.7.5/ix_values.yaml diff --git a/stable/smtp-relay/3.7.3/questions.yaml b/stable/smtp-relay/3.7.5/questions.yaml similarity index 100% rename from stable/smtp-relay/3.7.3/questions.yaml rename to stable/smtp-relay/3.7.5/questions.yaml diff --git a/stable/snapdrop/9.7.5/templates/NOTES.txt b/stable/smtp-relay/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/9.7.5/templates/NOTES.txt rename to stable/smtp-relay/3.7.5/templates/NOTES.txt diff --git a/stable/smtp-relay/3.7.3/templates/common.yaml b/stable/smtp-relay/3.7.5/templates/common.yaml similarity index 100% rename from stable/smtp-relay/3.7.3/templates/common.yaml rename to stable/smtp-relay/3.7.5/templates/common.yaml diff --git a/stable/snapdrop/9.7.5/values.yaml b/stable/smtp-relay/3.7.5/values.yaml similarity index 100% rename from stable/snapdrop/9.7.5/values.yaml rename to stable/smtp-relay/3.7.5/values.yaml diff --git a/stable/snapdrop/9.7.5/CHANGELOG.md b/stable/snapdrop/9.7.5/CHANGELOG.md deleted file mode 100644 index ea2ee23086d..00000000000 --- a/stable/snapdrop/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/snapdrop/9.7.5/Chart.yaml b/stable/snapdrop/9.7.5/Chart.yaml deleted file mode 100644 index d1d612499eb..00000000000 --- a/stable/snapdrop/9.7.5/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. -home: https://truecharts.org/charts/stable/snapdrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png -keywords: - - snapdrop -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: snapdrop -sources: - - https://github.com/linuxserver/docker-snapdrop - - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - - https://hub.docker.com/r/linuxserver/snapdrop -type: application -version: 9.7.5 diff --git a/stable/snapdrop/9.7.5/app-changelog.md b/stable/snapdrop/9.7.5/app-changelog.md deleted file mode 100644 index f36d676f67c..00000000000 --- a/stable/snapdrop/9.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [snapdrop-9.7.5](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) \ No newline at end of file diff --git a/stable/snapdrop/9.7.5/charts/common-20.2.9.tgz b/stable/snapdrop/9.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/snapdrop/9.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/snapdrop/9.7.5/ix_values.yaml b/stable/snapdrop/9.7.5/ix_values.yaml deleted file mode 100644 index f94bba83c65..00000000000 --- a/stable/snapdrop/9.7.5/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: linuxserver/snapdrop - tag: latest@sha256:e552b6f5b5b11ad42ca6b1d184d6c21f40aaf97ba3d2291ab2e4d1c770a17dd3 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10215 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/snippet-box/7.7.3/.helmignore b/stable/snapdrop/9.7.7/.helmignore similarity index 100% rename from stable/snippet-box/7.7.3/.helmignore rename to stable/snapdrop/9.7.7/.helmignore diff --git a/stable/snapdrop/9.7.7/CHANGELOG.md b/stable/snapdrop/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..e4b309183a9 --- /dev/null +++ b/stable/snapdrop/9.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snapdrop-9.7.7](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/snapdrop to latest[@1b8fbfa](https://github.com/1b8fbfa) by renovate ([#19908](https://github.com/truecharts/charts/issues/19908)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) + + +## [snapdrop-9.7.6](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.6) (2024-03-29) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@1b8fbfa](https://github.com/1b8fbfa) by renovate ([#19908](https://github.com/truecharts/charts/issues/19908)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) + + +## [snapdrop-9.7.6](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.6) (2024-03-29) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@1b8fbfa](https://github.com/1b8fbfa) by renovate ([#19908](https://github.com/truecharts/charts/issues/19908)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) + + +## [snapdrop-9.7.6](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.6) (2024-03-29) + +### Chore + + + +- update container image linuxserver/snapdrop to latest[@1b8fbfa](https://github.com/1b8fbfa) by renovate ([#19908](https://github.com/truecharts/charts/issues/19908)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/snapdrop/9.7.7/Chart.yaml b/stable/snapdrop/9.7.7/Chart.yaml new file mode 100644 index 00000000000..0e325a3ffca --- /dev/null +++ b/stable/snapdrop/9.7.7/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. +home: https://truecharts.org/charts/stable/snapdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png +keywords: + - snapdrop +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snapdrop +sources: + - https://github.com/linuxserver/docker-snapdrop + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop + - https://hub.docker.com/r/linuxserver/snapdrop +type: application +version: 9.7.7 diff --git a/stable/snapdrop/9.7.5/README.md b/stable/snapdrop/9.7.7/README.md similarity index 100% rename from stable/snapdrop/9.7.5/README.md rename to stable/snapdrop/9.7.7/README.md diff --git a/stable/snapdrop/9.7.7/app-changelog.md b/stable/snapdrop/9.7.7/app-changelog.md new file mode 100644 index 00000000000..b60956d60aa --- /dev/null +++ b/stable/snapdrop/9.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [snapdrop-9.7.7](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image linuxserver/snapdrop to latest[@1b8fbfa](https://github.com/1b8fbfa) by renovate ([#19908](https://github.com/truecharts/charts/issues/19908)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268)) \ No newline at end of file diff --git a/stable/snapdrop/9.7.5/app-readme.md b/stable/snapdrop/9.7.7/app-readme.md similarity index 100% rename from stable/snapdrop/9.7.5/app-readme.md rename to stable/snapdrop/9.7.7/app-readme.md diff --git a/stable/snapdrop/9.7.7/charts/common-20.2.10.tgz b/stable/snapdrop/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/snapdrop/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/snapdrop/9.7.7/ix_values.yaml b/stable/snapdrop/9.7.7/ix_values.yaml new file mode 100644 index 00000000000..af680d36f77 --- /dev/null +++ b/stable/snapdrop/9.7.7/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: linuxserver/snapdrop + tag: latest@sha256:1b8fbfae1df704188c97c7316c70b11b1ebecdac6c202230ac1128d528044ec7 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10215 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/snapdrop/9.7.5/questions.yaml b/stable/snapdrop/9.7.7/questions.yaml similarity index 100% rename from stable/snapdrop/9.7.5/questions.yaml rename to stable/snapdrop/9.7.7/questions.yaml diff --git a/stable/soft-serve/6.7.3/templates/NOTES.txt b/stable/snapdrop/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/6.7.3/templates/NOTES.txt rename to stable/snapdrop/9.7.7/templates/NOTES.txt diff --git a/stable/snapdrop/9.7.5/templates/common.yaml b/stable/snapdrop/9.7.7/templates/common.yaml similarity index 100% rename from stable/snapdrop/9.7.5/templates/common.yaml rename to stable/snapdrop/9.7.7/templates/common.yaml diff --git a/stable/snippet-box/7.7.3/values.yaml b/stable/snapdrop/9.7.7/values.yaml similarity index 100% rename from stable/snippet-box/7.7.3/values.yaml rename to stable/snapdrop/9.7.7/values.yaml diff --git a/stable/snippet-box/7.7.3/CHANGELOG.md b/stable/snippet-box/7.7.3/CHANGELOG.md deleted file mode 100644 index 9fdf1b7f73b..00000000000 --- a/stable/snippet-box/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/snippet-box/7.7.3/Chart.yaml b/stable/snippet-box/7.7.3/Chart.yaml deleted file mode 100644 index 8c7f048b03e..00000000000 --- a/stable/snippet-box/7.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Snippet Box is a simple self-hosted app for organizing your code snippets. -home: https://truecharts.org/charts/stable/snippet-box -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png -keywords: - - snippet-box - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: snippet-box -sources: - - https://github.com/pawelmalak/snippet-box - - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box - - https://hub.docker.com/r/pawelmalak/snippet-box -type: application -version: 7.7.3 diff --git a/stable/snippet-box/7.7.3/app-changelog.md b/stable/snippet-box/7.7.3/app-changelog.md deleted file mode 100644 index 2e2a69f6911..00000000000 --- a/stable/snippet-box/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz b/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/socials/5.7.3/.helmignore b/stable/snippet-box/7.7.5/.helmignore similarity index 100% rename from stable/socials/5.7.3/.helmignore rename to stable/snippet-box/7.7.5/.helmignore diff --git a/stable/snippet-box/7.7.5/CHANGELOG.md b/stable/snippet-box/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4c794d232d9 --- /dev/null +++ b/stable/snippet-box/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snippet-box-7.7.5](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [snippet-box-7.7.4](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [snippet-box-7.7.4](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [snippet-box-7.7.4](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [snippet-box-7.7.4](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [snippet-box-7.7.4](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/snippet-box/7.7.5/Chart.yaml b/stable/snippet-box/7.7.5/Chart.yaml new file mode 100644 index 00000000000..5fa6c63dfc6 --- /dev/null +++ b/stable/snippet-box/7.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snippet Box is a simple self-hosted app for organizing your code snippets. +home: https://truecharts.org/charts/stable/snippet-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png +keywords: + - snippet-box + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snippet-box +sources: + - https://github.com/pawelmalak/snippet-box + - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box + - https://hub.docker.com/r/pawelmalak/snippet-box +type: application +version: 7.7.5 diff --git a/stable/snippet-box/7.7.3/README.md b/stable/snippet-box/7.7.5/README.md similarity index 100% rename from stable/snippet-box/7.7.3/README.md rename to stable/snippet-box/7.7.5/README.md diff --git a/stable/snippet-box/7.7.5/app-changelog.md b/stable/snippet-box/7.7.5/app-changelog.md new file mode 100644 index 00000000000..2664b59e08c --- /dev/null +++ b/stable/snippet-box/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [snippet-box-7.7.5](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/snippet-box/7.7.3/app-readme.md b/stable/snippet-box/7.7.5/app-readme.md similarity index 100% rename from stable/snippet-box/7.7.3/app-readme.md rename to stable/snippet-box/7.7.5/app-readme.md diff --git a/stable/snippet-box/7.7.5/charts/common-20.2.10.tgz b/stable/snippet-box/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/snippet-box/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/snippet-box/7.7.3/ix_values.yaml b/stable/snippet-box/7.7.5/ix_values.yaml similarity index 100% rename from stable/snippet-box/7.7.3/ix_values.yaml rename to stable/snippet-box/7.7.5/ix_values.yaml diff --git a/stable/snippet-box/7.7.3/questions.yaml b/stable/snippet-box/7.7.5/questions.yaml similarity index 100% rename from stable/snippet-box/7.7.3/questions.yaml rename to stable/snippet-box/7.7.5/questions.yaml diff --git a/stable/snippet-box/7.7.3/templates/common.yaml b/stable/snippet-box/7.7.5/templates/common.yaml similarity index 100% rename from stable/snippet-box/7.7.3/templates/common.yaml rename to stable/snippet-box/7.7.5/templates/common.yaml diff --git a/stable/socials/5.7.3/values.yaml b/stable/snippet-box/7.7.5/values.yaml similarity index 100% rename from stable/socials/5.7.3/values.yaml rename to stable/snippet-box/7.7.5/values.yaml diff --git a/stable/socials/5.7.3/CHANGELOG.md b/stable/socials/5.7.3/CHANGELOG.md deleted file mode 100644 index 7cb49b85e09..00000000000 --- a/stable/socials/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/socials/5.7.3/Chart.yaml b/stable/socials/5.7.3/Chart.yaml deleted file mode 100644 index c9c31cbadd8..00000000000 --- a/stable/socials/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: main -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! -home: https://truecharts.org/charts/stable/socials -icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png -keywords: - - socials - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: socials -sources: - - https://github.com/diamkil/socials - - https://registry.hub.docker.com/r/diamkil/socials/ - - https://github.com/truecharts/charts/tree/master/charts/stable/socials - - https://ghcr.io/diamkil/socials -type: application -version: 5.7.3 diff --git a/stable/socials/5.7.3/app-changelog.md b/stable/socials/5.7.3/app-changelog.md deleted file mode 100644 index c5ee5f25e59..00000000000 --- a/stable/socials/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/socials/5.7.3/charts/common-20.2.4.tgz b/stable/socials/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/socials/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/soft-serve/6.7.3/.helmignore b/stable/socials/5.7.5/.helmignore similarity index 100% rename from stable/soft-serve/6.7.3/.helmignore rename to stable/socials/5.7.5/.helmignore diff --git a/stable/socials/5.7.5/CHANGELOG.md b/stable/socials/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d4a9e61f941 --- /dev/null +++ b/stable/socials/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [socials-5.7.5](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [socials-5.7.4](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [socials-5.7.4](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [socials-5.7.4](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [socials-5.7.4](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [socials-5.7.4](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/socials/5.7.5/Chart.yaml b/stable/socials/5.7.5/Chart.yaml new file mode 100644 index 00000000000..57953bb7ec8 --- /dev/null +++ b/stable/socials/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! +home: https://truecharts.org/charts/stable/socials +icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png +keywords: + - socials + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: socials +sources: + - https://github.com/diamkil/socials + - https://registry.hub.docker.com/r/diamkil/socials/ + - https://github.com/truecharts/charts/tree/master/charts/stable/socials + - https://ghcr.io/diamkil/socials +type: application +version: 5.7.5 diff --git a/stable/socials/5.7.3/README.md b/stable/socials/5.7.5/README.md similarity index 100% rename from stable/socials/5.7.3/README.md rename to stable/socials/5.7.5/README.md diff --git a/stable/socials/5.7.5/app-changelog.md b/stable/socials/5.7.5/app-changelog.md new file mode 100644 index 00000000000..13d067312a4 --- /dev/null +++ b/stable/socials/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [socials-5.7.5](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/socials/5.7.3/app-readme.md b/stable/socials/5.7.5/app-readme.md similarity index 100% rename from stable/socials/5.7.3/app-readme.md rename to stable/socials/5.7.5/app-readme.md diff --git a/stable/socials/5.7.5/charts/common-20.2.10.tgz b/stable/socials/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/socials/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/socials/5.7.3/ix_values.yaml b/stable/socials/5.7.5/ix_values.yaml similarity index 100% rename from stable/socials/5.7.3/ix_values.yaml rename to stable/socials/5.7.5/ix_values.yaml diff --git a/stable/socials/5.7.3/questions.yaml b/stable/socials/5.7.5/questions.yaml similarity index 100% rename from stable/socials/5.7.3/questions.yaml rename to stable/socials/5.7.5/questions.yaml diff --git a/stable/socials/5.7.3/templates/common.yaml b/stable/socials/5.7.5/templates/common.yaml similarity index 100% rename from stable/socials/5.7.3/templates/common.yaml rename to stable/socials/5.7.5/templates/common.yaml diff --git a/stable/soft-serve/6.7.3/values.yaml b/stable/socials/5.7.5/values.yaml similarity index 100% rename from stable/soft-serve/6.7.3/values.yaml rename to stable/socials/5.7.5/values.yaml diff --git a/stable/soft-serve/6.7.3/CHANGELOG.md b/stable/soft-serve/6.7.3/CHANGELOG.md deleted file mode 100644 index ca27ae33e89..00000000000 --- a/stable/soft-serve/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/soft-serve/6.7.3/Chart.yaml b/stable/soft-serve/6.7.3/Chart.yaml deleted file mode 100644 index 6b7c6ecb750..00000000000 --- a/stable/soft-serve/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: git - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A tasty, self-hostable Git server for the command line. -home: https://truecharts.org/charts/stable/soft-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png -keywords: - - soft-serve - - git -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: soft-serve -sources: - - https://github.com/charmbracelet/soft-serve - - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - - https://hub.docker.com/r/charmcli/soft-serve -type: application -version: 6.7.3 diff --git a/stable/soft-serve/6.7.3/app-changelog.md b/stable/soft-serve/6.7.3/app-changelog.md deleted file mode 100644 index 18779f9aaa3..00000000000 --- a/stable/soft-serve/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz b/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/solr/10.7.4/.helmignore b/stable/soft-serve/6.7.5/.helmignore similarity index 100% rename from stable/solr/10.7.4/.helmignore rename to stable/soft-serve/6.7.5/.helmignore diff --git a/stable/soft-serve/6.7.5/CHANGELOG.md b/stable/soft-serve/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..acf1c359534 --- /dev/null +++ b/stable/soft-serve/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [soft-serve-6.7.5](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [soft-serve-6.7.4](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [soft-serve-6.7.4](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [soft-serve-6.7.4](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [soft-serve-6.7.4](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [soft-serve-6.7.4](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/soft-serve/6.7.5/Chart.yaml b/stable/soft-serve/6.7.5/Chart.yaml new file mode 100644 index 00000000000..2e5497fc229 --- /dev/null +++ b/stable/soft-serve/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: git + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tasty, self-hostable Git server for the command line. +home: https://truecharts.org/charts/stable/soft-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png +keywords: + - soft-serve + - git +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: soft-serve +sources: + - https://github.com/charmbracelet/soft-serve + - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve + - https://hub.docker.com/r/charmcli/soft-serve +type: application +version: 6.7.5 diff --git a/stable/soft-serve/6.7.3/README.md b/stable/soft-serve/6.7.5/README.md similarity index 100% rename from stable/soft-serve/6.7.3/README.md rename to stable/soft-serve/6.7.5/README.md diff --git a/stable/soft-serve/6.7.5/app-changelog.md b/stable/soft-serve/6.7.5/app-changelog.md new file mode 100644 index 00000000000..60b2b8ccd4b --- /dev/null +++ b/stable/soft-serve/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [soft-serve-6.7.5](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/soft-serve/6.7.3/app-readme.md b/stable/soft-serve/6.7.5/app-readme.md similarity index 100% rename from stable/soft-serve/6.7.3/app-readme.md rename to stable/soft-serve/6.7.5/app-readme.md diff --git a/stable/soft-serve/6.7.5/charts/common-20.2.10.tgz b/stable/soft-serve/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/soft-serve/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/soft-serve/6.7.3/ix_values.yaml b/stable/soft-serve/6.7.5/ix_values.yaml similarity index 100% rename from stable/soft-serve/6.7.3/ix_values.yaml rename to stable/soft-serve/6.7.5/ix_values.yaml diff --git a/stable/soft-serve/6.7.3/questions.yaml b/stable/soft-serve/6.7.5/questions.yaml similarity index 100% rename from stable/soft-serve/6.7.3/questions.yaml rename to stable/soft-serve/6.7.5/questions.yaml diff --git a/stable/solr/10.7.4/templates/NOTES.txt b/stable/soft-serve/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/solr/10.7.4/templates/NOTES.txt rename to stable/soft-serve/6.7.5/templates/NOTES.txt diff --git a/stable/soft-serve/6.7.3/templates/_secret.tpl b/stable/soft-serve/6.7.5/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/6.7.3/templates/_secret.tpl rename to stable/soft-serve/6.7.5/templates/_secret.tpl diff --git a/stable/soft-serve/6.7.3/templates/common.yaml b/stable/soft-serve/6.7.5/templates/common.yaml similarity index 100% rename from stable/soft-serve/6.7.3/templates/common.yaml rename to stable/soft-serve/6.7.5/templates/common.yaml diff --git a/stable/solr/10.7.4/values.yaml b/stable/soft-serve/6.7.5/values.yaml similarity index 100% rename from stable/solr/10.7.4/values.yaml rename to stable/soft-serve/6.7.5/values.yaml diff --git a/stable/solr/10.7.4/CHANGELOG.md b/stable/solr/10.7.4/CHANGELOG.md deleted file mode 100644 index 4b74c445539..00000000000 --- a/stable/solr/10.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - diff --git a/stable/solr/10.7.4/Chart.yaml b/stable/solr/10.7.4/Chart.yaml deleted file mode 100644 index 6de6dbca794..00000000000 --- a/stable/solr/10.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: search - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: includeCommon - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Apache Solr -home: https://truecharts.org/charts/stable/solr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png -keywords: - - solr - - apache - - search -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: solr -sources: - - https://github.com/apache/solr - - https://github.com/truecharts/charts/tree/master/charts/stable/solr - - https://hub.docker.com/r/bitnami/solr -type: application -version: 10.7.4 diff --git a/stable/solr/10.7.4/app-changelog.md b/stable/solr/10.7.4/app-changelog.md deleted file mode 100644 index 85b105d1c32..00000000000 --- a/stable/solr/10.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/solr/10.7.4/charts/common-20.2.4.tgz b/stable/solr/10.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/solr/10.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sonarr/21.5.3/.helmignore b/stable/solr/10.7.6/.helmignore similarity index 100% rename from stable/sonarr/21.5.3/.helmignore rename to stable/solr/10.7.6/.helmignore diff --git a/stable/solr/10.7.6/CHANGELOG.md b/stable/solr/10.7.6/CHANGELOG.md new file mode 100644 index 00000000000..c0ba5be55b5 --- /dev/null +++ b/stable/solr/10.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [solr-10.7.6](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [solr-10.7.5](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [solr-10.7.5](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [solr-10.7.5](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [solr-10.7.5](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/solr/10.7.6/Chart.yaml b/stable/solr/10.7.6/Chart.yaml new file mode 100644 index 00000000000..8668b5a5d40 --- /dev/null +++ b/stable/solr/10.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: search + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Solr +home: https://truecharts.org/charts/stable/solr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png +keywords: + - solr + - apache + - search +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: solr +sources: + - https://github.com/apache/solr + - https://github.com/truecharts/charts/tree/master/charts/stable/solr + - https://hub.docker.com/r/bitnami/solr +type: application +version: 10.7.6 diff --git a/stable/solr/10.7.4/README.md b/stable/solr/10.7.6/README.md similarity index 100% rename from stable/solr/10.7.4/README.md rename to stable/solr/10.7.6/README.md diff --git a/stable/solr/10.7.6/app-changelog.md b/stable/solr/10.7.6/app-changelog.md new file mode 100644 index 00000000000..e3af2a776be --- /dev/null +++ b/stable/solr/10.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [solr-10.7.6](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/solr/10.7.4/app-readme.md b/stable/solr/10.7.6/app-readme.md similarity index 100% rename from stable/solr/10.7.4/app-readme.md rename to stable/solr/10.7.6/app-readme.md diff --git a/stable/solr/10.7.6/charts/common-20.2.10.tgz b/stable/solr/10.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/solr/10.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/solr/10.7.4/ix_values.yaml b/stable/solr/10.7.6/ix_values.yaml similarity index 100% rename from stable/solr/10.7.4/ix_values.yaml rename to stable/solr/10.7.6/ix_values.yaml diff --git a/stable/solr/10.7.4/questions.yaml b/stable/solr/10.7.6/questions.yaml similarity index 100% rename from stable/solr/10.7.4/questions.yaml rename to stable/solr/10.7.6/questions.yaml diff --git a/stable/sonarr/21.5.3/templates/NOTES.txt b/stable/solr/10.7.6/templates/NOTES.txt similarity index 100% rename from stable/sonarr/21.5.3/templates/NOTES.txt rename to stable/solr/10.7.6/templates/NOTES.txt diff --git a/stable/solr/10.7.4/templates/common.yaml b/stable/solr/10.7.6/templates/common.yaml similarity index 100% rename from stable/solr/10.7.4/templates/common.yaml rename to stable/solr/10.7.6/templates/common.yaml diff --git a/stable/sonarr/21.5.3/values.yaml b/stable/solr/10.7.6/values.yaml similarity index 100% rename from stable/sonarr/21.5.3/values.yaml rename to stable/solr/10.7.6/values.yaml diff --git a/stable/sonarr/21.5.3/CHANGELOG.md b/stable/sonarr/21.5.3/CHANGELOG.md deleted file mode 100644 index 7ab65f6f98d..00000000000 --- a/stable/sonarr/21.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - diff --git a/stable/sonarr/21.5.3/Chart.yaml b/stable/sonarr/21.5.3/Chart.yaml deleted file mode 100644 index 6dae0647494..00000000000 --- a/stable/sonarr/21.5.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.2.1183 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Smart PVR for newsgroup and bittorrent users -home: https://truecharts.org/charts/stable/sonarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png -keywords: - - sonarr - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sonarr -sources: - - https://github.com/Sonarr/Sonarr - - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - - https://ghcr.io/onedr0p/sonarr - - https://ghcr.io/onedr0p/exportarr -type: application -version: 21.5.3 diff --git a/stable/sonarr/21.5.3/app-changelog.md b/stable/sonarr/21.5.3/app-changelog.md deleted file mode 100644 index 64464b86414..00000000000 --- a/stable/sonarr/21.5.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) \ No newline at end of file diff --git a/stable/sonarr/21.5.3/charts/common-20.2.4.tgz b/stable/sonarr/21.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sonarr/21.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/songkong/5.7.7/.helmignore b/stable/sonarr/21.5.5/.helmignore similarity index 100% rename from stable/songkong/5.7.7/.helmignore rename to stable/sonarr/21.5.5/.helmignore diff --git a/stable/sonarr/21.5.5/CHANGELOG.md b/stable/sonarr/21.5.5/CHANGELOG.md new file mode 100644 index 00000000000..697cec16f8c --- /dev/null +++ b/stable/sonarr/21.5.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonarr-21.5.5](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) + + +## [sonarr-21.5.4](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) + + +## [sonarr-21.5.4](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) + + +## [sonarr-21.5.4](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) + + +## [sonarr-21.5.4](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/sonarr/21.5.5/Chart.yaml b/stable/sonarr/21.5.5/Chart.yaml new file mode 100644 index 00000000000..765f43a4f4c --- /dev/null +++ b/stable/sonarr/21.5.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.2.1183 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Smart PVR for newsgroup and bittorrent users +home: https://truecharts.org/charts/stable/sonarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png +keywords: + - sonarr + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonarr +sources: + - https://github.com/Sonarr/Sonarr + - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr + - https://ghcr.io/onedr0p/sonarr + - https://ghcr.io/onedr0p/exportarr +type: application +version: 21.5.5 diff --git a/stable/sonarr/21.5.3/README.md b/stable/sonarr/21.5.5/README.md similarity index 100% rename from stable/sonarr/21.5.3/README.md rename to stable/sonarr/21.5.5/README.md diff --git a/stable/sonarr/21.5.5/app-changelog.md b/stable/sonarr/21.5.5/app-changelog.md new file mode 100644 index 00000000000..087380097bc --- /dev/null +++ b/stable/sonarr/21.5.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [sonarr-21.5.5](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260)) \ No newline at end of file diff --git a/stable/sonarr/21.5.3/app-readme.md b/stable/sonarr/21.5.5/app-readme.md similarity index 100% rename from stable/sonarr/21.5.3/app-readme.md rename to stable/sonarr/21.5.5/app-readme.md diff --git a/stable/sonarr/21.5.5/charts/common-20.2.10.tgz b/stable/sonarr/21.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sonarr/21.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/sonarr/21.5.3/ix_values.yaml b/stable/sonarr/21.5.5/ix_values.yaml similarity index 100% rename from stable/sonarr/21.5.3/ix_values.yaml rename to stable/sonarr/21.5.5/ix_values.yaml diff --git a/stable/sonarr/21.5.3/questions.yaml b/stable/sonarr/21.5.5/questions.yaml similarity index 100% rename from stable/sonarr/21.5.3/questions.yaml rename to stable/sonarr/21.5.5/questions.yaml diff --git a/stable/sonsoftheforest/3.7.3/templates/NOTES.txt b/stable/sonarr/21.5.5/templates/NOTES.txt similarity index 100% rename from stable/sonsoftheforest/3.7.3/templates/NOTES.txt rename to stable/sonarr/21.5.5/templates/NOTES.txt diff --git a/stable/sonarr/21.5.3/templates/common.yaml b/stable/sonarr/21.5.5/templates/common.yaml similarity index 100% rename from stable/sonarr/21.5.3/templates/common.yaml rename to stable/sonarr/21.5.5/templates/common.yaml diff --git a/stable/songkong/5.7.7/values.yaml b/stable/sonarr/21.5.5/values.yaml similarity index 100% rename from stable/songkong/5.7.7/values.yaml rename to stable/sonarr/21.5.5/values.yaml diff --git a/stable/songkong/5.7.7/CHANGELOG.md b/stable/songkong/5.7.7/CHANGELOG.md deleted file mode 100644 index 787fe389554..00000000000 --- a/stable/songkong/5.7.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [songkong-5.7.7](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.7) (2024-03-27) - -### Chore - - - -- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) - -- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) - -- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) - - -## [songkong-5.7.7](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.7) (2024-03-27) - -### Chore - - - -- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) - -- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) - -- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) - - -## [songkong-5.7.7](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.7) (2024-03-27) - -### Chore - - - -- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) - -- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) - -- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) - - -## [songkong-5.7.7](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.7) (2024-03-27) - -### Chore - - - -- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) - -- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) \ No newline at end of file diff --git a/stable/songkong/5.7.7/Chart.yaml b/stable/songkong/5.7.7/Chart.yaml deleted file mode 100644 index 437f880eb9a..00000000000 --- a/stable/songkong/5.7.7/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically -home: https://truecharts.org/charts/stable/songkong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png -keywords: - - songkong - - MediaApp-Music -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: songkong -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/songkong - - https://hub.docker.com/r/songkong/songkong -type: application -version: 5.7.7 diff --git a/stable/songkong/5.7.7/app-changelog.md b/stable/songkong/5.7.7/app-changelog.md deleted file mode 100644 index e660cc27ade..00000000000 --- a/stable/songkong/5.7.7/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [songkong-5.7.7](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.7) (2024-03-27) - -### Chore - - - -- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) - -- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) - -- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) \ No newline at end of file diff --git a/stable/songkong/5.7.7/charts/common-20.2.4.tgz b/stable/songkong/5.7.7/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/songkong/5.7.7/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sonsoftheforest/3.7.3/.helmignore b/stable/songkong/5.7.9/.helmignore similarity index 100% rename from stable/sonsoftheforest/3.7.3/.helmignore rename to stable/songkong/5.7.9/.helmignore diff --git a/stable/songkong/5.7.9/CHANGELOG.md b/stable/songkong/5.7.9/CHANGELOG.md new file mode 100644 index 00000000000..8367063c4f2 --- /dev/null +++ b/stable/songkong/5.7.9/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [songkong-5.7.9](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) + +- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) + +- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) + + +## [songkong-5.7.8](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) + +- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) + +- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) + + +## [songkong-5.7.8](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) + +- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) + +- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) + + +## [songkong-5.7.8](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.8) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/songkong/5.7.9/Chart.yaml b/stable/songkong/5.7.9/Chart.yaml new file mode 100644 index 00000000000..c425aa2615f --- /dev/null +++ b/stable/songkong/5.7.9/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Music + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/charts/stable/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png +keywords: + - songkong + - MediaApp-Music +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: songkong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/songkong + - https://hub.docker.com/r/songkong/songkong +type: application +version: 5.7.9 diff --git a/stable/songkong/5.7.7/README.md b/stable/songkong/5.7.9/README.md similarity index 100% rename from stable/songkong/5.7.7/README.md rename to stable/songkong/5.7.9/README.md diff --git a/stable/songkong/5.7.9/app-changelog.md b/stable/songkong/5.7.9/app-changelog.md new file mode 100644 index 00000000000..a961a1497b2 --- /dev/null +++ b/stable/songkong/5.7.9/app-changelog.md @@ -0,0 +1,29 @@ + + +## [songkong-5.7.9](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image songkong/songkong to latest[@452d2ee](https://github.com/452d2ee) by renovate ([#19816](https://github.com/truecharts/charts/issues/19816)) + +- update container image songkong/songkong to latest[@7e3cb04](https://github.com/7e3cb04) by renovate ([#19787](https://github.com/truecharts/charts/issues/19787)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632)) + +- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286)) \ No newline at end of file diff --git a/stable/songkong/5.7.7/app-readme.md b/stable/songkong/5.7.9/app-readme.md similarity index 100% rename from stable/songkong/5.7.7/app-readme.md rename to stable/songkong/5.7.9/app-readme.md diff --git a/stable/songkong/5.7.9/charts/common-20.2.10.tgz b/stable/songkong/5.7.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/songkong/5.7.9/charts/common-20.2.10.tgz differ diff --git a/stable/songkong/5.7.7/ix_values.yaml b/stable/songkong/5.7.9/ix_values.yaml similarity index 100% rename from stable/songkong/5.7.7/ix_values.yaml rename to stable/songkong/5.7.9/ix_values.yaml diff --git a/stable/songkong/5.7.7/questions.yaml b/stable/songkong/5.7.9/questions.yaml similarity index 100% rename from stable/songkong/5.7.7/questions.yaml rename to stable/songkong/5.7.9/questions.yaml diff --git a/stable/songkong/5.7.7/templates/common.yaml b/stable/songkong/5.7.9/templates/common.yaml similarity index 100% rename from stable/songkong/5.7.7/templates/common.yaml rename to stable/songkong/5.7.9/templates/common.yaml diff --git a/stable/sonsoftheforest/3.7.3/values.yaml b/stable/songkong/5.7.9/values.yaml similarity index 100% rename from stable/sonsoftheforest/3.7.3/values.yaml rename to stable/songkong/5.7.9/values.yaml diff --git a/stable/sonsoftheforest/3.7.3/CHANGELOG.md b/stable/sonsoftheforest/3.7.3/CHANGELOG.md deleted file mode 100644 index bc8d37853d7..00000000000 --- a/stable/sonsoftheforest/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sonsoftheforest/3.7.3/Chart.yaml b/stable/sonsoftheforest/3.7.3/Chart.yaml deleted file mode 100644 index f1ff9d195d1..00000000000 --- a/stable/sonsoftheforest/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: sonsoftheforest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A custom SteamCMD chart that runs Sons Of The Forest Server. -home: https://truecharts.org/charts/stable/sonsoftheforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png -keywords: - - sonsoftheforest - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sonsoftheforest -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest - - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 3.7.3 diff --git a/stable/sonsoftheforest/3.7.3/app-changelog.md b/stable/sonsoftheforest/3.7.3/app-changelog.md deleted file mode 100644 index 9b969eaaf5a..00000000000 --- a/stable/sonsoftheforest/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz b/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sourcegraph/5.7.4/.helmignore b/stable/sonsoftheforest/3.7.5/.helmignore similarity index 100% rename from stable/sourcegraph/5.7.4/.helmignore rename to stable/sonsoftheforest/3.7.5/.helmignore diff --git a/stable/sonsoftheforest/3.7.5/CHANGELOG.md b/stable/sonsoftheforest/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2fc1ab25d27 --- /dev/null +++ b/stable/sonsoftheforest/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonsoftheforest-3.7.5](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sonsoftheforest-3.7.4](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sonsoftheforest-3.7.4](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sonsoftheforest-3.7.4](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sonsoftheforest-3.7.4](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sonsoftheforest-3.7.4](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sonsoftheforest/3.7.5/Chart.yaml b/stable/sonsoftheforest/3.7.5/Chart.yaml new file mode 100644 index 00000000000..cab3e533859 --- /dev/null +++ b/stable/sonsoftheforest/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: sonsoftheforest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Sons Of The Forest Server. +home: https://truecharts.org/charts/stable/sonsoftheforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png +keywords: + - sonsoftheforest + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonsoftheforest +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest + - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 3.7.5 diff --git a/stable/sonsoftheforest/3.7.3/README.md b/stable/sonsoftheforest/3.7.5/README.md similarity index 100% rename from stable/sonsoftheforest/3.7.3/README.md rename to stable/sonsoftheforest/3.7.5/README.md diff --git a/stable/sonsoftheforest/3.7.5/app-changelog.md b/stable/sonsoftheforest/3.7.5/app-changelog.md new file mode 100644 index 00000000000..7f329853e9a --- /dev/null +++ b/stable/sonsoftheforest/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sonsoftheforest-3.7.5](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sonsoftheforest/3.7.3/app-readme.md b/stable/sonsoftheforest/3.7.5/app-readme.md similarity index 100% rename from stable/sonsoftheforest/3.7.3/app-readme.md rename to stable/sonsoftheforest/3.7.5/app-readme.md diff --git a/stable/sonsoftheforest/3.7.5/charts/common-20.2.10.tgz b/stable/sonsoftheforest/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sonsoftheforest/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sonsoftheforest/3.7.3/ix_values.yaml b/stable/sonsoftheforest/3.7.5/ix_values.yaml similarity index 100% rename from stable/sonsoftheforest/3.7.3/ix_values.yaml rename to stable/sonsoftheforest/3.7.5/ix_values.yaml diff --git a/stable/sonsoftheforest/3.7.3/questions.yaml b/stable/sonsoftheforest/3.7.5/questions.yaml similarity index 100% rename from stable/sonsoftheforest/3.7.3/questions.yaml rename to stable/sonsoftheforest/3.7.5/questions.yaml diff --git a/stable/spaceengineers/6.7.3/templates/NOTES.txt b/stable/sonsoftheforest/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/spaceengineers/6.7.3/templates/NOTES.txt rename to stable/sonsoftheforest/3.7.5/templates/NOTES.txt diff --git a/stable/sonsoftheforest/3.7.3/templates/_configmap.tpl b/stable/sonsoftheforest/3.7.5/templates/_configmap.tpl similarity index 100% rename from stable/sonsoftheforest/3.7.3/templates/_configmap.tpl rename to stable/sonsoftheforest/3.7.5/templates/_configmap.tpl diff --git a/stable/sonsoftheforest/3.7.3/templates/common.yaml b/stable/sonsoftheforest/3.7.5/templates/common.yaml similarity index 100% rename from stable/sonsoftheforest/3.7.3/templates/common.yaml rename to stable/sonsoftheforest/3.7.5/templates/common.yaml diff --git a/stable/sourcegraph/5.7.4/values.yaml b/stable/sonsoftheforest/3.7.5/values.yaml similarity index 100% rename from stable/sourcegraph/5.7.4/values.yaml rename to stable/sonsoftheforest/3.7.5/values.yaml diff --git a/stable/sourcegraph/5.7.4/CHANGELOG.md b/stable/sourcegraph/5.7.4/CHANGELOG.md deleted file mode 100644 index 8839a69fe77..00000000000 --- a/stable/sourcegraph/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/sourcegraph/5.7.4/Chart.yaml b/stable/sourcegraph/5.7.4/Chart.yaml deleted file mode 100644 index 23f5ae51a6c..00000000000 --- a/stable/sourcegraph/5.7.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Sourcegraph Chart. -home: https://truecharts.org/charts/stable/sourcegraph -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png -keywords: - - sourcegraph - - Backup - - Cloud - - Network-Web - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sourcegraph -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph - - https://hub.docker.com/r/sourcegraph/server -type: application -version: 5.7.4 diff --git a/stable/sourcegraph/5.7.4/app-changelog.md b/stable/sourcegraph/5.7.4/app-changelog.md deleted file mode 100644 index 46bd23d4879..00000000000 --- a/stable/sourcegraph/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz b/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/spaceengineers/6.7.3/.helmignore b/stable/sourcegraph/5.7.6/.helmignore similarity index 100% rename from stable/spaceengineers/6.7.3/.helmignore rename to stable/sourcegraph/5.7.6/.helmignore diff --git a/stable/sourcegraph/5.7.6/CHANGELOG.md b/stable/sourcegraph/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..d0968c31b64 --- /dev/null +++ b/stable/sourcegraph/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sourcegraph-5.7.6](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sourcegraph-5.7.5](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sourcegraph-5.7.5](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sourcegraph-5.7.5](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sourcegraph-5.7.5](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/sourcegraph/5.7.6/Chart.yaml b/stable/sourcegraph/5.7.6/Chart.yaml new file mode 100644 index 00000000000..de73906eb96 --- /dev/null +++ b/stable/sourcegraph/5.7.6/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sourcegraph Chart. +home: https://truecharts.org/charts/stable/sourcegraph +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png +keywords: + - sourcegraph + - Backup + - Cloud + - Network-Web + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sourcegraph +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph + - https://hub.docker.com/r/sourcegraph/server +type: application +version: 5.7.6 diff --git a/stable/sourcegraph/5.7.4/README.md b/stable/sourcegraph/5.7.6/README.md similarity index 100% rename from stable/sourcegraph/5.7.4/README.md rename to stable/sourcegraph/5.7.6/README.md diff --git a/stable/sourcegraph/5.7.6/app-changelog.md b/stable/sourcegraph/5.7.6/app-changelog.md new file mode 100644 index 00000000000..2410fa39507 --- /dev/null +++ b/stable/sourcegraph/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [sourcegraph-5.7.6](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sourcegraph/5.7.4/app-readme.md b/stable/sourcegraph/5.7.6/app-readme.md similarity index 100% rename from stable/sourcegraph/5.7.4/app-readme.md rename to stable/sourcegraph/5.7.6/app-readme.md diff --git a/stable/sourcegraph/5.7.6/charts/common-20.2.10.tgz b/stable/sourcegraph/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sourcegraph/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/sourcegraph/5.7.4/ix_values.yaml b/stable/sourcegraph/5.7.6/ix_values.yaml similarity index 100% rename from stable/sourcegraph/5.7.4/ix_values.yaml rename to stable/sourcegraph/5.7.6/ix_values.yaml diff --git a/stable/sourcegraph/5.7.4/questions.yaml b/stable/sourcegraph/5.7.6/questions.yaml similarity index 100% rename from stable/sourcegraph/5.7.4/questions.yaml rename to stable/sourcegraph/5.7.6/questions.yaml diff --git a/stable/sourcegraph/5.7.4/templates/common.yaml b/stable/sourcegraph/5.7.6/templates/common.yaml similarity index 100% rename from stable/sourcegraph/5.7.4/templates/common.yaml rename to stable/sourcegraph/5.7.6/templates/common.yaml diff --git a/stable/spaceengineers/6.7.3/values.yaml b/stable/sourcegraph/5.7.6/values.yaml similarity index 100% rename from stable/spaceengineers/6.7.3/values.yaml rename to stable/sourcegraph/5.7.6/values.yaml diff --git a/stable/spaceengineers/6.7.3/CHANGELOG.md b/stable/spaceengineers/6.7.3/CHANGELOG.md deleted file mode 100644 index a53e0a4a484..00000000000 --- a/stable/spaceengineers/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/spaceengineers/6.7.3/Chart.yaml b/stable/spaceengineers/6.7.3/Chart.yaml deleted file mode 100644 index 46937faeae9..00000000000 --- a/stable/spaceengineers/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Space Engineers Dedicated Server. -home: https://truecharts.org/charts/stable/spaceengineers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png -keywords: - - spaceengineers - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: spaceengineers -sources: - - https://github.com/Devidian/docker-spaceengineers - - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers - - https://hub.docker.com/r/devidian/spaceengineers -type: application -version: 6.7.3 diff --git a/stable/spaceengineers/6.7.3/app-changelog.md b/stable/spaceengineers/6.7.3/app-changelog.md deleted file mode 100644 index 9ca23c341f2..00000000000 --- a/stable/spaceengineers/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz b/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/speedtest-exporter/10.8.3/.helmignore b/stable/spaceengineers/6.7.5/.helmignore similarity index 100% rename from stable/speedtest-exporter/10.8.3/.helmignore rename to stable/spaceengineers/6.7.5/.helmignore diff --git a/stable/spaceengineers/6.7.5/CHANGELOG.md b/stable/spaceengineers/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..731b90c15c1 --- /dev/null +++ b/stable/spaceengineers/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spaceengineers-6.7.5](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spaceengineers-6.7.4](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spaceengineers-6.7.4](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spaceengineers-6.7.4](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spaceengineers-6.7.4](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spaceengineers-6.7.4](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/spaceengineers/6.7.5/Chart.yaml b/stable/spaceengineers/6.7.5/Chart.yaml new file mode 100644 index 00000000000..aa328b60d89 --- /dev/null +++ b/stable/spaceengineers/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Space Engineers Dedicated Server. +home: https://truecharts.org/charts/stable/spaceengineers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png +keywords: + - spaceengineers + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spaceengineers +sources: + - https://github.com/Devidian/docker-spaceengineers + - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers + - https://hub.docker.com/r/devidian/spaceengineers +type: application +version: 6.7.5 diff --git a/stable/spaceengineers/6.7.3/README.md b/stable/spaceengineers/6.7.5/README.md similarity index 100% rename from stable/spaceengineers/6.7.3/README.md rename to stable/spaceengineers/6.7.5/README.md diff --git a/stable/spaceengineers/6.7.5/app-changelog.md b/stable/spaceengineers/6.7.5/app-changelog.md new file mode 100644 index 00000000000..69d56fbd1fa --- /dev/null +++ b/stable/spaceengineers/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [spaceengineers-6.7.5](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/spaceengineers/6.7.3/app-readme.md b/stable/spaceengineers/6.7.5/app-readme.md similarity index 100% rename from stable/spaceengineers/6.7.3/app-readme.md rename to stable/spaceengineers/6.7.5/app-readme.md diff --git a/stable/spaceengineers/6.7.5/charts/common-20.2.10.tgz b/stable/spaceengineers/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/spaceengineers/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/spaceengineers/6.7.3/ix_values.yaml b/stable/spaceengineers/6.7.5/ix_values.yaml similarity index 100% rename from stable/spaceengineers/6.7.3/ix_values.yaml rename to stable/spaceengineers/6.7.5/ix_values.yaml diff --git a/stable/spaceengineers/6.7.3/questions.yaml b/stable/spaceengineers/6.7.5/questions.yaml similarity index 100% rename from stable/spaceengineers/6.7.3/questions.yaml rename to stable/spaceengineers/6.7.5/questions.yaml diff --git a/stable/speedtest-exporter/10.8.3/templates/NOTES.txt b/stable/spaceengineers/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/speedtest-exporter/10.8.3/templates/NOTES.txt rename to stable/spaceengineers/6.7.5/templates/NOTES.txt diff --git a/stable/spaceengineers/6.7.3/templates/common.yaml b/stable/spaceengineers/6.7.5/templates/common.yaml similarity index 100% rename from stable/spaceengineers/6.7.3/templates/common.yaml rename to stable/spaceengineers/6.7.5/templates/common.yaml diff --git a/stable/speedtest-exporter/10.8.3/values.yaml b/stable/spaceengineers/6.7.5/values.yaml similarity index 100% rename from stable/speedtest-exporter/10.8.3/values.yaml rename to stable/spaceengineers/6.7.5/values.yaml diff --git a/stable/speedtest-exporter/10.8.3/CHANGELOG.md b/stable/speedtest-exporter/10.8.3/CHANGELOG.md deleted file mode 100644 index 550442bdd5b..00000000000 --- a/stable/speedtest-exporter/10.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/speedtest-exporter/10.8.3/Chart.yaml b/stable/speedtest-exporter/10.8.3/Chart.yaml deleted file mode 100644 index 949e4e28986..00000000000 --- a/stable/speedtest-exporter/10.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Speedtest Exporter made in python using the official speedtest bin -home: https://truecharts.org/charts/stable/speedtest-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png -keywords: - - speedtest-exporter - - speedtest - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: speedtest-exporter -sources: - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - - https://ghcr.io/miguelndecarvalho/speedtest-exporter -type: application -version: 10.8.3 diff --git a/stable/speedtest-exporter/10.8.3/app-changelog.md b/stable/speedtest-exporter/10.8.3/app-changelog.md deleted file mode 100644 index decc78cf239..00000000000 --- a/stable/speedtest-exporter/10.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz b/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.8.3/.helmignore b/stable/speedtest-exporter/10.8.5/.helmignore similarity index 100% rename from stable/speedtest-tracker/1.8.3/.helmignore rename to stable/speedtest-exporter/10.8.5/.helmignore diff --git a/stable/speedtest-exporter/10.8.5/CHANGELOG.md b/stable/speedtest-exporter/10.8.5/CHANGELOG.md new file mode 100644 index 00000000000..85fdc4a4688 --- /dev/null +++ b/stable/speedtest-exporter/10.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-exporter-10.8.5](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [speedtest-exporter-10.8.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [speedtest-exporter-10.8.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [speedtest-exporter-10.8.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [speedtest-exporter-10.8.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [speedtest-exporter-10.8.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/speedtest-exporter/10.8.5/Chart.yaml b/stable/speedtest-exporter/10.8.5/Chart.yaml new file mode 100644 index 00000000000..470b1cbb518 --- /dev/null +++ b/stable/speedtest-exporter/10.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Exporter made in python using the official speedtest bin +home: https://truecharts.org/charts/stable/speedtest-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png +keywords: + - speedtest-exporter + - speedtest + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-exporter +sources: + - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter + - https://ghcr.io/miguelndecarvalho/speedtest-exporter +type: application +version: 10.8.5 diff --git a/stable/speedtest-exporter/10.8.3/README.md b/stable/speedtest-exporter/10.8.5/README.md similarity index 100% rename from stable/speedtest-exporter/10.8.3/README.md rename to stable/speedtest-exporter/10.8.5/README.md diff --git a/stable/speedtest-exporter/10.8.5/app-changelog.md b/stable/speedtest-exporter/10.8.5/app-changelog.md new file mode 100644 index 00000000000..057da14bd97 --- /dev/null +++ b/stable/speedtest-exporter/10.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [speedtest-exporter-10.8.5](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/speedtest-exporter/10.8.3/app-readme.md b/stable/speedtest-exporter/10.8.5/app-readme.md similarity index 100% rename from stable/speedtest-exporter/10.8.3/app-readme.md rename to stable/speedtest-exporter/10.8.5/app-readme.md diff --git a/stable/speedtest-exporter/10.8.5/charts/common-20.2.10.tgz b/stable/speedtest-exporter/10.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/speedtest-exporter/10.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/speedtest-exporter/10.8.3/dashboard.json b/stable/speedtest-exporter/10.8.5/dashboard.json similarity index 100% rename from stable/speedtest-exporter/10.8.3/dashboard.json rename to stable/speedtest-exporter/10.8.5/dashboard.json diff --git a/stable/speedtest-exporter/10.8.3/ix_values.yaml b/stable/speedtest-exporter/10.8.5/ix_values.yaml similarity index 100% rename from stable/speedtest-exporter/10.8.3/ix_values.yaml rename to stable/speedtest-exporter/10.8.5/ix_values.yaml diff --git a/stable/speedtest-exporter/10.8.3/questions.yaml b/stable/speedtest-exporter/10.8.5/questions.yaml similarity index 100% rename from stable/speedtest-exporter/10.8.3/questions.yaml rename to stable/speedtest-exporter/10.8.5/questions.yaml diff --git a/stable/speedtest-tracker/1.8.3/templates/NOTES.txt b/stable/speedtest-exporter/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/speedtest-tracker/1.8.3/templates/NOTES.txt rename to stable/speedtest-exporter/10.8.5/templates/NOTES.txt diff --git a/stable/speedtest-exporter/10.8.3/templates/common.yaml b/stable/speedtest-exporter/10.8.5/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/10.8.3/templates/common.yaml rename to stable/speedtest-exporter/10.8.5/templates/common.yaml diff --git a/stable/speedtest-tracker/1.8.3/values.yaml b/stable/speedtest-exporter/10.8.5/values.yaml similarity index 100% rename from stable/speedtest-tracker/1.8.3/values.yaml rename to stable/speedtest-exporter/10.8.5/values.yaml diff --git a/stable/speedtest-tracker/1.8.3/CHANGELOG.md b/stable/speedtest-tracker/1.8.3/CHANGELOG.md deleted file mode 100644 index df9210fbe23..00000000000 --- a/stable/speedtest-tracker/1.8.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) - - -## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) - - -## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) - - -## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.8.3/Chart.yaml b/stable/speedtest-tracker/1.8.3/Chart.yaml deleted file mode 100644 index 119728f3af8..00000000000 --- a/stable/speedtest-tracker/1.8.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. -home: https://truecharts.org/charts/stable/speedtest-tracker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png -keywords: - - speedtest - - speedtest-tracker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: speedtest-tracker -sources: - - https://github.com/alexjustesen/speedtest-tracker - - https://github.com/linuxserver/docker-speedtest-tracker - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker - - https://ghcr.io/linuxserver/speedtest-tracker -type: application -version: 1.8.3 diff --git a/stable/speedtest-tracker/1.8.3/app-changelog.md b/stable/speedtest-tracker/1.8.3/app-changelog.md deleted file mode 100644 index 0ca29e9fa1f..00000000000 --- a/stable/speedtest-tracker/1.8.3/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz b/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/splunk/7.7.4/.helmignore b/stable/speedtest-tracker/1.8.5/.helmignore similarity index 100% rename from stable/splunk/7.7.4/.helmignore rename to stable/speedtest-tracker/1.8.5/.helmignore diff --git a/stable/speedtest-tracker/1.8.5/CHANGELOG.md b/stable/speedtest-tracker/1.8.5/CHANGELOG.md new file mode 100644 index 00000000000..63884ed1885 --- /dev/null +++ b/stable/speedtest-tracker/1.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-tracker-1.8.5](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) + + +## [speedtest-tracker-1.8.4](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) + + +## [speedtest-tracker-1.8.4](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) + + +## [speedtest-tracker-1.8.4](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.8.5/Chart.yaml b/stable/speedtest-tracker/1.8.5/Chart.yaml new file mode 100644 index 00000000000..d4c7b83d358 --- /dev/null +++ b/stable/speedtest-tracker/1.8.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. +home: https://truecharts.org/charts/stable/speedtest-tracker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png +keywords: + - speedtest + - speedtest-tracker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-tracker +sources: + - https://github.com/alexjustesen/speedtest-tracker + - https://github.com/linuxserver/docker-speedtest-tracker + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker + - https://ghcr.io/linuxserver/speedtest-tracker +type: application +version: 1.8.5 diff --git a/stable/speedtest-tracker/1.8.3/README.md b/stable/speedtest-tracker/1.8.5/README.md similarity index 100% rename from stable/speedtest-tracker/1.8.3/README.md rename to stable/speedtest-tracker/1.8.5/README.md diff --git a/stable/speedtest-tracker/1.8.5/app-changelog.md b/stable/speedtest-tracker/1.8.5/app-changelog.md new file mode 100644 index 00000000000..fb571dedfec --- /dev/null +++ b/stable/speedtest-tracker/1.8.5/app-changelog.md @@ -0,0 +1,27 @@ + + +## [speedtest-tracker-1.8.5](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307)) \ No newline at end of file diff --git a/stable/speedtest-tracker/1.8.3/app-readme.md b/stable/speedtest-tracker/1.8.5/app-readme.md similarity index 100% rename from stable/speedtest-tracker/1.8.3/app-readme.md rename to stable/speedtest-tracker/1.8.5/app-readme.md diff --git a/stable/speedtest-tracker/1.8.5/charts/common-20.2.10.tgz b/stable/speedtest-tracker/1.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/speedtest-tracker/1.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/speedtest-tracker/1.8.3/charts/redis-13.2.2.tgz b/stable/speedtest-tracker/1.8.5/charts/redis-13.2.2.tgz similarity index 100% rename from stable/speedtest-tracker/1.8.3/charts/redis-13.2.2.tgz rename to stable/speedtest-tracker/1.8.5/charts/redis-13.2.2.tgz diff --git a/stable/speedtest-tracker/1.8.3/ix_values.yaml b/stable/speedtest-tracker/1.8.5/ix_values.yaml similarity index 100% rename from stable/speedtest-tracker/1.8.3/ix_values.yaml rename to stable/speedtest-tracker/1.8.5/ix_values.yaml diff --git a/stable/speedtest-tracker/1.8.3/questions.yaml b/stable/speedtest-tracker/1.8.5/questions.yaml similarity index 100% rename from stable/speedtest-tracker/1.8.3/questions.yaml rename to stable/speedtest-tracker/1.8.5/questions.yaml diff --git a/stable/splunk/7.7.4/templates/NOTES.txt b/stable/speedtest-tracker/1.8.5/templates/NOTES.txt similarity index 100% rename from stable/splunk/7.7.4/templates/NOTES.txt rename to stable/speedtest-tracker/1.8.5/templates/NOTES.txt diff --git a/stable/speedtest-tracker/1.8.3/templates/_secrets.tpl b/stable/speedtest-tracker/1.8.5/templates/_secrets.tpl similarity index 100% rename from stable/speedtest-tracker/1.8.3/templates/_secrets.tpl rename to stable/speedtest-tracker/1.8.5/templates/_secrets.tpl diff --git a/stable/speedtest-tracker/1.8.3/templates/common.yaml b/stable/speedtest-tracker/1.8.5/templates/common.yaml similarity index 100% rename from stable/speedtest-tracker/1.8.3/templates/common.yaml rename to stable/speedtest-tracker/1.8.5/templates/common.yaml diff --git a/stable/splunk/7.7.4/values.yaml b/stable/speedtest-tracker/1.8.5/values.yaml similarity index 100% rename from stable/splunk/7.7.4/values.yaml rename to stable/speedtest-tracker/1.8.5/values.yaml diff --git a/stable/splunk/7.7.4/CHANGELOG.md b/stable/splunk/7.7.4/CHANGELOG.md deleted file mode 100644 index 58fe3c15c05..00000000000 --- a/stable/splunk/7.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - diff --git a/stable/splunk/7.7.4/Chart.yaml b/stable/splunk/7.7.4/Chart.yaml deleted file mode 100644 index af24f0318d0..00000000000 --- a/stable/splunk/7.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.2.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com -home: https://truecharts.org/charts/stable/splunk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png -keywords: - - splunk - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: splunk -sources: - - https://splunk.github.io/docker-splunk - - https://github.com/truecharts/charts/tree/master/charts/stable/splunk - - https://hub.docker.com/r/splunk/splunk -type: application -version: 7.7.4 diff --git a/stable/splunk/7.7.4/app-changelog.md b/stable/splunk/7.7.4/app-changelog.md deleted file mode 100644 index 89e39cddb28..00000000000 --- a/stable/splunk/7.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [splunk-7.7.4](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/splunk/7.7.4/charts/common-20.2.9.tgz b/stable/splunk/7.7.4/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/splunk/7.7.4/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/splunk/7.7.4/ix_values.yaml b/stable/splunk/7.7.4/ix_values.yaml deleted file mode 100644 index e6e2f335ae2..00000000000 --- a/stable/splunk/7.7.4/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: splunk/splunk - tag: 9.2.0@sha256:5923c523f8eeb6b7b083b58e24ca946b1647a8868b2f02a636c4161287368cec - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -splunk: - acceptLicense: true - password: changeme - extraArgs: [] - -service: - dataingest: - enabled: true - ports: - dataingest: - enabled: true - port: 9997 - protocol: http - targetPort: 9997 - main: - ports: - main: - port: 8000 - protocol: http - targetPort: 8000 - hec: - enabled: true - ports: - hec: - enabled: true - port: 8088 - protocol: http - targetPort: 8088 - management: - enabled: true - ports: - management: - enabled: true - port: 8089 - protocol: http - targetPort: 8089 -workload: - main: - podSpec: - containers: - main: - envFrom: - - secretRef: - name: "secret" - -persistence: - appcreds: - enabled: true - mountPath: /opt/splunk/etc/ - config: - enabled: true - mountPath: /opt/splunk/var - datap: - enabled: true - mountPath: /splunkdata - -portal: - open: - enabled: true diff --git a/stable/spotweb/12.7.3/.helmignore b/stable/splunk/7.7.6/.helmignore similarity index 100% rename from stable/spotweb/12.7.3/.helmignore rename to stable/splunk/7.7.6/.helmignore diff --git a/stable/splunk/7.7.6/CHANGELOG.md b/stable/splunk/7.7.6/CHANGELOG.md new file mode 100644 index 00000000000..f2854fa2b96 --- /dev/null +++ b/stable/splunk/7.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [splunk-7.7.6](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [splunk-7.7.5](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.5) (2024-03-29) + +### Chore + + + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [splunk-7.7.5](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.5) (2024-03-29) + +### Chore + + + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [splunk-7.7.5](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.5) (2024-03-29) + +### Chore + + + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [splunk-7.7.5](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.5) (2024-03-29) + +### Chore + + + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/splunk/7.7.6/Chart.yaml b/stable/splunk/7.7.6/Chart.yaml new file mode 100644 index 00000000000..ccfb42ca7f5 --- /dev/null +++ b/stable/splunk/7.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.2.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com +home: https://truecharts.org/charts/stable/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png +keywords: + - splunk + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: splunk +sources: + - https://splunk.github.io/docker-splunk + - https://github.com/truecharts/charts/tree/master/charts/stable/splunk + - https://hub.docker.com/r/splunk/splunk +type: application +version: 7.7.6 diff --git a/stable/splunk/7.7.4/README.md b/stable/splunk/7.7.6/README.md similarity index 100% rename from stable/splunk/7.7.4/README.md rename to stable/splunk/7.7.6/README.md diff --git a/stable/splunk/7.7.6/app-changelog.md b/stable/splunk/7.7.6/app-changelog.md new file mode 100644 index 00000000000..2b0bac328df --- /dev/null +++ b/stable/splunk/7.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [splunk-7.7.6](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image splunk/splunk to v9.2.1[@b79ebcc](https://github.com/b79ebcc) by renovate ([#19890](https://github.com/truecharts/charts/issues/19890)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/splunk/7.7.4/app-readme.md b/stable/splunk/7.7.6/app-readme.md similarity index 100% rename from stable/splunk/7.7.4/app-readme.md rename to stable/splunk/7.7.6/app-readme.md diff --git a/stable/splunk/7.7.6/charts/common-20.2.10.tgz b/stable/splunk/7.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/splunk/7.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/splunk/7.7.6/ix_values.yaml b/stable/splunk/7.7.6/ix_values.yaml new file mode 100644 index 00000000000..fa6bfccbf6f --- /dev/null +++ b/stable/splunk/7.7.6/ix_values.yaml @@ -0,0 +1,71 @@ +image: + pullPolicy: IfNotPresent + repository: splunk/splunk + tag: 9.2.1@sha256:b79ebcc0317ca42cebe32b4b1a4198eb4e158ca55f2c972f445ca30be6ef9805 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +splunk: + acceptLicense: true + password: changeme + extraArgs: [] + +service: + dataingest: + enabled: true + ports: + dataingest: + enabled: true + port: 9997 + protocol: http + targetPort: 9997 + main: + ports: + main: + port: 8000 + protocol: http + targetPort: 8000 + hec: + enabled: true + ports: + hec: + enabled: true + port: 8088 + protocol: http + targetPort: 8088 + management: + enabled: true + ports: + management: + enabled: true + port: 8089 + protocol: http + targetPort: 8089 +workload: + main: + podSpec: + containers: + main: + envFrom: + - secretRef: + name: "secret" + +persistence: + appcreds: + enabled: true + mountPath: /opt/splunk/etc/ + config: + enabled: true + mountPath: /opt/splunk/var + datap: + enabled: true + mountPath: /splunkdata + +portal: + open: + enabled: true diff --git a/stable/splunk/7.7.4/questions.yaml b/stable/splunk/7.7.6/questions.yaml similarity index 100% rename from stable/splunk/7.7.4/questions.yaml rename to stable/splunk/7.7.6/questions.yaml diff --git a/stable/spotweb/12.7.3/templates/NOTES.txt b/stable/splunk/7.7.6/templates/NOTES.txt similarity index 100% rename from stable/spotweb/12.7.3/templates/NOTES.txt rename to stable/splunk/7.7.6/templates/NOTES.txt diff --git a/stable/splunk/7.7.4/templates/_config.tpl b/stable/splunk/7.7.6/templates/_config.tpl similarity index 100% rename from stable/splunk/7.7.4/templates/_config.tpl rename to stable/splunk/7.7.6/templates/_config.tpl diff --git a/stable/splunk/7.7.4/templates/common.yaml b/stable/splunk/7.7.6/templates/common.yaml similarity index 100% rename from stable/splunk/7.7.4/templates/common.yaml rename to stable/splunk/7.7.6/templates/common.yaml diff --git a/stable/spotweb/12.7.3/values.yaml b/stable/splunk/7.7.6/values.yaml similarity index 100% rename from stable/spotweb/12.7.3/values.yaml rename to stable/splunk/7.7.6/values.yaml diff --git a/stable/spotweb/12.7.3/CHANGELOG.md b/stable/spotweb/12.7.3/CHANGELOG.md deleted file mode 100644 index f45640f257d..00000000000 --- a/stable/spotweb/12.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/spotweb/12.7.3/Chart.yaml b/stable/spotweb/12.7.3/Chart.yaml deleted file mode 100644 index c7e83a2f3c1..00000000000 --- a/stable/spotweb/12.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Spotweb is a decentralized usenet community based on the Spotnet protocol. -home: https://truecharts.org/charts/stable/spotweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png -keywords: - - usenet - - spotweb - - spotnet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: spotweb -sources: - - https://github.com/spotweb/spotweb - - https://github.com/joachimbaten/spotweb-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - - https://hub.docker.com/r/jbaten/spotweb -type: application -version: 12.7.3 diff --git a/stable/spotweb/12.7.3/app-changelog.md b/stable/spotweb/12.7.3/app-changelog.md deleted file mode 100644 index f29a40a9da6..00000000000 --- a/stable/spotweb/12.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/spotweb/12.7.3/charts/common-20.2.4.tgz b/stable/spotweb/12.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/spotweb/12.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sqlite-web/5.7.3/.helmignore b/stable/spotweb/12.7.5/.helmignore similarity index 100% rename from stable/sqlite-web/5.7.3/.helmignore rename to stable/spotweb/12.7.5/.helmignore diff --git a/stable/spotweb/12.7.5/CHANGELOG.md b/stable/spotweb/12.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bcb2c0fcfcc --- /dev/null +++ b/stable/spotweb/12.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spotweb-12.7.5](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spotweb-12.7.4](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spotweb-12.7.4](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spotweb-12.7.4](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spotweb-12.7.4](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [spotweb-12.7.4](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/spotweb/12.7.5/Chart.yaml b/stable/spotweb/12.7.5/Chart.yaml new file mode 100644 index 00000000000..0ff14ff02f5 --- /dev/null +++ b/stable/spotweb/12.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Spotweb is a decentralized usenet community based on the Spotnet protocol. +home: https://truecharts.org/charts/stable/spotweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png +keywords: + - usenet + - spotweb + - spotnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spotweb +sources: + - https://github.com/spotweb/spotweb + - https://github.com/joachimbaten/spotweb-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb + - https://hub.docker.com/r/jbaten/spotweb +type: application +version: 12.7.5 diff --git a/stable/spotweb/12.7.3/README.md b/stable/spotweb/12.7.5/README.md similarity index 100% rename from stable/spotweb/12.7.3/README.md rename to stable/spotweb/12.7.5/README.md diff --git a/stable/spotweb/12.7.5/app-changelog.md b/stable/spotweb/12.7.5/app-changelog.md new file mode 100644 index 00000000000..03f1ca59085 --- /dev/null +++ b/stable/spotweb/12.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [spotweb-12.7.5](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/spotweb/12.7.3/app-readme.md b/stable/spotweb/12.7.5/app-readme.md similarity index 100% rename from stable/spotweb/12.7.3/app-readme.md rename to stable/spotweb/12.7.5/app-readme.md diff --git a/stable/spotweb/12.7.5/charts/common-20.2.10.tgz b/stable/spotweb/12.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/spotweb/12.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/spotweb/12.7.3/ix_values.yaml b/stable/spotweb/12.7.5/ix_values.yaml similarity index 100% rename from stable/spotweb/12.7.3/ix_values.yaml rename to stable/spotweb/12.7.5/ix_values.yaml diff --git a/stable/spotweb/12.7.3/questions.yaml b/stable/spotweb/12.7.5/questions.yaml similarity index 100% rename from stable/spotweb/12.7.3/questions.yaml rename to stable/spotweb/12.7.5/questions.yaml diff --git a/stable/sqlitebrowser/10.7.3/templates/NOTES.txt b/stable/spotweb/12.7.5/templates/NOTES.txt similarity index 100% rename from stable/sqlitebrowser/10.7.3/templates/NOTES.txt rename to stable/spotweb/12.7.5/templates/NOTES.txt diff --git a/stable/spotweb/12.7.3/templates/common.yaml b/stable/spotweb/12.7.5/templates/common.yaml similarity index 100% rename from stable/spotweb/12.7.3/templates/common.yaml rename to stable/spotweb/12.7.5/templates/common.yaml diff --git a/stable/sqlite-web/5.7.3/values.yaml b/stable/spotweb/12.7.5/values.yaml similarity index 100% rename from stable/sqlite-web/5.7.3/values.yaml rename to stable/spotweb/12.7.5/values.yaml diff --git a/stable/sqlite-web/5.7.3/CHANGELOG.md b/stable/sqlite-web/5.7.3/CHANGELOG.md deleted file mode 100644 index eaf3292d198..00000000000 --- a/stable/sqlite-web/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sqlite-web/5.7.3/Chart.yaml b/stable/sqlite-web/5.7.3/Chart.yaml deleted file mode 100644 index 41419b9ae43..00000000000 --- a/stable/sqlite-web/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: sqlite-web is a web-based SQLite database browser written in Python. -home: https://truecharts.org/charts/stable/sqlite-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png -keywords: - - sqlite-web - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sqlite-web -sources: - - https://github.com/coleifer/sqlite-web - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web - - https://hub.docker.com/r/coleifer/sqlite-web -type: application -version: 5.7.3 diff --git a/stable/sqlite-web/5.7.3/app-changelog.md b/stable/sqlite-web/5.7.3/app-changelog.md deleted file mode 100644 index 894aed4c6ab..00000000000 --- a/stable/sqlite-web/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz b/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/10.7.3/.helmignore b/stable/sqlite-web/5.7.5/.helmignore similarity index 100% rename from stable/sqlitebrowser/10.7.3/.helmignore rename to stable/sqlite-web/5.7.5/.helmignore diff --git a/stable/sqlite-web/5.7.5/CHANGELOG.md b/stable/sqlite-web/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..af9965d4cb6 --- /dev/null +++ b/stable/sqlite-web/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlite-web-5.7.5](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlite-web-5.7.4](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlite-web-5.7.4](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlite-web-5.7.4](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlite-web-5.7.4](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlite-web-5.7.4](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sqlite-web/5.7.5/Chart.yaml b/stable/sqlite-web/5.7.5/Chart.yaml new file mode 100644 index 00000000000..58efff8ba4e --- /dev/null +++ b/stable/sqlite-web/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: sqlite-web is a web-based SQLite database browser written in Python. +home: https://truecharts.org/charts/stable/sqlite-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png +keywords: + - sqlite-web + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlite-web +sources: + - https://github.com/coleifer/sqlite-web + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web + - https://hub.docker.com/r/coleifer/sqlite-web +type: application +version: 5.7.5 diff --git a/stable/sqlite-web/5.7.3/README.md b/stable/sqlite-web/5.7.5/README.md similarity index 100% rename from stable/sqlite-web/5.7.3/README.md rename to stable/sqlite-web/5.7.5/README.md diff --git a/stable/sqlite-web/5.7.5/app-changelog.md b/stable/sqlite-web/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8477f65df40 --- /dev/null +++ b/stable/sqlite-web/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sqlite-web-5.7.5](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sqlite-web/5.7.3/app-readme.md b/stable/sqlite-web/5.7.5/app-readme.md similarity index 100% rename from stable/sqlite-web/5.7.3/app-readme.md rename to stable/sqlite-web/5.7.5/app-readme.md diff --git a/stable/sqlite-web/5.7.5/charts/common-20.2.10.tgz b/stable/sqlite-web/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sqlite-web/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sqlite-web/5.7.3/ix_values.yaml b/stable/sqlite-web/5.7.5/ix_values.yaml similarity index 100% rename from stable/sqlite-web/5.7.3/ix_values.yaml rename to stable/sqlite-web/5.7.5/ix_values.yaml diff --git a/stable/sqlite-web/5.7.3/questions.yaml b/stable/sqlite-web/5.7.5/questions.yaml similarity index 100% rename from stable/sqlite-web/5.7.3/questions.yaml rename to stable/sqlite-web/5.7.5/questions.yaml diff --git a/stable/sqlite-web/5.7.3/templates/common.yaml b/stable/sqlite-web/5.7.5/templates/common.yaml similarity index 100% rename from stable/sqlite-web/5.7.3/templates/common.yaml rename to stable/sqlite-web/5.7.5/templates/common.yaml diff --git a/stable/sqlitebrowser/10.7.3/values.yaml b/stable/sqlite-web/5.7.5/values.yaml similarity index 100% rename from stable/sqlitebrowser/10.7.3/values.yaml rename to stable/sqlite-web/5.7.5/values.yaml diff --git a/stable/sqlitebrowser/10.7.3/CHANGELOG.md b/stable/sqlitebrowser/10.7.3/CHANGELOG.md deleted file mode 100644 index d26ac4caff1..00000000000 --- a/stable/sqlitebrowser/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sqlitebrowser/10.7.3/Chart.yaml b/stable/sqlitebrowser/10.7.3/Chart.yaml deleted file mode 100644 index 2b624fc2803..00000000000 --- a/stable/sqlitebrowser/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.04.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite -home: https://truecharts.org/charts/stable/sqlitebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png -keywords: - - sqlite - - browser - - sqlitebrowser - - database -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sqlitebrowser -sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser - - https://ghcr.io/linuxserver/sqlitebrowser -type: application -version: 10.7.3 diff --git a/stable/sqlitebrowser/10.7.3/app-changelog.md b/stable/sqlitebrowser/10.7.3/app-changelog.md deleted file mode 100644 index 65d45a7b4ac..00000000000 --- a/stable/sqlitebrowser/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz b/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/sshwifty/5.7.3/.helmignore b/stable/sqlitebrowser/10.7.5/.helmignore similarity index 100% rename from stable/sshwifty/5.7.3/.helmignore rename to stable/sqlitebrowser/10.7.5/.helmignore diff --git a/stable/sqlitebrowser/10.7.5/CHANGELOG.md b/stable/sqlitebrowser/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b73cf465944 --- /dev/null +++ b/stable/sqlitebrowser/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlitebrowser-10.7.5](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlitebrowser-10.7.4](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlitebrowser-10.7.4](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlitebrowser-10.7.4](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlitebrowser-10.7.4](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sqlitebrowser-10.7.4](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sqlitebrowser/10.7.5/Chart.yaml b/stable/sqlitebrowser/10.7.5/Chart.yaml new file mode 100644 index 00000000000..0737786d9ac --- /dev/null +++ b/stable/sqlitebrowser/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.04.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite +home: https://truecharts.org/charts/stable/sqlitebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png +keywords: + - sqlite + - browser + - sqlitebrowser + - database +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlitebrowser +sources: + - https://github.com/linuxserver/docker-sqlitebrowser + - https://sqlitebrowser.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser + - https://ghcr.io/linuxserver/sqlitebrowser +type: application +version: 10.7.5 diff --git a/stable/sqlitebrowser/10.7.3/README.md b/stable/sqlitebrowser/10.7.5/README.md similarity index 100% rename from stable/sqlitebrowser/10.7.3/README.md rename to stable/sqlitebrowser/10.7.5/README.md diff --git a/stable/sqlitebrowser/10.7.5/app-changelog.md b/stable/sqlitebrowser/10.7.5/app-changelog.md new file mode 100644 index 00000000000..55fb9197e66 --- /dev/null +++ b/stable/sqlitebrowser/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sqlitebrowser-10.7.5](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sqlitebrowser/10.7.3/app-readme.md b/stable/sqlitebrowser/10.7.5/app-readme.md similarity index 100% rename from stable/sqlitebrowser/10.7.3/app-readme.md rename to stable/sqlitebrowser/10.7.5/app-readme.md diff --git a/stable/sqlitebrowser/10.7.5/charts/common-20.2.10.tgz b/stable/sqlitebrowser/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sqlitebrowser/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sqlitebrowser/10.7.3/ix_values.yaml b/stable/sqlitebrowser/10.7.5/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/10.7.3/ix_values.yaml rename to stable/sqlitebrowser/10.7.5/ix_values.yaml diff --git a/stable/sqlitebrowser/10.7.3/questions.yaml b/stable/sqlitebrowser/10.7.5/questions.yaml similarity index 100% rename from stable/sqlitebrowser/10.7.3/questions.yaml rename to stable/sqlitebrowser/10.7.5/questions.yaml diff --git a/stable/sshwifty/5.7.3/templates/NOTES.txt b/stable/sqlitebrowser/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/sshwifty/5.7.3/templates/NOTES.txt rename to stable/sqlitebrowser/10.7.5/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.7.3/templates/common.yaml b/stable/sqlitebrowser/10.7.5/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/10.7.3/templates/common.yaml rename to stable/sqlitebrowser/10.7.5/templates/common.yaml diff --git a/stable/sshwifty/5.7.3/values.yaml b/stable/sqlitebrowser/10.7.5/values.yaml similarity index 100% rename from stable/sshwifty/5.7.3/values.yaml rename to stable/sqlitebrowser/10.7.5/values.yaml diff --git a/stable/sshwifty/5.7.3/CHANGELOG.md b/stable/sshwifty/5.7.3/CHANGELOG.md deleted file mode 100644 index 2ce63d78664..00000000000 --- a/stable/sshwifty/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/sshwifty/5.7.3/Chart.yaml b/stable/sshwifty/5.7.3/Chart.yaml deleted file mode 100644 index 27d06d3bf00..00000000000 --- a/stable/sshwifty/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ssh - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SSHwifty is a SSH and Telnet connector made for the Web. -home: https://truecharts.org/charts/stable/sshwifty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png -keywords: - - ssh -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: sshwifty -sources: - - https://github.com/niruix/sshwifty - - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty - - https://hub.docker.com/r/niruix/sshwifty -type: application -version: 5.7.3 diff --git a/stable/sshwifty/5.7.3/app-changelog.md b/stable/sshwifty/5.7.3/app-changelog.md deleted file mode 100644 index 241e863a31d..00000000000 --- a/stable/sshwifty/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz b/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/st-reborn-server/5.7.3/.helmignore b/stable/sshwifty/5.7.5/.helmignore similarity index 100% rename from stable/st-reborn-server/5.7.3/.helmignore rename to stable/sshwifty/5.7.5/.helmignore diff --git a/stable/sshwifty/5.7.5/CHANGELOG.md b/stable/sshwifty/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b7b88128695 --- /dev/null +++ b/stable/sshwifty/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sshwifty-5.7.5](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sshwifty-5.7.4](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sshwifty-5.7.4](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sshwifty-5.7.4](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sshwifty-5.7.4](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [sshwifty-5.7.4](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/sshwifty/5.7.5/Chart.yaml b/stable/sshwifty/5.7.5/Chart.yaml new file mode 100644 index 00000000000..069248377c7 --- /dev/null +++ b/stable/sshwifty/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ssh + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SSHwifty is a SSH and Telnet connector made for the Web. +home: https://truecharts.org/charts/stable/sshwifty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png +keywords: + - ssh +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sshwifty +sources: + - https://github.com/niruix/sshwifty + - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty + - https://hub.docker.com/r/niruix/sshwifty +type: application +version: 5.7.5 diff --git a/stable/sshwifty/5.7.3/README.md b/stable/sshwifty/5.7.5/README.md similarity index 100% rename from stable/sshwifty/5.7.3/README.md rename to stable/sshwifty/5.7.5/README.md diff --git a/stable/sshwifty/5.7.5/app-changelog.md b/stable/sshwifty/5.7.5/app-changelog.md new file mode 100644 index 00000000000..dc4835268ca --- /dev/null +++ b/stable/sshwifty/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [sshwifty-5.7.5](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/sshwifty/5.7.3/app-readme.md b/stable/sshwifty/5.7.5/app-readme.md similarity index 100% rename from stable/sshwifty/5.7.3/app-readme.md rename to stable/sshwifty/5.7.5/app-readme.md diff --git a/stable/sshwifty/5.7.5/charts/common-20.2.10.tgz b/stable/sshwifty/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/sshwifty/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/sshwifty/5.7.3/ix_values.yaml b/stable/sshwifty/5.7.5/ix_values.yaml similarity index 100% rename from stable/sshwifty/5.7.3/ix_values.yaml rename to stable/sshwifty/5.7.5/ix_values.yaml diff --git a/stable/sshwifty/5.7.3/questions.yaml b/stable/sshwifty/5.7.5/questions.yaml similarity index 100% rename from stable/sshwifty/5.7.3/questions.yaml rename to stable/sshwifty/5.7.5/questions.yaml diff --git a/stable/stash/15.8.3/templates/NOTES.txt b/stable/sshwifty/5.7.5/templates/NOTES.txt similarity index 100% rename from stable/stash/15.8.3/templates/NOTES.txt rename to stable/sshwifty/5.7.5/templates/NOTES.txt diff --git a/stable/sshwifty/5.7.3/templates/common.yaml b/stable/sshwifty/5.7.5/templates/common.yaml similarity index 100% rename from stable/sshwifty/5.7.3/templates/common.yaml rename to stable/sshwifty/5.7.5/templates/common.yaml diff --git a/stable/st-reborn-server/5.7.3/values.yaml b/stable/sshwifty/5.7.5/values.yaml similarity index 100% rename from stable/st-reborn-server/5.7.3/values.yaml rename to stable/sshwifty/5.7.5/values.yaml diff --git a/stable/st-reborn-server/5.7.3/CHANGELOG.md b/stable/st-reborn-server/5.7.3/CHANGELOG.md deleted file mode 100644 index c48bf4a49a4..00000000000 --- a/stable/st-reborn-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/st-reborn-server/5.7.3/Chart.yaml b/stable/st-reborn-server/5.7.3/Chart.yaml deleted file mode 100644 index 0abf0bb66d4..00000000000 --- a/stable/st-reborn-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Skyrim Together Reborn server files. -home: https://truecharts.org/charts/stable/st-reborn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png -keywords: - - st-reborn-server - - gameserver -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: st-reborn-server -sources: - - https://github.com/tiltedphoques/TiltedEvolution - - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server - - https://hub.docker.com/r/tiltedphoques/st-reborn-server -type: application -version: 5.7.3 diff --git a/stable/st-reborn-server/5.7.3/app-changelog.md b/stable/st-reborn-server/5.7.3/app-changelog.md deleted file mode 100644 index eff9e017b51..00000000000 --- a/stable/st-reborn-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz b/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/stackedit/5.7.3/.helmignore b/stable/st-reborn-server/5.7.5/.helmignore similarity index 100% rename from stable/stackedit/5.7.3/.helmignore rename to stable/st-reborn-server/5.7.5/.helmignore diff --git a/stable/st-reborn-server/5.7.5/CHANGELOG.md b/stable/st-reborn-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f1da214cfae --- /dev/null +++ b/stable/st-reborn-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [st-reborn-server-5.7.5](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [st-reborn-server-5.7.4](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [st-reborn-server-5.7.4](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [st-reborn-server-5.7.4](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [st-reborn-server-5.7.4](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [st-reborn-server-5.7.4](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/st-reborn-server/5.7.5/Chart.yaml b/stable/st-reborn-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..eba90e6e6c6 --- /dev/null +++ b/stable/st-reborn-server/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Skyrim Together Reborn server files. +home: https://truecharts.org/charts/stable/st-reborn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png +keywords: + - st-reborn-server + - gameserver +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: st-reborn-server +sources: + - https://github.com/tiltedphoques/TiltedEvolution + - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server + - https://hub.docker.com/r/tiltedphoques/st-reborn-server +type: application +version: 5.7.5 diff --git a/stable/st-reborn-server/5.7.3/README.md b/stable/st-reborn-server/5.7.5/README.md similarity index 100% rename from stable/st-reborn-server/5.7.3/README.md rename to stable/st-reborn-server/5.7.5/README.md diff --git a/stable/st-reborn-server/5.7.5/app-changelog.md b/stable/st-reborn-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..0303e623840 --- /dev/null +++ b/stable/st-reborn-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [st-reborn-server-5.7.5](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/st-reborn-server/5.7.3/app-readme.md b/stable/st-reborn-server/5.7.5/app-readme.md similarity index 100% rename from stable/st-reborn-server/5.7.3/app-readme.md rename to stable/st-reborn-server/5.7.5/app-readme.md diff --git a/stable/st-reborn-server/5.7.5/charts/common-20.2.10.tgz b/stable/st-reborn-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/st-reborn-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/st-reborn-server/5.7.3/ix_values.yaml b/stable/st-reborn-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/st-reborn-server/5.7.3/ix_values.yaml rename to stable/st-reborn-server/5.7.5/ix_values.yaml diff --git a/stable/st-reborn-server/5.7.3/questions.yaml b/stable/st-reborn-server/5.7.5/questions.yaml similarity index 100% rename from stable/st-reborn-server/5.7.3/questions.yaml rename to stable/st-reborn-server/5.7.5/questions.yaml diff --git a/stable/st-reborn-server/5.7.3/templates/common.yaml b/stable/st-reborn-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/st-reborn-server/5.7.3/templates/common.yaml rename to stable/st-reborn-server/5.7.5/templates/common.yaml diff --git a/stable/stackedit/5.7.3/values.yaml b/stable/st-reborn-server/5.7.5/values.yaml similarity index 100% rename from stable/stackedit/5.7.3/values.yaml rename to stable/st-reborn-server/5.7.5/values.yaml diff --git a/stable/stackedit/5.7.3/CHANGELOG.md b/stable/stackedit/5.7.3/CHANGELOG.md deleted file mode 100644 index 979a37342ba..00000000000 --- a/stable/stackedit/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/stackedit/5.7.3/Chart.yaml b/stable/stackedit/5.7.3/Chart.yaml deleted file mode 100644 index 90a729aa734..00000000000 --- a/stable/stackedit/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. -home: https://truecharts.org/charts/stable/stackedit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png -keywords: - - stackedit - - Productivity - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stackedit -sources: - - https://stackedit.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit - - https://hub.docker.com/r/qmcgaw/stackedit -type: application -version: 5.7.3 diff --git a/stable/stackedit/5.7.3/app-changelog.md b/stable/stackedit/5.7.3/app-changelog.md deleted file mode 100644 index b46a3d109d8..00000000000 --- a/stable/stackedit/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stackedit/5.7.3/charts/common-20.2.4.tgz b/stable/stackedit/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/stackedit/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/standardnotes-web/5.7.3/.helmignore b/stable/stackedit/5.7.5/.helmignore similarity index 100% rename from stable/standardnotes-web/5.7.3/.helmignore rename to stable/stackedit/5.7.5/.helmignore diff --git a/stable/stackedit/5.7.5/CHANGELOG.md b/stable/stackedit/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..15ee061074c --- /dev/null +++ b/stable/stackedit/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stackedit-5.7.5](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stackedit-5.7.4](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stackedit-5.7.4](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stackedit-5.7.4](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stackedit-5.7.4](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stackedit-5.7.4](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/stackedit/5.7.5/Chart.yaml b/stable/stackedit/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1bbdbc95e1d --- /dev/null +++ b/stable/stackedit/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. +home: https://truecharts.org/charts/stable/stackedit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png +keywords: + - stackedit + - Productivity + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stackedit +sources: + - https://stackedit.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit + - https://hub.docker.com/r/qmcgaw/stackedit +type: application +version: 5.7.5 diff --git a/stable/stackedit/5.7.3/README.md b/stable/stackedit/5.7.5/README.md similarity index 100% rename from stable/stackedit/5.7.3/README.md rename to stable/stackedit/5.7.5/README.md diff --git a/stable/stackedit/5.7.5/app-changelog.md b/stable/stackedit/5.7.5/app-changelog.md new file mode 100644 index 00000000000..05594b2b933 --- /dev/null +++ b/stable/stackedit/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [stackedit-5.7.5](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stackedit/5.7.3/app-readme.md b/stable/stackedit/5.7.5/app-readme.md similarity index 100% rename from stable/stackedit/5.7.3/app-readme.md rename to stable/stackedit/5.7.5/app-readme.md diff --git a/stable/stackedit/5.7.5/charts/common-20.2.10.tgz b/stable/stackedit/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/stackedit/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/stackedit/5.7.3/ix_values.yaml b/stable/stackedit/5.7.5/ix_values.yaml similarity index 100% rename from stable/stackedit/5.7.3/ix_values.yaml rename to stable/stackedit/5.7.5/ix_values.yaml diff --git a/stable/stackedit/5.7.3/questions.yaml b/stable/stackedit/5.7.5/questions.yaml similarity index 100% rename from stable/stackedit/5.7.3/questions.yaml rename to stable/stackedit/5.7.5/questions.yaml diff --git a/stable/stackedit/5.7.3/templates/common.yaml b/stable/stackedit/5.7.5/templates/common.yaml similarity index 100% rename from stable/stackedit/5.7.3/templates/common.yaml rename to stable/stackedit/5.7.5/templates/common.yaml diff --git a/stable/standardnotes-web/5.7.3/values.yaml b/stable/stackedit/5.7.5/values.yaml similarity index 100% rename from stable/standardnotes-web/5.7.3/values.yaml rename to stable/stackedit/5.7.5/values.yaml diff --git a/stable/standardnotes-web/5.7.3/CHANGELOG.md b/stable/standardnotes-web/5.7.3/CHANGELOG.md deleted file mode 100644 index ad8b29ecd16..00000000000 --- a/stable/standardnotes-web/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/standardnotes-web/5.7.3/Chart.yaml b/stable/standardnotes-web/5.7.3/Chart.yaml deleted file mode 100644 index e4f00535920..00000000000 --- a/stable/standardnotes-web/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A safe and private place for your life's work. -home: https://truecharts.org/charts/stable/standardnotes-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png -keywords: - - standardnotes-web - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: standardnotes-web -sources: - - https://standardnotes.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web - - https://hub.docker.com/r/standardnotes/web -type: application -version: 5.7.3 diff --git a/stable/standardnotes-web/5.7.3/app-changelog.md b/stable/standardnotes-web/5.7.3/app-changelog.md deleted file mode 100644 index e2d5188d970..00000000000 --- a/stable/standardnotes-web/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz b/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/starmade/5.7.3/.helmignore b/stable/standardnotes-web/5.7.5/.helmignore similarity index 100% rename from stable/starmade/5.7.3/.helmignore rename to stable/standardnotes-web/5.7.5/.helmignore diff --git a/stable/standardnotes-web/5.7.5/CHANGELOG.md b/stable/standardnotes-web/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7b2fd2aff6a --- /dev/null +++ b/stable/standardnotes-web/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [standardnotes-web-5.7.5](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [standardnotes-web-5.7.4](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [standardnotes-web-5.7.4](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [standardnotes-web-5.7.4](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [standardnotes-web-5.7.4](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [standardnotes-web-5.7.4](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/standardnotes-web/5.7.5/Chart.yaml b/stable/standardnotes-web/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2f1080bf95f --- /dev/null +++ b/stable/standardnotes-web/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A safe and private place for your life's work. +home: https://truecharts.org/charts/stable/standardnotes-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png +keywords: + - standardnotes-web + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: standardnotes-web +sources: + - https://standardnotes.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web + - https://hub.docker.com/r/standardnotes/web +type: application +version: 5.7.5 diff --git a/stable/standardnotes-web/5.7.3/README.md b/stable/standardnotes-web/5.7.5/README.md similarity index 100% rename from stable/standardnotes-web/5.7.3/README.md rename to stable/standardnotes-web/5.7.5/README.md diff --git a/stable/standardnotes-web/5.7.5/app-changelog.md b/stable/standardnotes-web/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ebdbafa49f6 --- /dev/null +++ b/stable/standardnotes-web/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [standardnotes-web-5.7.5](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/standardnotes-web/5.7.3/app-readme.md b/stable/standardnotes-web/5.7.5/app-readme.md similarity index 100% rename from stable/standardnotes-web/5.7.3/app-readme.md rename to stable/standardnotes-web/5.7.5/app-readme.md diff --git a/stable/standardnotes-web/5.7.5/charts/common-20.2.10.tgz b/stable/standardnotes-web/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/standardnotes-web/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/standardnotes-web/5.7.3/ix_values.yaml b/stable/standardnotes-web/5.7.5/ix_values.yaml similarity index 100% rename from stable/standardnotes-web/5.7.3/ix_values.yaml rename to stable/standardnotes-web/5.7.5/ix_values.yaml diff --git a/stable/shortipy/5.7.3/questions.yaml b/stable/standardnotes-web/5.7.5/questions.yaml similarity index 100% rename from stable/shortipy/5.7.3/questions.yaml rename to stable/standardnotes-web/5.7.5/questions.yaml diff --git a/stable/standardnotes-web/5.7.3/templates/common.yaml b/stable/standardnotes-web/5.7.5/templates/common.yaml similarity index 100% rename from stable/standardnotes-web/5.7.3/templates/common.yaml rename to stable/standardnotes-web/5.7.5/templates/common.yaml diff --git a/stable/starmade/5.7.3/values.yaml b/stable/standardnotes-web/5.7.5/values.yaml similarity index 100% rename from stable/starmade/5.7.3/values.yaml rename to stable/standardnotes-web/5.7.5/values.yaml diff --git a/stable/starmade/5.7.3/CHANGELOG.md b/stable/starmade/5.7.3/CHANGELOG.md deleted file mode 100644 index 726433946f5..00000000000 --- a/stable/starmade/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/starmade/5.7.3/Chart.yaml b/stable/starmade/5.7.3/Chart.yaml deleted file mode 100644 index e72308cf300..00000000000 --- a/stable/starmade/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. -home: https://truecharts.org/charts/stable/starmade -icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png -keywords: - - starmade - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: starmade -sources: - - https://www.star-made.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/starmade - - https://hub.docker.com/r/ich777/starmade-server -type: application -version: 5.7.3 diff --git a/stable/starmade/5.7.3/app-changelog.md b/stable/starmade/5.7.3/app-changelog.md deleted file mode 100644 index 1a3510848c7..00000000000 --- a/stable/starmade/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/starmade/5.7.3/charts/common-20.2.4.tgz b/stable/starmade/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/starmade/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/stash/15.8.3/.helmignore b/stable/starmade/5.7.5/.helmignore similarity index 100% rename from stable/stash/15.8.3/.helmignore rename to stable/starmade/5.7.5/.helmignore diff --git a/stable/starmade/5.7.5/CHANGELOG.md b/stable/starmade/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5fc410ea577 --- /dev/null +++ b/stable/starmade/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [starmade-5.7.5](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [starmade-5.7.4](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [starmade-5.7.4](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [starmade-5.7.4](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [starmade-5.7.4](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [starmade-5.7.4](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/starmade/5.7.5/Chart.yaml b/stable/starmade/5.7.5/Chart.yaml new file mode 100644 index 00000000000..575c37c32f4 --- /dev/null +++ b/stable/starmade/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. +home: https://truecharts.org/charts/stable/starmade +icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png +keywords: + - starmade + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: starmade +sources: + - https://www.star-made.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/starmade + - https://hub.docker.com/r/ich777/starmade-server +type: application +version: 5.7.5 diff --git a/stable/starmade/5.7.3/README.md b/stable/starmade/5.7.5/README.md similarity index 100% rename from stable/starmade/5.7.3/README.md rename to stable/starmade/5.7.5/README.md diff --git a/stable/starmade/5.7.5/app-changelog.md b/stable/starmade/5.7.5/app-changelog.md new file mode 100644 index 00000000000..31e94c41ca2 --- /dev/null +++ b/stable/starmade/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [starmade-5.7.5](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/starmade/5.7.3/app-readme.md b/stable/starmade/5.7.5/app-readme.md similarity index 100% rename from stable/starmade/5.7.3/app-readme.md rename to stable/starmade/5.7.5/app-readme.md diff --git a/stable/starmade/5.7.5/charts/common-20.2.10.tgz b/stable/starmade/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/starmade/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/starmade/5.7.3/ix_values.yaml b/stable/starmade/5.7.5/ix_values.yaml similarity index 100% rename from stable/starmade/5.7.3/ix_values.yaml rename to stable/starmade/5.7.5/ix_values.yaml diff --git a/stable/starmade/5.7.3/questions.yaml b/stable/starmade/5.7.5/questions.yaml similarity index 100% rename from stable/starmade/5.7.3/questions.yaml rename to stable/starmade/5.7.5/questions.yaml diff --git a/stable/starmade/5.7.3/templates/common.yaml b/stable/starmade/5.7.5/templates/common.yaml similarity index 100% rename from stable/starmade/5.7.3/templates/common.yaml rename to stable/starmade/5.7.5/templates/common.yaml diff --git a/stable/stash/15.8.3/values.yaml b/stable/starmade/5.7.5/values.yaml similarity index 100% rename from stable/stash/15.8.3/values.yaml rename to stable/starmade/5.7.5/values.yaml diff --git a/stable/stash/15.8.3/CHANGELOG.md b/stable/stash/15.8.3/CHANGELOG.md deleted file mode 100644 index 5e8890843b7..00000000000 --- a/stable/stash/15.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - diff --git a/stable/stash/15.8.3/Chart.yaml b/stable/stash/15.8.3/Chart.yaml deleted file mode 100644 index 952f0e14d66..00000000000 --- a/stable/stash/15.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.25.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An organizer for your porn, written in Go -home: https://truecharts.org/charts/stable/stash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png -keywords: - - porn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stash -sources: - - https://github.com/stashapp/stash - - https://github.com/truecharts/charts/tree/master/charts/stable/stash - - https://hub.docker.com/r/stashapp/stash -type: application -version: 15.8.3 diff --git a/stable/stash/15.8.3/app-changelog.md b/stable/stash/15.8.3/app-changelog.md deleted file mode 100644 index 9402182607f..00000000000 --- a/stable/stash/15.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) \ No newline at end of file diff --git a/stable/stash/15.8.3/charts/common-20.2.4.tgz b/stable/stash/15.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/stash/15.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/static-web-server/4.8.3/.helmignore b/stable/stash/15.8.5/.helmignore similarity index 100% rename from stable/static-web-server/4.8.3/.helmignore rename to stable/stash/15.8.5/.helmignore diff --git a/stable/stash/15.8.5/CHANGELOG.md b/stable/stash/15.8.5/CHANGELOG.md new file mode 100644 index 00000000000..e1ce8edcd12 --- /dev/null +++ b/stable/stash/15.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stash-15.8.5](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) + + +## [stash-15.8.4](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) + + +## [stash-15.8.4](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) + + +## [stash-15.8.4](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) + + +## [stash-15.8.4](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/stash/15.8.5/Chart.yaml b/stable/stash/15.8.5/Chart.yaml new file mode 100644 index 00000000000..cef411fcc44 --- /dev/null +++ b/stable/stash/15.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.25.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An organizer for your porn, written in Go +home: https://truecharts.org/charts/stable/stash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png +keywords: + - porn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stash +sources: + - https://github.com/stashapp/stash + - https://github.com/truecharts/charts/tree/master/charts/stable/stash + - https://hub.docker.com/r/stashapp/stash +type: application +version: 15.8.5 diff --git a/stable/stash/15.8.3/README.md b/stable/stash/15.8.5/README.md similarity index 100% rename from stable/stash/15.8.3/README.md rename to stable/stash/15.8.5/README.md diff --git a/stable/stash/15.8.5/app-changelog.md b/stable/stash/15.8.5/app-changelog.md new file mode 100644 index 00000000000..27925491598 --- /dev/null +++ b/stable/stash/15.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [stash-15.8.5](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328)) \ No newline at end of file diff --git a/stable/stash/15.8.3/app-readme.md b/stable/stash/15.8.5/app-readme.md similarity index 100% rename from stable/stash/15.8.3/app-readme.md rename to stable/stash/15.8.5/app-readme.md diff --git a/stable/stash/15.8.5/charts/common-20.2.10.tgz b/stable/stash/15.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/stash/15.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/stash/15.8.3/ix_values.yaml b/stable/stash/15.8.5/ix_values.yaml similarity index 100% rename from stable/stash/15.8.3/ix_values.yaml rename to stable/stash/15.8.5/ix_values.yaml diff --git a/stable/stash/15.8.3/questions.yaml b/stable/stash/15.8.5/questions.yaml similarity index 100% rename from stable/stash/15.8.3/questions.yaml rename to stable/stash/15.8.5/questions.yaml diff --git a/stable/static-web-server/4.8.3/templates/NOTES.txt b/stable/stash/15.8.5/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/4.8.3/templates/NOTES.txt rename to stable/stash/15.8.5/templates/NOTES.txt diff --git a/stable/stash/15.8.3/templates/common.yaml b/stable/stash/15.8.5/templates/common.yaml similarity index 100% rename from stable/stash/15.8.3/templates/common.yaml rename to stable/stash/15.8.5/templates/common.yaml diff --git a/stable/static-web-server/4.8.3/values.yaml b/stable/stash/15.8.5/values.yaml similarity index 100% rename from stable/static-web-server/4.8.3/values.yaml rename to stable/stash/15.8.5/values.yaml diff --git a/stable/static-web-server/4.8.3/CHANGELOG.md b/stable/static-web-server/4.8.3/CHANGELOG.md deleted file mode 100644 index aabe3dd77f7..00000000000 --- a/stable/static-web-server/4.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/static-web-server/4.8.3/Chart.yaml b/stable/static-web-server/4.8.3/Chart.yaml deleted file mode 100644 index daadbd2e7a3..00000000000 --- a/stable/static-web-server/4.8.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: web-server - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.28.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A cross-platform, high-performance and asynchronous web server for static files-serving. -home: https://truecharts.org/charts/stable/static-web-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png -keywords: - - web-server - - apache - - rust -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: static-web-server -sources: - - https://static-web-server.net - - https://github.com/static-web-server/static-web-server - - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server - - https://ghcr.io/static-web-server/static-web-server -type: application -version: 4.8.3 diff --git a/stable/static-web-server/4.8.3/app-changelog.md b/stable/static-web-server/4.8.3/app-changelog.md deleted file mode 100644 index 9aa392fc729..00000000000 --- a/stable/static-web-server/4.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz b/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/static/10.7.3/.helmignore b/stable/static-web-server/4.8.5/.helmignore similarity index 100% rename from stable/static/10.7.3/.helmignore rename to stable/static-web-server/4.8.5/.helmignore diff --git a/stable/static-web-server/4.8.5/CHANGELOG.md b/stable/static-web-server/4.8.5/CHANGELOG.md new file mode 100644 index 00000000000..9475b6cfe77 --- /dev/null +++ b/stable/static-web-server/4.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-web-server-4.8.5](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-web-server-4.8.4](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-web-server-4.8.4](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-web-server-4.8.4](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-web-server-4.8.4](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-web-server-4.8.4](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/static-web-server/4.8.5/Chart.yaml b/stable/static-web-server/4.8.5/Chart.yaml new file mode 100644 index 00000000000..92b3f1ec1bf --- /dev/null +++ b/stable/static-web-server/4.8.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: web-server + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.28.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform, high-performance and asynchronous web server for static files-serving. +home: https://truecharts.org/charts/stable/static-web-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png +keywords: + - web-server + - apache + - rust +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static-web-server +sources: + - https://static-web-server.net + - https://github.com/static-web-server/static-web-server + - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server + - https://ghcr.io/static-web-server/static-web-server +type: application +version: 4.8.5 diff --git a/stable/static-web-server/4.8.3/README.md b/stable/static-web-server/4.8.5/README.md similarity index 100% rename from stable/static-web-server/4.8.3/README.md rename to stable/static-web-server/4.8.5/README.md diff --git a/stable/static-web-server/4.8.5/app-changelog.md b/stable/static-web-server/4.8.5/app-changelog.md new file mode 100644 index 00000000000..9bff8fa0387 --- /dev/null +++ b/stable/static-web-server/4.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [static-web-server-4.8.5](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/static-web-server/4.8.3/app-readme.md b/stable/static-web-server/4.8.5/app-readme.md similarity index 100% rename from stable/static-web-server/4.8.3/app-readme.md rename to stable/static-web-server/4.8.5/app-readme.md diff --git a/stable/static-web-server/4.8.5/charts/common-20.2.10.tgz b/stable/static-web-server/4.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/static-web-server/4.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/static-web-server/4.8.3/ix_values.yaml b/stable/static-web-server/4.8.5/ix_values.yaml similarity index 100% rename from stable/static-web-server/4.8.3/ix_values.yaml rename to stable/static-web-server/4.8.5/ix_values.yaml diff --git a/stable/static-web-server/4.8.3/questions.yaml b/stable/static-web-server/4.8.5/questions.yaml similarity index 100% rename from stable/static-web-server/4.8.3/questions.yaml rename to stable/static-web-server/4.8.5/questions.yaml diff --git a/stable/static/10.7.3/templates/NOTES.txt b/stable/static-web-server/4.8.5/templates/NOTES.txt similarity index 100% rename from stable/static/10.7.3/templates/NOTES.txt rename to stable/static-web-server/4.8.5/templates/NOTES.txt diff --git a/stable/static-web-server/4.8.3/templates/common.yaml b/stable/static-web-server/4.8.5/templates/common.yaml similarity index 100% rename from stable/static-web-server/4.8.3/templates/common.yaml rename to stable/static-web-server/4.8.5/templates/common.yaml diff --git a/stable/static/10.7.3/values.yaml b/stable/static-web-server/4.8.5/values.yaml similarity index 100% rename from stable/static/10.7.3/values.yaml rename to stable/static-web-server/4.8.5/values.yaml diff --git a/stable/static/10.7.3/CHANGELOG.md b/stable/static/10.7.3/CHANGELOG.md deleted file mode 100644 index 3b407ace31e..00000000000 --- a/stable/static/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/static/10.7.3/Chart.yaml b/stable/static/10.7.3/Chart.yaml deleted file mode 100644 index fc724d4af62..00000000000 --- a/stable/static/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: ee8a20c -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. -home: https://truecharts.org/charts/stable/static -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png -keywords: - - app - - web - - filesystem - - static -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: static -sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - - https://github.com/truecharts/charts/tree/master/charts/stable/static - - https://ghcr.io/nicholaswilde/static -type: application -version: 10.7.3 diff --git a/stable/static/10.7.3/app-changelog.md b/stable/static/10.7.3/app-changelog.md deleted file mode 100644 index 51c7ffece6b..00000000000 --- a/stable/static/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/static/10.7.3/charts/common-20.2.4.tgz b/stable/static/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/static/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/stationeers/5.7.3/.helmignore b/stable/static/10.7.5/.helmignore similarity index 100% rename from stable/stationeers/5.7.3/.helmignore rename to stable/static/10.7.5/.helmignore diff --git a/stable/static/10.7.5/CHANGELOG.md b/stable/static/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..ce4fb7188b4 --- /dev/null +++ b/stable/static/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-10.7.5](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-10.7.4](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-10.7.4](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-10.7.4](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-10.7.4](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [static-10.7.4](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/static/10.7.5/Chart.yaml b/stable/static/10.7.5/Chart.yaml new file mode 100644 index 00000000000..eb4a023f7c1 --- /dev/null +++ b/stable/static/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: ee8a20c +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. +home: https://truecharts.org/charts/stable/static +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png +keywords: + - app + - web + - filesystem + - static +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static +sources: + - https://github.com/prologic/static + - https://github.com/nicholaswilde/docker-static + - https://github.com/truecharts/charts/tree/master/charts/stable/static + - https://ghcr.io/nicholaswilde/static +type: application +version: 10.7.5 diff --git a/stable/static/10.7.3/README.md b/stable/static/10.7.5/README.md similarity index 100% rename from stable/static/10.7.3/README.md rename to stable/static/10.7.5/README.md diff --git a/stable/static/10.7.5/app-changelog.md b/stable/static/10.7.5/app-changelog.md new file mode 100644 index 00000000000..e6cd43c7002 --- /dev/null +++ b/stable/static/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [static-10.7.5](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/static/10.7.3/app-readme.md b/stable/static/10.7.5/app-readme.md similarity index 100% rename from stable/static/10.7.3/app-readme.md rename to stable/static/10.7.5/app-readme.md diff --git a/stable/static/10.7.5/charts/common-20.2.10.tgz b/stable/static/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/static/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/static/10.7.3/ix_values.yaml b/stable/static/10.7.5/ix_values.yaml similarity index 100% rename from stable/static/10.7.3/ix_values.yaml rename to stable/static/10.7.5/ix_values.yaml diff --git a/stable/static/10.7.3/questions.yaml b/stable/static/10.7.5/questions.yaml similarity index 100% rename from stable/static/10.7.3/questions.yaml rename to stable/static/10.7.5/questions.yaml diff --git a/stable/steam-headless/3.7.5/templates/NOTES.txt b/stable/static/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/steam-headless/3.7.5/templates/NOTES.txt rename to stable/static/10.7.5/templates/NOTES.txt diff --git a/stable/static/10.7.3/templates/common.yaml b/stable/static/10.7.5/templates/common.yaml similarity index 100% rename from stable/static/10.7.3/templates/common.yaml rename to stable/static/10.7.5/templates/common.yaml diff --git a/stable/stationeers/5.7.3/values.yaml b/stable/static/10.7.5/values.yaml similarity index 100% rename from stable/stationeers/5.7.3/values.yaml rename to stable/static/10.7.5/values.yaml diff --git a/stable/stationeers/5.7.3/CHANGELOG.md b/stable/stationeers/5.7.3/CHANGELOG.md deleted file mode 100644 index 7e87a92aa78..00000000000 --- a/stable/stationeers/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/stationeers/5.7.3/Chart.yaml b/stable/stationeers/5.7.3/Chart.yaml deleted file mode 100644 index 3b6d8edec26..00000000000 --- a/stable/stationeers/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stationeers -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. -home: https://truecharts.org/charts/stable/stationeers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png -keywords: - - stationeers - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stationeers -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/stationeers/5.7.3/app-changelog.md b/stable/stationeers/5.7.3/app-changelog.md deleted file mode 100644 index a1acebb2237..00000000000 --- a/stable/stationeers/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stationeers/5.7.3/charts/common-20.2.4.tgz b/stable/stationeers/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/stationeers/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/steam-headless/3.7.5/.helmignore b/stable/stationeers/5.7.5/.helmignore similarity index 100% rename from stable/steam-headless/3.7.5/.helmignore rename to stable/stationeers/5.7.5/.helmignore diff --git a/stable/stationeers/5.7.5/CHANGELOG.md b/stable/stationeers/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..38e142a0436 --- /dev/null +++ b/stable/stationeers/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stationeers-5.7.5](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stationeers-5.7.4](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stationeers-5.7.4](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stationeers-5.7.4](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stationeers-5.7.4](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stationeers-5.7.4](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/stationeers/5.7.5/Chart.yaml b/stable/stationeers/5.7.5/Chart.yaml new file mode 100644 index 00000000000..1d40697a083 --- /dev/null +++ b/stable/stationeers/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stationeers +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. +home: https://truecharts.org/charts/stable/stationeers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png +keywords: + - stationeers + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stationeers +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/stationeers/5.7.3/README.md b/stable/stationeers/5.7.5/README.md similarity index 100% rename from stable/stationeers/5.7.3/README.md rename to stable/stationeers/5.7.5/README.md diff --git a/stable/stationeers/5.7.5/app-changelog.md b/stable/stationeers/5.7.5/app-changelog.md new file mode 100644 index 00000000000..403a7a41087 --- /dev/null +++ b/stable/stationeers/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [stationeers-5.7.5](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stationeers/5.7.3/app-readme.md b/stable/stationeers/5.7.5/app-readme.md similarity index 100% rename from stable/stationeers/5.7.3/app-readme.md rename to stable/stationeers/5.7.5/app-readme.md diff --git a/stable/stationeers/5.7.5/charts/common-20.2.10.tgz b/stable/stationeers/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/stationeers/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/stationeers/5.7.3/ix_values.yaml b/stable/stationeers/5.7.5/ix_values.yaml similarity index 100% rename from stable/stationeers/5.7.3/ix_values.yaml rename to stable/stationeers/5.7.5/ix_values.yaml diff --git a/stable/stationeers/5.7.3/questions.yaml b/stable/stationeers/5.7.5/questions.yaml similarity index 100% rename from stable/stationeers/5.7.3/questions.yaml rename to stable/stationeers/5.7.5/questions.yaml diff --git a/stable/stationeers/5.7.3/templates/common.yaml b/stable/stationeers/5.7.5/templates/common.yaml similarity index 100% rename from stable/stationeers/5.7.3/templates/common.yaml rename to stable/stationeers/5.7.5/templates/common.yaml diff --git a/stable/steam-headless/3.7.5/values.yaml b/stable/stationeers/5.7.5/values.yaml similarity index 100% rename from stable/steam-headless/3.7.5/values.yaml rename to stable/stationeers/5.7.5/values.yaml diff --git a/stable/steam-headless/3.7.5/CHANGELOG.md b/stable/steam-headless/3.7.5/CHANGELOG.md deleted file mode 100644 index 695914f3ce5..00000000000 --- a/stable/steam-headless/3.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/steam-headless/3.7.5/Chart.yaml b/stable/steam-headless/3.7.5/Chart.yaml deleted file mode 100644 index c587e12ec32..00000000000 --- a/stable/steam-headless/3.7.5/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Headless Steam chart. -home: https://truecharts.org/charts/stable/steam-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png -keywords: - - steam-headless - - games -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: steam-headless -sources: - - https://github.com/Steam-Headless/docker-steam-headless - - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless - - https://hub.docker.com/r/josh5/steam-headless -type: application -version: 3.7.5 diff --git a/stable/steam-headless/3.7.5/app-changelog.md b/stable/steam-headless/3.7.5/app-changelog.md deleted file mode 100644 index 3ff158a9345..00000000000 --- a/stable/steam-headless/3.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) \ No newline at end of file diff --git a/stable/steam-headless/3.7.5/charts/common-20.2.9.tgz b/stable/steam-headless/3.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/steam-headless/3.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/steam-headless/3.7.5/ix_values.yaml b/stable/steam-headless/3.7.5/ix_values.yaml deleted file mode 100644 index 33a9c22b1d2..00000000000 --- a/stable/steam-headless/3.7.5/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: josh5/steam-headless - tag: latest@sha256:b2ecd7672710949c795b2c74b10fc481bffd60f1057456a80980eac408e830fe - pullPolicy: IfNotPresent - -securityContext: - container: - privileged: true - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}" - MODE: "primary" - # MODE = secondary - # DISPLAY: :0 - # HOST_DBUS: true - WEB_UI_MODE: "vnc" - ENABLE_VNC_AUDIO: false - # NEKO_NAT1TO1: "" needs to be the ip of the host - ENABLE_SUNSHINE: false - # SUNSHINE_USER: "" - # SUNSHINE_PASS: "" - # USER_PASSWORD: "" - ENABLE_EVDEV_INPUTS: false - -service: - main: - ports: - main: - protocol: http - port: 8083 - -persistence: - home: - enabled: true - mountPath: /home/default - games: - enabled: true - mountPath: /mnt/games - flatpak: - enabled: true - mountPath: /var/lib/flatpak - -portal: - open: - enabled: true diff --git a/stable/storj-node/9.7.3/.helmignore b/stable/steam-headless/3.7.7/.helmignore similarity index 100% rename from stable/storj-node/9.7.3/.helmignore rename to stable/steam-headless/3.7.7/.helmignore diff --git a/stable/steam-headless/3.7.7/CHANGELOG.md b/stable/steam-headless/3.7.7/CHANGELOG.md new file mode 100644 index 00000000000..9dddc49a9d5 --- /dev/null +++ b/stable/steam-headless/3.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [steam-headless-3.7.7](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image josh5/steam-headless to latest[@e1367b0](https://github.com/e1367b0) by renovate ([#19981](https://github.com/truecharts/charts/issues/19981)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) + + +## [steam-headless-3.7.6](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.6) (2024-03-30) + +### Chore + + + +- update container image josh5/steam-headless to latest[@e1367b0](https://github.com/e1367b0) by renovate ([#19981](https://github.com/truecharts/charts/issues/19981)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) + + +## [steam-headless-3.7.6](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.6) (2024-03-30) + +### Chore + + + +- update container image josh5/steam-headless to latest[@e1367b0](https://github.com/e1367b0) by renovate ([#19981](https://github.com/truecharts/charts/issues/19981)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) + + +## [steam-headless-3.7.5](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) \ No newline at end of file diff --git a/stable/steam-headless/3.7.7/Chart.yaml b/stable/steam-headless/3.7.7/Chart.yaml new file mode 100644 index 00000000000..a62ae84aa5a --- /dev/null +++ b/stable/steam-headless/3.7.7/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Headless Steam chart. +home: https://truecharts.org/charts/stable/steam-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png +keywords: + - steam-headless + - games +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: steam-headless +sources: + - https://github.com/Steam-Headless/docker-steam-headless + - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless + - https://hub.docker.com/r/josh5/steam-headless +type: application +version: 3.7.7 diff --git a/stable/steam-headless/3.7.5/README.md b/stable/steam-headless/3.7.7/README.md similarity index 100% rename from stable/steam-headless/3.7.5/README.md rename to stable/steam-headless/3.7.7/README.md diff --git a/stable/steam-headless/3.7.7/app-changelog.md b/stable/steam-headless/3.7.7/app-changelog.md new file mode 100644 index 00000000000..67ef7b80740 --- /dev/null +++ b/stable/steam-headless/3.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [steam-headless-3.7.7](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image josh5/steam-headless to latest[@e1367b0](https://github.com/e1367b0) by renovate ([#19981](https://github.com/truecharts/charts/issues/19981)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266)) \ No newline at end of file diff --git a/stable/steam-headless/3.7.5/app-readme.md b/stable/steam-headless/3.7.7/app-readme.md similarity index 100% rename from stable/steam-headless/3.7.5/app-readme.md rename to stable/steam-headless/3.7.7/app-readme.md diff --git a/stable/steam-headless/3.7.7/charts/common-20.2.10.tgz b/stable/steam-headless/3.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/steam-headless/3.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/steam-headless/3.7.7/ix_values.yaml b/stable/steam-headless/3.7.7/ix_values.yaml new file mode 100644 index 00000000000..3cf2edf224e --- /dev/null +++ b/stable/steam-headless/3.7.7/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: josh5/steam-headless + tag: latest@sha256:e1367b0ba6405e627043ba47e0790702780021ff1a7d2df31d8c71eec85a5da8 + pullPolicy: IfNotPresent + +securityContext: + container: + privileged: true + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}" + MODE: "primary" + # MODE = secondary + # DISPLAY: :0 + # HOST_DBUS: true + WEB_UI_MODE: "vnc" + ENABLE_VNC_AUDIO: false + # NEKO_NAT1TO1: "" needs to be the ip of the host + ENABLE_SUNSHINE: false + # SUNSHINE_USER: "" + # SUNSHINE_PASS: "" + # USER_PASSWORD: "" + ENABLE_EVDEV_INPUTS: false + +service: + main: + ports: + main: + protocol: http + port: 8083 + +persistence: + home: + enabled: true + mountPath: /home/default + games: + enabled: true + mountPath: /mnt/games + flatpak: + enabled: true + mountPath: /var/lib/flatpak + +portal: + open: + enabled: true diff --git a/stable/steam-headless/3.7.5/questions.yaml b/stable/steam-headless/3.7.7/questions.yaml similarity index 100% rename from stable/steam-headless/3.7.5/questions.yaml rename to stable/steam-headless/3.7.7/questions.yaml diff --git a/stable/storj-node/9.7.3/templates/NOTES.txt b/stable/steam-headless/3.7.7/templates/NOTES.txt similarity index 100% rename from stable/storj-node/9.7.3/templates/NOTES.txt rename to stable/steam-headless/3.7.7/templates/NOTES.txt diff --git a/stable/steam-headless/3.7.5/templates/common.yaml b/stable/steam-headless/3.7.7/templates/common.yaml similarity index 100% rename from stable/steam-headless/3.7.5/templates/common.yaml rename to stable/steam-headless/3.7.7/templates/common.yaml diff --git a/stable/storj-node/9.7.3/values.yaml b/stable/steam-headless/3.7.7/values.yaml similarity index 100% rename from stable/storj-node/9.7.3/values.yaml rename to stable/steam-headless/3.7.7/values.yaml diff --git a/stable/storj-node/9.7.3/CHANGELOG.md b/stable/storj-node/9.7.3/CHANGELOG.md deleted file mode 100644 index 0cc2dc5e9bf..00000000000 --- a/stable/storj-node/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/storj-node/9.7.3/Chart.yaml b/stable/storj-node/9.7.3/Chart.yaml deleted file mode 100644 index 952dba47f12..00000000000 --- a/stable/storj-node/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.71.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner -home: https://truecharts.org/charts/stable/storj-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png -keywords: - - storj - - storage -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: storj-node -sources: - - https://docs.storj.io/node/ - - https://github.com/storj/storj - - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - - https://hub.docker.com/r/storjlabs/storagenode -type: application -version: 9.7.3 diff --git a/stable/storj-node/9.7.3/app-changelog.md b/stable/storj-node/9.7.3/app-changelog.md deleted file mode 100644 index 08eecbbcfe3..00000000000 --- a/stable/storj-node/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/storj-node/9.7.3/charts/common-20.2.4.tgz b/stable/storj-node/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/storj-node/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/storm/5.7.3/.helmignore b/stable/storj-node/9.7.5/.helmignore similarity index 100% rename from stable/storm/5.7.3/.helmignore rename to stable/storj-node/9.7.5/.helmignore diff --git a/stable/storj-node/9.7.5/CHANGELOG.md b/stable/storj-node/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9e42a913794 --- /dev/null +++ b/stable/storj-node/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storj-node-9.7.5](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storj-node-9.7.4](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storj-node-9.7.4](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storj-node-9.7.4](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storj-node-9.7.4](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storj-node-9.7.4](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/storj-node/9.7.5/Chart.yaml b/stable/storj-node/9.7.5/Chart.yaml new file mode 100644 index 00000000000..7148018f8ee --- /dev/null +++ b/stable/storj-node/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.71.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner +home: https://truecharts.org/charts/stable/storj-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png +keywords: + - storj + - storage +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storj-node +sources: + - https://docs.storj.io/node/ + - https://github.com/storj/storj + - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node + - https://hub.docker.com/r/storjlabs/storagenode +type: application +version: 9.7.5 diff --git a/stable/storj-node/9.7.3/README.md b/stable/storj-node/9.7.5/README.md similarity index 100% rename from stable/storj-node/9.7.3/README.md rename to stable/storj-node/9.7.5/README.md diff --git a/stable/storj-node/9.7.3/SKIPINSTALL b/stable/storj-node/9.7.5/SKIPINSTALL similarity index 100% rename from stable/storj-node/9.7.3/SKIPINSTALL rename to stable/storj-node/9.7.5/SKIPINSTALL diff --git a/stable/storj-node/9.7.5/app-changelog.md b/stable/storj-node/9.7.5/app-changelog.md new file mode 100644 index 00000000000..c3fe5032d15 --- /dev/null +++ b/stable/storj-node/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [storj-node-9.7.5](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/storj-node/9.7.3/app-readme.md b/stable/storj-node/9.7.5/app-readme.md similarity index 100% rename from stable/storj-node/9.7.3/app-readme.md rename to stable/storj-node/9.7.5/app-readme.md diff --git a/stable/storj-node/9.7.5/charts/common-20.2.10.tgz b/stable/storj-node/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/storj-node/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/storj-node/9.7.3/ix_values.yaml b/stable/storj-node/9.7.5/ix_values.yaml similarity index 100% rename from stable/storj-node/9.7.3/ix_values.yaml rename to stable/storj-node/9.7.5/ix_values.yaml diff --git a/stable/storj-node/9.7.3/questions.yaml b/stable/storj-node/9.7.5/questions.yaml similarity index 100% rename from stable/storj-node/9.7.3/questions.yaml rename to stable/storj-node/9.7.5/questions.yaml diff --git a/stable/storm/5.7.3/templates/NOTES.txt b/stable/storj-node/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/storm/5.7.3/templates/NOTES.txt rename to stable/storj-node/9.7.5/templates/NOTES.txt diff --git a/stable/storj-node/9.7.3/templates/common.yaml b/stable/storj-node/9.7.5/templates/common.yaml similarity index 100% rename from stable/storj-node/9.7.3/templates/common.yaml rename to stable/storj-node/9.7.5/templates/common.yaml diff --git a/stable/storm/5.7.3/values.yaml b/stable/storj-node/9.7.5/values.yaml similarity index 100% rename from stable/storm/5.7.3/values.yaml rename to stable/storj-node/9.7.5/values.yaml diff --git a/stable/storm/5.7.3/CHANGELOG.md b/stable/storm/5.7.3/CHANGELOG.md deleted file mode 100644 index c7f3ebc9b44..00000000000 --- a/stable/storm/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/storm/5.7.3/Chart.yaml b/stable/storm/5.7.3/Chart.yaml deleted file mode 100644 index 6824a9fea03..00000000000 --- a/stable/storm/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Modern Deluge Interface. -home: https://truecharts.org/charts/stable/storm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png -keywords: - - storm - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: storm -sources: - - https://github.com/relvacode/storm/pkgs/container/storm - - https://github.com/relvacode/storm - - https://github.com/truecharts/charts/tree/master/charts/stable/storm - - https://ghcr.io/relvacode/storm -type: application -version: 5.7.3 diff --git a/stable/storm/5.7.3/app-changelog.md b/stable/storm/5.7.3/app-changelog.md deleted file mode 100644 index 3508760195d..00000000000 --- a/stable/storm/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/storm/5.7.3/charts/common-20.2.4.tgz b/stable/storm/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/storm/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/strapi/13.7.3/.helmignore b/stable/storm/5.7.5/.helmignore similarity index 100% rename from stable/strapi/13.7.3/.helmignore rename to stable/storm/5.7.5/.helmignore diff --git a/stable/storm/5.7.5/CHANGELOG.md b/stable/storm/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..94789836fee --- /dev/null +++ b/stable/storm/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storm-5.7.5](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storm-5.7.4](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storm-5.7.4](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storm-5.7.4](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storm-5.7.4](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [storm-5.7.4](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/storm/5.7.5/Chart.yaml b/stable/storm/5.7.5/Chart.yaml new file mode 100644 index 00000000000..c5dce76514c --- /dev/null +++ b/stable/storm/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Modern Deluge Interface. +home: https://truecharts.org/charts/stable/storm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png +keywords: + - storm + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storm +sources: + - https://github.com/relvacode/storm/pkgs/container/storm + - https://github.com/relvacode/storm + - https://github.com/truecharts/charts/tree/master/charts/stable/storm + - https://ghcr.io/relvacode/storm +type: application +version: 5.7.5 diff --git a/stable/storm/5.7.3/README.md b/stable/storm/5.7.5/README.md similarity index 100% rename from stable/storm/5.7.3/README.md rename to stable/storm/5.7.5/README.md diff --git a/stable/storm/5.7.5/app-changelog.md b/stable/storm/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ebcfb9c1271 --- /dev/null +++ b/stable/storm/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [storm-5.7.5](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/storm/5.7.3/app-readme.md b/stable/storm/5.7.5/app-readme.md similarity index 100% rename from stable/storm/5.7.3/app-readme.md rename to stable/storm/5.7.5/app-readme.md diff --git a/stable/storm/5.7.5/charts/common-20.2.10.tgz b/stable/storm/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/storm/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/storm/5.7.3/ix_values.yaml b/stable/storm/5.7.5/ix_values.yaml similarity index 100% rename from stable/storm/5.7.3/ix_values.yaml rename to stable/storm/5.7.5/ix_values.yaml diff --git a/stable/storm/5.7.3/questions.yaml b/stable/storm/5.7.5/questions.yaml similarity index 100% rename from stable/storm/5.7.3/questions.yaml rename to stable/storm/5.7.5/questions.yaml diff --git a/stable/strapi/13.7.3/templates/NOTES.txt b/stable/storm/5.7.5/templates/NOTES.txt similarity index 100% rename from stable/strapi/13.7.3/templates/NOTES.txt rename to stable/storm/5.7.5/templates/NOTES.txt diff --git a/stable/storm/5.7.3/templates/common.yaml b/stable/storm/5.7.5/templates/common.yaml similarity index 100% rename from stable/storm/5.7.3/templates/common.yaml rename to stable/storm/5.7.5/templates/common.yaml diff --git a/stable/strapi/13.7.3/values.yaml b/stable/storm/5.7.5/values.yaml similarity index 100% rename from stable/strapi/13.7.3/values.yaml rename to stable/storm/5.7.5/values.yaml diff --git a/stable/strapi/13.7.3/CHANGELOG.md b/stable/strapi/13.7.3/CHANGELOG.md deleted file mode 100644 index dd28becfed0..00000000000 --- a/stable/strapi/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/strapi/13.7.3/Chart.yaml b/stable/strapi/13.7.3/Chart.yaml deleted file mode 100644 index fc837e08c1f..00000000000 --- a/stable/strapi/13.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: cms - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source headless CMS. JavaScript, fully customizable and developer-first. -home: https://truecharts.org/charts/stable/strapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png -keywords: - - strapi - - cms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: strapi -sources: - - https://truecharts.org/charts/stable/strapi - - https://github.com/naskio/docker-strapi - - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - - https://hub.docker.com/r/naskio/strapi -type: application -version: 13.7.3 diff --git a/stable/strapi/13.7.3/app-changelog.md b/stable/strapi/13.7.3/app-changelog.md deleted file mode 100644 index f8a4728e9b2..00000000000 --- a/stable/strapi/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/strapi/13.7.3/charts/common-20.2.4.tgz b/stable/strapi/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/strapi/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/stun-turn-server/6.7.3/.helmignore b/stable/strapi/13.7.5/.helmignore similarity index 100% rename from stable/stun-turn-server/6.7.3/.helmignore rename to stable/strapi/13.7.5/.helmignore diff --git a/stable/strapi/13.7.5/CHANGELOG.md b/stable/strapi/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..da5670892bf --- /dev/null +++ b/stable/strapi/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [strapi-13.7.5](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [strapi-13.7.4](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [strapi-13.7.4](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [strapi-13.7.4](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [strapi-13.7.4](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [strapi-13.7.4](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/strapi/13.7.5/Chart.yaml b/stable/strapi/13.7.5/Chart.yaml new file mode 100644 index 00000000000..d615223b09e --- /dev/null +++ b/stable/strapi/13.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cms + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source headless CMS. JavaScript, fully customizable and developer-first. +home: https://truecharts.org/charts/stable/strapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png +keywords: + - strapi + - cms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: strapi +sources: + - https://truecharts.org/charts/stable/strapi + - https://github.com/naskio/docker-strapi + - https://github.com/truecharts/charts/tree/master/charts/stable/strapi + - https://hub.docker.com/r/naskio/strapi +type: application +version: 13.7.5 diff --git a/stable/strapi/13.7.3/README.md b/stable/strapi/13.7.5/README.md similarity index 100% rename from stable/strapi/13.7.3/README.md rename to stable/strapi/13.7.5/README.md diff --git a/stable/strapi/13.7.5/app-changelog.md b/stable/strapi/13.7.5/app-changelog.md new file mode 100644 index 00000000000..d5fc77b2178 --- /dev/null +++ b/stable/strapi/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [strapi-13.7.5](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/strapi/13.7.3/app-readme.md b/stable/strapi/13.7.5/app-readme.md similarity index 100% rename from stable/strapi/13.7.3/app-readme.md rename to stable/strapi/13.7.5/app-readme.md diff --git a/stable/strapi/13.7.5/charts/common-20.2.10.tgz b/stable/strapi/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/strapi/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/strapi/13.7.3/ix_values.yaml b/stable/strapi/13.7.5/ix_values.yaml similarity index 100% rename from stable/strapi/13.7.3/ix_values.yaml rename to stable/strapi/13.7.5/ix_values.yaml diff --git a/stable/strapi/13.7.3/questions.yaml b/stable/strapi/13.7.5/questions.yaml similarity index 100% rename from stable/strapi/13.7.3/questions.yaml rename to stable/strapi/13.7.5/questions.yaml diff --git a/stable/stun-turn-server/6.7.3/templates/NOTES.txt b/stable/strapi/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/stun-turn-server/6.7.3/templates/NOTES.txt rename to stable/strapi/13.7.5/templates/NOTES.txt diff --git a/stable/strapi/13.7.3/templates/common.yaml b/stable/strapi/13.7.5/templates/common.yaml similarity index 100% rename from stable/strapi/13.7.3/templates/common.yaml rename to stable/strapi/13.7.5/templates/common.yaml diff --git a/stable/stun-turn-server/6.7.3/values.yaml b/stable/strapi/13.7.5/values.yaml similarity index 100% rename from stable/stun-turn-server/6.7.3/values.yaml rename to stable/strapi/13.7.5/values.yaml diff --git a/stable/stun-turn-server/6.7.3/CHANGELOG.md b/stable/stun-turn-server/6.7.3/CHANGELOG.md deleted file mode 100644 index e58be89707f..00000000000 --- a/stable/stun-turn-server/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/stun-turn-server/6.7.3/Chart.yaml b/stable/stun-turn-server/6.7.3/Chart.yaml deleted file mode 100644 index d6bac9cdf09..00000000000 --- a/stable/stun-turn-server/6.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. -home: https://truecharts.org/charts/stable/stun-turn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png -keywords: - - stun-turn-server - - Network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: stun-turn-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server - - https://hub.docker.com/r/ich777/stun-turn-server -type: application -version: 6.7.3 diff --git a/stable/stun-turn-server/6.7.3/app-changelog.md b/stable/stun-turn-server/6.7.3/app-changelog.md deleted file mode 100644 index c3b64ecc0d3..00000000000 --- a/stable/stun-turn-server/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz b/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/suistartpage/5.7.3/.helmignore b/stable/stun-turn-server/6.7.5/.helmignore similarity index 100% rename from stable/suistartpage/5.7.3/.helmignore rename to stable/stun-turn-server/6.7.5/.helmignore diff --git a/stable/stun-turn-server/6.7.5/CHANGELOG.md b/stable/stun-turn-server/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c5efae2f4bc --- /dev/null +++ b/stable/stun-turn-server/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stun-turn-server-6.7.5](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stun-turn-server-6.7.4](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stun-turn-server-6.7.4](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stun-turn-server-6.7.4](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stun-turn-server-6.7.4](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [stun-turn-server-6.7.4](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/stun-turn-server/6.7.5/Chart.yaml b/stable/stun-turn-server/6.7.5/Chart.yaml new file mode 100644 index 00000000000..2b64bead18c --- /dev/null +++ b/stable/stun-turn-server/6.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. +home: https://truecharts.org/charts/stable/stun-turn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png +keywords: + - stun-turn-server + - Network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stun-turn-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server + - https://hub.docker.com/r/ich777/stun-turn-server +type: application +version: 6.7.5 diff --git a/stable/stun-turn-server/6.7.3/README.md b/stable/stun-turn-server/6.7.5/README.md similarity index 100% rename from stable/stun-turn-server/6.7.3/README.md rename to stable/stun-turn-server/6.7.5/README.md diff --git a/stable/stun-turn-server/6.7.5/app-changelog.md b/stable/stun-turn-server/6.7.5/app-changelog.md new file mode 100644 index 00000000000..2ad6e838071 --- /dev/null +++ b/stable/stun-turn-server/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [stun-turn-server-6.7.5](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/stun-turn-server/6.7.3/app-readme.md b/stable/stun-turn-server/6.7.5/app-readme.md similarity index 100% rename from stable/stun-turn-server/6.7.3/app-readme.md rename to stable/stun-turn-server/6.7.5/app-readme.md diff --git a/stable/stun-turn-server/6.7.5/charts/common-20.2.10.tgz b/stable/stun-turn-server/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/stun-turn-server/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/stun-turn-server/6.7.3/ix_values.yaml b/stable/stun-turn-server/6.7.5/ix_values.yaml similarity index 100% rename from stable/stun-turn-server/6.7.3/ix_values.yaml rename to stable/stun-turn-server/6.7.5/ix_values.yaml diff --git a/stable/stun-turn-server/6.7.3/questions.yaml b/stable/stun-turn-server/6.7.5/questions.yaml similarity index 100% rename from stable/stun-turn-server/6.7.3/questions.yaml rename to stable/stun-turn-server/6.7.5/questions.yaml diff --git a/stable/synclounge/9.7.6/templates/NOTES.txt b/stable/stun-turn-server/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/synclounge/9.7.6/templates/NOTES.txt rename to stable/stun-turn-server/6.7.5/templates/NOTES.txt diff --git a/stable/stun-turn-server/6.7.3/templates/common.yaml b/stable/stun-turn-server/6.7.5/templates/common.yaml similarity index 100% rename from stable/stun-turn-server/6.7.3/templates/common.yaml rename to stable/stun-turn-server/6.7.5/templates/common.yaml diff --git a/stable/suistartpage/5.7.3/values.yaml b/stable/stun-turn-server/6.7.5/values.yaml similarity index 100% rename from stable/suistartpage/5.7.3/values.yaml rename to stable/stun-turn-server/6.7.5/values.yaml diff --git a/stable/suistartpage/5.7.3/CHANGELOG.md b/stable/suistartpage/5.7.3/CHANGELOG.md deleted file mode 100644 index 1b32eeec1bf..00000000000 --- a/stable/suistartpage/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/suistartpage/5.7.3/Chart.yaml b/stable/suistartpage/5.7.3/Chart.yaml deleted file mode 100644 index 15d2612070a..00000000000 --- a/stable/suistartpage/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. -home: https://truecharts.org/charts/stable/suistartpage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png -keywords: - - suistartpage - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: suistartpage -sources: - - https://github.com/CorneliousJD/SUI-Startpage - - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage - - https://hub.docker.com/r/corneliousjd/sui-startpage -type: application -version: 5.7.3 diff --git a/stable/suistartpage/5.7.3/app-changelog.md b/stable/suistartpage/5.7.3/app-changelog.md deleted file mode 100644 index 76d9a88ff99..00000000000 --- a/stable/suistartpage/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz b/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/survivethenights/5.7.3/.helmignore b/stable/suistartpage/5.7.5/.helmignore similarity index 100% rename from stable/survivethenights/5.7.3/.helmignore rename to stable/suistartpage/5.7.5/.helmignore diff --git a/stable/suistartpage/5.7.5/CHANGELOG.md b/stable/suistartpage/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2e10c2b1092 --- /dev/null +++ b/stable/suistartpage/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [suistartpage-5.7.5](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [suistartpage-5.7.4](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [suistartpage-5.7.4](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [suistartpage-5.7.4](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [suistartpage-5.7.4](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [suistartpage-5.7.4](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/suistartpage/5.7.5/Chart.yaml b/stable/suistartpage/5.7.5/Chart.yaml new file mode 100644 index 00000000000..626168bc8ab --- /dev/null +++ b/stable/suistartpage/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. +home: https://truecharts.org/charts/stable/suistartpage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png +keywords: + - suistartpage + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: suistartpage +sources: + - https://github.com/CorneliousJD/SUI-Startpage + - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage + - https://hub.docker.com/r/corneliousjd/sui-startpage +type: application +version: 5.7.5 diff --git a/stable/suistartpage/5.7.3/README.md b/stable/suistartpage/5.7.5/README.md similarity index 100% rename from stable/suistartpage/5.7.3/README.md rename to stable/suistartpage/5.7.5/README.md diff --git a/stable/suistartpage/5.7.5/app-changelog.md b/stable/suistartpage/5.7.5/app-changelog.md new file mode 100644 index 00000000000..ef1b3b9d3cd --- /dev/null +++ b/stable/suistartpage/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [suistartpage-5.7.5](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/suistartpage/5.7.3/app-readme.md b/stable/suistartpage/5.7.5/app-readme.md similarity index 100% rename from stable/suistartpage/5.7.3/app-readme.md rename to stable/suistartpage/5.7.5/app-readme.md diff --git a/stable/suistartpage/5.7.5/charts/common-20.2.10.tgz b/stable/suistartpage/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/suistartpage/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/suistartpage/5.7.3/ix_values.yaml b/stable/suistartpage/5.7.5/ix_values.yaml similarity index 100% rename from stable/suistartpage/5.7.3/ix_values.yaml rename to stable/suistartpage/5.7.5/ix_values.yaml diff --git a/stable/suistartpage/5.7.3/questions.yaml b/stable/suistartpage/5.7.5/questions.yaml similarity index 100% rename from stable/suistartpage/5.7.3/questions.yaml rename to stable/suistartpage/5.7.5/questions.yaml diff --git a/stable/suistartpage/5.7.3/templates/common.yaml b/stable/suistartpage/5.7.5/templates/common.yaml similarity index 100% rename from stable/suistartpage/5.7.3/templates/common.yaml rename to stable/suistartpage/5.7.5/templates/common.yaml diff --git a/stable/survivethenights/5.7.3/values.yaml b/stable/suistartpage/5.7.5/values.yaml similarity index 100% rename from stable/survivethenights/5.7.3/values.yaml rename to stable/suistartpage/5.7.5/values.yaml diff --git a/stable/survivethenights/5.7.3/CHANGELOG.md b/stable/survivethenights/5.7.3/CHANGELOG.md deleted file mode 100644 index 6c366b03fd9..00000000000 --- a/stable/survivethenights/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/survivethenights/5.7.3/Chart.yaml b/stable/survivethenights/5.7.3/Chart.yaml deleted file mode 100644 index 4719c42ef6e..00000000000 --- a/stable/survivethenights/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stn -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. -home: https://truecharts.org/charts/stable/survivethenights -icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png -keywords: - - survivethenights - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: survivethenights -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/survivethenights/5.7.3/app-changelog.md b/stable/survivethenights/5.7.3/app-changelog.md deleted file mode 100644 index 442012d58dd..00000000000 --- a/stable/survivethenights/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz b/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/synclounge/9.7.6/.helmignore b/stable/survivethenights/5.7.5/.helmignore similarity index 100% rename from stable/synclounge/9.7.6/.helmignore rename to stable/survivethenights/5.7.5/.helmignore diff --git a/stable/survivethenights/5.7.5/CHANGELOG.md b/stable/survivethenights/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..bdba902034e --- /dev/null +++ b/stable/survivethenights/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [survivethenights-5.7.5](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [survivethenights-5.7.4](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [survivethenights-5.7.4](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [survivethenights-5.7.4](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [survivethenights-5.7.4](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [survivethenights-5.7.4](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/survivethenights/5.7.5/Chart.yaml b/stable/survivethenights/5.7.5/Chart.yaml new file mode 100644 index 00000000000..b48baf3dee9 --- /dev/null +++ b/stable/survivethenights/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stn +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. +home: https://truecharts.org/charts/stable/survivethenights +icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png +keywords: + - survivethenights + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: survivethenights +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/survivethenights/5.7.3/README.md b/stable/survivethenights/5.7.5/README.md similarity index 100% rename from stable/survivethenights/5.7.3/README.md rename to stable/survivethenights/5.7.5/README.md diff --git a/stable/survivethenights/5.7.5/app-changelog.md b/stable/survivethenights/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d4ee2837906 --- /dev/null +++ b/stable/survivethenights/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [survivethenights-5.7.5](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/survivethenights/5.7.3/app-readme.md b/stable/survivethenights/5.7.5/app-readme.md similarity index 100% rename from stable/survivethenights/5.7.3/app-readme.md rename to stable/survivethenights/5.7.5/app-readme.md diff --git a/stable/survivethenights/5.7.5/charts/common-20.2.10.tgz b/stable/survivethenights/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/survivethenights/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/survivethenights/5.7.3/ix_values.yaml b/stable/survivethenights/5.7.5/ix_values.yaml similarity index 100% rename from stable/survivethenights/5.7.3/ix_values.yaml rename to stable/survivethenights/5.7.5/ix_values.yaml diff --git a/stable/survivethenights/5.7.3/questions.yaml b/stable/survivethenights/5.7.5/questions.yaml similarity index 100% rename from stable/survivethenights/5.7.3/questions.yaml rename to stable/survivethenights/5.7.5/questions.yaml diff --git a/stable/survivethenights/5.7.3/templates/common.yaml b/stable/survivethenights/5.7.5/templates/common.yaml similarity index 100% rename from stable/survivethenights/5.7.3/templates/common.yaml rename to stable/survivethenights/5.7.5/templates/common.yaml diff --git a/stable/synclounge/9.7.6/values.yaml b/stable/survivethenights/5.7.5/values.yaml similarity index 100% rename from stable/synclounge/9.7.6/values.yaml rename to stable/survivethenights/5.7.5/values.yaml diff --git a/stable/synclounge/9.7.6/CHANGELOG.md b/stable/synclounge/9.7.6/CHANGELOG.md deleted file mode 100644 index ec618530428..00000000000 --- a/stable/synclounge/9.7.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [synclounge-9.7.6](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) - - -## [synclounge-9.7.6](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) - - -## [synclounge-9.7.6](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) - - -## [synclounge-9.7.6](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) \ No newline at end of file diff --git a/stable/synclounge/9.7.6/Chart.yaml b/stable/synclounge/9.7.6/Chart.yaml deleted file mode 100644 index 6921d8d60e5..00000000000 --- a/stable/synclounge/9.7.6/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.26 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. -home: https://truecharts.org/charts/stable/synclounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png -keywords: - - synclounge -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: synclounge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge - - https://ghcr.io/linuxserver/synclounge -type: application -version: 9.7.6 diff --git a/stable/synclounge/9.7.6/app-changelog.md b/stable/synclounge/9.7.6/app-changelog.md deleted file mode 100644 index 537980c3725..00000000000 --- a/stable/synclounge/9.7.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [synclounge-9.7.6](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.6) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) \ No newline at end of file diff --git a/stable/synclounge/9.7.6/charts/common-20.2.4.tgz b/stable/synclounge/9.7.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/synclounge/9.7.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/syncthing/18.7.3/.helmignore b/stable/synclounge/9.7.8/.helmignore similarity index 100% rename from stable/syncthing/18.7.3/.helmignore rename to stable/synclounge/9.7.8/.helmignore diff --git a/stable/synclounge/9.7.8/CHANGELOG.md b/stable/synclounge/9.7.8/CHANGELOG.md new file mode 100644 index 00000000000..88aa2eb6793 --- /dev/null +++ b/stable/synclounge/9.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synclounge-9.7.8](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) + + +## [synclounge-9.7.7](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) + + +## [synclounge-9.7.7](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) + + +## [synclounge-9.7.7](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/synclounge/9.7.8/Chart.yaml b/stable/synclounge/9.7.8/Chart.yaml new file mode 100644 index 00000000000..0499ed49818 --- /dev/null +++ b/stable/synclounge/9.7.8/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.26 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. +home: https://truecharts.org/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png +keywords: + - synclounge +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synclounge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge + - https://ghcr.io/linuxserver/synclounge +type: application +version: 9.7.8 diff --git a/stable/synclounge/9.7.6/README.md b/stable/synclounge/9.7.8/README.md similarity index 100% rename from stable/synclounge/9.7.6/README.md rename to stable/synclounge/9.7.8/README.md diff --git a/stable/synclounge/9.7.8/app-changelog.md b/stable/synclounge/9.7.8/app-changelog.md new file mode 100644 index 00000000000..0ed7bfead97 --- /dev/null +++ b/stable/synclounge/9.7.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [synclounge-9.7.8](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@0b3efb5](https://github.com/0b3efb5) by renovate ([#19831](https://github.com/truecharts/charts/issues/19831)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248)) \ No newline at end of file diff --git a/stable/synclounge/9.7.6/app-readme.md b/stable/synclounge/9.7.8/app-readme.md similarity index 100% rename from stable/synclounge/9.7.6/app-readme.md rename to stable/synclounge/9.7.8/app-readme.md diff --git a/stable/synclounge/9.7.8/charts/common-20.2.10.tgz b/stable/synclounge/9.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/synclounge/9.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/synclounge/9.7.6/ix_values.yaml b/stable/synclounge/9.7.8/ix_values.yaml similarity index 100% rename from stable/synclounge/9.7.6/ix_values.yaml rename to stable/synclounge/9.7.8/ix_values.yaml diff --git a/stable/synclounge/9.7.6/questions.yaml b/stable/synclounge/9.7.8/questions.yaml similarity index 100% rename from stable/synclounge/9.7.6/questions.yaml rename to stable/synclounge/9.7.8/questions.yaml diff --git a/stable/syncthing/18.7.3/templates/NOTES.txt b/stable/synclounge/9.7.8/templates/NOTES.txt similarity index 100% rename from stable/syncthing/18.7.3/templates/NOTES.txt rename to stable/synclounge/9.7.8/templates/NOTES.txt diff --git a/stable/synclounge/9.7.6/templates/common.yaml b/stable/synclounge/9.7.8/templates/common.yaml similarity index 100% rename from stable/synclounge/9.7.6/templates/common.yaml rename to stable/synclounge/9.7.8/templates/common.yaml diff --git a/stable/syncthing/18.7.3/values.yaml b/stable/synclounge/9.7.8/values.yaml similarity index 100% rename from stable/syncthing/18.7.3/values.yaml rename to stable/synclounge/9.7.8/values.yaml diff --git a/stable/syncthing/18.7.3/CHANGELOG.md b/stable/syncthing/18.7.3/CHANGELOG.md deleted file mode 100644 index 6f8b21b64be..00000000000 --- a/stable/syncthing/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/syncthing/18.7.3/Chart.yaml b/stable/syncthing/18.7.3/Chart.yaml deleted file mode 100644 index afbb6799d44..00000000000 --- a/stable/syncthing/18.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.27.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: P2P file synchronization application -home: https://truecharts.org/charts/stable/syncthing -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png -keywords: - - syncthing -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: syncthing -sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing - - https://hub.docker.com/r/syncthing/syncthing -type: application -version: 18.7.3 diff --git a/stable/syncthing/18.7.3/app-changelog.md b/stable/syncthing/18.7.3/app-changelog.md deleted file mode 100644 index d0d7a541ec8..00000000000 --- a/stable/syncthing/18.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/syncthing/18.7.3/charts/common-20.2.4.tgz b/stable/syncthing/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/syncthing/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/synctube/7.7.3/.helmignore b/stable/syncthing/18.7.5/.helmignore similarity index 100% rename from stable/synctube/7.7.3/.helmignore rename to stable/syncthing/18.7.5/.helmignore diff --git a/stable/syncthing/18.7.5/CHANGELOG.md b/stable/syncthing/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..cfc90021cb3 --- /dev/null +++ b/stable/syncthing/18.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syncthing-18.7.5](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syncthing-18.7.4](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syncthing-18.7.4](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syncthing-18.7.4](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syncthing-18.7.4](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syncthing-18.7.4](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/syncthing/18.7.5/Chart.yaml b/stable/syncthing/18.7.5/Chart.yaml new file mode 100644 index 00000000000..b6bec72a7d0 --- /dev/null +++ b/stable/syncthing/18.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.27.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: P2P file synchronization application +home: https://truecharts.org/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png +keywords: + - syncthing +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syncthing +sources: + - https://syncthing.net/ + - https://github.com/syncthing/syncthing + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://hub.docker.com/r/syncthing/syncthing +type: application +version: 18.7.5 diff --git a/stable/syncthing/18.7.3/README.md b/stable/syncthing/18.7.5/README.md similarity index 100% rename from stable/syncthing/18.7.3/README.md rename to stable/syncthing/18.7.5/README.md diff --git a/stable/syncthing/18.7.5/app-changelog.md b/stable/syncthing/18.7.5/app-changelog.md new file mode 100644 index 00000000000..7011364f812 --- /dev/null +++ b/stable/syncthing/18.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [syncthing-18.7.5](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/syncthing/18.7.3/app-readme.md b/stable/syncthing/18.7.5/app-readme.md similarity index 100% rename from stable/syncthing/18.7.3/app-readme.md rename to stable/syncthing/18.7.5/app-readme.md diff --git a/stable/syncthing/18.7.5/charts/common-20.2.10.tgz b/stable/syncthing/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/syncthing/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/syncthing/18.7.3/ix_values.yaml b/stable/syncthing/18.7.5/ix_values.yaml similarity index 100% rename from stable/syncthing/18.7.3/ix_values.yaml rename to stable/syncthing/18.7.5/ix_values.yaml diff --git a/stable/syncthing/18.7.3/questions.yaml b/stable/syncthing/18.7.5/questions.yaml similarity index 100% rename from stable/syncthing/18.7.3/questions.yaml rename to stable/syncthing/18.7.5/questions.yaml diff --git a/stable/synctube/7.7.3/templates/NOTES.txt b/stable/syncthing/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/synctube/7.7.3/templates/NOTES.txt rename to stable/syncthing/18.7.5/templates/NOTES.txt diff --git a/stable/syncthing/18.7.3/templates/common.yaml b/stable/syncthing/18.7.5/templates/common.yaml similarity index 100% rename from stable/syncthing/18.7.3/templates/common.yaml rename to stable/syncthing/18.7.5/templates/common.yaml diff --git a/stable/synctube/7.7.3/values.yaml b/stable/syncthing/18.7.5/values.yaml similarity index 100% rename from stable/synctube/7.7.3/values.yaml rename to stable/syncthing/18.7.5/values.yaml diff --git a/stable/synctube/7.7.3/CHANGELOG.md b/stable/synctube/7.7.3/CHANGELOG.md deleted file mode 100644 index cff1d3ee4b6..00000000000 --- a/stable/synctube/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/synctube/7.7.3/Chart.yaml b/stable/synctube/7.7.3/Chart.yaml deleted file mode 100644 index e87c05c3262..00000000000 --- a/stable/synctube/7.7.3/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. -home: https://truecharts.org/charts/stable/synctube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png -keywords: - - synctube - - Cloud - - Productivity - - Tools-Utilities - - MediaApp-Video - - MediaServer-Video - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: synctube -sources: - - https://github.com/RblSb/SyncTube - - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - - https://hub.docker.com/r/littlestache/synctube -type: application -version: 7.7.3 diff --git a/stable/synctube/7.7.3/app-changelog.md b/stable/synctube/7.7.3/app-changelog.md deleted file mode 100644 index 1e2207c44c8..00000000000 --- a/stable/synctube/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/synctube/7.7.3/charts/common-20.2.4.tgz b/stable/synctube/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/synctube/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/syslog-ng/9.7.3/.helmignore b/stable/synctube/7.7.5/.helmignore similarity index 100% rename from stable/syslog-ng/9.7.3/.helmignore rename to stable/synctube/7.7.5/.helmignore diff --git a/stable/synctube/7.7.5/CHANGELOG.md b/stable/synctube/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d433e99555 --- /dev/null +++ b/stable/synctube/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synctube-7.7.5](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [synctube-7.7.4](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [synctube-7.7.4](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [synctube-7.7.4](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [synctube-7.7.4](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [synctube-7.7.4](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/synctube/7.7.5/Chart.yaml b/stable/synctube/7.7.5/Chart.yaml new file mode 100644 index 00000000000..14bf478b035 --- /dev/null +++ b/stable/synctube/7.7.5/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. +home: https://truecharts.org/charts/stable/synctube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png +keywords: + - synctube + - Cloud + - Productivity + - Tools-Utilities + - MediaApp-Video + - MediaServer-Video + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synctube +sources: + - https://github.com/RblSb/SyncTube + - https://github.com/truecharts/charts/tree/master/charts/stable/synctube + - https://hub.docker.com/r/littlestache/synctube +type: application +version: 7.7.5 diff --git a/stable/synctube/7.7.3/README.md b/stable/synctube/7.7.5/README.md similarity index 100% rename from stable/synctube/7.7.3/README.md rename to stable/synctube/7.7.5/README.md diff --git a/stable/synctube/7.7.5/app-changelog.md b/stable/synctube/7.7.5/app-changelog.md new file mode 100644 index 00000000000..7b78e2b39bf --- /dev/null +++ b/stable/synctube/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [synctube-7.7.5](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/synctube/7.7.3/app-readme.md b/stable/synctube/7.7.5/app-readme.md similarity index 100% rename from stable/synctube/7.7.3/app-readme.md rename to stable/synctube/7.7.5/app-readme.md diff --git a/stable/synctube/7.7.5/charts/common-20.2.10.tgz b/stable/synctube/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/synctube/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/synctube/7.7.3/ix_values.yaml b/stable/synctube/7.7.5/ix_values.yaml similarity index 100% rename from stable/synctube/7.7.3/ix_values.yaml rename to stable/synctube/7.7.5/ix_values.yaml diff --git a/stable/synctube/7.7.3/questions.yaml b/stable/synctube/7.7.5/questions.yaml similarity index 100% rename from stable/synctube/7.7.3/questions.yaml rename to stable/synctube/7.7.5/questions.yaml diff --git a/stable/syslog-ng/9.7.3/templates/NOTES.txt b/stable/synctube/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/syslog-ng/9.7.3/templates/NOTES.txt rename to stable/synctube/7.7.5/templates/NOTES.txt diff --git a/stable/synctube/7.7.3/templates/common.yaml b/stable/synctube/7.7.5/templates/common.yaml similarity index 100% rename from stable/synctube/7.7.3/templates/common.yaml rename to stable/synctube/7.7.5/templates/common.yaml diff --git a/stable/syslog-ng/9.7.3/values.yaml b/stable/synctube/7.7.5/values.yaml similarity index 100% rename from stable/syslog-ng/9.7.3/values.yaml rename to stable/synctube/7.7.5/values.yaml diff --git a/stable/syslog-ng/9.7.3/CHANGELOG.md b/stable/syslog-ng/9.7.3/CHANGELOG.md deleted file mode 100644 index 78e0b9a8d3d..00000000000 --- a/stable/syslog-ng/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/syslog-ng/9.7.3/Chart.yaml b/stable/syslog-ng/9.7.3/Chart.yaml deleted file mode 100644 index efa3d51ec7e..00000000000 --- a/stable/syslog-ng/9.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.6.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. -home: https://truecharts.org/charts/stable/syslog-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png -keywords: - - syslog-ng -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: syslog-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - - https://hub.docker.com/r/balabit/syslog-ng -type: application -version: 9.7.3 diff --git a/stable/syslog-ng/9.7.3/app-changelog.md b/stable/syslog-ng/9.7.3/app-changelog.md deleted file mode 100644 index 8a3f295dee3..00000000000 --- a/stable/syslog-ng/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz b/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.7.4/.helmignore b/stable/syslog-ng/9.7.5/.helmignore similarity index 100% rename from stable/tachidesk-docker/6.7.4/.helmignore rename to stable/syslog-ng/9.7.5/.helmignore diff --git a/stable/syslog-ng/9.7.5/CHANGELOG.md b/stable/syslog-ng/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..807faa67a22 --- /dev/null +++ b/stable/syslog-ng/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syslog-ng-9.7.5](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syslog-ng-9.7.4](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syslog-ng-9.7.4](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syslog-ng-9.7.4](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syslog-ng-9.7.4](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [syslog-ng-9.7.4](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/syslog-ng/9.7.5/Chart.yaml b/stable/syslog-ng/9.7.5/Chart.yaml new file mode 100644 index 00000000000..bd1b3c4b423 --- /dev/null +++ b/stable/syslog-ng/9.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. +home: https://truecharts.org/charts/stable/syslog-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png +keywords: + - syslog-ng +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syslog-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng + - https://hub.docker.com/r/balabit/syslog-ng +type: application +version: 9.7.5 diff --git a/stable/syslog-ng/9.7.3/README.md b/stable/syslog-ng/9.7.5/README.md similarity index 100% rename from stable/syslog-ng/9.7.3/README.md rename to stable/syslog-ng/9.7.5/README.md diff --git a/stable/syslog-ng/9.7.5/app-changelog.md b/stable/syslog-ng/9.7.5/app-changelog.md new file mode 100644 index 00000000000..80335709187 --- /dev/null +++ b/stable/syslog-ng/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [syslog-ng-9.7.5](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/syslog-ng/9.7.3/app-readme.md b/stable/syslog-ng/9.7.5/app-readme.md similarity index 100% rename from stable/syslog-ng/9.7.3/app-readme.md rename to stable/syslog-ng/9.7.5/app-readme.md diff --git a/stable/syslog-ng/9.7.5/charts/common-20.2.10.tgz b/stable/syslog-ng/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/syslog-ng/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/syslog-ng/9.7.3/ix_values.yaml b/stable/syslog-ng/9.7.5/ix_values.yaml similarity index 100% rename from stable/syslog-ng/9.7.3/ix_values.yaml rename to stable/syslog-ng/9.7.5/ix_values.yaml diff --git a/stable/syslog-ng/9.7.3/questions.yaml b/stable/syslog-ng/9.7.5/questions.yaml similarity index 100% rename from stable/syslog-ng/9.7.3/questions.yaml rename to stable/syslog-ng/9.7.5/questions.yaml diff --git a/stable/tagspaces/3.7.3/templates/NOTES.txt b/stable/syslog-ng/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/tagspaces/3.7.3/templates/NOTES.txt rename to stable/syslog-ng/9.7.5/templates/NOTES.txt diff --git a/stable/syslog-ng/9.7.3/templates/common.yaml b/stable/syslog-ng/9.7.5/templates/common.yaml similarity index 100% rename from stable/syslog-ng/9.7.3/templates/common.yaml rename to stable/syslog-ng/9.7.5/templates/common.yaml diff --git a/stable/tachidesk-docker/6.7.4/values.yaml b/stable/syslog-ng/9.7.5/values.yaml similarity index 100% rename from stable/tachidesk-docker/6.7.4/values.yaml rename to stable/syslog-ng/9.7.5/values.yaml diff --git a/stable/tachidesk-docker/6.7.4/CHANGELOG.md b/stable/tachidesk-docker/6.7.4/CHANGELOG.md deleted file mode 100644 index d26f2f9a569..00000000000 --- a/stable/tachidesk-docker/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - diff --git a/stable/tachidesk-docker/6.7.4/Chart.yaml b/stable/tachidesk-docker/6.7.4/Chart.yaml deleted file mode 100644 index 4705cb01a63..00000000000 --- a/stable/tachidesk-docker/6.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: preiew -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The official Tachidesk Chart-Chart. -home: https://truecharts.org/charts/stable/tachidesk-docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png -keywords: - - tachidesk-docker - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tachidesk-docker -sources: - - https://github.com/suwayomi/docker-tachidesk - - https://github.com/Suwayomi/Tachidesk-Server - - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker - - https://ghcr.io/suwayomi/tachidesk -type: application -version: 6.7.4 diff --git a/stable/tachidesk-docker/6.7.4/app-changelog.md b/stable/tachidesk-docker/6.7.4/app-changelog.md deleted file mode 100644 index 95d3fc30314..00000000000 --- a/stable/tachidesk-docker/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz b/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tagspaces/3.7.3/.helmignore b/stable/tachidesk-docker/6.7.6/.helmignore similarity index 100% rename from stable/tagspaces/3.7.3/.helmignore rename to stable/tachidesk-docker/6.7.6/.helmignore diff --git a/stable/tachidesk-docker/6.7.6/CHANGELOG.md b/stable/tachidesk-docker/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..a36b355f27a --- /dev/null +++ b/stable/tachidesk-docker/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tachidesk-docker-6.7.6](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tachidesk-docker-6.7.5](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tachidesk-docker-6.7.5](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tachidesk-docker-6.7.5](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tachidesk-docker-6.7.5](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/tachidesk-docker/6.7.6/Chart.yaml b/stable/tachidesk-docker/6.7.6/Chart.yaml new file mode 100644 index 00000000000..5ca7d8cd6d4 --- /dev/null +++ b/stable/tachidesk-docker/6.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: preiew +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The official Tachidesk Chart-Chart. +home: https://truecharts.org/charts/stable/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png +keywords: + - tachidesk-docker + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tachidesk-docker +sources: + - https://github.com/suwayomi/docker-tachidesk + - https://github.com/Suwayomi/Tachidesk-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker + - https://ghcr.io/suwayomi/tachidesk +type: application +version: 6.7.6 diff --git a/stable/tachidesk-docker/6.7.4/README.md b/stable/tachidesk-docker/6.7.6/README.md similarity index 100% rename from stable/tachidesk-docker/6.7.4/README.md rename to stable/tachidesk-docker/6.7.6/README.md diff --git a/stable/tachidesk-docker/6.7.6/app-changelog.md b/stable/tachidesk-docker/6.7.6/app-changelog.md new file mode 100644 index 00000000000..7fdeee696c4 --- /dev/null +++ b/stable/tachidesk-docker/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [tachidesk-docker-6.7.6](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.7.4/app-readme.md b/stable/tachidesk-docker/6.7.6/app-readme.md similarity index 100% rename from stable/tachidesk-docker/6.7.4/app-readme.md rename to stable/tachidesk-docker/6.7.6/app-readme.md diff --git a/stable/tachidesk-docker/6.7.6/charts/common-20.2.10.tgz b/stable/tachidesk-docker/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tachidesk-docker/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/tachidesk-docker/6.7.4/ix_values.yaml b/stable/tachidesk-docker/6.7.6/ix_values.yaml similarity index 100% rename from stable/tachidesk-docker/6.7.4/ix_values.yaml rename to stable/tachidesk-docker/6.7.6/ix_values.yaml diff --git a/stable/tachidesk-docker/6.7.4/questions.yaml b/stable/tachidesk-docker/6.7.6/questions.yaml similarity index 100% rename from stable/tachidesk-docker/6.7.4/questions.yaml rename to stable/tachidesk-docker/6.7.6/questions.yaml diff --git a/stable/tachidesk-docker/6.7.4/templates/common.yaml b/stable/tachidesk-docker/6.7.6/templates/common.yaml similarity index 100% rename from stable/tachidesk-docker/6.7.4/templates/common.yaml rename to stable/tachidesk-docker/6.7.6/templates/common.yaml diff --git a/stable/tagspaces/3.7.3/values.yaml b/stable/tachidesk-docker/6.7.6/values.yaml similarity index 100% rename from stable/tagspaces/3.7.3/values.yaml rename to stable/tachidesk-docker/6.7.6/values.yaml diff --git a/stable/tagspaces/3.7.3/CHANGELOG.md b/stable/tagspaces/3.7.3/CHANGELOG.md deleted file mode 100644 index fd38bcbbd96..00000000000 --- a/stable/tagspaces/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tagspaces/3.7.3/Chart.yaml b/stable/tagspaces/3.7.3/Chart.yaml deleted file mode 100644 index 9def3b91e0c..00000000000 --- a/stable/tagspaces/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TagSpaces is an offline, open source, document manager with tagging support. -home: https://truecharts.org/charts/stable/tagspaces -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png -keywords: - - tagspaces - - documents -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tagspaces -sources: - - https://github.com/tagspaces/tagspaces - - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - - https://hub.docker.com/r/tagspaces/tagspaces-lite-web -type: application -version: 3.7.3 diff --git a/stable/tagspaces/3.7.3/app-changelog.md b/stable/tagspaces/3.7.3/app-changelog.md deleted file mode 100644 index 067fb81ad52..00000000000 --- a/stable/tagspaces/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz b/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tailscale/8.9.4/.helmignore b/stable/tagspaces/3.7.5/.helmignore similarity index 100% rename from stable/tailscale/8.9.4/.helmignore rename to stable/tagspaces/3.7.5/.helmignore diff --git a/stable/tagspaces/3.7.5/CHANGELOG.md b/stable/tagspaces/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6767407c722 --- /dev/null +++ b/stable/tagspaces/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tagspaces-3.7.5](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tagspaces-3.7.4](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tagspaces-3.7.4](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tagspaces-3.7.4](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tagspaces-3.7.4](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tagspaces-3.7.4](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tagspaces/3.7.5/Chart.yaml b/stable/tagspaces/3.7.5/Chart.yaml new file mode 100644 index 00000000000..c0b490df210 --- /dev/null +++ b/stable/tagspaces/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TagSpaces is an offline, open source, document manager with tagging support. +home: https://truecharts.org/charts/stable/tagspaces +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png +keywords: + - tagspaces + - documents +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tagspaces +sources: + - https://github.com/tagspaces/tagspaces + - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces + - https://hub.docker.com/r/tagspaces/tagspaces-lite-web +type: application +version: 3.7.5 diff --git a/stable/tagspaces/3.7.3/README.md b/stable/tagspaces/3.7.5/README.md similarity index 100% rename from stable/tagspaces/3.7.3/README.md rename to stable/tagspaces/3.7.5/README.md diff --git a/stable/tagspaces/3.7.5/app-changelog.md b/stable/tagspaces/3.7.5/app-changelog.md new file mode 100644 index 00000000000..c4b70853465 --- /dev/null +++ b/stable/tagspaces/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tagspaces-3.7.5](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tagspaces/3.7.3/app-readme.md b/stable/tagspaces/3.7.5/app-readme.md similarity index 100% rename from stable/tagspaces/3.7.3/app-readme.md rename to stable/tagspaces/3.7.5/app-readme.md diff --git a/stable/tagspaces/3.7.5/charts/common-20.2.10.tgz b/stable/tagspaces/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tagspaces/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tagspaces/3.7.3/ix_values.yaml b/stable/tagspaces/3.7.5/ix_values.yaml similarity index 100% rename from stable/tagspaces/3.7.3/ix_values.yaml rename to stable/tagspaces/3.7.5/ix_values.yaml diff --git a/stable/tagspaces/3.7.3/questions.yaml b/stable/tagspaces/3.7.5/questions.yaml similarity index 100% rename from stable/tagspaces/3.7.3/questions.yaml rename to stable/tagspaces/3.7.5/questions.yaml diff --git a/stable/tailscale/8.9.4/templates/NOTES.txt b/stable/tagspaces/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/tailscale/8.9.4/templates/NOTES.txt rename to stable/tagspaces/3.7.5/templates/NOTES.txt diff --git a/stable/tagspaces/3.7.3/templates/_secrets.tpl b/stable/tagspaces/3.7.5/templates/_secrets.tpl similarity index 100% rename from stable/tagspaces/3.7.3/templates/_secrets.tpl rename to stable/tagspaces/3.7.5/templates/_secrets.tpl diff --git a/stable/tagspaces/3.7.3/templates/common.yaml b/stable/tagspaces/3.7.5/templates/common.yaml similarity index 100% rename from stable/tagspaces/3.7.3/templates/common.yaml rename to stable/tagspaces/3.7.5/templates/common.yaml diff --git a/stable/tailscale/8.9.4/values.yaml b/stable/tagspaces/3.7.5/values.yaml similarity index 100% rename from stable/tailscale/8.9.4/values.yaml rename to stable/tagspaces/3.7.5/values.yaml diff --git a/stable/tailscale/8.9.4/CHANGELOG.md b/stable/tailscale/8.9.4/CHANGELOG.md deleted file mode 100644 index cdca011f9d6..00000000000 --- a/stable/tailscale/8.9.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/tailscale/8.9.4/Chart.yaml b/stable/tailscale/8.9.4/Chart.yaml deleted file mode 100644 index 6bd08e2bcce..00000000000 --- a/stable/tailscale/8.9.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.62.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tailscale lets you connect your devices and users together in your own secure virtual private network -home: https://truecharts.org/charts/stable/tailscale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png -keywords: - - vpn - - tailscale -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tailscale -sources: - - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh - - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - - https://hub.docker.com/r/tailscale/tailscale -type: application -version: 8.9.4 diff --git a/stable/tailscale/8.9.4/app-changelog.md b/stable/tailscale/8.9.4/app-changelog.md deleted file mode 100644 index b68efa352ae..00000000000 --- a/stable/tailscale/8.9.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [tailscale-8.9.4](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.4) (2024-03-27) - -### Chore - - - -- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) \ No newline at end of file diff --git a/stable/tailscale/8.9.4/charts/common-20.2.4.tgz b/stable/tailscale/8.9.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tailscale/8.9.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.7.4/.helmignore b/stable/tailscale/8.9.6/.helmignore similarity index 100% rename from stable/tandoor-recipes/16.7.4/.helmignore rename to stable/tailscale/8.9.6/.helmignore diff --git a/stable/tailscale/8.9.6/CHANGELOG.md b/stable/tailscale/8.9.6/CHANGELOG.md new file mode 100644 index 00000000000..fce367d1862 --- /dev/null +++ b/stable/tailscale/8.9.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tailscale-8.9.6](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) + + +## [tailscale-8.9.5](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) + + +## [tailscale-8.9.5](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) + + +## [tailscale-8.9.5](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.5) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) + + +## [tailscale-8.9.5](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.5) (2024-03-28) + +### Chore diff --git a/stable/tailscale/8.9.6/Chart.yaml b/stable/tailscale/8.9.6/Chart.yaml new file mode 100644 index 00000000000..7fb1fbca45f --- /dev/null +++ b/stable/tailscale/8.9.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.62.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tailscale lets you connect your devices and users together in your own secure virtual private network +home: https://truecharts.org/charts/stable/tailscale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png +keywords: + - vpn + - tailscale +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tailscale +sources: + - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh + - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale + - https://hub.docker.com/r/tailscale/tailscale +type: application +version: 8.9.6 diff --git a/stable/tailscale/8.9.4/README.md b/stable/tailscale/8.9.6/README.md similarity index 100% rename from stable/tailscale/8.9.4/README.md rename to stable/tailscale/8.9.6/README.md diff --git a/stable/tailscale/8.9.6/app-changelog.md b/stable/tailscale/8.9.6/app-changelog.md new file mode 100644 index 00000000000..6ecea829481 --- /dev/null +++ b/stable/tailscale/8.9.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [tailscale-8.9.6](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image tailscale/tailscale to v1.62.1[@3b310f9](https://github.com/3b310f9) by renovate ([#19850](https://github.com/truecharts/charts/issues/19850)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348)) \ No newline at end of file diff --git a/stable/tailscale/8.9.4/app-readme.md b/stable/tailscale/8.9.6/app-readme.md similarity index 100% rename from stable/tailscale/8.9.4/app-readme.md rename to stable/tailscale/8.9.6/app-readme.md diff --git a/stable/tailscale/8.9.6/charts/common-20.2.10.tgz b/stable/tailscale/8.9.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tailscale/8.9.6/charts/common-20.2.10.tgz differ diff --git a/stable/tailscale/8.9.4/ix_values.yaml b/stable/tailscale/8.9.6/ix_values.yaml similarity index 100% rename from stable/tailscale/8.9.4/ix_values.yaml rename to stable/tailscale/8.9.6/ix_values.yaml diff --git a/stable/tailscale/8.9.4/questions.yaml b/stable/tailscale/8.9.6/questions.yaml similarity index 100% rename from stable/tailscale/8.9.4/questions.yaml rename to stable/tailscale/8.9.6/questions.yaml diff --git a/stable/tauticord/4.4.0/templates/NOTES.txt b/stable/tailscale/8.9.6/templates/NOTES.txt similarity index 100% rename from stable/tauticord/4.4.0/templates/NOTES.txt rename to stable/tailscale/8.9.6/templates/NOTES.txt diff --git a/stable/tailscale/8.9.4/templates/_configmap.tpl b/stable/tailscale/8.9.6/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/8.9.4/templates/_configmap.tpl rename to stable/tailscale/8.9.6/templates/_configmap.tpl diff --git a/stable/tailscale/8.9.4/templates/_secret.tpl b/stable/tailscale/8.9.6/templates/_secret.tpl similarity index 100% rename from stable/tailscale/8.9.4/templates/_secret.tpl rename to stable/tailscale/8.9.6/templates/_secret.tpl diff --git a/stable/tailscale/8.9.4/templates/common.yaml b/stable/tailscale/8.9.6/templates/common.yaml similarity index 100% rename from stable/tailscale/8.9.4/templates/common.yaml rename to stable/tailscale/8.9.6/templates/common.yaml diff --git a/stable/tandoor-recipes/16.7.4/values.yaml b/stable/tailscale/8.9.6/values.yaml similarity index 100% rename from stable/tandoor-recipes/16.7.4/values.yaml rename to stable/tailscale/8.9.6/values.yaml diff --git a/stable/tandoor-recipes/16.7.4/CHANGELOG.md b/stable/tandoor-recipes/16.7.4/CHANGELOG.md deleted file mode 100644 index 2d2e2348848..00000000000 --- a/stable/tandoor-recipes/16.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - diff --git a/stable/tandoor-recipes/16.7.4/Chart.yaml b/stable/tandoor-recipes/16.7.4/Chart.yaml deleted file mode 100644 index ee8536a52f1..00000000000 --- a/stable/tandoor-recipes/16.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.15 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. -home: https://truecharts.org/charts/stable/tandoor-recipes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png -keywords: - - tandoor - - recipes - - cooking -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tandoor-recipes -sources: - - https://github.com/vabene1111/recipes - - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes - - https://hub.docker.com/r/vabene1111/recipes -type: application -version: 16.7.4 diff --git a/stable/tandoor-recipes/16.7.4/app-changelog.md b/stable/tandoor-recipes/16.7.4/app-changelog.md deleted file mode 100644 index b6d39d3cf9e..00000000000 --- a/stable/tandoor-recipes/16.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz b/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tanoshi/5.7.3/.helmignore b/stable/tandoor-recipes/16.7.6/.helmignore similarity index 100% rename from stable/tanoshi/5.7.3/.helmignore rename to stable/tandoor-recipes/16.7.6/.helmignore diff --git a/stable/tandoor-recipes/16.7.6/CHANGELOG.md b/stable/tandoor-recipes/16.7.6/CHANGELOG.md new file mode 100644 index 00000000000..59df15a9ff5 --- /dev/null +++ b/stable/tandoor-recipes/16.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tandoor-recipes-16.7.6](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tandoor-recipes-16.7.5](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tandoor-recipes-16.7.5](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tandoor-recipes-16.7.5](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tandoor-recipes-16.7.5](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/tandoor-recipes/16.7.6/Chart.yaml b/stable/tandoor-recipes/16.7.6/Chart.yaml new file mode 100644 index 00000000000..0df1cd22c58 --- /dev/null +++ b/stable/tandoor-recipes/16.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.15 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. +home: https://truecharts.org/charts/stable/tandoor-recipes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png +keywords: + - tandoor + - recipes + - cooking +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tandoor-recipes +sources: + - https://github.com/vabene1111/recipes + - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes + - https://hub.docker.com/r/vabene1111/recipes +type: application +version: 16.7.6 diff --git a/stable/tandoor-recipes/16.7.4/README.md b/stable/tandoor-recipes/16.7.6/README.md similarity index 100% rename from stable/tandoor-recipes/16.7.4/README.md rename to stable/tandoor-recipes/16.7.6/README.md diff --git a/stable/tandoor-recipes/16.7.6/app-changelog.md b/stable/tandoor-recipes/16.7.6/app-changelog.md new file mode 100644 index 00000000000..d8352c10de1 --- /dev/null +++ b/stable/tandoor-recipes/16.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [tandoor-recipes-16.7.6](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tandoor-recipes/16.7.4/app-readme.md b/stable/tandoor-recipes/16.7.6/app-readme.md similarity index 100% rename from stable/tandoor-recipes/16.7.4/app-readme.md rename to stable/tandoor-recipes/16.7.6/app-readme.md diff --git a/stable/tandoor-recipes/16.7.6/charts/common-20.2.10.tgz b/stable/tandoor-recipes/16.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tandoor-recipes/16.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/tandoor-recipes/16.7.4/ix_values.yaml b/stable/tandoor-recipes/16.7.6/ix_values.yaml similarity index 100% rename from stable/tandoor-recipes/16.7.4/ix_values.yaml rename to stable/tandoor-recipes/16.7.6/ix_values.yaml diff --git a/stable/tandoor-recipes/16.7.4/questions.yaml b/stable/tandoor-recipes/16.7.6/questions.yaml similarity index 100% rename from stable/tandoor-recipes/16.7.4/questions.yaml rename to stable/tandoor-recipes/16.7.6/questions.yaml diff --git a/stable/tandoor-recipes/16.7.4/templates/_secrets.tpl b/stable/tandoor-recipes/16.7.6/templates/_secrets.tpl similarity index 100% rename from stable/tandoor-recipes/16.7.4/templates/_secrets.tpl rename to stable/tandoor-recipes/16.7.6/templates/_secrets.tpl diff --git a/stable/tandoor-recipes/16.7.4/templates/common.yaml b/stable/tandoor-recipes/16.7.6/templates/common.yaml similarity index 100% rename from stable/tandoor-recipes/16.7.4/templates/common.yaml rename to stable/tandoor-recipes/16.7.6/templates/common.yaml diff --git a/stable/tanoshi/5.7.3/values.yaml b/stable/tandoor-recipes/16.7.6/values.yaml similarity index 100% rename from stable/tanoshi/5.7.3/values.yaml rename to stable/tandoor-recipes/16.7.6/values.yaml diff --git a/stable/tanoshi/5.7.3/CHANGELOG.md b/stable/tanoshi/5.7.3/CHANGELOG.md deleted file mode 100644 index 37a6aa595f0..00000000000 --- a/stable/tanoshi/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tanoshi/5.7.3/Chart.yaml b/stable/tanoshi/5.7.3/Chart.yaml deleted file mode 100644 index a4215a796f8..00000000000 --- a/stable/tanoshi/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Selfhosted web manga reader. -home: https://truecharts.org/charts/stable/tanoshi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png -keywords: - - tanoshi - - Productivity - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tanoshi -sources: - - https://github.com/faldez/tanoshi - - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi - - https://hub.docker.com/r/faldez/tanoshi -type: application -version: 5.7.3 diff --git a/stable/tanoshi/5.7.3/app-changelog.md b/stable/tanoshi/5.7.3/app-changelog.md deleted file mode 100644 index a1ab60c8896..00000000000 --- a/stable/tanoshi/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz b/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tar1090/5.7.13/.helmignore b/stable/tanoshi/5.7.5/.helmignore similarity index 100% rename from stable/tar1090/5.7.13/.helmignore rename to stable/tanoshi/5.7.5/.helmignore diff --git a/stable/tanoshi/5.7.5/CHANGELOG.md b/stable/tanoshi/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..1c524dc0e7b --- /dev/null +++ b/stable/tanoshi/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tanoshi-5.7.5](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tanoshi-5.7.4](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tanoshi-5.7.4](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tanoshi-5.7.4](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tanoshi-5.7.4](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tanoshi-5.7.4](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tanoshi/5.7.5/Chart.yaml b/stable/tanoshi/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f524a9e53cf --- /dev/null +++ b/stable/tanoshi/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Selfhosted web manga reader. +home: https://truecharts.org/charts/stable/tanoshi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png +keywords: + - tanoshi + - Productivity + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tanoshi +sources: + - https://github.com/faldez/tanoshi + - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi + - https://hub.docker.com/r/faldez/tanoshi +type: application +version: 5.7.5 diff --git a/stable/tanoshi/5.7.3/README.md b/stable/tanoshi/5.7.5/README.md similarity index 100% rename from stable/tanoshi/5.7.3/README.md rename to stable/tanoshi/5.7.5/README.md diff --git a/stable/tanoshi/5.7.5/app-changelog.md b/stable/tanoshi/5.7.5/app-changelog.md new file mode 100644 index 00000000000..f2ebddc2df4 --- /dev/null +++ b/stable/tanoshi/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tanoshi-5.7.5](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tanoshi/5.7.3/app-readme.md b/stable/tanoshi/5.7.5/app-readme.md similarity index 100% rename from stable/tanoshi/5.7.3/app-readme.md rename to stable/tanoshi/5.7.5/app-readme.md diff --git a/stable/tanoshi/5.7.5/charts/common-20.2.10.tgz b/stable/tanoshi/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tanoshi/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tanoshi/5.7.3/ix_values.yaml b/stable/tanoshi/5.7.5/ix_values.yaml similarity index 100% rename from stable/tanoshi/5.7.3/ix_values.yaml rename to stable/tanoshi/5.7.5/ix_values.yaml diff --git a/stable/tanoshi/5.7.3/questions.yaml b/stable/tanoshi/5.7.5/questions.yaml similarity index 100% rename from stable/tanoshi/5.7.3/questions.yaml rename to stable/tanoshi/5.7.5/questions.yaml diff --git a/stable/tanoshi/5.7.3/templates/common.yaml b/stable/tanoshi/5.7.5/templates/common.yaml similarity index 100% rename from stable/tanoshi/5.7.3/templates/common.yaml rename to stable/tanoshi/5.7.5/templates/common.yaml diff --git a/stable/tar1090/5.7.13/values.yaml b/stable/tanoshi/5.7.5/values.yaml similarity index 100% rename from stable/tar1090/5.7.13/values.yaml rename to stable/tanoshi/5.7.5/values.yaml diff --git a/stable/tar1090/5.7.13/CHANGELOG.md b/stable/tar1090/5.7.13/CHANGELOG.md deleted file mode 100644 index e9007e2424a..00000000000 --- a/stable/tar1090/5.7.13/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tar1090-5.7.13](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.13) (2024-03-28) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) - -- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) - -- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) - -- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) - -- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) - -- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) - - -## [tar1090-5.7.13](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.13) (2024-03-28) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) - -- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) - -- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) - -- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) - -- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) - -- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) - - -## [tar1090-5.7.13](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.13) (2024-03-28) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) diff --git a/stable/tar1090/5.7.13/Chart.yaml b/stable/tar1090/5.7.13/Chart.yaml deleted file mode 100644 index 93e2f046223..00000000000 --- a/stable/tar1090/5.7.13/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Multi-arch tar1090 Chart for visualising ADSB data. -home: https://truecharts.org/charts/stable/tar1090 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png -keywords: - - tar1090 - - Other -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tar1090 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 - - https://hub.docker.com/r/mikenye/tar1090 -type: application -version: 5.7.13 diff --git a/stable/tar1090/5.7.13/app-changelog.md b/stable/tar1090/5.7.13/app-changelog.md deleted file mode 100644 index 9bf454f23a3..00000000000 --- a/stable/tar1090/5.7.13/app-changelog.md +++ /dev/null @@ -1,37 +0,0 @@ - - -## [tar1090-5.7.13](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.13) (2024-03-28) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) - -- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) - -- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) - -- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) - -- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) - -- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) \ No newline at end of file diff --git a/stable/tar1090/5.7.13/charts/common-20.2.9.tgz b/stable/tar1090/5.7.13/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/tar1090/5.7.13/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/tar1090/5.7.13/ix_values.yaml b/stable/tar1090/5.7.13/ix_values.yaml deleted file mode 100644 index 556be131924..00000000000 --- a/stable/tar1090/5.7.13/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikenye/tar1090 - tag: latest@sha256:e726bfe0b6f6c12bb3dc339c77ae16297e802527bb4d3d2db91a68d6c4c9ee79 -persistence: {} -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8078 - protocol: tcp - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - BEASTHOST: - LAT: xx.xxxxx - LONG: xx.xxxxx - MLATHOST: diff --git a/stable/tasmoadmin/8.7.3/.helmignore b/stable/tar1090/5.7.15/.helmignore similarity index 100% rename from stable/tasmoadmin/8.7.3/.helmignore rename to stable/tar1090/5.7.15/.helmignore diff --git a/stable/tar1090/5.7.15/CHANGELOG.md b/stable/tar1090/5.7.15/CHANGELOG.md new file mode 100644 index 00000000000..8fc9563bbdb --- /dev/null +++ b/stable/tar1090/5.7.15/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tar1090-5.7.15](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mikenye/tar1090 to latest[@d0fbc24](https://github.com/d0fbc24) by renovate ([#19922](https://github.com/truecharts/charts/issues/19922)) + +- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) + +- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) + +- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) + +- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) + +- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) + +- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) + + +## [tar1090-5.7.14](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.14) (2024-03-29) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@d0fbc24](https://github.com/d0fbc24) by renovate ([#19922](https://github.com/truecharts/charts/issues/19922)) + +- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) + +- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) + +- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) + +- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) + +- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) + +- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) + + +## [tar1090-5.7.14](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.14) (2024-03-29) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@d0fbc24](https://github.com/d0fbc24) by renovate ([#19922](https://github.com/truecharts/charts/issues/19922)) + +- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) diff --git a/stable/tar1090/5.7.15/Chart.yaml b/stable/tar1090/5.7.15/Chart.yaml new file mode 100644 index 00000000000..fa5686d004e --- /dev/null +++ b/stable/tar1090/5.7.15/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Multi-arch tar1090 Chart for visualising ADSB data. +home: https://truecharts.org/charts/stable/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png +keywords: + - tar1090 + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tar1090 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 + - https://hub.docker.com/r/mikenye/tar1090 +type: application +version: 5.7.15 diff --git a/stable/tar1090/5.7.13/README.md b/stable/tar1090/5.7.15/README.md similarity index 100% rename from stable/tar1090/5.7.13/README.md rename to stable/tar1090/5.7.15/README.md diff --git a/stable/tar1090/5.7.15/app-changelog.md b/stable/tar1090/5.7.15/app-changelog.md new file mode 100644 index 00000000000..8f00dee981d --- /dev/null +++ b/stable/tar1090/5.7.15/app-changelog.md @@ -0,0 +1,41 @@ + + +## [tar1090-5.7.15](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.15) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mikenye/tar1090 to latest[@d0fbc24](https://github.com/d0fbc24) by renovate ([#19922](https://github.com/truecharts/charts/issues/19922)) + +- update container image mikenye/tar1090 to latest[@e726bfe](https://github.com/e726bfe) by renovate ([#19885](https://github.com/truecharts/charts/issues/19885)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mikenye/tar1090 to latest[@b719278](https://github.com/b719278) by renovate ([#19785](https://github.com/truecharts/charts/issues/19785)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652)) + +- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572)) + +- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509)) + +- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503)) + +- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484)) + +- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275)) \ No newline at end of file diff --git a/stable/tar1090/5.7.13/app-readme.md b/stable/tar1090/5.7.15/app-readme.md similarity index 100% rename from stable/tar1090/5.7.13/app-readme.md rename to stable/tar1090/5.7.15/app-readme.md diff --git a/stable/tar1090/5.7.15/charts/common-20.2.10.tgz b/stable/tar1090/5.7.15/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tar1090/5.7.15/charts/common-20.2.10.tgz differ diff --git a/stable/tar1090/5.7.15/ix_values.yaml b/stable/tar1090/5.7.15/ix_values.yaml new file mode 100644 index 00000000000..2a97b92d0d4 --- /dev/null +++ b/stable/tar1090/5.7.15/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: mikenye/tar1090 + tag: latest@sha256:d0fbc24aa4d46e69996880c271fd1a6dc50ae77b87a6aafc32de7985f46ec7ff +persistence: {} +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8078 + protocol: tcp + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + BEASTHOST: + LAT: xx.xxxxx + LONG: xx.xxxxx + MLATHOST: diff --git a/stable/tar1090/5.7.13/questions.yaml b/stable/tar1090/5.7.15/questions.yaml similarity index 100% rename from stable/tar1090/5.7.13/questions.yaml rename to stable/tar1090/5.7.15/questions.yaml diff --git a/stable/tar1090/5.7.13/templates/common.yaml b/stable/tar1090/5.7.15/templates/common.yaml similarity index 100% rename from stable/tar1090/5.7.13/templates/common.yaml rename to stable/tar1090/5.7.15/templates/common.yaml diff --git a/stable/tasmoadmin/8.7.3/values.yaml b/stable/tar1090/5.7.15/values.yaml similarity index 100% rename from stable/tasmoadmin/8.7.3/values.yaml rename to stable/tar1090/5.7.15/values.yaml diff --git a/stable/tasmoadmin/8.7.3/CHANGELOG.md b/stable/tasmoadmin/8.7.3/CHANGELOG.md deleted file mode 100644 index 8927fad2a71..00000000000 --- a/stable/tasmoadmin/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tasmoadmin/8.7.3/Chart.yaml b/stable/tasmoadmin/8.7.3/Chart.yaml deleted file mode 100644 index 9cd90241777..00000000000 --- a/stable/tasmoadmin/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A administrative platform for devices flashed with Tasmota. -home: https://truecharts.org/charts/stable/tasmoadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png -keywords: - - tasmoadmin - - home-automation - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmoadmin -sources: - - https://github.com/TasmoAdmin/TasmoAdmin - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin - - https://ghcr.io/tasmoadmin/tasmoadmin -type: application -version: 8.7.3 diff --git a/stable/tasmoadmin/8.7.3/app-changelog.md b/stable/tasmoadmin/8.7.3/app-changelog.md deleted file mode 100644 index 8f0b70e168b..00000000000 --- a/stable/tasmoadmin/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz b/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tasmobackup/6.7.3/.helmignore b/stable/tasmoadmin/8.7.5/.helmignore similarity index 100% rename from stable/tasmobackup/6.7.3/.helmignore rename to stable/tasmoadmin/8.7.5/.helmignore diff --git a/stable/tasmoadmin/8.7.5/CHANGELOG.md b/stable/tasmoadmin/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7075401821b --- /dev/null +++ b/stable/tasmoadmin/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmoadmin-8.7.5](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmoadmin-8.7.4](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmoadmin-8.7.4](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmoadmin-8.7.4](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmoadmin-8.7.4](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmoadmin-8.7.4](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tasmoadmin/8.7.5/Chart.yaml b/stable/tasmoadmin/8.7.5/Chart.yaml new file mode 100644 index 00000000000..a6bc57e334b --- /dev/null +++ b/stable/tasmoadmin/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A administrative platform for devices flashed with Tasmota. +home: https://truecharts.org/charts/stable/tasmoadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png +keywords: + - tasmoadmin + - home-automation + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmoadmin +sources: + - https://github.com/TasmoAdmin/TasmoAdmin + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin + - https://ghcr.io/tasmoadmin/tasmoadmin +type: application +version: 8.7.5 diff --git a/stable/tasmoadmin/8.7.3/README.md b/stable/tasmoadmin/8.7.5/README.md similarity index 100% rename from stable/tasmoadmin/8.7.3/README.md rename to stable/tasmoadmin/8.7.5/README.md diff --git a/stable/tasmoadmin/8.7.5/app-changelog.md b/stable/tasmoadmin/8.7.5/app-changelog.md new file mode 100644 index 00000000000..0c852eaa288 --- /dev/null +++ b/stable/tasmoadmin/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tasmoadmin-8.7.5](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmoadmin/8.7.3/app-readme.md b/stable/tasmoadmin/8.7.5/app-readme.md similarity index 100% rename from stable/tasmoadmin/8.7.3/app-readme.md rename to stable/tasmoadmin/8.7.5/app-readme.md diff --git a/stable/tasmoadmin/8.7.5/charts/common-20.2.10.tgz b/stable/tasmoadmin/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tasmoadmin/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tasmoadmin/8.7.3/ix_values.yaml b/stable/tasmoadmin/8.7.5/ix_values.yaml similarity index 100% rename from stable/tasmoadmin/8.7.3/ix_values.yaml rename to stable/tasmoadmin/8.7.5/ix_values.yaml diff --git a/stable/tasmoadmin/8.7.3/questions.yaml b/stable/tasmoadmin/8.7.5/questions.yaml similarity index 100% rename from stable/tasmoadmin/8.7.3/questions.yaml rename to stable/tasmoadmin/8.7.5/questions.yaml diff --git a/stable/tasmoadmin/8.7.3/templates/common.yaml b/stable/tasmoadmin/8.7.5/templates/common.yaml similarity index 100% rename from stable/tasmoadmin/8.7.3/templates/common.yaml rename to stable/tasmoadmin/8.7.5/templates/common.yaml diff --git a/stable/tasmobackup/6.7.3/values.yaml b/stable/tasmoadmin/8.7.5/values.yaml similarity index 100% rename from stable/tasmobackup/6.7.3/values.yaml rename to stable/tasmoadmin/8.7.5/values.yaml diff --git a/stable/tasmobackup/6.7.3/CHANGELOG.md b/stable/tasmobackup/6.7.3/CHANGELOG.md deleted file mode 100644 index 323c12378db..00000000000 --- a/stable/tasmobackup/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tasmobackup/6.7.3/Chart.yaml b/stable/tasmobackup/6.7.3/Chart.yaml deleted file mode 100644 index 6e7a281402c..00000000000 --- a/stable/tasmobackup/6.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.05.00 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: backup all your tasmota devices in one place. -home: https://truecharts.org/charts/stable/tasmobackup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png -keywords: - - tasmobackup - - home-automation - - Network-Management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmobackup -sources: - - https://github.com/danmed/TasmoBackupV1 - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup - - https://hub.docker.com/r/danmed/tasmobackupv1 -type: application -version: 6.7.3 diff --git a/stable/tasmobackup/6.7.3/app-changelog.md b/stable/tasmobackup/6.7.3/app-changelog.md deleted file mode 100644 index 6165c8cff36..00000000000 --- a/stable/tasmobackup/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz b/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.7.4/.helmignore b/stable/tasmobackup/6.7.5/.helmignore similarity index 100% rename from stable/tasmocompiler/6.7.4/.helmignore rename to stable/tasmobackup/6.7.5/.helmignore diff --git a/stable/tasmobackup/6.7.5/CHANGELOG.md b/stable/tasmobackup/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..12a7bd33b1e --- /dev/null +++ b/stable/tasmobackup/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmobackup-6.7.5](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmobackup-6.7.4](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmobackup-6.7.4](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmobackup-6.7.4](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmobackup-6.7.4](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmobackup-6.7.4](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tasmobackup/6.7.5/Chart.yaml b/stable/tasmobackup/6.7.5/Chart.yaml new file mode 100644 index 00000000000..95332b41f38 --- /dev/null +++ b/stable/tasmobackup/6.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.05.00 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: backup all your tasmota devices in one place. +home: https://truecharts.org/charts/stable/tasmobackup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png +keywords: + - tasmobackup + - home-automation + - Network-Management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmobackup +sources: + - https://github.com/danmed/TasmoBackupV1 + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup + - https://hub.docker.com/r/danmed/tasmobackupv1 +type: application +version: 6.7.5 diff --git a/stable/tasmobackup/6.7.3/README.md b/stable/tasmobackup/6.7.5/README.md similarity index 100% rename from stable/tasmobackup/6.7.3/README.md rename to stable/tasmobackup/6.7.5/README.md diff --git a/stable/tasmobackup/6.7.5/app-changelog.md b/stable/tasmobackup/6.7.5/app-changelog.md new file mode 100644 index 00000000000..dfa681d9cbd --- /dev/null +++ b/stable/tasmobackup/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tasmobackup-6.7.5](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmobackup/6.7.3/app-readme.md b/stable/tasmobackup/6.7.5/app-readme.md similarity index 100% rename from stable/tasmobackup/6.7.3/app-readme.md rename to stable/tasmobackup/6.7.5/app-readme.md diff --git a/stable/tasmobackup/6.7.5/charts/common-20.2.10.tgz b/stable/tasmobackup/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tasmobackup/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tasmobackup/6.7.3/ix_values.yaml b/stable/tasmobackup/6.7.5/ix_values.yaml similarity index 100% rename from stable/tasmobackup/6.7.3/ix_values.yaml rename to stable/tasmobackup/6.7.5/ix_values.yaml diff --git a/stable/tasmobackup/6.7.3/questions.yaml b/stable/tasmobackup/6.7.5/questions.yaml similarity index 100% rename from stable/tasmobackup/6.7.3/questions.yaml rename to stable/tasmobackup/6.7.5/questions.yaml diff --git a/stable/tasmobackup/6.7.3/templates/common.yaml b/stable/tasmobackup/6.7.5/templates/common.yaml similarity index 100% rename from stable/tasmobackup/6.7.3/templates/common.yaml rename to stable/tasmobackup/6.7.5/templates/common.yaml diff --git a/stable/tasmocompiler/6.7.4/values.yaml b/stable/tasmobackup/6.7.5/values.yaml similarity index 100% rename from stable/tasmocompiler/6.7.4/values.yaml rename to stable/tasmobackup/6.7.5/values.yaml diff --git a/stable/tasmocompiler/6.7.4/CHANGELOG.md b/stable/tasmocompiler/6.7.4/CHANGELOG.md deleted file mode 100644 index 97e48e46994..00000000000 --- a/stable/tasmocompiler/6.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - diff --git a/stable/tasmocompiler/6.7.4/Chart.yaml b/stable/tasmocompiler/6.7.4/Chart.yaml deleted file mode 100644 index 687ff5a155b..00000000000 --- a/stable/tasmocompiler/6.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings -home: https://truecharts.org/charts/stable/tasmocompiler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png -keywords: - - tasmocompiler - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tasmocompiler -sources: - - https://github.com/benzino77/tasmocompiler - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler - - https://hub.docker.com/r/benzino77/tasmocompiler -type: application -version: 6.7.4 diff --git a/stable/tasmocompiler/6.7.4/app-changelog.md b/stable/tasmocompiler/6.7.4/app-changelog.md deleted file mode 100644 index 27ad7de649d..00000000000 --- a/stable/tasmocompiler/6.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz b/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tauticord/4.4.0/.helmignore b/stable/tasmocompiler/6.7.6/.helmignore similarity index 100% rename from stable/tauticord/4.4.0/.helmignore rename to stable/tasmocompiler/6.7.6/.helmignore diff --git a/stable/tasmocompiler/6.7.6/CHANGELOG.md b/stable/tasmocompiler/6.7.6/CHANGELOG.md new file mode 100644 index 00000000000..87e89dce44a --- /dev/null +++ b/stable/tasmocompiler/6.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmocompiler-6.7.6](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmocompiler-6.7.5](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmocompiler-6.7.5](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmocompiler-6.7.5](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tasmocompiler-6.7.5](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/tasmocompiler/6.7.6/Chart.yaml b/stable/tasmocompiler/6.7.6/Chart.yaml new file mode 100644 index 00000000000..372bc2f9a33 --- /dev/null +++ b/stable/tasmocompiler/6.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings +home: https://truecharts.org/charts/stable/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png +keywords: + - tasmocompiler + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmocompiler +sources: + - https://github.com/benzino77/tasmocompiler + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler +type: application +version: 6.7.6 diff --git a/stable/tasmocompiler/6.7.4/README.md b/stable/tasmocompiler/6.7.6/README.md similarity index 100% rename from stable/tasmocompiler/6.7.4/README.md rename to stable/tasmocompiler/6.7.6/README.md diff --git a/stable/tasmocompiler/6.7.6/app-changelog.md b/stable/tasmocompiler/6.7.6/app-changelog.md new file mode 100644 index 00000000000..55a6f913004 --- /dev/null +++ b/stable/tasmocompiler/6.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [tasmocompiler-6.7.6](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tasmocompiler/6.7.4/app-readme.md b/stable/tasmocompiler/6.7.6/app-readme.md similarity index 100% rename from stable/tasmocompiler/6.7.4/app-readme.md rename to stable/tasmocompiler/6.7.6/app-readme.md diff --git a/stable/tasmocompiler/6.7.6/charts/common-20.2.10.tgz b/stable/tasmocompiler/6.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tasmocompiler/6.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/tasmocompiler/6.7.4/ix_values.yaml b/stable/tasmocompiler/6.7.6/ix_values.yaml similarity index 100% rename from stable/tasmocompiler/6.7.4/ix_values.yaml rename to stable/tasmocompiler/6.7.6/ix_values.yaml diff --git a/stable/tasmocompiler/6.7.4/questions.yaml b/stable/tasmocompiler/6.7.6/questions.yaml similarity index 100% rename from stable/tasmocompiler/6.7.4/questions.yaml rename to stable/tasmocompiler/6.7.6/questions.yaml diff --git a/stable/tasmocompiler/6.7.4/templates/common.yaml b/stable/tasmocompiler/6.7.6/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/6.7.4/templates/common.yaml rename to stable/tasmocompiler/6.7.6/templates/common.yaml diff --git a/stable/tauticord/4.4.0/values.yaml b/stable/tasmocompiler/6.7.6/values.yaml similarity index 100% rename from stable/tauticord/4.4.0/values.yaml rename to stable/tasmocompiler/6.7.6/values.yaml diff --git a/stable/tauticord/4.4.0/CHANGELOG.md b/stable/tauticord/4.4.0/CHANGELOG.md deleted file mode 100644 index 9621e4b2067..00000000000 --- a/stable/tauticord/4.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tauticord-4.4.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) - - -## [tauticord-4.4.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) - - -## [tauticord-4.4.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) - - -## [tauticord-4.4.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) \ No newline at end of file diff --git a/stable/tauticord/4.4.0/Chart.yaml b/stable/tauticord/4.4.0/Chart.yaml deleted file mode 100644 index 1ebf4d27386..00000000000 --- a/stable/tauticord/4.4.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: discord - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Discord bot that displays live data from Tautulli. -home: https://truecharts.org/charts/stable/tauticord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png -keywords: - - tauticord - - tautulli - - discord -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tauticord -sources: - - https://github.com/nwithan8/tauticord - - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord - - https://ghcr.io/nwithan8/tauticord -type: application -version: 4.4.0 diff --git a/stable/tauticord/4.4.0/app-changelog.md b/stable/tauticord/4.4.0/app-changelog.md deleted file mode 100644 index 2cfa38b7a3a..00000000000 --- a/stable/tauticord/4.4.0/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [tauticord-4.4.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.0) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) \ No newline at end of file diff --git a/stable/tauticord/4.4.0/charts/common-20.2.4.tgz b/stable/tauticord/4.4.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tauticord/4.4.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tautulli/18.7.3/.helmignore b/stable/tauticord/4.4.2/.helmignore similarity index 100% rename from stable/tautulli/18.7.3/.helmignore rename to stable/tauticord/4.4.2/.helmignore diff --git a/stable/tauticord/4.4.2/CHANGELOG.md b/stable/tauticord/4.4.2/CHANGELOG.md new file mode 100644 index 00000000000..3d71b1022c2 --- /dev/null +++ b/stable/tauticord/4.4.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tauticord-4.4.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) + + +## [tauticord-4.4.1](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) + + +## [tauticord-4.4.1](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) + + +## [tauticord-4.4.1](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/tauticord/4.4.2/Chart.yaml b/stable/tauticord/4.4.2/Chart.yaml new file mode 100644 index 00000000000..fadeb3b0968 --- /dev/null +++ b/stable/tauticord/4.4.2/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: discord + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Discord bot that displays live data from Tautulli. +home: https://truecharts.org/charts/stable/tauticord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png +keywords: + - tauticord + - tautulli + - discord +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tauticord +sources: + - https://github.com/nwithan8/tauticord + - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord + - https://ghcr.io/nwithan8/tauticord +type: application +version: 4.4.2 diff --git a/stable/tauticord/4.4.0/README.md b/stable/tauticord/4.4.2/README.md similarity index 100% rename from stable/tauticord/4.4.0/README.md rename to stable/tauticord/4.4.2/README.md diff --git a/stable/tauticord/4.4.2/app-changelog.md b/stable/tauticord/4.4.2/app-changelog.md new file mode 100644 index 00000000000..a018fb02311 --- /dev/null +++ b/stable/tauticord/4.4.2/app-changelog.md @@ -0,0 +1,29 @@ + + +## [tauticord-4.4.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.4.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/nwithan8/tauticord to v4.2.0[@7be80ef](https://github.com/7be80ef) by renovate ([#19775](https://github.com/truecharts/charts/issues/19775)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342)) \ No newline at end of file diff --git a/stable/tauticord/4.4.0/app-readme.md b/stable/tauticord/4.4.2/app-readme.md similarity index 100% rename from stable/tauticord/4.4.0/app-readme.md rename to stable/tauticord/4.4.2/app-readme.md diff --git a/stable/tauticord/4.4.2/charts/common-20.2.10.tgz b/stable/tauticord/4.4.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tauticord/4.4.2/charts/common-20.2.10.tgz differ diff --git a/stable/tauticord/4.4.0/ix_values.yaml b/stable/tauticord/4.4.2/ix_values.yaml similarity index 100% rename from stable/tauticord/4.4.0/ix_values.yaml rename to stable/tauticord/4.4.2/ix_values.yaml diff --git a/stable/tauticord/4.4.0/questions.yaml b/stable/tauticord/4.4.2/questions.yaml similarity index 100% rename from stable/tauticord/4.4.0/questions.yaml rename to stable/tauticord/4.4.2/questions.yaml diff --git a/stable/tautulli/18.7.3/templates/NOTES.txt b/stable/tauticord/4.4.2/templates/NOTES.txt similarity index 100% rename from stable/tautulli/18.7.3/templates/NOTES.txt rename to stable/tauticord/4.4.2/templates/NOTES.txt diff --git a/stable/tauticord/4.4.0/templates/common.yaml b/stable/tauticord/4.4.2/templates/common.yaml similarity index 100% rename from stable/tauticord/4.4.0/templates/common.yaml rename to stable/tauticord/4.4.2/templates/common.yaml diff --git a/stable/tautulli/18.7.3/values.yaml b/stable/tauticord/4.4.2/values.yaml similarity index 100% rename from stable/tautulli/18.7.3/values.yaml rename to stable/tauticord/4.4.2/values.yaml diff --git a/stable/tautulli/18.7.3/CHANGELOG.md b/stable/tautulli/18.7.3/CHANGELOG.md deleted file mode 100644 index dde94b12d34..00000000000 --- a/stable/tautulli/18.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - diff --git a/stable/tautulli/18.7.3/Chart.yaml b/stable/tautulli/18.7.3/Chart.yaml deleted file mode 100644 index 9559deafd50..00000000000 --- a/stable/tautulli/18.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.13.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Python based monitoring and tracking tool for Plex Media Server -home: https://truecharts.org/charts/stable/tautulli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png -keywords: - - tautulli - - plex -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tautulli -sources: - - https://github.com/Tautulli/Tautulli - - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli - - https://ghcr.io/onedr0p/tautulli -type: application -version: 18.7.3 diff --git a/stable/tautulli/18.7.3/app-changelog.md b/stable/tautulli/18.7.3/app-changelog.md deleted file mode 100644 index 72a160f37a9..00000000000 --- a/stable/tautulli/18.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) \ No newline at end of file diff --git a/stable/tautulli/18.7.3/charts/common-20.2.4.tgz b/stable/tautulli/18.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tautulli/18.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tdarr-node/9.7.3/.helmignore b/stable/tautulli/18.7.5/.helmignore similarity index 100% rename from stable/tdarr-node/9.7.3/.helmignore rename to stable/tautulli/18.7.5/.helmignore diff --git a/stable/tautulli/18.7.5/CHANGELOG.md b/stable/tautulli/18.7.5/CHANGELOG.md new file mode 100644 index 00000000000..5f2f03a56fb --- /dev/null +++ b/stable/tautulli/18.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tautulli-18.7.5](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) + + +## [tautulli-18.7.4](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) + + +## [tautulli-18.7.4](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) + + +## [tautulli-18.7.4](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) + + +## [tautulli-18.7.4](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/tautulli/18.7.5/Chart.yaml b/stable/tautulli/18.7.5/Chart.yaml new file mode 100644 index 00000000000..1bc50f9c9df --- /dev/null +++ b/stable/tautulli/18.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.13.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Python based monitoring and tracking tool for Plex Media Server +home: https://truecharts.org/charts/stable/tautulli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png +keywords: + - tautulli + - plex +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tautulli +sources: + - https://github.com/Tautulli/Tautulli + - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli + - https://ghcr.io/onedr0p/tautulli +type: application +version: 18.7.5 diff --git a/stable/tautulli/18.7.3/README.md b/stable/tautulli/18.7.5/README.md similarity index 100% rename from stable/tautulli/18.7.3/README.md rename to stable/tautulli/18.7.5/README.md diff --git a/stable/tautulli/18.7.5/app-changelog.md b/stable/tautulli/18.7.5/app-changelog.md new file mode 100644 index 00000000000..7e10abdaf7c --- /dev/null +++ b/stable/tautulli/18.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [tautulli-18.7.5](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261)) \ No newline at end of file diff --git a/stable/tautulli/18.7.3/app-readme.md b/stable/tautulli/18.7.5/app-readme.md similarity index 100% rename from stable/tautulli/18.7.3/app-readme.md rename to stable/tautulli/18.7.5/app-readme.md diff --git a/stable/tautulli/18.7.5/charts/common-20.2.10.tgz b/stable/tautulli/18.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tautulli/18.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tautulli/18.7.3/ix_values.yaml b/stable/tautulli/18.7.5/ix_values.yaml similarity index 100% rename from stable/tautulli/18.7.3/ix_values.yaml rename to stable/tautulli/18.7.5/ix_values.yaml diff --git a/stable/tautulli/18.7.3/questions.yaml b/stable/tautulli/18.7.5/questions.yaml similarity index 100% rename from stable/tautulli/18.7.3/questions.yaml rename to stable/tautulli/18.7.5/questions.yaml diff --git a/stable/tdarr-node/9.7.3/templates/NOTES.txt b/stable/tautulli/18.7.5/templates/NOTES.txt similarity index 100% rename from stable/tdarr-node/9.7.3/templates/NOTES.txt rename to stable/tautulli/18.7.5/templates/NOTES.txt diff --git a/stable/tautulli/18.7.3/templates/common.yaml b/stable/tautulli/18.7.5/templates/common.yaml similarity index 100% rename from stable/tautulli/18.7.3/templates/common.yaml rename to stable/tautulli/18.7.5/templates/common.yaml diff --git a/stable/tdarr-node/9.7.3/values.yaml b/stable/tautulli/18.7.5/values.yaml similarity index 100% rename from stable/tdarr-node/9.7.3/values.yaml rename to stable/tautulli/18.7.5/values.yaml diff --git a/stable/tdarr-node/9.7.3/CHANGELOG.md b/stable/tdarr-node/9.7.3/CHANGELOG.md deleted file mode 100644 index b3796f6e5f6..00000000000 --- a/stable/tdarr-node/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tdarr-node/9.7.3/Chart.yaml b/stable/tdarr-node/9.7.3/Chart.yaml deleted file mode 100644 index d5aceb2b0c1..00000000000 --- a/stable/tdarr-node/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tdarr-node -sources: - - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - - https://hub.docker.com/r/haveagitgat/tdarr_node -type: application -version: 9.7.3 diff --git a/stable/tdarr-node/9.7.3/app-changelog.md b/stable/tdarr-node/9.7.3/app-changelog.md deleted file mode 100644 index bd715450e9e..00000000000 --- a/stable/tdarr-node/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz b/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tdarr/9.7.3/.helmignore b/stable/tdarr-node/9.7.5/.helmignore similarity index 100% rename from stable/tdarr/9.7.3/.helmignore rename to stable/tdarr-node/9.7.5/.helmignore diff --git a/stable/tdarr-node/9.7.5/CHANGELOG.md b/stable/tdarr-node/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..99253a1d1d8 --- /dev/null +++ b/stable/tdarr-node/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-node-9.7.5](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-node-9.7.4](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-node-9.7.4](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-node-9.7.4](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-node-9.7.4](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-node-9.7.4](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tdarr-node/9.7.5/Chart.yaml b/stable/tdarr-node/9.7.5/Chart.yaml new file mode 100644 index 00000000000..95c26bfa67e --- /dev/null +++ b/stable/tdarr-node/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr-node +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node + - https://hub.docker.com/r/haveagitgat/tdarr_node +type: application +version: 9.7.5 diff --git a/stable/tdarr-node/9.7.3/README.md b/stable/tdarr-node/9.7.5/README.md similarity index 100% rename from stable/tdarr-node/9.7.3/README.md rename to stable/tdarr-node/9.7.5/README.md diff --git a/stable/tdarr-node/9.7.5/app-changelog.md b/stable/tdarr-node/9.7.5/app-changelog.md new file mode 100644 index 00000000000..19e20c9025f --- /dev/null +++ b/stable/tdarr-node/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tdarr-node-9.7.5](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tdarr-node/9.7.3/app-readme.md b/stable/tdarr-node/9.7.5/app-readme.md similarity index 100% rename from stable/tdarr-node/9.7.3/app-readme.md rename to stable/tdarr-node/9.7.5/app-readme.md diff --git a/stable/tdarr-node/9.7.5/charts/common-20.2.10.tgz b/stable/tdarr-node/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tdarr-node/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tdarr-node/9.7.3/ix_values.yaml b/stable/tdarr-node/9.7.5/ix_values.yaml similarity index 100% rename from stable/tdarr-node/9.7.3/ix_values.yaml rename to stable/tdarr-node/9.7.5/ix_values.yaml diff --git a/stable/tdarr-node/9.7.3/questions.yaml b/stable/tdarr-node/9.7.5/questions.yaml similarity index 100% rename from stable/tdarr-node/9.7.3/questions.yaml rename to stable/tdarr-node/9.7.5/questions.yaml diff --git a/stable/tdarr/9.7.3/templates/NOTES.txt b/stable/tdarr-node/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/tdarr/9.7.3/templates/NOTES.txt rename to stable/tdarr-node/9.7.5/templates/NOTES.txt diff --git a/stable/tdarr-node/9.7.3/templates/common.yaml b/stable/tdarr-node/9.7.5/templates/common.yaml similarity index 100% rename from stable/tdarr-node/9.7.3/templates/common.yaml rename to stable/tdarr-node/9.7.5/templates/common.yaml diff --git a/stable/tdarr/9.7.3/values.yaml b/stable/tdarr-node/9.7.5/values.yaml similarity index 100% rename from stable/tdarr/9.7.3/values.yaml rename to stable/tdarr-node/9.7.5/values.yaml diff --git a/stable/tdarr/9.7.3/CHANGELOG.md b/stable/tdarr/9.7.3/CHANGELOG.md deleted file mode 100644 index f65a91b4abf..00000000000 --- a/stable/tdarr/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tdarr/9.7.3/Chart.yaml b/stable/tdarr/9.7.3/Chart.yaml deleted file mode 100644 index a5aef5f193c..00000000000 --- a/stable/tdarr/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tdarr -sources: - - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - - https://hub.docker.com/r/haveagitgat/tdarr -type: application -version: 9.7.3 diff --git a/stable/tdarr/9.7.3/app-changelog.md b/stable/tdarr/9.7.3/app-changelog.md deleted file mode 100644 index a69ada9d584..00000000000 --- a/stable/tdarr/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tdarr/9.7.3/charts/common-20.2.4.tgz b/stable/tdarr/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tdarr/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.7.3/.helmignore b/stable/tdarr/9.7.5/.helmignore similarity index 100% rename from stable/teamspeak3/10.7.3/.helmignore rename to stable/tdarr/9.7.5/.helmignore diff --git a/stable/tdarr/9.7.5/CHANGELOG.md b/stable/tdarr/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a40fe454a02 --- /dev/null +++ b/stable/tdarr/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-9.7.5](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-9.7.4](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-9.7.4](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-9.7.4](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-9.7.4](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tdarr-9.7.4](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tdarr/9.7.5/Chart.yaml b/stable/tdarr/9.7.5/Chart.yaml new file mode 100644 index 00000000000..30c5c0b5e1e --- /dev/null +++ b/stable/tdarr/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr + - https://hub.docker.com/r/haveagitgat/tdarr +type: application +version: 9.7.5 diff --git a/stable/tdarr/9.7.3/README.md b/stable/tdarr/9.7.5/README.md similarity index 100% rename from stable/tdarr/9.7.3/README.md rename to stable/tdarr/9.7.5/README.md diff --git a/stable/tdarr/9.7.5/app-changelog.md b/stable/tdarr/9.7.5/app-changelog.md new file mode 100644 index 00000000000..20ca80b8489 --- /dev/null +++ b/stable/tdarr/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tdarr-9.7.5](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tdarr/9.7.3/app-readme.md b/stable/tdarr/9.7.5/app-readme.md similarity index 100% rename from stable/tdarr/9.7.3/app-readme.md rename to stable/tdarr/9.7.5/app-readme.md diff --git a/stable/tdarr/9.7.5/charts/common-20.2.10.tgz b/stable/tdarr/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tdarr/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tdarr/9.7.3/ix_values.yaml b/stable/tdarr/9.7.5/ix_values.yaml similarity index 100% rename from stable/tdarr/9.7.3/ix_values.yaml rename to stable/tdarr/9.7.5/ix_values.yaml diff --git a/stable/tdarr/9.7.3/questions.yaml b/stable/tdarr/9.7.5/questions.yaml similarity index 100% rename from stable/tdarr/9.7.3/questions.yaml rename to stable/tdarr/9.7.5/questions.yaml diff --git a/stable/teedy/15.7.3/templates/NOTES.txt b/stable/tdarr/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/teedy/15.7.3/templates/NOTES.txt rename to stable/tdarr/9.7.5/templates/NOTES.txt diff --git a/stable/tdarr/9.7.3/templates/common.yaml b/stable/tdarr/9.7.5/templates/common.yaml similarity index 100% rename from stable/tdarr/9.7.3/templates/common.yaml rename to stable/tdarr/9.7.5/templates/common.yaml diff --git a/stable/teamspeak3/10.7.3/values.yaml b/stable/tdarr/9.7.5/values.yaml similarity index 100% rename from stable/teamspeak3/10.7.3/values.yaml rename to stable/tdarr/9.7.5/values.yaml diff --git a/stable/teamspeak3/10.7.3/CHANGELOG.md b/stable/teamspeak3/10.7.3/CHANGELOG.md deleted file mode 100644 index 00e8f268d16..00000000000 --- a/stable/teamspeak3/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - diff --git a/stable/teamspeak3/10.7.3/Chart.yaml b/stable/teamspeak3/10.7.3/Chart.yaml deleted file mode 100644 index 1b805e9e2e2..00000000000 --- a/stable/teamspeak3/10.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: voice - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.13.7 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TeamSpeak is software for quality voice communication via the Internet. -home: https://truecharts.org/charts/stable/teamspeak3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png -keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teamspeak3 -sources: - - https://www.teamspeak.com/en/ - - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 - - https://hub.docker.com/_/teamspeak -type: application -version: 10.7.3 diff --git a/stable/teamspeak3/10.7.3/app-changelog.md b/stable/teamspeak3/10.7.3/app-changelog.md deleted file mode 100644 index 9d9d7b3982c..00000000000 --- a/stable/teamspeak3/10.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) \ No newline at end of file diff --git a/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz b/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.7.3/.helmignore b/stable/teamspeak3/10.7.5/.helmignore similarity index 100% rename from stable/teedy-docs/5.7.3/.helmignore rename to stable/teamspeak3/10.7.5/.helmignore diff --git a/stable/teamspeak3/10.7.5/CHANGELOG.md b/stable/teamspeak3/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..64032a76a7c --- /dev/null +++ b/stable/teamspeak3/10.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teamspeak3-10.7.5](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) + + +## [teamspeak3-10.7.4](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) + + +## [teamspeak3-10.7.4](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) + + +## [teamspeak3-10.7.4](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) + + +## [teamspeak3-10.7.4](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/teamspeak3/10.7.5/Chart.yaml b/stable/teamspeak3/10.7.5/Chart.yaml new file mode 100644 index 00000000000..efb22866f7a --- /dev/null +++ b/stable/teamspeak3/10.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: voice + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.13.7 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TeamSpeak is software for quality voice communication via the Internet. +home: https://truecharts.org/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png +keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teamspeak3 +sources: + - https://www.teamspeak.com/en/ + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://hub.docker.com/_/teamspeak +type: application +version: 10.7.5 diff --git a/stable/teamspeak3/10.7.3/README.md b/stable/teamspeak3/10.7.5/README.md similarity index 100% rename from stable/teamspeak3/10.7.3/README.md rename to stable/teamspeak3/10.7.5/README.md diff --git a/stable/teamspeak3/10.7.5/app-changelog.md b/stable/teamspeak3/10.7.5/app-changelog.md new file mode 100644 index 00000000000..e90b12c4a32 --- /dev/null +++ b/stable/teamspeak3/10.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [teamspeak3-10.7.5](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291)) \ No newline at end of file diff --git a/stable/teamspeak3/10.7.3/app-readme.md b/stable/teamspeak3/10.7.5/app-readme.md similarity index 100% rename from stable/teamspeak3/10.7.3/app-readme.md rename to stable/teamspeak3/10.7.5/app-readme.md diff --git a/stable/teamspeak3/10.7.5/charts/common-20.2.10.tgz b/stable/teamspeak3/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/teamspeak3/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/teamspeak3/10.7.3/ix_values.yaml b/stable/teamspeak3/10.7.5/ix_values.yaml similarity index 100% rename from stable/teamspeak3/10.7.3/ix_values.yaml rename to stable/teamspeak3/10.7.5/ix_values.yaml diff --git a/stable/teamspeak3/10.7.3/questions.yaml b/stable/teamspeak3/10.7.5/questions.yaml similarity index 100% rename from stable/teamspeak3/10.7.3/questions.yaml rename to stable/teamspeak3/10.7.5/questions.yaml diff --git a/stable/teamspeak3/10.7.3/templates/common.yaml b/stable/teamspeak3/10.7.5/templates/common.yaml similarity index 100% rename from stable/teamspeak3/10.7.3/templates/common.yaml rename to stable/teamspeak3/10.7.5/templates/common.yaml diff --git a/stable/teedy-docs/5.7.3/values.yaml b/stable/teamspeak3/10.7.5/values.yaml similarity index 100% rename from stable/teedy-docs/5.7.3/values.yaml rename to stable/teamspeak3/10.7.5/values.yaml diff --git a/stable/teedy-docs/5.7.3/CHANGELOG.md b/stable/teedy-docs/5.7.3/CHANGELOG.md deleted file mode 100644 index 7872e15af9c..00000000000 --- a/stable/teedy-docs/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/teedy-docs/5.7.3/Chart.yaml b/stable/teedy-docs/5.7.3/Chart.yaml deleted file mode 100644 index cb67390d42b..00000000000 --- a/stable/teedy-docs/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy-docs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png -keywords: - - teedy-docs - - Cloud - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teedy-docs -sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs - - https://hub.docker.com/r/sismics/docs -type: application -version: 5.7.3 diff --git a/stable/teedy-docs/5.7.3/app-changelog.md b/stable/teedy-docs/5.7.3/app-changelog.md deleted file mode 100644 index 3e18ff44f7c..00000000000 --- a/stable/teedy-docs/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz b/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/teedy/15.7.3/.helmignore b/stable/teedy-docs/5.7.5/.helmignore similarity index 100% rename from stable/teedy/15.7.3/.helmignore rename to stable/teedy-docs/5.7.5/.helmignore diff --git a/stable/teedy-docs/5.7.5/CHANGELOG.md b/stable/teedy-docs/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7e273776f74 --- /dev/null +++ b/stable/teedy-docs/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-docs-5.7.5](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-docs-5.7.4](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-docs-5.7.4](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-docs-5.7.4](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-docs-5.7.4](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-docs-5.7.4](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/teedy-docs/5.7.5/Chart.yaml b/stable/teedy-docs/5.7.5/Chart.yaml new file mode 100644 index 00000000000..a9e63ec58de --- /dev/null +++ b/stable/teedy-docs/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png +keywords: + - teedy-docs + - Cloud + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy-docs +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs + - https://hub.docker.com/r/sismics/docs +type: application +version: 5.7.5 diff --git a/stable/teedy-docs/5.7.3/README.md b/stable/teedy-docs/5.7.5/README.md similarity index 100% rename from stable/teedy-docs/5.7.3/README.md rename to stable/teedy-docs/5.7.5/README.md diff --git a/stable/teedy-docs/5.7.5/app-changelog.md b/stable/teedy-docs/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e138c27bffe --- /dev/null +++ b/stable/teedy-docs/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [teedy-docs-5.7.5](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/teedy-docs/5.7.3/app-readme.md b/stable/teedy-docs/5.7.5/app-readme.md similarity index 100% rename from stable/teedy-docs/5.7.3/app-readme.md rename to stable/teedy-docs/5.7.5/app-readme.md diff --git a/stable/teedy-docs/5.7.5/charts/common-20.2.10.tgz b/stable/teedy-docs/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/teedy-docs/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/teedy-docs/5.7.3/ix_values.yaml b/stable/teedy-docs/5.7.5/ix_values.yaml similarity index 100% rename from stable/teedy-docs/5.7.3/ix_values.yaml rename to stable/teedy-docs/5.7.5/ix_values.yaml diff --git a/stable/teedy-docs/5.7.3/questions.yaml b/stable/teedy-docs/5.7.5/questions.yaml similarity index 100% rename from stable/teedy-docs/5.7.3/questions.yaml rename to stable/teedy-docs/5.7.5/questions.yaml diff --git a/stable/teedy-docs/5.7.3/templates/common.yaml b/stable/teedy-docs/5.7.5/templates/common.yaml similarity index 100% rename from stable/teedy-docs/5.7.3/templates/common.yaml rename to stable/teedy-docs/5.7.5/templates/common.yaml diff --git a/stable/teedy/15.7.3/values.yaml b/stable/teedy-docs/5.7.5/values.yaml similarity index 100% rename from stable/teedy/15.7.3/values.yaml rename to stable/teedy-docs/5.7.5/values.yaml diff --git a/stable/teedy/15.7.3/CHANGELOG.md b/stable/teedy/15.7.3/CHANGELOG.md deleted file mode 100644 index d0d4b29bac8..00000000000 --- a/stable/teedy/15.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/teedy/15.7.3/Chart.yaml b/stable/teedy/15.7.3/Chart.yaml deleted file mode 100644 index 56704e060ef..00000000000 --- a/stable/teedy/15.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.11.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Teedy is an open source, lightweight document management system for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png -keywords: - - teedy - - documents - - management -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: teedy -sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy - - https://hub.docker.com/r/sismics/docs -type: application -version: 15.7.3 diff --git a/stable/teedy/15.7.3/app-changelog.md b/stable/teedy/15.7.3/app-changelog.md deleted file mode 100644 index c01461ca3c0..00000000000 --- a/stable/teedy/15.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/teedy/15.7.3/charts/common-20.2.4.tgz b/stable/teedy/15.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/teedy/15.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.7.3/.helmignore b/stable/teedy/15.7.5/.helmignore similarity index 100% rename from stable/telethon-downloader/5.7.3/.helmignore rename to stable/teedy/15.7.5/.helmignore diff --git a/stable/teedy/15.7.5/CHANGELOG.md b/stable/teedy/15.7.5/CHANGELOG.md new file mode 100644 index 00000000000..42dbf2bab66 --- /dev/null +++ b/stable/teedy/15.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-15.7.5](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-15.7.4](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-15.7.4](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-15.7.4](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-15.7.4](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [teedy-15.7.4](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/teedy/15.7.5/Chart.yaml b/stable/teedy/15.7.5/Chart.yaml new file mode 100644 index 00000000000..e02adaa494f --- /dev/null +++ b/stable/teedy/15.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open source, lightweight document management system for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png +keywords: + - teedy + - documents + - management +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy + - https://hub.docker.com/r/sismics/docs +type: application +version: 15.7.5 diff --git a/stable/teedy/15.7.3/README.md b/stable/teedy/15.7.5/README.md similarity index 100% rename from stable/teedy/15.7.3/README.md rename to stable/teedy/15.7.5/README.md diff --git a/stable/teedy/15.7.5/app-changelog.md b/stable/teedy/15.7.5/app-changelog.md new file mode 100644 index 00000000000..f40a3e9f691 --- /dev/null +++ b/stable/teedy/15.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [teedy-15.7.5](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/teedy/15.7.3/app-readme.md b/stable/teedy/15.7.5/app-readme.md similarity index 100% rename from stable/teedy/15.7.3/app-readme.md rename to stable/teedy/15.7.5/app-readme.md diff --git a/stable/teedy/15.7.5/charts/common-20.2.10.tgz b/stable/teedy/15.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/teedy/15.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/teedy/15.7.3/ix_values.yaml b/stable/teedy/15.7.5/ix_values.yaml similarity index 100% rename from stable/teedy/15.7.3/ix_values.yaml rename to stable/teedy/15.7.5/ix_values.yaml diff --git a/stable/teedy/15.7.3/questions.yaml b/stable/teedy/15.7.5/questions.yaml similarity index 100% rename from stable/teedy/15.7.3/questions.yaml rename to stable/teedy/15.7.5/questions.yaml diff --git a/stable/thelounge/13.7.3/templates/NOTES.txt b/stable/teedy/15.7.5/templates/NOTES.txt similarity index 100% rename from stable/thelounge/13.7.3/templates/NOTES.txt rename to stable/teedy/15.7.5/templates/NOTES.txt diff --git a/stable/teedy/15.7.3/templates/common.yaml b/stable/teedy/15.7.5/templates/common.yaml similarity index 100% rename from stable/teedy/15.7.3/templates/common.yaml rename to stable/teedy/15.7.5/templates/common.yaml diff --git a/stable/telethon-downloader/5.7.3/values.yaml b/stable/teedy/15.7.5/values.yaml similarity index 100% rename from stable/telethon-downloader/5.7.3/values.yaml rename to stable/teedy/15.7.5/values.yaml diff --git a/stable/telethon-downloader/5.7.3/CHANGELOG.md b/stable/telethon-downloader/5.7.3/CHANGELOG.md deleted file mode 100644 index 55ad8dfc746..00000000000 --- a/stable/telethon-downloader/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/telethon-downloader/5.7.3/Chart.yaml b/stable/telethon-downloader/5.7.3/Chart.yaml deleted file mode 100644 index a32c381eb20..00000000000 --- a/stable/telethon-downloader/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. -home: https://truecharts.org/charts/stable/telethon-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png -keywords: - - telethon-downloader - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: telethon-downloader -sources: - - https://docs.telethon.dev/ - - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader - - https://hub.docker.com/r/jsavargas/telethon_downloader -type: application -version: 5.7.3 diff --git a/stable/telethon-downloader/5.7.3/app-changelog.md b/stable/telethon-downloader/5.7.3/app-changelog.md deleted file mode 100644 index 8c0d72a441f..00000000000 --- a/stable/telethon-downloader/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz b/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/terraria-tshock/6.7.3/.helmignore b/stable/telethon-downloader/5.7.5/.helmignore similarity index 100% rename from stable/terraria-tshock/6.7.3/.helmignore rename to stable/telethon-downloader/5.7.5/.helmignore diff --git a/stable/telethon-downloader/5.7.5/CHANGELOG.md b/stable/telethon-downloader/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..44c814ab449 --- /dev/null +++ b/stable/telethon-downloader/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [telethon-downloader-5.7.5](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [telethon-downloader-5.7.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [telethon-downloader-5.7.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [telethon-downloader-5.7.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [telethon-downloader-5.7.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [telethon-downloader-5.7.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/telethon-downloader/5.7.5/Chart.yaml b/stable/telethon-downloader/5.7.5/Chart.yaml new file mode 100644 index 00000000000..995a4b81d49 --- /dev/null +++ b/stable/telethon-downloader/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/charts/stable/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png +keywords: + - telethon-downloader + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: telethon-downloader +sources: + - https://docs.telethon.dev/ + - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader + - https://hub.docker.com/r/jsavargas/telethon_downloader +type: application +version: 5.7.5 diff --git a/stable/telethon-downloader/5.7.3/README.md b/stable/telethon-downloader/5.7.5/README.md similarity index 100% rename from stable/telethon-downloader/5.7.3/README.md rename to stable/telethon-downloader/5.7.5/README.md diff --git a/stable/telethon-downloader/5.7.5/app-changelog.md b/stable/telethon-downloader/5.7.5/app-changelog.md new file mode 100644 index 00000000000..333a04e8188 --- /dev/null +++ b/stable/telethon-downloader/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [telethon-downloader-5.7.5](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/telethon-downloader/5.7.3/app-readme.md b/stable/telethon-downloader/5.7.5/app-readme.md similarity index 100% rename from stable/telethon-downloader/5.7.3/app-readme.md rename to stable/telethon-downloader/5.7.5/app-readme.md diff --git a/stable/telethon-downloader/5.7.5/charts/common-20.2.10.tgz b/stable/telethon-downloader/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/telethon-downloader/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/telethon-downloader/5.7.3/ix_values.yaml b/stable/telethon-downloader/5.7.5/ix_values.yaml similarity index 100% rename from stable/telethon-downloader/5.7.3/ix_values.yaml rename to stable/telethon-downloader/5.7.5/ix_values.yaml diff --git a/stable/telethon-downloader/5.7.3/questions.yaml b/stable/telethon-downloader/5.7.5/questions.yaml similarity index 100% rename from stable/telethon-downloader/5.7.3/questions.yaml rename to stable/telethon-downloader/5.7.5/questions.yaml diff --git a/stable/telethon-downloader/5.7.3/templates/common.yaml b/stable/telethon-downloader/5.7.5/templates/common.yaml similarity index 100% rename from stable/telethon-downloader/5.7.3/templates/common.yaml rename to stable/telethon-downloader/5.7.5/templates/common.yaml diff --git a/stable/terraria-tshock/6.7.3/values.yaml b/stable/telethon-downloader/5.7.5/values.yaml similarity index 100% rename from stable/terraria-tshock/6.7.3/values.yaml rename to stable/telethon-downloader/5.7.5/values.yaml diff --git a/stable/terraria-tshock/6.7.3/CHANGELOG.md b/stable/terraria-tshock/6.7.3/CHANGELOG.md deleted file mode 100644 index 4e1bf40a558..00000000000 --- a/stable/terraria-tshock/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/terraria-tshock/6.7.3/Chart.yaml b/stable/terraria-tshock/6.7.3/Chart.yaml deleted file mode 100644 index 593349deec8..00000000000 --- a/stable/terraria-tshock/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: tshock -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: SteamCMD Terraria and the TShock MOD. -home: https://truecharts.org/charts/stable/terraria-tshock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png -keywords: - - terraria-tshock - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: terraria-tshock -sources: - - https://tshock.co/ - - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock - - https://hub.docker.com/r/ich777/terrariaserver -type: application -version: 6.7.3 diff --git a/stable/terraria-tshock/6.7.3/app-changelog.md b/stable/terraria-tshock/6.7.3/app-changelog.md deleted file mode 100644 index ca0e80756d5..00000000000 --- a/stable/terraria-tshock/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz b/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/theforest/5.7.3/.helmignore b/stable/terraria-tshock/6.7.5/.helmignore similarity index 100% rename from stable/theforest/5.7.3/.helmignore rename to stable/terraria-tshock/6.7.5/.helmignore diff --git a/stable/terraria-tshock/6.7.5/CHANGELOG.md b/stable/terraria-tshock/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7d39e602bed --- /dev/null +++ b/stable/terraria-tshock/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [terraria-tshock-6.7.5](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [terraria-tshock-6.7.4](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [terraria-tshock-6.7.4](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [terraria-tshock-6.7.4](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [terraria-tshock-6.7.4](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [terraria-tshock-6.7.4](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/terraria-tshock/6.7.5/Chart.yaml b/stable/terraria-tshock/6.7.5/Chart.yaml new file mode 100644 index 00000000000..2965679f528 --- /dev/null +++ b/stable/terraria-tshock/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: tshock +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SteamCMD Terraria and the TShock MOD. +home: https://truecharts.org/charts/stable/terraria-tshock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png +keywords: + - terraria-tshock + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: terraria-tshock +sources: + - https://tshock.co/ + - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock + - https://hub.docker.com/r/ich777/terrariaserver +type: application +version: 6.7.5 diff --git a/stable/terraria-tshock/6.7.3/README.md b/stable/terraria-tshock/6.7.5/README.md similarity index 100% rename from stable/terraria-tshock/6.7.3/README.md rename to stable/terraria-tshock/6.7.5/README.md diff --git a/stable/terraria-tshock/6.7.5/app-changelog.md b/stable/terraria-tshock/6.7.5/app-changelog.md new file mode 100644 index 00000000000..197dce0c092 --- /dev/null +++ b/stable/terraria-tshock/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [terraria-tshock-6.7.5](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/terraria-tshock/6.7.3/app-readme.md b/stable/terraria-tshock/6.7.5/app-readme.md similarity index 100% rename from stable/terraria-tshock/6.7.3/app-readme.md rename to stable/terraria-tshock/6.7.5/app-readme.md diff --git a/stable/terraria-tshock/6.7.5/charts/common-20.2.10.tgz b/stable/terraria-tshock/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/terraria-tshock/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/terraria-tshock/6.7.3/ix_values.yaml b/stable/terraria-tshock/6.7.5/ix_values.yaml similarity index 100% rename from stable/terraria-tshock/6.7.3/ix_values.yaml rename to stable/terraria-tshock/6.7.5/ix_values.yaml diff --git a/stable/terraria-tshock/6.7.3/questions.yaml b/stable/terraria-tshock/6.7.5/questions.yaml similarity index 100% rename from stable/terraria-tshock/6.7.3/questions.yaml rename to stable/terraria-tshock/6.7.5/questions.yaml diff --git a/stable/terraria-tshock/6.7.3/templates/_secret.tpl b/stable/terraria-tshock/6.7.5/templates/_secret.tpl similarity index 100% rename from stable/terraria-tshock/6.7.3/templates/_secret.tpl rename to stable/terraria-tshock/6.7.5/templates/_secret.tpl diff --git a/stable/terraria-tshock/6.7.3/templates/common.yaml b/stable/terraria-tshock/6.7.5/templates/common.yaml similarity index 100% rename from stable/terraria-tshock/6.7.3/templates/common.yaml rename to stable/terraria-tshock/6.7.5/templates/common.yaml diff --git a/stable/theforest/5.7.3/values.yaml b/stable/terraria-tshock/6.7.5/values.yaml similarity index 100% rename from stable/theforest/5.7.3/values.yaml rename to stable/terraria-tshock/6.7.5/values.yaml diff --git a/stable/theforest/5.7.3/CHANGELOG.md b/stable/theforest/5.7.3/CHANGELOG.md deleted file mode 100644 index 835c45c11fe..00000000000 --- a/stable/theforest/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/theforest/5.7.3/Chart.yaml b/stable/theforest/5.7.3/Chart.yaml deleted file mode 100644 index 79550529903..00000000000 --- a/stable/theforest/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: theforest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" -home: https://truecharts.org/charts/stable/theforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png -keywords: - - theforest - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: theforest -sources: - - https://www.steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/theforest - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/theforest/5.7.3/app-changelog.md b/stable/theforest/5.7.3/app-changelog.md deleted file mode 100644 index 5fbd2e45baa..00000000000 --- a/stable/theforest/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/theforest/5.7.3/charts/common-20.2.4.tgz b/stable/theforest/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/theforest/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/thelounge/13.7.3/.helmignore b/stable/theforest/5.7.5/.helmignore similarity index 100% rename from stable/thelounge/13.7.3/.helmignore rename to stable/theforest/5.7.5/.helmignore diff --git a/stable/theforest/5.7.5/CHANGELOG.md b/stable/theforest/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a4ea5f67b97 --- /dev/null +++ b/stable/theforest/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theforest-5.7.5](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theforest-5.7.4](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theforest-5.7.4](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theforest-5.7.4](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theforest-5.7.4](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theforest-5.7.4](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/theforest/5.7.5/Chart.yaml b/stable/theforest/5.7.5/Chart.yaml new file mode 100644 index 00000000000..63f061bbd37 --- /dev/null +++ b/stable/theforest/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: theforest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" +home: https://truecharts.org/charts/stable/theforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png +keywords: + - theforest + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theforest +sources: + - https://www.steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/theforest + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/theforest/5.7.3/README.md b/stable/theforest/5.7.5/README.md similarity index 100% rename from stable/theforest/5.7.3/README.md rename to stable/theforest/5.7.5/README.md diff --git a/stable/theforest/5.7.5/app-changelog.md b/stable/theforest/5.7.5/app-changelog.md new file mode 100644 index 00000000000..4b91f68d87b --- /dev/null +++ b/stable/theforest/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [theforest-5.7.5](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/theforest/5.7.3/app-readme.md b/stable/theforest/5.7.5/app-readme.md similarity index 100% rename from stable/theforest/5.7.3/app-readme.md rename to stable/theforest/5.7.5/app-readme.md diff --git a/stable/theforest/5.7.5/charts/common-20.2.10.tgz b/stable/theforest/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/theforest/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/theforest/5.7.3/ix_values.yaml b/stable/theforest/5.7.5/ix_values.yaml similarity index 100% rename from stable/theforest/5.7.3/ix_values.yaml rename to stable/theforest/5.7.5/ix_values.yaml diff --git a/stable/theforest/5.7.3/questions.yaml b/stable/theforest/5.7.5/questions.yaml similarity index 100% rename from stable/theforest/5.7.3/questions.yaml rename to stable/theforest/5.7.5/questions.yaml diff --git a/stable/theforest/5.7.3/templates/common.yaml b/stable/theforest/5.7.5/templates/common.yaml similarity index 100% rename from stable/theforest/5.7.3/templates/common.yaml rename to stable/theforest/5.7.5/templates/common.yaml diff --git a/stable/thelounge/13.7.3/values.yaml b/stable/theforest/5.7.5/values.yaml similarity index 100% rename from stable/thelounge/13.7.3/values.yaml rename to stable/theforest/5.7.5/values.yaml diff --git a/stable/thelounge/13.7.3/CHANGELOG.md b/stable/thelounge/13.7.3/CHANGELOG.md deleted file mode 100644 index fdfb802dd9f..00000000000 --- a/stable/thelounge/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/thelounge/13.7.3/Chart.yaml b/stable/thelounge/13.7.3/Chart.yaml deleted file mode 100644 index c8628c4968c..00000000000 --- a/stable/thelounge/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Lounge, modern web IRC client designed for self-hosting -home: https://truecharts.org/charts/stable/thelounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png -keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: thelounge -sources: - - https://github.com/thelounge/thelounge - - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - - https://hub.docker.com/r/thelounge/thelounge -type: application -version: 13.7.3 diff --git a/stable/thelounge/13.7.3/app-changelog.md b/stable/thelounge/13.7.3/app-changelog.md deleted file mode 100644 index 2a7235febaf..00000000000 --- a/stable/thelounge/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/thelounge/13.7.3/charts/common-20.2.4.tgz b/stable/thelounge/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/thelounge/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/theme-park/9.8.3/.helmignore b/stable/thelounge/13.7.5/.helmignore similarity index 100% rename from stable/theme-park/9.8.3/.helmignore rename to stable/thelounge/13.7.5/.helmignore diff --git a/stable/thelounge/13.7.5/CHANGELOG.md b/stable/thelounge/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6b9b30953ff --- /dev/null +++ b/stable/thelounge/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thelounge-13.7.5](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thelounge-13.7.4](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thelounge-13.7.4](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thelounge-13.7.4](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thelounge-13.7.4](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thelounge-13.7.4](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/thelounge/13.7.5/Chart.yaml b/stable/thelounge/13.7.5/Chart.yaml new file mode 100644 index 00000000000..d7bc5fb0b33 --- /dev/null +++ b/stable/thelounge/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Lounge, modern web IRC client designed for self-hosting +home: https://truecharts.org/charts/stable/thelounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png +keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thelounge +sources: + - https://github.com/thelounge/thelounge + - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge + - https://hub.docker.com/r/thelounge/thelounge +type: application +version: 13.7.5 diff --git a/stable/thelounge/13.7.3/README.md b/stable/thelounge/13.7.5/README.md similarity index 100% rename from stable/thelounge/13.7.3/README.md rename to stable/thelounge/13.7.5/README.md diff --git a/stable/thelounge/13.7.5/app-changelog.md b/stable/thelounge/13.7.5/app-changelog.md new file mode 100644 index 00000000000..2035a1ba337 --- /dev/null +++ b/stable/thelounge/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [thelounge-13.7.5](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/thelounge/13.7.3/app-readme.md b/stable/thelounge/13.7.5/app-readme.md similarity index 100% rename from stable/thelounge/13.7.3/app-readme.md rename to stable/thelounge/13.7.5/app-readme.md diff --git a/stable/thelounge/13.7.5/charts/common-20.2.10.tgz b/stable/thelounge/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/thelounge/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/thelounge/13.7.3/ix_values.yaml b/stable/thelounge/13.7.5/ix_values.yaml similarity index 100% rename from stable/thelounge/13.7.3/ix_values.yaml rename to stable/thelounge/13.7.5/ix_values.yaml diff --git a/stable/thelounge/13.7.3/questions.yaml b/stable/thelounge/13.7.5/questions.yaml similarity index 100% rename from stable/thelounge/13.7.3/questions.yaml rename to stable/thelounge/13.7.5/questions.yaml diff --git a/stable/theme-park/9.8.3/templates/NOTES.txt b/stable/thelounge/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/theme-park/9.8.3/templates/NOTES.txt rename to stable/thelounge/13.7.5/templates/NOTES.txt diff --git a/stable/thelounge/13.7.3/templates/common.yaml b/stable/thelounge/13.7.5/templates/common.yaml similarity index 100% rename from stable/thelounge/13.7.3/templates/common.yaml rename to stable/thelounge/13.7.5/templates/common.yaml diff --git a/stable/theme-park/9.8.3/values.yaml b/stable/thelounge/13.7.5/values.yaml similarity index 100% rename from stable/theme-park/9.8.3/values.yaml rename to stable/thelounge/13.7.5/values.yaml diff --git a/stable/theme-park/9.8.3/CHANGELOG.md b/stable/theme-park/9.8.3/CHANGELOG.md deleted file mode 100644 index 87ae31e1940..00000000000 --- a/stable/theme-park/9.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/theme-park/9.8.3/Chart.yaml b/stable/theme-park/9.8.3/Chart.yaml deleted file mode 100644 index fc2548a810d..00000000000 --- a/stable/theme-park/9.8.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: customization - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.16.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Custom themes for your favorite apps! -home: https://truecharts.org/charts/stable/theme-park -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png -keywords: - - theme-park - - customization -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: theme-park -sources: - - https://github.com/gilbn/theme.park - - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - - https://ghcr.io/onedr0p/theme-park -type: application -version: 9.8.3 diff --git a/stable/theme-park/9.8.3/app-changelog.md b/stable/theme-park/9.8.3/app-changelog.md deleted file mode 100644 index 10267da0ffa..00000000000 --- a/stable/theme-park/9.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/theme-park/9.8.3/charts/common-20.2.4.tgz b/stable/theme-park/9.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/theme-park/9.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/thunderbird/5.7.4/.helmignore b/stable/theme-park/9.8.5/.helmignore similarity index 100% rename from stable/thunderbird/5.7.4/.helmignore rename to stable/theme-park/9.8.5/.helmignore diff --git a/stable/theme-park/9.8.5/CHANGELOG.md b/stable/theme-park/9.8.5/CHANGELOG.md new file mode 100644 index 00000000000..de85dec68e4 --- /dev/null +++ b/stable/theme-park/9.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theme-park-9.8.5](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theme-park-9.8.4](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theme-park-9.8.4](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theme-park-9.8.4](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theme-park-9.8.4](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [theme-park-9.8.4](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/theme-park/9.8.5/Chart.yaml b/stable/theme-park/9.8.5/Chart.yaml new file mode 100644 index 00000000000..750fb4227b3 --- /dev/null +++ b/stable/theme-park/9.8.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: customization + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.16.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Custom themes for your favorite apps! +home: https://truecharts.org/charts/stable/theme-park +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png +keywords: + - theme-park + - customization +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theme-park +sources: + - https://github.com/gilbn/theme.park + - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park + - https://ghcr.io/onedr0p/theme-park +type: application +version: 9.8.5 diff --git a/stable/theme-park/9.8.3/README.md b/stable/theme-park/9.8.5/README.md similarity index 100% rename from stable/theme-park/9.8.3/README.md rename to stable/theme-park/9.8.5/README.md diff --git a/stable/theme-park/9.8.5/app-changelog.md b/stable/theme-park/9.8.5/app-changelog.md new file mode 100644 index 00000000000..72442a43eb8 --- /dev/null +++ b/stable/theme-park/9.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [theme-park-9.8.5](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/theme-park/9.8.3/app-readme.md b/stable/theme-park/9.8.5/app-readme.md similarity index 100% rename from stable/theme-park/9.8.3/app-readme.md rename to stable/theme-park/9.8.5/app-readme.md diff --git a/stable/theme-park/9.8.5/charts/common-20.2.10.tgz b/stable/theme-park/9.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/theme-park/9.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/theme-park/9.8.3/ix_values.yaml b/stable/theme-park/9.8.5/ix_values.yaml similarity index 100% rename from stable/theme-park/9.8.3/ix_values.yaml rename to stable/theme-park/9.8.5/ix_values.yaml diff --git a/stable/theme-park/9.8.3/questions.yaml b/stable/theme-park/9.8.5/questions.yaml similarity index 100% rename from stable/theme-park/9.8.3/questions.yaml rename to stable/theme-park/9.8.5/questions.yaml diff --git a/stable/tinymediamanager/10.7.3/templates/NOTES.txt b/stable/theme-park/9.8.5/templates/NOTES.txt similarity index 100% rename from stable/tinymediamanager/10.7.3/templates/NOTES.txt rename to stable/theme-park/9.8.5/templates/NOTES.txt diff --git a/stable/theme-park/9.8.3/templates/common.yaml b/stable/theme-park/9.8.5/templates/common.yaml similarity index 100% rename from stable/theme-park/9.8.3/templates/common.yaml rename to stable/theme-park/9.8.5/templates/common.yaml diff --git a/stable/thunderbird/5.7.4/values.yaml b/stable/theme-park/9.8.5/values.yaml similarity index 100% rename from stable/thunderbird/5.7.4/values.yaml rename to stable/theme-park/9.8.5/values.yaml diff --git a/stable/thunderbird/5.7.4/CHANGELOG.md b/stable/thunderbird/5.7.4/CHANGELOG.md deleted file mode 100644 index b44288a5842..00000000000 --- a/stable/thunderbird/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/thunderbird/5.7.4/Chart.yaml b/stable/thunderbird/5.7.4/Chart.yaml deleted file mode 100644 index 5a2bf536644..00000000000 --- a/stable/thunderbird/5.7.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install Thunderbird in the preferred version and language. -home: https://truecharts.org/charts/stable/thunderbird -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png -keywords: - - thunderbird - - mail -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: thunderbird -sources: - - https://www.thunderbird.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird - - https://hub.docker.com/r/ich777/thunderbird -type: application -version: 5.7.4 diff --git a/stable/thunderbird/5.7.4/app-changelog.md b/stable/thunderbird/5.7.4/app-changelog.md deleted file mode 100644 index 2afbdc033a0..00000000000 --- a/stable/thunderbird/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz b/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/timetagger/6.5.3/.helmignore b/stable/thunderbird/5.7.6/.helmignore similarity index 100% rename from stable/timetagger/6.5.3/.helmignore rename to stable/thunderbird/5.7.6/.helmignore diff --git a/stable/thunderbird/5.7.6/CHANGELOG.md b/stable/thunderbird/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..449b86d8e57 --- /dev/null +++ b/stable/thunderbird/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thunderbird-5.7.6](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thunderbird-5.7.5](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thunderbird-5.7.5](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thunderbird-5.7.5](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [thunderbird-5.7.5](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/thunderbird/5.7.6/Chart.yaml b/stable/thunderbird/5.7.6/Chart.yaml new file mode 100644 index 00000000000..c2d69f6dbec --- /dev/null +++ b/stable/thunderbird/5.7.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Thunderbird in the preferred version and language. +home: https://truecharts.org/charts/stable/thunderbird +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png +keywords: + - thunderbird + - mail +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thunderbird +sources: + - https://www.thunderbird.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird + - https://hub.docker.com/r/ich777/thunderbird +type: application +version: 5.7.6 diff --git a/stable/thunderbird/5.7.4/README.md b/stable/thunderbird/5.7.6/README.md similarity index 100% rename from stable/thunderbird/5.7.4/README.md rename to stable/thunderbird/5.7.6/README.md diff --git a/stable/thunderbird/5.7.6/app-changelog.md b/stable/thunderbird/5.7.6/app-changelog.md new file mode 100644 index 00000000000..687809c48c5 --- /dev/null +++ b/stable/thunderbird/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [thunderbird-5.7.6](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/thunderbird/5.7.4/app-readme.md b/stable/thunderbird/5.7.6/app-readme.md similarity index 100% rename from stable/thunderbird/5.7.4/app-readme.md rename to stable/thunderbird/5.7.6/app-readme.md diff --git a/stable/thunderbird/5.7.6/charts/common-20.2.10.tgz b/stable/thunderbird/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/thunderbird/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/thunderbird/5.7.4/ix_values.yaml b/stable/thunderbird/5.7.6/ix_values.yaml similarity index 100% rename from stable/thunderbird/5.7.4/ix_values.yaml rename to stable/thunderbird/5.7.6/ix_values.yaml diff --git a/stable/thunderbird/5.7.4/questions.yaml b/stable/thunderbird/5.7.6/questions.yaml similarity index 100% rename from stable/thunderbird/5.7.4/questions.yaml rename to stable/thunderbird/5.7.6/questions.yaml diff --git a/stable/thunderbird/5.7.4/templates/common.yaml b/stable/thunderbird/5.7.6/templates/common.yaml similarity index 100% rename from stable/thunderbird/5.7.4/templates/common.yaml rename to stable/thunderbird/5.7.6/templates/common.yaml diff --git a/stable/timetagger/6.5.3/values.yaml b/stable/thunderbird/5.7.6/values.yaml similarity index 100% rename from stable/timetagger/6.5.3/values.yaml rename to stable/thunderbird/5.7.6/values.yaml diff --git a/stable/timetagger/6.5.3/CHANGELOG.md b/stable/timetagger/6.5.3/CHANGELOG.md deleted file mode 100644 index bf75f0fd8cf..00000000000 --- a/stable/timetagger/6.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/timetagger/6.5.3/Chart.yaml b/stable/timetagger/6.5.3/Chart.yaml deleted file mode 100644 index ba846470cd3..00000000000 --- a/stable/timetagger/6.5.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.11.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An open source time-tracker with an interactive user experience and powerful reporting. -home: https://truecharts.org/charts/stable/timetagger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png -keywords: - - time - - timetagger -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: timetagger -sources: - - https://timetagger.app - - https://github.com/almarklein/timetagger - - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger - - https://ghcr.io/almarklein/timetagger -type: application -version: 6.5.3 diff --git a/stable/timetagger/6.5.3/app-changelog.md b/stable/timetagger/6.5.3/app-changelog.md deleted file mode 100644 index ad5d119ef05..00000000000 --- a/stable/timetagger/6.5.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/timetagger/6.5.3/charts/common-20.2.4.tgz b/stable/timetagger/6.5.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/timetagger/6.5.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tinymediamanager/10.7.3/.helmignore b/stable/timetagger/6.5.5/.helmignore similarity index 100% rename from stable/tinymediamanager/10.7.3/.helmignore rename to stable/timetagger/6.5.5/.helmignore diff --git a/stable/timetagger/6.5.5/CHANGELOG.md b/stable/timetagger/6.5.5/CHANGELOG.md new file mode 100644 index 00000000000..2b1fe1db89a --- /dev/null +++ b/stable/timetagger/6.5.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [timetagger-6.5.5](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [timetagger-6.5.4](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [timetagger-6.5.4](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [timetagger-6.5.4](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [timetagger-6.5.4](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [timetagger-6.5.4](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/timetagger/6.5.5/Chart.yaml b/stable/timetagger/6.5.5/Chart.yaml new file mode 100644 index 00000000000..009915da24a --- /dev/null +++ b/stable/timetagger/6.5.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.11.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open source time-tracker with an interactive user experience and powerful reporting. +home: https://truecharts.org/charts/stable/timetagger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png +keywords: + - time + - timetagger +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: timetagger +sources: + - https://timetagger.app + - https://github.com/almarklein/timetagger + - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger + - https://ghcr.io/almarklein/timetagger +type: application +version: 6.5.5 diff --git a/stable/timetagger/6.5.3/README.md b/stable/timetagger/6.5.5/README.md similarity index 100% rename from stable/timetagger/6.5.3/README.md rename to stable/timetagger/6.5.5/README.md diff --git a/stable/timetagger/6.5.5/app-changelog.md b/stable/timetagger/6.5.5/app-changelog.md new file mode 100644 index 00000000000..fe20a40d5d6 --- /dev/null +++ b/stable/timetagger/6.5.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [timetagger-6.5.5](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/timetagger/6.5.3/app-readme.md b/stable/timetagger/6.5.5/app-readme.md similarity index 100% rename from stable/timetagger/6.5.3/app-readme.md rename to stable/timetagger/6.5.5/app-readme.md diff --git a/stable/timetagger/6.5.5/charts/common-20.2.10.tgz b/stable/timetagger/6.5.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/timetagger/6.5.5/charts/common-20.2.10.tgz differ diff --git a/stable/timetagger/6.5.3/ix_values.yaml b/stable/timetagger/6.5.5/ix_values.yaml similarity index 100% rename from stable/timetagger/6.5.3/ix_values.yaml rename to stable/timetagger/6.5.5/ix_values.yaml diff --git a/stable/timetagger/6.5.3/questions.yaml b/stable/timetagger/6.5.5/questions.yaml similarity index 100% rename from stable/timetagger/6.5.3/questions.yaml rename to stable/timetagger/6.5.5/questions.yaml diff --git a/stable/timetagger/6.5.3/templates/common.yaml b/stable/timetagger/6.5.5/templates/common.yaml similarity index 100% rename from stable/timetagger/6.5.3/templates/common.yaml rename to stable/timetagger/6.5.5/templates/common.yaml diff --git a/stable/tinymediamanager/10.7.3/values.yaml b/stable/timetagger/6.5.5/values.yaml similarity index 100% rename from stable/tinymediamanager/10.7.3/values.yaml rename to stable/timetagger/6.5.5/values.yaml diff --git a/stable/tinymediamanager/10.7.3/CHANGELOG.md b/stable/tinymediamanager/10.7.3/CHANGELOG.md deleted file mode 100644 index c5ee016ab31..00000000000 --- a/stable/tinymediamanager/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tinymediamanager/10.7.3/Chart.yaml b/stable/tinymediamanager/10.7.3/Chart.yaml deleted file mode 100644 index 795f9a0d13a..00000000000 --- a/stable/tinymediamanager/10.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TinyMediaManager is a full featured media manager to organize and clean up your media library. -home: https://truecharts.org/charts/stable/tinymediamanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png -keywords: - - tiny - - media - - manager -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tinymediamanager -sources: - - https://gitlab.com/tinyMediaManager/tinyMediaManager - - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - - https://hub.docker.com/r/tinymediamanager/tinymediamanager -type: application -version: 10.7.3 diff --git a/stable/tinymediamanager/10.7.3/app-changelog.md b/stable/tinymediamanager/10.7.3/app-changelog.md deleted file mode 100644 index a558bfd3b4b..00000000000 --- a/stable/tinymediamanager/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz b/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tonido/5.7.3/.helmignore b/stable/tinymediamanager/10.7.5/.helmignore similarity index 100% rename from stable/tonido/5.7.3/.helmignore rename to stable/tinymediamanager/10.7.5/.helmignore diff --git a/stable/tinymediamanager/10.7.5/CHANGELOG.md b/stable/tinymediamanager/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..241f43eedc4 --- /dev/null +++ b/stable/tinymediamanager/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tinymediamanager-10.7.5](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tinymediamanager-10.7.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tinymediamanager-10.7.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tinymediamanager-10.7.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tinymediamanager-10.7.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tinymediamanager-10.7.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tinymediamanager/10.7.5/Chart.yaml b/stable/tinymediamanager/10.7.5/Chart.yaml new file mode 100644 index 00000000000..5498e2eaf1b --- /dev/null +++ b/stable/tinymediamanager/10.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TinyMediaManager is a full featured media manager to organize and clean up your media library. +home: https://truecharts.org/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png +keywords: + - tiny + - media + - manager +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tinymediamanager +sources: + - https://gitlab.com/tinyMediaManager/tinyMediaManager + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager + - https://hub.docker.com/r/tinymediamanager/tinymediamanager +type: application +version: 10.7.5 diff --git a/stable/tinymediamanager/10.7.3/README.md b/stable/tinymediamanager/10.7.5/README.md similarity index 100% rename from stable/tinymediamanager/10.7.3/README.md rename to stable/tinymediamanager/10.7.5/README.md diff --git a/stable/tinymediamanager/10.7.5/app-changelog.md b/stable/tinymediamanager/10.7.5/app-changelog.md new file mode 100644 index 00000000000..c68cabc3117 --- /dev/null +++ b/stable/tinymediamanager/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tinymediamanager-10.7.5](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.7.3/app-readme.md b/stable/tinymediamanager/10.7.5/app-readme.md similarity index 100% rename from stable/tinymediamanager/10.7.3/app-readme.md rename to stable/tinymediamanager/10.7.5/app-readme.md diff --git a/stable/tinymediamanager/10.7.5/charts/common-20.2.10.tgz b/stable/tinymediamanager/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tinymediamanager/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tinymediamanager/10.7.3/ix_values.yaml b/stable/tinymediamanager/10.7.5/ix_values.yaml similarity index 100% rename from stable/tinymediamanager/10.7.3/ix_values.yaml rename to stable/tinymediamanager/10.7.5/ix_values.yaml diff --git a/stable/tinymediamanager/10.7.3/questions.yaml b/stable/tinymediamanager/10.7.5/questions.yaml similarity index 100% rename from stable/tinymediamanager/10.7.3/questions.yaml rename to stable/tinymediamanager/10.7.5/questions.yaml diff --git a/stable/traccar/15.7.3/templates/NOTES.txt b/stable/tinymediamanager/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/traccar/15.7.3/templates/NOTES.txt rename to stable/tinymediamanager/10.7.5/templates/NOTES.txt diff --git a/stable/tinymediamanager/10.7.3/templates/common.yaml b/stable/tinymediamanager/10.7.5/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/10.7.3/templates/common.yaml rename to stable/tinymediamanager/10.7.5/templates/common.yaml diff --git a/stable/tonido/5.7.3/values.yaml b/stable/tinymediamanager/10.7.5/values.yaml similarity index 100% rename from stable/tonido/5.7.3/values.yaml rename to stable/tinymediamanager/10.7.5/values.yaml diff --git a/stable/tonido/5.7.3/CHANGELOG.md b/stable/tonido/5.7.3/CHANGELOG.md deleted file mode 100644 index fb226214421..00000000000 --- a/stable/tonido/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tonido/5.7.3/Chart.yaml b/stable/tonido/5.7.3/Chart.yaml deleted file mode 100644 index f0ab4463a7a..00000000000 --- a/stable/tonido/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -home: https://truecharts.org/charts/stable/tonido -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png -keywords: - - tonido - - Cloud -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tonido -sources: - - https://registry.hub.docker.com/r/captinsano/tonido/ - - https://github.com/truecharts/charts/tree/master/charts/stable/tonido - - https://hub.docker.com/r/captinsano/tonido -type: application -version: 5.7.3 diff --git a/stable/tonido/5.7.3/app-changelog.md b/stable/tonido/5.7.3/app-changelog.md deleted file mode 100644 index 84444dbccb6..00000000000 --- a/stable/tonido/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tonido/5.7.3/charts/common-20.2.4.tgz b/stable/tonido/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tonido/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/traccar/15.7.3/.helmignore b/stable/tonido/5.7.5/.helmignore similarity index 100% rename from stable/traccar/15.7.3/.helmignore rename to stable/tonido/5.7.5/.helmignore diff --git a/stable/tonido/5.7.5/CHANGELOG.md b/stable/tonido/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e940287d06b --- /dev/null +++ b/stable/tonido/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tonido-5.7.5](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tonido-5.7.4](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tonido-5.7.4](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tonido-5.7.4](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tonido-5.7.4](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tonido-5.7.4](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tonido/5.7.5/Chart.yaml b/stable/tonido/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7314c829391 --- /dev/null +++ b/stable/tonido/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. +home: https://truecharts.org/charts/stable/tonido +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png +keywords: + - tonido + - Cloud +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tonido +sources: + - https://registry.hub.docker.com/r/captinsano/tonido/ + - https://github.com/truecharts/charts/tree/master/charts/stable/tonido + - https://hub.docker.com/r/captinsano/tonido +type: application +version: 5.7.5 diff --git a/stable/tonido/5.7.3/README.md b/stable/tonido/5.7.5/README.md similarity index 100% rename from stable/tonido/5.7.3/README.md rename to stable/tonido/5.7.5/README.md diff --git a/stable/tonido/5.7.5/app-changelog.md b/stable/tonido/5.7.5/app-changelog.md new file mode 100644 index 00000000000..79bf0204494 --- /dev/null +++ b/stable/tonido/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tonido-5.7.5](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tonido/5.7.3/app-readme.md b/stable/tonido/5.7.5/app-readme.md similarity index 100% rename from stable/tonido/5.7.3/app-readme.md rename to stable/tonido/5.7.5/app-readme.md diff --git a/stable/tonido/5.7.5/charts/common-20.2.10.tgz b/stable/tonido/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tonido/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tonido/5.7.3/ix_values.yaml b/stable/tonido/5.7.5/ix_values.yaml similarity index 100% rename from stable/tonido/5.7.3/ix_values.yaml rename to stable/tonido/5.7.5/ix_values.yaml diff --git a/stable/tonido/5.7.3/questions.yaml b/stable/tonido/5.7.5/questions.yaml similarity index 100% rename from stable/tonido/5.7.3/questions.yaml rename to stable/tonido/5.7.5/questions.yaml diff --git a/stable/tonido/5.7.3/templates/common.yaml b/stable/tonido/5.7.5/templates/common.yaml similarity index 100% rename from stable/tonido/5.7.3/templates/common.yaml rename to stable/tonido/5.7.5/templates/common.yaml diff --git a/stable/traccar/15.7.3/values.yaml b/stable/tonido/5.7.5/values.yaml similarity index 100% rename from stable/traccar/15.7.3/values.yaml rename to stable/tonido/5.7.5/values.yaml diff --git a/stable/traccar/15.7.3/CHANGELOG.md b/stable/traccar/15.7.3/CHANGELOG.md deleted file mode 100644 index 0dde2104ded..00000000000 --- a/stable/traccar/15.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/traccar/15.7.3/Chart.yaml b/stable/traccar/15.7.3/Chart.yaml deleted file mode 100644 index 9c0f236746a..00000000000 --- a/stable/traccar/15.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.12.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traccar is an open source GPS tracking system. -home: https://truecharts.org/charts/stable/traccar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png -keywords: - - traccar - - gps -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traccar -sources: - - https://github.com/traccar/traccar - - https://github.com/truecharts/charts/tree/master/charts/stable/traccar - - https://hub.docker.com/r/traccar/traccar -type: application -version: 15.7.3 diff --git a/stable/traccar/15.7.3/app-changelog.md b/stable/traccar/15.7.3/app-changelog.md deleted file mode 100644 index a562a377f65..00000000000 --- a/stable/traccar/15.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traccar/15.7.3/charts/common-20.2.4.tgz b/stable/traccar/15.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/traccar/15.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tracks/5.7.3/.helmignore b/stable/traccar/15.7.5/.helmignore similarity index 100% rename from stable/tracks/5.7.3/.helmignore rename to stable/traccar/15.7.5/.helmignore diff --git a/stable/traccar/15.7.5/CHANGELOG.md b/stable/traccar/15.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3079e55cc32 --- /dev/null +++ b/stable/traccar/15.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traccar-15.7.5](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traccar-15.7.4](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traccar-15.7.4](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traccar-15.7.4](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traccar-15.7.4](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traccar-15.7.4](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/traccar/15.7.5/Chart.yaml b/stable/traccar/15.7.5/Chart.yaml new file mode 100644 index 00000000000..47d30554728 --- /dev/null +++ b/stable/traccar/15.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.12.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traccar is an open source GPS tracking system. +home: https://truecharts.org/charts/stable/traccar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png +keywords: + - traccar + - gps +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traccar +sources: + - https://github.com/traccar/traccar + - https://github.com/truecharts/charts/tree/master/charts/stable/traccar + - https://hub.docker.com/r/traccar/traccar +type: application +version: 15.7.5 diff --git a/stable/traccar/15.7.3/README.md b/stable/traccar/15.7.5/README.md similarity index 100% rename from stable/traccar/15.7.3/README.md rename to stable/traccar/15.7.5/README.md diff --git a/stable/traccar/15.7.5/app-changelog.md b/stable/traccar/15.7.5/app-changelog.md new file mode 100644 index 00000000000..8bd9758b83a --- /dev/null +++ b/stable/traccar/15.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [traccar-15.7.5](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traccar/15.7.3/app-readme.md b/stable/traccar/15.7.5/app-readme.md similarity index 100% rename from stable/traccar/15.7.3/app-readme.md rename to stable/traccar/15.7.5/app-readme.md diff --git a/stable/traccar/15.7.5/charts/common-20.2.10.tgz b/stable/traccar/15.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/traccar/15.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/traccar/15.7.3/ix_values.yaml b/stable/traccar/15.7.5/ix_values.yaml similarity index 100% rename from stable/traccar/15.7.3/ix_values.yaml rename to stable/traccar/15.7.5/ix_values.yaml diff --git a/stable/traccar/15.7.3/questions.yaml b/stable/traccar/15.7.5/questions.yaml similarity index 100% rename from stable/traccar/15.7.3/questions.yaml rename to stable/traccar/15.7.5/questions.yaml diff --git a/stable/traggo/6.8.4/templates/NOTES.txt b/stable/traccar/15.7.5/templates/NOTES.txt similarity index 100% rename from stable/traggo/6.8.4/templates/NOTES.txt rename to stable/traccar/15.7.5/templates/NOTES.txt diff --git a/stable/traccar/15.7.3/templates/common.yaml b/stable/traccar/15.7.5/templates/common.yaml similarity index 100% rename from stable/traccar/15.7.3/templates/common.yaml rename to stable/traccar/15.7.5/templates/common.yaml diff --git a/stable/tracks/5.7.3/values.yaml b/stable/traccar/15.7.5/values.yaml similarity index 100% rename from stable/tracks/5.7.3/values.yaml rename to stable/traccar/15.7.5/values.yaml diff --git a/stable/tracks/5.7.3/CHANGELOG.md b/stable/tracks/5.7.3/CHANGELOG.md deleted file mode 100644 index cf4438510fd..00000000000 --- a/stable/tracks/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tracks/5.7.3/Chart.yaml b/stable/tracks/5.7.3/Chart.yaml deleted file mode 100644 index 0cb122b5c96..00000000000 --- a/stable/tracks/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Tracks is a web-based todo application to help you implement the GTD methodology. " -home: https://truecharts.org/charts/stable/tracks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png -keywords: - - tracks - - Productivity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tracks -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tracks - - https://hub.docker.com/r/tracksapp/tracks -type: application -version: 5.7.3 diff --git a/stable/tracks/5.7.3/app-changelog.md b/stable/tracks/5.7.3/app-changelog.md deleted file mode 100644 index 098f1baac63..00000000000 --- a/stable/tracks/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tracks/5.7.3/charts/common-20.2.4.tgz b/stable/tracks/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tracks/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/traefik-forward-auth/3.7.4/.helmignore b/stable/tracks/5.7.5/.helmignore similarity index 100% rename from stable/traefik-forward-auth/3.7.4/.helmignore rename to stable/tracks/5.7.5/.helmignore diff --git a/stable/tracks/5.7.5/CHANGELOG.md b/stable/tracks/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..2e481bf9c39 --- /dev/null +++ b/stable/tracks/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tracks-5.7.5](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tracks-5.7.4](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tracks-5.7.4](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tracks-5.7.4](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tracks-5.7.4](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tracks-5.7.4](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tracks/5.7.5/Chart.yaml b/stable/tracks/5.7.5/Chart.yaml new file mode 100644 index 00000000000..5d7ed7e02ef --- /dev/null +++ b/stable/tracks/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Tracks is a web-based todo application to help you implement the GTD methodology. " +home: https://truecharts.org/charts/stable/tracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png +keywords: + - tracks + - Productivity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tracks +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tracks + - https://hub.docker.com/r/tracksapp/tracks +type: application +version: 5.7.5 diff --git a/stable/tracks/5.7.3/README.md b/stable/tracks/5.7.5/README.md similarity index 100% rename from stable/tracks/5.7.3/README.md rename to stable/tracks/5.7.5/README.md diff --git a/stable/tracks/5.7.5/app-changelog.md b/stable/tracks/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e9cad7fa2e7 --- /dev/null +++ b/stable/tracks/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tracks-5.7.5](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tracks/5.7.3/app-readme.md b/stable/tracks/5.7.5/app-readme.md similarity index 100% rename from stable/tracks/5.7.3/app-readme.md rename to stable/tracks/5.7.5/app-readme.md diff --git a/stable/tracks/5.7.5/charts/common-20.2.10.tgz b/stable/tracks/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tracks/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tracks/5.7.3/ix_values.yaml b/stable/tracks/5.7.5/ix_values.yaml similarity index 100% rename from stable/tracks/5.7.3/ix_values.yaml rename to stable/tracks/5.7.5/ix_values.yaml diff --git a/stable/tracks/5.7.3/questions.yaml b/stable/tracks/5.7.5/questions.yaml similarity index 100% rename from stable/tracks/5.7.3/questions.yaml rename to stable/tracks/5.7.5/questions.yaml diff --git a/stable/tracks/5.7.3/templates/common.yaml b/stable/tracks/5.7.5/templates/common.yaml similarity index 100% rename from stable/tracks/5.7.3/templates/common.yaml rename to stable/tracks/5.7.5/templates/common.yaml diff --git a/stable/traefik-forward-auth/3.7.4/values.yaml b/stable/tracks/5.7.5/values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.7.4/values.yaml rename to stable/tracks/5.7.5/values.yaml diff --git a/stable/traefik-forward-auth/3.7.4/CHANGELOG.md b/stable/traefik-forward-auth/3.7.4/CHANGELOG.md deleted file mode 100644 index 44b348989d3..00000000000 --- a/stable/traefik-forward-auth/3.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/traefik-forward-auth/3.7.4/Chart.yaml b/stable/traefik-forward-auth/3.7.4/Chart.yaml deleted file mode 100644 index 5212dc28aaa..00000000000 --- a/stable/traefik-forward-auth/3.7.4/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). -home: https://truecharts.org/charts/stable/traefik-forward-auth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png -keywords: - - traefik-forward-auth - - traefik - - forward-auth - - auth - - ingress - - middleware -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traefik-forward-auth -sources: - - https://github.com/thomseddon/traefik-forward-auth - - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth - - https://hub.docker.com/r/thomseddon/traefik-forward-auth -type: application -version: 3.7.4 diff --git a/stable/traefik-forward-auth/3.7.4/app-changelog.md b/stable/traefik-forward-auth/3.7.4/app-changelog.md deleted file mode 100644 index 6efda80d813..00000000000 --- a/stable/traefik-forward-auth/3.7.4/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz b/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/traggo/6.8.4/.helmignore b/stable/traefik-forward-auth/3.7.6/.helmignore similarity index 100% rename from stable/traggo/6.8.4/.helmignore rename to stable/traefik-forward-auth/3.7.6/.helmignore diff --git a/stable/traefik-forward-auth/3.7.6/CHANGELOG.md b/stable/traefik-forward-auth/3.7.6/CHANGELOG.md new file mode 100644 index 00000000000..dec2dca38d6 --- /dev/null +++ b/stable/traefik-forward-auth/3.7.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-forward-auth-3.7.6](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-forward-auth-3.7.5](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-forward-auth-3.7.5](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-forward-auth-3.7.5](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-forward-auth-3.7.5](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-forward-auth-3.7.5](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.5) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.7.6/Chart.yaml b/stable/traefik-forward-auth/3.7.6/Chart.yaml new file mode 100644 index 00000000000..90abc8dfbe7 --- /dev/null +++ b/stable/traefik-forward-auth/3.7.6/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). +home: https://truecharts.org/charts/stable/traefik-forward-auth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png +keywords: + - traefik-forward-auth + - traefik + - forward-auth + - auth + - ingress + - middleware +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik-forward-auth +sources: + - https://github.com/thomseddon/traefik-forward-auth + - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth + - https://hub.docker.com/r/thomseddon/traefik-forward-auth +type: application +version: 3.7.6 diff --git a/stable/traefik-forward-auth/3.7.4/README.md b/stable/traefik-forward-auth/3.7.6/README.md similarity index 100% rename from stable/traefik-forward-auth/3.7.4/README.md rename to stable/traefik-forward-auth/3.7.6/README.md diff --git a/stable/traefik-forward-auth/3.7.6/app-changelog.md b/stable/traefik-forward-auth/3.7.6/app-changelog.md new file mode 100644 index 00000000000..d4e3926a9a9 --- /dev/null +++ b/stable/traefik-forward-auth/3.7.6/app-changelog.md @@ -0,0 +1,19 @@ + + +## [traefik-forward-auth-3.7.6](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.7.4/app-readme.md b/stable/traefik-forward-auth/3.7.6/app-readme.md similarity index 100% rename from stable/traefik-forward-auth/3.7.4/app-readme.md rename to stable/traefik-forward-auth/3.7.6/app-readme.md diff --git a/stable/traefik-forward-auth/3.7.6/charts/common-20.2.10.tgz b/stable/traefik-forward-auth/3.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/traefik-forward-auth/3.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/traefik-forward-auth/3.7.4/ix_values.yaml b/stable/traefik-forward-auth/3.7.6/ix_values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.7.4/ix_values.yaml rename to stable/traefik-forward-auth/3.7.6/ix_values.yaml diff --git a/stable/traefik-forward-auth/3.7.4/questions.yaml b/stable/traefik-forward-auth/3.7.6/questions.yaml similarity index 100% rename from stable/traefik-forward-auth/3.7.4/questions.yaml rename to stable/traefik-forward-auth/3.7.6/questions.yaml diff --git a/stable/traefik-forward-auth/3.7.4/templates/_args.tpl b/stable/traefik-forward-auth/3.7.6/templates/_args.tpl similarity index 100% rename from stable/traefik-forward-auth/3.7.4/templates/_args.tpl rename to stable/traefik-forward-auth/3.7.6/templates/_args.tpl diff --git a/stable/traefik-forward-auth/3.7.4/templates/_secrets.tpl b/stable/traefik-forward-auth/3.7.6/templates/_secrets.tpl similarity index 100% rename from stable/traefik-forward-auth/3.7.4/templates/_secrets.tpl rename to stable/traefik-forward-auth/3.7.6/templates/_secrets.tpl diff --git a/stable/traefik-forward-auth/3.7.4/templates/common.yaml b/stable/traefik-forward-auth/3.7.6/templates/common.yaml similarity index 100% rename from stable/traefik-forward-auth/3.7.4/templates/common.yaml rename to stable/traefik-forward-auth/3.7.6/templates/common.yaml diff --git a/stable/traggo/6.8.4/values.yaml b/stable/traefik-forward-auth/3.7.6/values.yaml similarity index 100% rename from stable/traggo/6.8.4/values.yaml rename to stable/traefik-forward-auth/3.7.6/values.yaml diff --git a/stable/traggo/6.8.4/CHANGELOG.md b/stable/traggo/6.8.4/CHANGELOG.md deleted file mode 100644 index 7953cf5de3e..00000000000 --- a/stable/traggo/6.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - diff --git a/stable/traggo/6.8.4/Chart.yaml b/stable/traggo/6.8.4/Chart.yaml deleted file mode 100644 index 74d32570105..00000000000 --- a/stable/traggo/6.8.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. -home: https://truecharts.org/charts/stable/traggo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png -keywords: - - time-tracking - - tag -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traggo -sources: - - https://github.com/traggo/server - - https://github.com/truecharts/charts/tree/master/charts/stable/traggo - - https://hub.docker.com/r/traggo/server -type: application -version: 6.8.4 diff --git a/stable/traggo/6.8.4/app-changelog.md b/stable/traggo/6.8.4/app-changelog.md deleted file mode 100644 index 04432f3dc08..00000000000 --- a/stable/traggo/6.8.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traggo/6.8.4/charts/common-20.2.4.tgz b/stable/traggo/6.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/traggo/6.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/traktarr/5.7.3/.helmignore b/stable/traggo/6.8.6/.helmignore similarity index 100% rename from stable/traktarr/5.7.3/.helmignore rename to stable/traggo/6.8.6/.helmignore diff --git a/stable/traggo/6.8.6/CHANGELOG.md b/stable/traggo/6.8.6/CHANGELOG.md new file mode 100644 index 00000000000..6777554a0a6 --- /dev/null +++ b/stable/traggo/6.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traggo-6.8.6](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traggo-6.8.5](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traggo-6.8.5](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traggo-6.8.5](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traggo-6.8.5](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/traggo/6.8.6/Chart.yaml b/stable/traggo/6.8.6/Chart.yaml new file mode 100644 index 00000000000..c279aeace49 --- /dev/null +++ b/stable/traggo/6.8.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. +home: https://truecharts.org/charts/stable/traggo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png +keywords: + - time-tracking + - tag +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traggo +sources: + - https://github.com/traggo/server + - https://github.com/truecharts/charts/tree/master/charts/stable/traggo + - https://hub.docker.com/r/traggo/server +type: application +version: 6.8.6 diff --git a/stable/traggo/6.8.4/README.md b/stable/traggo/6.8.6/README.md similarity index 100% rename from stable/traggo/6.8.4/README.md rename to stable/traggo/6.8.6/README.md diff --git a/stable/traggo/6.8.6/app-changelog.md b/stable/traggo/6.8.6/app-changelog.md new file mode 100644 index 00000000000..c2ed23b109b --- /dev/null +++ b/stable/traggo/6.8.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [traggo-6.8.6](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traggo/6.8.4/app-readme.md b/stable/traggo/6.8.6/app-readme.md similarity index 100% rename from stable/traggo/6.8.4/app-readme.md rename to stable/traggo/6.8.6/app-readme.md diff --git a/stable/traggo/6.8.6/charts/common-20.2.10.tgz b/stable/traggo/6.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/traggo/6.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/traggo/6.8.4/ix_values.yaml b/stable/traggo/6.8.6/ix_values.yaml similarity index 100% rename from stable/traggo/6.8.4/ix_values.yaml rename to stable/traggo/6.8.6/ix_values.yaml diff --git a/stable/traggo/6.8.4/questions.yaml b/stable/traggo/6.8.6/questions.yaml similarity index 100% rename from stable/traggo/6.8.4/questions.yaml rename to stable/traggo/6.8.6/questions.yaml diff --git a/stable/transmission/20.7.3/templates/NOTES.txt b/stable/traggo/6.8.6/templates/NOTES.txt similarity index 100% rename from stable/transmission/20.7.3/templates/NOTES.txt rename to stable/traggo/6.8.6/templates/NOTES.txt diff --git a/stable/traggo/6.8.4/templates/_secret.tpl b/stable/traggo/6.8.6/templates/_secret.tpl similarity index 100% rename from stable/traggo/6.8.4/templates/_secret.tpl rename to stable/traggo/6.8.6/templates/_secret.tpl diff --git a/stable/traggo/6.8.4/templates/common.yaml b/stable/traggo/6.8.6/templates/common.yaml similarity index 100% rename from stable/traggo/6.8.4/templates/common.yaml rename to stable/traggo/6.8.6/templates/common.yaml diff --git a/stable/traktarr/5.7.3/values.yaml b/stable/traggo/6.8.6/values.yaml similarity index 100% rename from stable/traktarr/5.7.3/values.yaml rename to stable/traggo/6.8.6/values.yaml diff --git a/stable/traktarr/5.7.3/CHANGELOG.md b/stable/traktarr/5.7.3/CHANGELOG.md deleted file mode 100644 index 937718b3552..00000000000 --- a/stable/traktarr/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/traktarr/5.7.3/Chart.yaml b/stable/traktarr/5.7.3/Chart.yaml deleted file mode 100644 index 7f4141c0eed..00000000000 --- a/stable/traktarr/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. -home: https://truecharts.org/charts/stable/traktarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png -keywords: - - traktarr - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traktarr -sources: - - https://github.com/l3uddz/traktarr - - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr - - https://hub.docker.com/r/eafxx/traktarr -type: application -version: 5.7.3 diff --git a/stable/traktarr/5.7.3/app-changelog.md b/stable/traktarr/5.7.3/app-changelog.md deleted file mode 100644 index 0d1b9723ddd..00000000000 --- a/stable/traktarr/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traktarr/5.7.3/charts/common-20.2.4.tgz b/stable/traktarr/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/traktarr/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/trango/5.7.3/.helmignore b/stable/traktarr/5.7.5/.helmignore similarity index 100% rename from stable/trango/5.7.3/.helmignore rename to stable/traktarr/5.7.5/.helmignore diff --git a/stable/traktarr/5.7.5/CHANGELOG.md b/stable/traktarr/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..df287705d6e --- /dev/null +++ b/stable/traktarr/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traktarr-5.7.5](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traktarr-5.7.4](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traktarr-5.7.4](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traktarr-5.7.4](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traktarr-5.7.4](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traktarr-5.7.4](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/traktarr/5.7.5/Chart.yaml b/stable/traktarr/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3db72c5e2cd --- /dev/null +++ b/stable/traktarr/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. +home: https://truecharts.org/charts/stable/traktarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png +keywords: + - traktarr + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traktarr +sources: + - https://github.com/l3uddz/traktarr + - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr + - https://hub.docker.com/r/eafxx/traktarr +type: application +version: 5.7.5 diff --git a/stable/traktarr/5.7.3/README.md b/stable/traktarr/5.7.5/README.md similarity index 100% rename from stable/traktarr/5.7.3/README.md rename to stable/traktarr/5.7.5/README.md diff --git a/stable/traktarr/5.7.5/app-changelog.md b/stable/traktarr/5.7.5/app-changelog.md new file mode 100644 index 00000000000..b8d56516983 --- /dev/null +++ b/stable/traktarr/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [traktarr-5.7.5](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/traktarr/5.7.3/app-readme.md b/stable/traktarr/5.7.5/app-readme.md similarity index 100% rename from stable/traktarr/5.7.3/app-readme.md rename to stable/traktarr/5.7.5/app-readme.md diff --git a/stable/traktarr/5.7.5/charts/common-20.2.10.tgz b/stable/traktarr/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/traktarr/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/traktarr/5.7.3/ix_values.yaml b/stable/traktarr/5.7.5/ix_values.yaml similarity index 100% rename from stable/traktarr/5.7.3/ix_values.yaml rename to stable/traktarr/5.7.5/ix_values.yaml diff --git a/stable/traktarr/5.7.3/questions.yaml b/stable/traktarr/5.7.5/questions.yaml similarity index 100% rename from stable/traktarr/5.7.3/questions.yaml rename to stable/traktarr/5.7.5/questions.yaml diff --git a/stable/traktarr/5.7.3/templates/common.yaml b/stable/traktarr/5.7.5/templates/common.yaml similarity index 100% rename from stable/traktarr/5.7.3/templates/common.yaml rename to stable/traktarr/5.7.5/templates/common.yaml diff --git a/stable/trango/5.7.3/values.yaml b/stable/traktarr/5.7.5/values.yaml similarity index 100% rename from stable/trango/5.7.3/values.yaml rename to stable/traktarr/5.7.5/values.yaml diff --git a/stable/trango/5.7.3/CHANGELOG.md b/stable/trango/5.7.3/CHANGELOG.md deleted file mode 100644 index 327addc4482..00000000000 --- a/stable/trango/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/trango/5.7.3/Chart.yaml b/stable/trango/5.7.3/Chart.yaml deleted file mode 100644 index 3da28332162..00000000000 --- a/stable/trango/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. -home: https://truecharts.org/charts/stable/trango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png -keywords: - - trango - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: trango -sources: - - https://trango.io/ - - https://github.com/truecharts/charts/tree/master/charts/stable/trango - - https://hub.docker.com/r/tak786/trango-self-hosted -type: application -version: 5.7.3 diff --git a/stable/trango/5.7.3/app-changelog.md b/stable/trango/5.7.3/app-changelog.md deleted file mode 100644 index 036c587cabe..00000000000 --- a/stable/trango/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/trango/5.7.3/charts/common-20.2.4.tgz b/stable/trango/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/trango/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/transmission/20.7.3/.helmignore b/stable/trango/5.7.5/.helmignore similarity index 100% rename from stable/transmission/20.7.3/.helmignore rename to stable/trango/5.7.5/.helmignore diff --git a/stable/trango/5.7.5/CHANGELOG.md b/stable/trango/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..07a37cb45e8 --- /dev/null +++ b/stable/trango/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trango-5.7.5](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trango-5.7.4](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trango-5.7.4](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trango-5.7.4](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trango-5.7.4](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trango-5.7.4](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/trango/5.7.5/Chart.yaml b/stable/trango/5.7.5/Chart.yaml new file mode 100644 index 00000000000..a6a41d770bd --- /dev/null +++ b/stable/trango/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. +home: https://truecharts.org/charts/stable/trango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png +keywords: + - trango + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trango +sources: + - https://trango.io/ + - https://github.com/truecharts/charts/tree/master/charts/stable/trango + - https://hub.docker.com/r/tak786/trango-self-hosted +type: application +version: 5.7.5 diff --git a/stable/trango/5.7.3/README.md b/stable/trango/5.7.5/README.md similarity index 100% rename from stable/trango/5.7.3/README.md rename to stable/trango/5.7.5/README.md diff --git a/stable/trango/5.7.5/app-changelog.md b/stable/trango/5.7.5/app-changelog.md new file mode 100644 index 00000000000..29c6c262cb8 --- /dev/null +++ b/stable/trango/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [trango-5.7.5](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/trango/5.7.3/app-readme.md b/stable/trango/5.7.5/app-readme.md similarity index 100% rename from stable/trango/5.7.3/app-readme.md rename to stable/trango/5.7.5/app-readme.md diff --git a/stable/trango/5.7.5/charts/common-20.2.10.tgz b/stable/trango/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/trango/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/trango/5.7.3/ix_values.yaml b/stable/trango/5.7.5/ix_values.yaml similarity index 100% rename from stable/trango/5.7.3/ix_values.yaml rename to stable/trango/5.7.5/ix_values.yaml diff --git a/stable/trango/5.7.3/questions.yaml b/stable/trango/5.7.5/questions.yaml similarity index 100% rename from stable/trango/5.7.3/questions.yaml rename to stable/trango/5.7.5/questions.yaml diff --git a/stable/trango/5.7.3/templates/common.yaml b/stable/trango/5.7.5/templates/common.yaml similarity index 100% rename from stable/trango/5.7.3/templates/common.yaml rename to stable/trango/5.7.5/templates/common.yaml diff --git a/stable/transmission/20.7.3/values.yaml b/stable/trango/5.7.5/values.yaml similarity index 100% rename from stable/transmission/20.7.3/values.yaml rename to stable/trango/5.7.5/values.yaml diff --git a/stable/transmission/20.7.3/CHANGELOG.md b/stable/transmission/20.7.3/CHANGELOG.md deleted file mode 100644 index 22dc34a9a0f..00000000000 --- a/stable/transmission/20.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/transmission/20.7.3/Chart.yaml b/stable/transmission/20.7.3/Chart.yaml deleted file mode 100644 index fa93317a5c5..00000000000 --- a/stable/transmission/20.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: download-tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.5 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: fast, easy, and free BitTorrent client. -home: https://truecharts.org/charts/stable/transmission -icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png -keywords: - - transmission - - torrent - - usenet -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: transmission -sources: - - https://github.com/transmission/transmission - - https://github.com/truecharts/charts/tree/master/charts/stable/transmission - - https://ghcr.io/onedr0p/transmission -type: application -version: 20.7.3 diff --git a/stable/transmission/20.7.3/app-changelog.md b/stable/transmission/20.7.3/app-changelog.md deleted file mode 100644 index c5c650c711a..00000000000 --- a/stable/transmission/20.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/transmission/20.7.3/charts/common-20.2.4.tgz b/stable/transmission/20.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/transmission/20.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.8.5/.helmignore b/stable/transmission/20.7.5/.helmignore similarity index 100% rename from stable/trilium-notes/12.8.5/.helmignore rename to stable/transmission/20.7.5/.helmignore diff --git a/stable/transmission/20.7.5/CHANGELOG.md b/stable/transmission/20.7.5/CHANGELOG.md new file mode 100644 index 00000000000..b529f478aff --- /dev/null +++ b/stable/transmission/20.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [transmission-20.7.5](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [transmission-20.7.4](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [transmission-20.7.4](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [transmission-20.7.4](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [transmission-20.7.4](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [transmission-20.7.4](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/transmission/20.7.5/Chart.yaml b/stable/transmission/20.7.5/Chart.yaml new file mode 100644 index 00000000000..41e51894abb --- /dev/null +++ b/stable/transmission/20.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: download-tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: fast, easy, and free BitTorrent client. +home: https://truecharts.org/charts/stable/transmission +icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: transmission +sources: + - https://github.com/transmission/transmission + - https://github.com/truecharts/charts/tree/master/charts/stable/transmission + - https://ghcr.io/onedr0p/transmission +type: application +version: 20.7.5 diff --git a/stable/transmission/20.7.3/README.md b/stable/transmission/20.7.5/README.md similarity index 100% rename from stable/transmission/20.7.3/README.md rename to stable/transmission/20.7.5/README.md diff --git a/stable/transmission/20.7.5/app-changelog.md b/stable/transmission/20.7.5/app-changelog.md new file mode 100644 index 00000000000..b3067f5379b --- /dev/null +++ b/stable/transmission/20.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [transmission-20.7.5](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/transmission/20.7.3/app-readme.md b/stable/transmission/20.7.5/app-readme.md similarity index 100% rename from stable/transmission/20.7.3/app-readme.md rename to stable/transmission/20.7.5/app-readme.md diff --git a/stable/transmission/20.7.5/charts/common-20.2.10.tgz b/stable/transmission/20.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/transmission/20.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/transmission/20.7.3/ix_values.yaml b/stable/transmission/20.7.5/ix_values.yaml similarity index 100% rename from stable/transmission/20.7.3/ix_values.yaml rename to stable/transmission/20.7.5/ix_values.yaml diff --git a/stable/transmission/20.7.3/questions.yaml b/stable/transmission/20.7.5/questions.yaml similarity index 100% rename from stable/transmission/20.7.3/questions.yaml rename to stable/transmission/20.7.5/questions.yaml diff --git a/stable/trilium-notes/12.8.5/templates/NOTES.txt b/stable/transmission/20.7.5/templates/NOTES.txt similarity index 100% rename from stable/trilium-notes/12.8.5/templates/NOTES.txt rename to stable/transmission/20.7.5/templates/NOTES.txt diff --git a/stable/transmission/20.7.3/templates/common.yaml b/stable/transmission/20.7.5/templates/common.yaml similarity index 100% rename from stable/transmission/20.7.3/templates/common.yaml rename to stable/transmission/20.7.5/templates/common.yaml diff --git a/stable/trilium-notes/12.8.5/values.yaml b/stable/transmission/20.7.5/values.yaml similarity index 100% rename from stable/trilium-notes/12.8.5/values.yaml rename to stable/transmission/20.7.5/values.yaml diff --git a/stable/trilium-notes/12.8.5/CHANGELOG.md b/stable/trilium-notes/12.8.5/CHANGELOG.md deleted file mode 100644 index 3cad31bd23e..00000000000 --- a/stable/trilium-notes/12.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [trilium-notes-12.8.5](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.5) (2024-03-28) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trilium-notes-12.8.5](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.5) (2024-03-28) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trilium-notes-12.8.5](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.5) (2024-03-28) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trilium-notes-12.8.4](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [trilium-notes-12.8.4](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.4) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/trilium-notes/12.8.5/Chart.yaml b/stable/trilium-notes/12.8.5/Chart.yaml deleted file mode 100644 index 207a5fcb22b..00000000000 --- a/stable/trilium-notes/12.8.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.63.4 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. -home: https://truecharts.org/charts/stable/trilium-notes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png -keywords: - - trilium - - notes - - note - - information -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: trilium-notes -sources: - - https://github.com/zadam/trilium - - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - - https://ghcr.io/zadam/trilium -type: application -version: 12.8.5 diff --git a/stable/trilium-notes/12.8.5/app-changelog.md b/stable/trilium-notes/12.8.5/app-changelog.md deleted file mode 100644 index 02d3dd801e1..00000000000 --- a/stable/trilium-notes/12.8.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [trilium-notes-12.8.5](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.5) (2024-03-28) - -### Chore - - - -- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/trilium-notes/12.8.5/charts/common-20.2.9.tgz b/stable/trilium-notes/12.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/trilium-notes/12.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.8.5/ix_values.yaml b/stable/trilium-notes/12.8.5/ix_values.yaml deleted file mode 100644 index 53f05eb3311..00000000000 --- a/stable/trilium-notes/12.8.5/ix_values.yaml +++ /dev/null @@ -1,24 +0,0 @@ -image: - repository: ghcr.io/zadam/trilium - pullPolicy: IfNotPresent - tag: 0.63.4@sha256:92203d1d7cc03bc833c62dbc078561044329b6153cde5771149e0b127e802328 -service: - main: - ports: - main: - protocol: http - targetPort: 8080 - port: 10156 -persistence: - config: - enabled: true - mountPath: "/home/node" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - fsGroup: 1000 diff --git a/stable/troddit/5.7.3/.helmignore b/stable/trilium-notes/12.8.7/.helmignore similarity index 100% rename from stable/troddit/5.7.3/.helmignore rename to stable/trilium-notes/12.8.7/.helmignore diff --git a/stable/trilium-notes/12.8.7/CHANGELOG.md b/stable/trilium-notes/12.8.7/CHANGELOG.md new file mode 100644 index 00000000000..e460beab039 --- /dev/null +++ b/stable/trilium-notes/12.8.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trilium-notes-12.8.7](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/zadam/trilium to v0.63.5[@93cb2cd](https://github.com/93cb2cd) by renovate ([#19915](https://github.com/truecharts/charts/issues/19915)) + +- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trilium-notes-12.8.6](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.63.5[@93cb2cd](https://github.com/93cb2cd) by renovate ([#19915](https://github.com/truecharts/charts/issues/19915)) + +- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trilium-notes-12.8.6](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.63.5[@93cb2cd](https://github.com/93cb2cd) by renovate ([#19915](https://github.com/truecharts/charts/issues/19915)) + +- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trilium-notes-12.8.6](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/zadam/trilium to v0.63.5[@93cb2cd](https://github.com/93cb2cd) by renovate ([#19915](https://github.com/truecharts/charts/issues/19915)) + +- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [trilium-notes-12.8.6](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.6) (2024-03-29) + +### Chore diff --git a/stable/trilium-notes/12.8.7/Chart.yaml b/stable/trilium-notes/12.8.7/Chart.yaml new file mode 100644 index 00000000000..5fd5e483d84 --- /dev/null +++ b/stable/trilium-notes/12.8.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.63.5 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. +home: https://truecharts.org/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png +keywords: + - trilium + - notes + - note + - information +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trilium-notes +sources: + - https://github.com/zadam/trilium + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://ghcr.io/zadam/trilium +type: application +version: 12.8.7 diff --git a/stable/trilium-notes/12.8.5/README.md b/stable/trilium-notes/12.8.7/README.md similarity index 100% rename from stable/trilium-notes/12.8.5/README.md rename to stable/trilium-notes/12.8.7/README.md diff --git a/stable/trilium-notes/12.8.7/app-changelog.md b/stable/trilium-notes/12.8.7/app-changelog.md new file mode 100644 index 00000000000..8a638ff8a5b --- /dev/null +++ b/stable/trilium-notes/12.8.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [trilium-notes-12.8.7](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/zadam/trilium to v0.63.5[@93cb2cd](https://github.com/93cb2cd) by renovate ([#19915](https://github.com/truecharts/charts/issues/19915)) + +- update container image ghcr.io/zadam/trilium to v0.63.4[@92203d1](https://github.com/92203d1) by renovate ([#19900](https://github.com/truecharts/charts/issues/19900)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/trilium-notes/12.8.5/app-readme.md b/stable/trilium-notes/12.8.7/app-readme.md similarity index 100% rename from stable/trilium-notes/12.8.5/app-readme.md rename to stable/trilium-notes/12.8.7/app-readme.md diff --git a/stable/trilium-notes/12.8.7/charts/common-20.2.10.tgz b/stable/trilium-notes/12.8.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/trilium-notes/12.8.7/charts/common-20.2.10.tgz differ diff --git a/stable/trilium-notes/12.8.7/ix_values.yaml b/stable/trilium-notes/12.8.7/ix_values.yaml new file mode 100644 index 00000000000..280b4a7d8ce --- /dev/null +++ b/stable/trilium-notes/12.8.7/ix_values.yaml @@ -0,0 +1,24 @@ +image: + repository: ghcr.io/zadam/trilium + pullPolicy: IfNotPresent + tag: 0.63.5@sha256:93cb2cd4a6709858c154bab7cba0a7d397969685f507daecb6bbdc409d81304b +service: + main: + ports: + main: + protocol: http + targetPort: 8080 + port: 10156 +persistence: + config: + enabled: true + mountPath: "/home/node" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + fsGroup: 1000 diff --git a/stable/trilium-notes/12.8.5/questions.yaml b/stable/trilium-notes/12.8.7/questions.yaml similarity index 100% rename from stable/trilium-notes/12.8.5/questions.yaml rename to stable/trilium-notes/12.8.7/questions.yaml diff --git a/stable/truecommand/19.7.3/templates/NOTES.txt b/stable/trilium-notes/12.8.7/templates/NOTES.txt similarity index 100% rename from stable/truecommand/19.7.3/templates/NOTES.txt rename to stable/trilium-notes/12.8.7/templates/NOTES.txt diff --git a/stable/trilium-notes/12.8.5/templates/common.yaml b/stable/trilium-notes/12.8.7/templates/common.yaml similarity index 100% rename from stable/trilium-notes/12.8.5/templates/common.yaml rename to stable/trilium-notes/12.8.7/templates/common.yaml diff --git a/stable/troddit/5.7.3/values.yaml b/stable/trilium-notes/12.8.7/values.yaml similarity index 100% rename from stable/troddit/5.7.3/values.yaml rename to stable/trilium-notes/12.8.7/values.yaml diff --git a/stable/troddit/5.7.3/CHANGELOG.md b/stable/troddit/5.7.3/CHANGELOG.md deleted file mode 100644 index ae3dc63f4eb..00000000000 --- a/stable/troddit/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/troddit/5.7.3/Chart.yaml b/stable/troddit/5.7.3/Chart.yaml deleted file mode 100644 index 9db4fb81210..00000000000 --- a/stable/troddit/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A web client for Reddit -home: https://truecharts.org/charts/stable/troddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png -keywords: - - troddit - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: troddit -sources: - - https://github.com/burhan-syed/troddit - - https://github.com/truecharts/charts/tree/master/charts/stable/troddit - - https://hub.docker.com/r/bsyed/troddit -type: application -version: 5.7.3 diff --git a/stable/troddit/5.7.3/app-changelog.md b/stable/troddit/5.7.3/app-changelog.md deleted file mode 100644 index cd2120761db..00000000000 --- a/stable/troddit/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/troddit/5.7.3/charts/common-20.2.4.tgz b/stable/troddit/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/troddit/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/truecommand/19.7.3/.helmignore b/stable/troddit/5.7.5/.helmignore similarity index 100% rename from stable/truecommand/19.7.3/.helmignore rename to stable/troddit/5.7.5/.helmignore diff --git a/stable/troddit/5.7.5/CHANGELOG.md b/stable/troddit/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..02e3ab79281 --- /dev/null +++ b/stable/troddit/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [troddit-5.7.5](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [troddit-5.7.4](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [troddit-5.7.4](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [troddit-5.7.4](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [troddit-5.7.4](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [troddit-5.7.4](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/troddit/5.7.5/Chart.yaml b/stable/troddit/5.7.5/Chart.yaml new file mode 100644 index 00000000000..7caaad9fdf6 --- /dev/null +++ b/stable/troddit/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Network-Web + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web client for Reddit +home: https://truecharts.org/charts/stable/troddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png +keywords: + - troddit + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: troddit +sources: + - https://github.com/burhan-syed/troddit + - https://github.com/truecharts/charts/tree/master/charts/stable/troddit + - https://hub.docker.com/r/bsyed/troddit +type: application +version: 5.7.5 diff --git a/stable/troddit/5.7.3/README.md b/stable/troddit/5.7.5/README.md similarity index 100% rename from stable/troddit/5.7.3/README.md rename to stable/troddit/5.7.5/README.md diff --git a/stable/troddit/5.7.5/app-changelog.md b/stable/troddit/5.7.5/app-changelog.md new file mode 100644 index 00000000000..a203da6a3cb --- /dev/null +++ b/stable/troddit/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [troddit-5.7.5](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/troddit/5.7.3/app-readme.md b/stable/troddit/5.7.5/app-readme.md similarity index 100% rename from stable/troddit/5.7.3/app-readme.md rename to stable/troddit/5.7.5/app-readme.md diff --git a/stable/troddit/5.7.5/charts/common-20.2.10.tgz b/stable/troddit/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/troddit/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/troddit/5.7.3/ix_values.yaml b/stable/troddit/5.7.5/ix_values.yaml similarity index 100% rename from stable/troddit/5.7.3/ix_values.yaml rename to stable/troddit/5.7.5/ix_values.yaml diff --git a/stable/troddit/5.7.3/questions.yaml b/stable/troddit/5.7.5/questions.yaml similarity index 100% rename from stable/troddit/5.7.3/questions.yaml rename to stable/troddit/5.7.5/questions.yaml diff --git a/stable/troddit/5.7.3/templates/common.yaml b/stable/troddit/5.7.5/templates/common.yaml similarity index 100% rename from stable/troddit/5.7.3/templates/common.yaml rename to stable/troddit/5.7.5/templates/common.yaml diff --git a/stable/truecommand/19.7.3/values.yaml b/stable/troddit/5.7.5/values.yaml similarity index 100% rename from stable/truecommand/19.7.3/values.yaml rename to stable/troddit/5.7.5/values.yaml diff --git a/stable/truecommand/19.7.3/CHANGELOG.md b/stable/truecommand/19.7.3/CHANGELOG.md deleted file mode 100644 index 3274af5c582..00000000000 --- a/stable/truecommand/19.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - diff --git a/stable/truecommand/19.7.3/Chart.yaml b/stable/truecommand/19.7.3/Chart.yaml deleted file mode 100644 index 4e1f35b8e7a..00000000000 --- a/stable/truecommand/19.7.3/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Administration - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Aggregated management of TrueNAS devices -home: https://truecharts.org/charts/stable/truecommand -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png -keywords: - - truecommand -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: truecommand -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand - - https://hub.docker.com/r/ixsystems/truecommand -type: application -version: 19.7.3 diff --git a/stable/truecommand/19.7.3/app-changelog.md b/stable/truecommand/19.7.3/app-changelog.md deleted file mode 100644 index a825892779c..00000000000 --- a/stable/truecommand/19.7.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) \ No newline at end of file diff --git a/stable/truecommand/19.7.3/charts/common-20.2.4.tgz b/stable/truecommand/19.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/truecommand/19.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/truenas-exporter/1.6.4/.helmignore b/stable/truecommand/19.7.5/.helmignore similarity index 100% rename from stable/truenas-exporter/1.6.4/.helmignore rename to stable/truecommand/19.7.5/.helmignore diff --git a/stable/truecommand/19.7.5/CHANGELOG.md b/stable/truecommand/19.7.5/CHANGELOG.md new file mode 100644 index 00000000000..698dfd85e7b --- /dev/null +++ b/stable/truecommand/19.7.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truecommand-19.7.5](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) + + +## [truecommand-19.7.4](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) + + +## [truecommand-19.7.4](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) + + +## [truecommand-19.7.4](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) + + +## [truecommand-19.7.4](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/truecommand/19.7.5/Chart.yaml b/stable/truecommand/19.7.5/Chart.yaml new file mode 100644 index 00000000000..6f916dbbcb1 --- /dev/null +++ b/stable/truecommand/19.7.5/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Administration + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aggregated management of TrueNAS devices +home: https://truecharts.org/charts/stable/truecommand +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png +keywords: + - truecommand +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truecommand +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand + - https://hub.docker.com/r/ixsystems/truecommand +type: application +version: 19.7.5 diff --git a/stable/truecommand/19.7.3/README.md b/stable/truecommand/19.7.5/README.md similarity index 100% rename from stable/truecommand/19.7.3/README.md rename to stable/truecommand/19.7.5/README.md diff --git a/stable/truecommand/19.7.5/app-changelog.md b/stable/truecommand/19.7.5/app-changelog.md new file mode 100644 index 00000000000..956bcbee8da --- /dev/null +++ b/stable/truecommand/19.7.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [truecommand-19.7.5](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314)) \ No newline at end of file diff --git a/stable/truecommand/19.7.3/app-readme.md b/stable/truecommand/19.7.5/app-readme.md similarity index 100% rename from stable/truecommand/19.7.3/app-readme.md rename to stable/truecommand/19.7.5/app-readme.md diff --git a/stable/truecommand/19.7.5/charts/common-20.2.10.tgz b/stable/truecommand/19.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/truecommand/19.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/truecommand/19.7.3/ix_values.yaml b/stable/truecommand/19.7.5/ix_values.yaml similarity index 100% rename from stable/truecommand/19.7.3/ix_values.yaml rename to stable/truecommand/19.7.5/ix_values.yaml diff --git a/stable/truecommand/19.7.3/questions.yaml b/stable/truecommand/19.7.5/questions.yaml similarity index 100% rename from stable/truecommand/19.7.3/questions.yaml rename to stable/truecommand/19.7.5/questions.yaml diff --git a/stable/truenas-exporter/1.6.4/templates/NOTES.txt b/stable/truecommand/19.7.5/templates/NOTES.txt similarity index 100% rename from stable/truenas-exporter/1.6.4/templates/NOTES.txt rename to stable/truecommand/19.7.5/templates/NOTES.txt diff --git a/stable/truecommand/19.7.3/templates/common.yaml b/stable/truecommand/19.7.5/templates/common.yaml similarity index 100% rename from stable/truecommand/19.7.3/templates/common.yaml rename to stable/truecommand/19.7.5/templates/common.yaml diff --git a/stable/truenas-exporter/1.6.4/values.yaml b/stable/truecommand/19.7.5/values.yaml similarity index 100% rename from stable/truenas-exporter/1.6.4/values.yaml rename to stable/truecommand/19.7.5/values.yaml diff --git a/stable/truenas-exporter/1.6.4/CHANGELOG.md b/stable/truenas-exporter/1.6.4/CHANGELOG.md deleted file mode 100644 index 4e667deaff2..00000000000 --- a/stable/truenas-exporter/1.6.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - diff --git a/stable/truenas-exporter/1.6.4/Chart.yaml b/stable/truenas-exporter/1.6.4/Chart.yaml deleted file mode 100644 index 5f04016ce67..00000000000 --- a/stable/truenas-exporter/1.6.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A metrics exporter for TrueNAS -home: https://truecharts.org/charts/stable/truenas-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png -keywords: - - truenas-exporter - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: truenas-exporter -sources: - - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main - - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter - - https://hub.docker.com/r/prom/graphite-exporter -type: application -version: 1.6.4 diff --git a/stable/truenas-exporter/1.6.4/app-changelog.md b/stable/truenas-exporter/1.6.4/app-changelog.md deleted file mode 100644 index 0ef6004674c..00000000000 --- a/stable/truenas-exporter/1.6.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz b/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tsmuxer/9.7.3/.helmignore b/stable/truenas-exporter/1.6.6/.helmignore similarity index 100% rename from stable/tsmuxer/9.7.3/.helmignore rename to stable/truenas-exporter/1.6.6/.helmignore diff --git a/stable/truenas-exporter/1.6.6/CHANGELOG.md b/stable/truenas-exporter/1.6.6/CHANGELOG.md new file mode 100644 index 00000000000..6603d4812f6 --- /dev/null +++ b/stable/truenas-exporter/1.6.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truenas-exporter-1.6.6](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [truenas-exporter-1.6.5](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [truenas-exporter-1.6.5](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [truenas-exporter-1.6.5](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [truenas-exporter-1.6.5](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/truenas-exporter/1.6.6/Chart.yaml b/stable/truenas-exporter/1.6.6/Chart.yaml new file mode 100644 index 00000000000..f443e34c9fa --- /dev/null +++ b/stable/truenas-exporter/1.6.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A metrics exporter for TrueNAS +home: https://truecharts.org/charts/stable/truenas-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png +keywords: + - truenas-exporter + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truenas-exporter +sources: + - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main + - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter + - https://hub.docker.com/r/prom/graphite-exporter +type: application +version: 1.6.6 diff --git a/stable/truenas-exporter/1.6.4/README.md b/stable/truenas-exporter/1.6.6/README.md similarity index 100% rename from stable/truenas-exporter/1.6.4/README.md rename to stable/truenas-exporter/1.6.6/README.md diff --git a/stable/truenas-exporter/1.6.6/app-changelog.md b/stable/truenas-exporter/1.6.6/app-changelog.md new file mode 100644 index 00000000000..019ad07e803 --- /dev/null +++ b/stable/truenas-exporter/1.6.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [truenas-exporter-1.6.6](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/truenas-exporter/1.6.4/app-readme.md b/stable/truenas-exporter/1.6.6/app-readme.md similarity index 100% rename from stable/truenas-exporter/1.6.4/app-readme.md rename to stable/truenas-exporter/1.6.6/app-readme.md diff --git a/stable/truenas-exporter/1.6.6/charts/common-20.2.10.tgz b/stable/truenas-exporter/1.6.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/truenas-exporter/1.6.6/charts/common-20.2.10.tgz differ diff --git a/stable/truenas-exporter/1.6.4/dashboard.json b/stable/truenas-exporter/1.6.6/dashboard.json similarity index 100% rename from stable/truenas-exporter/1.6.4/dashboard.json rename to stable/truenas-exporter/1.6.6/dashboard.json diff --git a/stable/truenas-exporter/1.6.4/ix_values.yaml b/stable/truenas-exporter/1.6.6/ix_values.yaml similarity index 100% rename from stable/truenas-exporter/1.6.4/ix_values.yaml rename to stable/truenas-exporter/1.6.6/ix_values.yaml diff --git a/stable/truenas-exporter/1.6.4/questions.yaml b/stable/truenas-exporter/1.6.6/questions.yaml similarity index 100% rename from stable/truenas-exporter/1.6.4/questions.yaml rename to stable/truenas-exporter/1.6.6/questions.yaml diff --git a/stable/tsmuxer/9.7.3/templates/NOTES.txt b/stable/truenas-exporter/1.6.6/templates/NOTES.txt similarity index 100% rename from stable/tsmuxer/9.7.3/templates/NOTES.txt rename to stable/truenas-exporter/1.6.6/templates/NOTES.txt diff --git a/stable/truenas-exporter/1.6.4/templates/common.yaml b/stable/truenas-exporter/1.6.6/templates/common.yaml similarity index 100% rename from stable/truenas-exporter/1.6.4/templates/common.yaml rename to stable/truenas-exporter/1.6.6/templates/common.yaml diff --git a/stable/tsmuxer/9.7.3/values.yaml b/stable/truenas-exporter/1.6.6/values.yaml similarity index 100% rename from stable/tsmuxer/9.7.3/values.yaml rename to stable/truenas-exporter/1.6.6/values.yaml diff --git a/stable/tsmuxer/9.7.3/CHANGELOG.md b/stable/tsmuxer/9.7.3/CHANGELOG.md deleted file mode 100644 index 59156e55e38..00000000000 --- a/stable/tsmuxer/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tsmuxer/9.7.3/Chart.yaml b/stable/tsmuxer/9.7.3/Chart.yaml deleted file mode 100644 index 81538c55c9e..00000000000 --- a/stable/tsmuxer/9.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: tsMuxer is a Transport Stream muxer. -home: https://truecharts.org/charts/stable/tsmuxer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png -keywords: - - media - - tsmuxer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tsmuxer -sources: - - https://github.com/jlesage/docker-tsmuxer - - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - - https://hub.docker.com/r/jlesage/tsmuxer -type: application -version: 9.7.3 diff --git a/stable/tsmuxer/9.7.3/app-changelog.md b/stable/tsmuxer/9.7.3/app-changelog.md deleted file mode 100644 index ef82e555f4c..00000000000 --- a/stable/tsmuxer/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz b/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tsn-ranksystem/1.2.9/.helmignore b/stable/tsmuxer/9.7.5/.helmignore similarity index 100% rename from stable/tsn-ranksystem/1.2.9/.helmignore rename to stable/tsmuxer/9.7.5/.helmignore diff --git a/stable/tsmuxer/9.7.5/CHANGELOG.md b/stable/tsmuxer/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..62c9bfbf602 --- /dev/null +++ b/stable/tsmuxer/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tsmuxer-9.7.5](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tsmuxer-9.7.4](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tsmuxer-9.7.4](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tsmuxer-9.7.4](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tsmuxer-9.7.4](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tsmuxer-9.7.4](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tsmuxer/9.7.5/Chart.yaml b/stable/tsmuxer/9.7.5/Chart.yaml new file mode 100644 index 00000000000..3143f604ba7 --- /dev/null +++ b/stable/tsmuxer/9.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: tsMuxer is a Transport Stream muxer. +home: https://truecharts.org/charts/stable/tsmuxer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png +keywords: + - media + - tsmuxer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tsmuxer +sources: + - https://github.com/jlesage/docker-tsmuxer + - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer + - https://hub.docker.com/r/jlesage/tsmuxer +type: application +version: 9.7.5 diff --git a/stable/tsmuxer/9.7.3/README.md b/stable/tsmuxer/9.7.5/README.md similarity index 100% rename from stable/tsmuxer/9.7.3/README.md rename to stable/tsmuxer/9.7.5/README.md diff --git a/stable/tsmuxer/9.7.5/app-changelog.md b/stable/tsmuxer/9.7.5/app-changelog.md new file mode 100644 index 00000000000..b2ce10931be --- /dev/null +++ b/stable/tsmuxer/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tsmuxer-9.7.5](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tsmuxer/9.7.3/app-readme.md b/stable/tsmuxer/9.7.5/app-readme.md similarity index 100% rename from stable/tsmuxer/9.7.3/app-readme.md rename to stable/tsmuxer/9.7.5/app-readme.md diff --git a/stable/tsmuxer/9.7.5/charts/common-20.2.10.tgz b/stable/tsmuxer/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tsmuxer/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tsmuxer/9.7.3/ix_values.yaml b/stable/tsmuxer/9.7.5/ix_values.yaml similarity index 100% rename from stable/tsmuxer/9.7.3/ix_values.yaml rename to stable/tsmuxer/9.7.5/ix_values.yaml diff --git a/stable/tsmuxer/9.7.3/questions.yaml b/stable/tsmuxer/9.7.5/questions.yaml similarity index 100% rename from stable/tsmuxer/9.7.3/questions.yaml rename to stable/tsmuxer/9.7.5/questions.yaml diff --git a/stable/tsn-ranksystem/1.2.9/templates/NOTES.txt b/stable/tsmuxer/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/tsn-ranksystem/1.2.9/templates/NOTES.txt rename to stable/tsmuxer/9.7.5/templates/NOTES.txt diff --git a/stable/tsmuxer/9.7.3/templates/common.yaml b/stable/tsmuxer/9.7.5/templates/common.yaml similarity index 100% rename from stable/tsmuxer/9.7.3/templates/common.yaml rename to stable/tsmuxer/9.7.5/templates/common.yaml diff --git a/stable/tsn-ranksystem/1.2.9/values.yaml b/stable/tsmuxer/9.7.5/values.yaml similarity index 100% rename from stable/tsn-ranksystem/1.2.9/values.yaml rename to stable/tsmuxer/9.7.5/values.yaml diff --git a/stable/tt-rss/16.7.9/.helmignore b/stable/tsn-ranksystem/1.2.11/.helmignore similarity index 100% rename from stable/tt-rss/16.7.9/.helmignore rename to stable/tsn-ranksystem/1.2.11/.helmignore diff --git a/stable/tsn-ranksystem/1.2.11/CHANGELOG.md b/stable/tsn-ranksystem/1.2.11/CHANGELOG.md new file mode 100644 index 00000000000..eb55be24b95 --- /dev/null +++ b/stable/tsn-ranksystem/1.2.11/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tsn-ranksystem-1.2.11](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +### Fix + + + +- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) + +- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) + + +## [tsn-ranksystem-1.2.10](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.10) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +### Fix + + + +- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) + +- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) + + +## [tsn-ranksystem-1.2.10](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.10) (2024-03-27) + +### Chore + + + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/tsn-ranksystem/1.2.11/Chart.yaml b/stable/tsn-ranksystem/1.2.11/Chart.yaml new file mode 100644 index 00000000000..12307891734 --- /dev/null +++ b/stable/tsn-ranksystem/1.2.11/Chart.yaml @@ -0,0 +1,47 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server. +home: https://truecharts.org/charts/stable/tsn-ranksystem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.png +keywords: + - teamspeak + - tsn-ranksystem + - ranksystem +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tsn-ranksystem +sources: + - https://github.com/JohannesBauer97/tsn-ranksystem-webserver + - https://ts-ranksystem.com/ + - https://github.com/Newcomer1989/TSN-Ranksystem + - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem + - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver +type: application +version: 1.2.11 diff --git a/stable/tsn-ranksystem/1.2.9/README.md b/stable/tsn-ranksystem/1.2.11/README.md similarity index 100% rename from stable/tsn-ranksystem/1.2.9/README.md rename to stable/tsn-ranksystem/1.2.11/README.md diff --git a/stable/tsn-ranksystem/1.2.11/app-changelog.md b/stable/tsn-ranksystem/1.2.11/app-changelog.md new file mode 100644 index 00000000000..8f2e362e1fd --- /dev/null +++ b/stable/tsn-ranksystem/1.2.11/app-changelog.md @@ -0,0 +1,39 @@ + + +## [tsn-ranksystem-1.2.11](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +### Fix + + + +- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) + +- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) \ No newline at end of file diff --git a/stable/tsn-ranksystem/1.2.9/app-readme.md b/stable/tsn-ranksystem/1.2.11/app-readme.md similarity index 100% rename from stable/tsn-ranksystem/1.2.9/app-readme.md rename to stable/tsn-ranksystem/1.2.11/app-readme.md diff --git a/stable/tsn-ranksystem/1.2.11/charts/common-20.2.10.tgz b/stable/tsn-ranksystem/1.2.11/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tsn-ranksystem/1.2.11/charts/common-20.2.10.tgz differ diff --git a/stable/tsn-ranksystem/1.2.11/charts/mariadb-13.7.5.tgz b/stable/tsn-ranksystem/1.2.11/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/tsn-ranksystem/1.2.11/charts/mariadb-13.7.5.tgz differ diff --git a/stable/tsn-ranksystem/1.2.9/ix_values.yaml b/stable/tsn-ranksystem/1.2.11/ix_values.yaml similarity index 100% rename from stable/tsn-ranksystem/1.2.9/ix_values.yaml rename to stable/tsn-ranksystem/1.2.11/ix_values.yaml diff --git a/stable/tsn-ranksystem/1.2.9/questions.yaml b/stable/tsn-ranksystem/1.2.11/questions.yaml similarity index 100% rename from stable/tsn-ranksystem/1.2.9/questions.yaml rename to stable/tsn-ranksystem/1.2.11/questions.yaml diff --git a/stable/tt-rss/16.7.9/templates/NOTES.txt b/stable/tsn-ranksystem/1.2.11/templates/NOTES.txt similarity index 100% rename from stable/tt-rss/16.7.9/templates/NOTES.txt rename to stable/tsn-ranksystem/1.2.11/templates/NOTES.txt diff --git a/stable/tsn-ranksystem/1.2.9/templates/common.yaml b/stable/tsn-ranksystem/1.2.11/templates/common.yaml similarity index 100% rename from stable/tsn-ranksystem/1.2.9/templates/common.yaml rename to stable/tsn-ranksystem/1.2.11/templates/common.yaml diff --git a/stable/tt-rss/16.7.9/values.yaml b/stable/tsn-ranksystem/1.2.11/values.yaml similarity index 100% rename from stable/tt-rss/16.7.9/values.yaml rename to stable/tsn-ranksystem/1.2.11/values.yaml diff --git a/stable/tsn-ranksystem/1.2.9/CHANGELOG.md b/stable/tsn-ranksystem/1.2.9/CHANGELOG.md deleted file mode 100644 index 5b16f05869a..00000000000 --- a/stable/tsn-ranksystem/1.2.9/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tsn-ranksystem-1.2.9](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -### Fix - - - -- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) - -- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) - - -## [tsn-ranksystem-1.2.9](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -### Fix - - - -- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) - -- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) - - -## [tsn-ranksystem-1.2.8](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.8) (2024-03-26) - -### Chore - - - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/tsn-ranksystem/1.2.9/Chart.yaml b/stable/tsn-ranksystem/1.2.9/Chart.yaml deleted file mode 100644 index 3ad0f754f7e..00000000000 --- a/stable/tsn-ranksystem/1.2.9/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server. -home: https://truecharts.org/charts/stable/tsn-ranksystem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.png -keywords: - - teamspeak - - tsn-ranksystem - - ranksystem -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tsn-ranksystem -sources: - - https://github.com/JohannesBauer97/tsn-ranksystem-webserver - - https://ts-ranksystem.com/ - - https://github.com/Newcomer1989/TSN-Ranksystem - - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem - - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver -type: application -version: 1.2.9 diff --git a/stable/tsn-ranksystem/1.2.9/app-changelog.md b/stable/tsn-ranksystem/1.2.9/app-changelog.md deleted file mode 100644 index 0b7facd4540..00000000000 --- a/stable/tsn-ranksystem/1.2.9/app-changelog.md +++ /dev/null @@ -1,35 +0,0 @@ - - -## [tsn-ranksystem-1.2.9](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.9) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -### Fix - - - -- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610)) - -- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583)) \ No newline at end of file diff --git a/stable/tsn-ranksystem/1.2.9/charts/common-20.2.9.tgz b/stable/tsn-ranksystem/1.2.9/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/tsn-ranksystem/1.2.9/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/tsn-ranksystem/1.2.9/charts/mariadb-13.7.4.tgz b/stable/tsn-ranksystem/1.2.9/charts/mariadb-13.7.4.tgz deleted file mode 100644 index 0b6e88ee717..00000000000 Binary files a/stable/tsn-ranksystem/1.2.9/charts/mariadb-13.7.4.tgz and /dev/null differ diff --git a/stable/tubearchivist-redisjson/5.7.3/.helmignore b/stable/tt-rss/16.7.11/.helmignore similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/.helmignore rename to stable/tt-rss/16.7.11/.helmignore diff --git a/stable/tt-rss/16.7.11/CHANGELOG.md b/stable/tt-rss/16.7.11/CHANGELOG.md new file mode 100644 index 00000000000..0564cd3d71d --- /dev/null +++ b/stable/tt-rss/16.7.11/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tt-rss-16.7.11](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tt-rss-16.7.10](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.10) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tt-rss-16.7.10](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.10) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tt-rss-16.7.10](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.10) (2024-03-29) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) \ No newline at end of file diff --git a/stable/tt-rss/16.7.11/Chart.yaml b/stable/tt-rss/16.7.11/Chart.yaml new file mode 100644 index 00000000000..d29b6ad1ac8 --- /dev/null +++ b/stable/tt-rss/16.7.11/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. +home: https://truecharts.org/charts/stable/tt-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png +keywords: + - tt-rss + - rss +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tt-rss +sources: + - https://git.tt-rss.org/fox/tt-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss + - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static + - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx +type: application +version: 16.7.11 diff --git a/stable/tt-rss/16.7.9/README.md b/stable/tt-rss/16.7.11/README.md similarity index 100% rename from stable/tt-rss/16.7.9/README.md rename to stable/tt-rss/16.7.11/README.md diff --git a/stable/tt-rss/16.7.11/app-changelog.md b/stable/tt-rss/16.7.11/app-changelog.md new file mode 100644 index 00000000000..c1e1f79aca1 --- /dev/null +++ b/stable/tt-rss/16.7.11/app-changelog.md @@ -0,0 +1,27 @@ + + +## [tt-rss-16.7.11](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.11) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) + +- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tt-rss/16.7.9/app-readme.md b/stable/tt-rss/16.7.11/app-readme.md similarity index 100% rename from stable/tt-rss/16.7.9/app-readme.md rename to stable/tt-rss/16.7.11/app-readme.md diff --git a/stable/tt-rss/16.7.11/charts/common-20.2.10.tgz b/stable/tt-rss/16.7.11/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tt-rss/16.7.11/charts/common-20.2.10.tgz differ diff --git a/stable/tt-rss/16.7.9/ix_values.yaml b/stable/tt-rss/16.7.11/ix_values.yaml similarity index 100% rename from stable/tt-rss/16.7.9/ix_values.yaml rename to stable/tt-rss/16.7.11/ix_values.yaml diff --git a/stable/tt-rss/16.7.9/questions.yaml b/stable/tt-rss/16.7.11/questions.yaml similarity index 100% rename from stable/tt-rss/16.7.9/questions.yaml rename to stable/tt-rss/16.7.11/questions.yaml diff --git a/stable/tvheadend/19.7.5/templates/NOTES.txt b/stable/tt-rss/16.7.11/templates/NOTES.txt similarity index 100% rename from stable/tvheadend/19.7.5/templates/NOTES.txt rename to stable/tt-rss/16.7.11/templates/NOTES.txt diff --git a/stable/tt-rss/16.7.9/templates/common.yaml b/stable/tt-rss/16.7.11/templates/common.yaml similarity index 100% rename from stable/tt-rss/16.7.9/templates/common.yaml rename to stable/tt-rss/16.7.11/templates/common.yaml diff --git a/stable/tubearchivist-redisjson/5.7.3/values.yaml b/stable/tt-rss/16.7.11/values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/values.yaml rename to stable/tt-rss/16.7.11/values.yaml diff --git a/stable/tt-rss/16.7.9/CHANGELOG.md b/stable/tt-rss/16.7.9/CHANGELOG.md deleted file mode 100644 index 3188d0fee4b..00000000000 --- a/stable/tt-rss/16.7.9/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tt-rss-16.7.9](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.9) (2024-03-27) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tt-rss-16.7.9](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.9) (2024-03-27) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tt-rss-16.7.9](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.9) (2024-03-27) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tt-rss-16.7.9](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.9) (2024-03-27) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tt-rss/16.7.9/Chart.yaml b/stable/tt-rss/16.7.9/Chart.yaml deleted file mode 100644 index 6516650c824..00000000000 --- a/stable/tt-rss/16.7.9/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. -home: https://truecharts.org/charts/stable/tt-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png -keywords: - - tt-rss - - rss -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tt-rss -sources: - - https://git.tt-rss.org/fox/tt-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx -type: application -version: 16.7.9 diff --git a/stable/tt-rss/16.7.9/app-changelog.md b/stable/tt-rss/16.7.9/app-changelog.md deleted file mode 100644 index fc18a9d2129..00000000000 --- a/stable/tt-rss/16.7.9/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [tt-rss-16.7.9](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.9) (2024-03-27) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@1d6ebbd](https://github.com/1d6ebbd) by renovate ([#19824](https://github.com/truecharts/charts/issues/19824)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@22c9561](https://github.com/22c9561) by renovate ([#19823](https://github.com/truecharts/charts/issues/19823)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683)) - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tt-rss/16.7.9/charts/common-20.2.4.tgz b/stable/tt-rss/16.7.9/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tt-rss/16.7.9/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md b/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md deleted file mode 100644 index 72efa04d1c1..00000000000 --- a/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tubearchivist-redisjson/5.7.3/Chart.yaml b/stable/tubearchivist-redisjson/5.7.3/Chart.yaml deleted file mode 100644 index 3ba0c5d3cd9..00000000000 --- a/stable/tubearchivist-redisjson/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a dependancy Chart for the application "TubeArchivist" -home: https://truecharts.org/charts/stable/tubearchivist-redisjson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png -keywords: - - tubearchivist-redisjson - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tubearchivist-redisjson -sources: - - https://github.com/RedisJSON/RedisJSON - - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson - - https://hub.docker.com/r/redislabs/rejson -type: application -version: 5.7.3 diff --git a/stable/tubearchivist-redisjson/5.7.3/app-changelog.md b/stable/tubearchivist-redisjson/5.7.3/app-changelog.md deleted file mode 100644 index 50e35e5f465..00000000000 --- a/stable/tubearchivist-redisjson/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz b/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tubesync/5.7.4/.helmignore b/stable/tubearchivist-redisjson/5.7.5/.helmignore similarity index 100% rename from stable/tubesync/5.7.4/.helmignore rename to stable/tubearchivist-redisjson/5.7.5/.helmignore diff --git a/stable/tubearchivist-redisjson/5.7.5/CHANGELOG.md b/stable/tubearchivist-redisjson/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..4b14dc09a90 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubearchivist-redisjson-5.7.5](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tubearchivist-redisjson-5.7.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tubearchivist-redisjson-5.7.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tubearchivist-redisjson-5.7.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tubearchivist-redisjson-5.7.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tubearchivist-redisjson-5.7.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.7.5/Chart.yaml b/stable/tubearchivist-redisjson/5.7.5/Chart.yaml new file mode 100644 index 00000000000..747e07d8a12 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a dependancy Chart for the application "TubeArchivist" +home: https://truecharts.org/charts/stable/tubearchivist-redisjson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png +keywords: + - tubearchivist-redisjson + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubearchivist-redisjson +sources: + - https://github.com/RedisJSON/RedisJSON + - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson + - https://hub.docker.com/r/redislabs/rejson +type: application +version: 5.7.5 diff --git a/stable/tubearchivist-redisjson/5.7.3/README.md b/stable/tubearchivist-redisjson/5.7.5/README.md similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/README.md rename to stable/tubearchivist-redisjson/5.7.5/README.md diff --git a/stable/tubearchivist-redisjson/5.7.5/app-changelog.md b/stable/tubearchivist-redisjson/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e3937601a59 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tubearchivist-redisjson-5.7.5](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.7.3/app-readme.md b/stable/tubearchivist-redisjson/5.7.5/app-readme.md similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/app-readme.md rename to stable/tubearchivist-redisjson/5.7.5/app-readme.md diff --git a/stable/tubearchivist-redisjson/5.7.5/charts/common-20.2.10.tgz b/stable/tubearchivist-redisjson/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tubearchivist-redisjson/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tubearchivist-redisjson/5.7.3/ix_values.yaml b/stable/tubearchivist-redisjson/5.7.5/ix_values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/ix_values.yaml rename to stable/tubearchivist-redisjson/5.7.5/ix_values.yaml diff --git a/stable/tubearchivist-redisjson/5.7.3/questions.yaml b/stable/tubearchivist-redisjson/5.7.5/questions.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/questions.yaml rename to stable/tubearchivist-redisjson/5.7.5/questions.yaml diff --git a/stable/tubearchivist-redisjson/5.7.3/templates/common.yaml b/stable/tubearchivist-redisjson/5.7.5/templates/common.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.7.3/templates/common.yaml rename to stable/tubearchivist-redisjson/5.7.5/templates/common.yaml diff --git a/stable/tubesync/5.7.4/values.yaml b/stable/tubearchivist-redisjson/5.7.5/values.yaml similarity index 100% rename from stable/tubesync/5.7.4/values.yaml rename to stable/tubearchivist-redisjson/5.7.5/values.yaml diff --git a/stable/tubesync/5.7.4/CHANGELOG.md b/stable/tubesync/5.7.4/CHANGELOG.md deleted file mode 100644 index 97f6f5ce6a4..00000000000 --- a/stable/tubesync/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/tubesync/5.7.4/Chart.yaml b/stable/tubesync/5.7.4/Chart.yaml deleted file mode 100644 index 742d5eb416b..00000000000 --- a/stable/tubesync/5.7.4/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. -home: https://truecharts.org/charts/stable/tubesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png -keywords: - - tubesync - - Downloaders - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tubesync -sources: - - https://github.com/meeb/tubesync - - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync - - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync - - https://ghcr.io/meeb/tubesync -type: application -version: 5.7.4 diff --git a/stable/tubesync/5.7.4/app-changelog.md b/stable/tubesync/5.7.4/app-changelog.md deleted file mode 100644 index ee8bb9370b2..00000000000 --- a/stable/tubesync/5.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [tubesync-5.7.4](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.4) (2024-03-26) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) \ No newline at end of file diff --git a/stable/tubesync/5.7.4/charts/common-20.2.4.tgz b/stable/tubesync/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tubesync/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tvheadend/19.7.5/.helmignore b/stable/tubesync/5.7.6/.helmignore similarity index 100% rename from stable/tvheadend/19.7.5/.helmignore rename to stable/tubesync/5.7.6/.helmignore diff --git a/stable/tubesync/5.7.6/CHANGELOG.md b/stable/tubesync/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..f55df4357dd --- /dev/null +++ b/stable/tubesync/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubesync-5.7.6](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) + + +## [tubesync-5.7.5](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) + + +## [tubesync-5.7.5](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) + + +## [tubesync-5.7.5](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) + + +## [tubesync-5.7.5](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.5) (2024-03-27) + +### Chore diff --git a/stable/tubesync/5.7.6/Chart.yaml b/stable/tubesync/5.7.6/Chart.yaml new file mode 100644 index 00000000000..682a09624d5 --- /dev/null +++ b/stable/tubesync/5.7.6/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. +home: https://truecharts.org/charts/stable/tubesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png +keywords: + - tubesync + - Downloaders + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubesync +sources: + - https://github.com/meeb/tubesync + - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync + - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync + - https://ghcr.io/meeb/tubesync +type: application +version: 5.7.6 diff --git a/stable/tubesync/5.7.4/README.md b/stable/tubesync/5.7.6/README.md similarity index 100% rename from stable/tubesync/5.7.4/README.md rename to stable/tubesync/5.7.6/README.md diff --git a/stable/tubesync/5.7.6/app-changelog.md b/stable/tubesync/5.7.6/app-changelog.md new file mode 100644 index 00000000000..860296dee7e --- /dev/null +++ b/stable/tubesync/5.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [tubesync-5.7.6](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/meeb/tubesync to latest[@23874c1](https://github.com/23874c1) by renovate ([#19779](https://github.com/truecharts/charts/issues/19779)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251)) \ No newline at end of file diff --git a/stable/tubesync/5.7.4/app-readme.md b/stable/tubesync/5.7.6/app-readme.md similarity index 100% rename from stable/tubesync/5.7.4/app-readme.md rename to stable/tubesync/5.7.6/app-readme.md diff --git a/stable/tubesync/5.7.6/charts/common-20.2.10.tgz b/stable/tubesync/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tubesync/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/tubesync/5.7.4/ix_values.yaml b/stable/tubesync/5.7.6/ix_values.yaml similarity index 100% rename from stable/tubesync/5.7.4/ix_values.yaml rename to stable/tubesync/5.7.6/ix_values.yaml diff --git a/stable/tubesync/5.7.4/questions.yaml b/stable/tubesync/5.7.6/questions.yaml similarity index 100% rename from stable/tubesync/5.7.4/questions.yaml rename to stable/tubesync/5.7.6/questions.yaml diff --git a/stable/tubesync/5.7.4/templates/common.yaml b/stable/tubesync/5.7.6/templates/common.yaml similarity index 100% rename from stable/tubesync/5.7.4/templates/common.yaml rename to stable/tubesync/5.7.6/templates/common.yaml diff --git a/stable/tvheadend/19.7.5/values.yaml b/stable/tubesync/5.7.6/values.yaml similarity index 100% rename from stable/tvheadend/19.7.5/values.yaml rename to stable/tubesync/5.7.6/values.yaml diff --git a/stable/tvheadend/19.7.5/CHANGELOG.md b/stable/tvheadend/19.7.5/CHANGELOG.md deleted file mode 100644 index 7db190cd52b..00000000000 --- a/stable/tvheadend/19.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - diff --git a/stable/tvheadend/19.7.5/Chart.yaml b/stable/tvheadend/19.7.5/Chart.yaml deleted file mode 100644 index e69b57c6ab4..00000000000 --- a/stable/tvheadend/19.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TVheadend - a TV streaming server and digital video recorder -home: https://truecharts.org/charts/stable/tvheadend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png -keywords: - - tvheadend - - tv - - streaming - - dvb -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tvheadend -sources: - - https://github.com/tvheadend/tvheadend - - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend - - https://ghcr.io/linuxserver/tvheadend -type: application -version: 19.7.5 diff --git a/stable/tvheadend/19.7.5/app-changelog.md b/stable/tvheadend/19.7.5/app-changelog.md deleted file mode 100644 index 90e8f92d5f8..00000000000 --- a/stable/tvheadend/19.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) \ No newline at end of file diff --git a/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz b/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/tvhproxy/5.7.3/.helmignore b/stable/tvheadend/19.7.7/.helmignore similarity index 100% rename from stable/tvhproxy/5.7.3/.helmignore rename to stable/tvheadend/19.7.7/.helmignore diff --git a/stable/tvheadend/19.7.7/CHANGELOG.md b/stable/tvheadend/19.7.7/CHANGELOG.md new file mode 100644 index 00000000000..38f38bce7bb --- /dev/null +++ b/stable/tvheadend/19.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvheadend-19.7.7](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) + + +## [tvheadend-19.7.6](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) + + +## [tvheadend-19.7.6](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) + + +## [tvheadend-19.7.6](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.6) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tvheadend/19.7.7/Chart.yaml b/stable/tvheadend/19.7.7/Chart.yaml new file mode 100644 index 00000000000..3f371d70bd6 --- /dev/null +++ b/stable/tvheadend/19.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://truecharts.org/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png +keywords: + - tvheadend + - tv + - streaming + - dvb +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvheadend +sources: + - https://github.com/tvheadend/tvheadend + - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend + - https://ghcr.io/linuxserver/tvheadend +type: application +version: 19.7.7 diff --git a/stable/tvheadend/19.7.5/README.md b/stable/tvheadend/19.7.7/README.md similarity index 100% rename from stable/tvheadend/19.7.5/README.md rename to stable/tvheadend/19.7.7/README.md diff --git a/stable/tvheadend/19.7.7/app-changelog.md b/stable/tvheadend/19.7.7/app-changelog.md new file mode 100644 index 00000000000..1a6b029a492 --- /dev/null +++ b/stable/tvheadend/19.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [tvheadend-19.7.7](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354)) \ No newline at end of file diff --git a/stable/tvheadend/19.7.5/app-readme.md b/stable/tvheadend/19.7.7/app-readme.md similarity index 100% rename from stable/tvheadend/19.7.5/app-readme.md rename to stable/tvheadend/19.7.7/app-readme.md diff --git a/stable/tvheadend/19.7.7/charts/common-20.2.10.tgz b/stable/tvheadend/19.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tvheadend/19.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/tvheadend/19.7.5/ix_values.yaml b/stable/tvheadend/19.7.7/ix_values.yaml similarity index 100% rename from stable/tvheadend/19.7.5/ix_values.yaml rename to stable/tvheadend/19.7.7/ix_values.yaml diff --git a/stable/tvheadend/19.7.5/questions.yaml b/stable/tvheadend/19.7.7/questions.yaml similarity index 100% rename from stable/tvheadend/19.7.5/questions.yaml rename to stable/tvheadend/19.7.7/questions.yaml diff --git a/stable/twofauth/1.5.4/templates/NOTES.txt b/stable/tvheadend/19.7.7/templates/NOTES.txt similarity index 100% rename from stable/twofauth/1.5.4/templates/NOTES.txt rename to stable/tvheadend/19.7.7/templates/NOTES.txt diff --git a/stable/tvheadend/19.7.5/templates/common.yaml b/stable/tvheadend/19.7.7/templates/common.yaml similarity index 100% rename from stable/tvheadend/19.7.5/templates/common.yaml rename to stable/tvheadend/19.7.7/templates/common.yaml diff --git a/stable/tvhproxy/5.7.3/values.yaml b/stable/tvheadend/19.7.7/values.yaml similarity index 100% rename from stable/tvhproxy/5.7.3/values.yaml rename to stable/tvheadend/19.7.7/values.yaml diff --git a/stable/tvhproxy/5.7.3/CHANGELOG.md b/stable/tvhproxy/5.7.3/CHANGELOG.md deleted file mode 100644 index 3f0abd08532..00000000000 --- a/stable/tvhproxy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/tvhproxy/5.7.3/Chart.yaml b/stable/tvhproxy/5.7.3/Chart.yaml deleted file mode 100644 index 624486a6df7..00000000000 --- a/stable/tvhproxy/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. -home: https://truecharts.org/charts/stable/tvhproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png -keywords: - - tvhproxy - - MediaApp-Video -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: tvhproxy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy - - https://hub.docker.com/r/chvb/docker-tvhproxy -type: application -version: 5.7.3 diff --git a/stable/tvhproxy/5.7.3/app-changelog.md b/stable/tvhproxy/5.7.3/app-changelog.md deleted file mode 100644 index e4dca30c5a0..00000000000 --- a/stable/tvhproxy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz b/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/twofauth/1.5.4/.helmignore b/stable/tvhproxy/5.7.5/.helmignore similarity index 100% rename from stable/twofauth/1.5.4/.helmignore rename to stable/tvhproxy/5.7.5/.helmignore diff --git a/stable/tvhproxy/5.7.5/CHANGELOG.md b/stable/tvhproxy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d1f357bb1b5 --- /dev/null +++ b/stable/tvhproxy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvhproxy-5.7.5](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tvhproxy-5.7.4](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tvhproxy-5.7.4](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tvhproxy-5.7.4](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tvhproxy-5.7.4](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [tvhproxy-5.7.4](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/tvhproxy/5.7.5/Chart.yaml b/stable/tvhproxy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..e25f87ab30f --- /dev/null +++ b/stable/tvhproxy/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaApp-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. +home: https://truecharts.org/charts/stable/tvhproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png +keywords: + - tvhproxy + - MediaApp-Video +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvhproxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy + - https://hub.docker.com/r/chvb/docker-tvhproxy +type: application +version: 5.7.5 diff --git a/stable/tvhproxy/5.7.3/README.md b/stable/tvhproxy/5.7.5/README.md similarity index 100% rename from stable/tvhproxy/5.7.3/README.md rename to stable/tvhproxy/5.7.5/README.md diff --git a/stable/tvhproxy/5.7.5/app-changelog.md b/stable/tvhproxy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..55fdfbcf3b7 --- /dev/null +++ b/stable/tvhproxy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [tvhproxy-5.7.5](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/tvhproxy/5.7.3/app-readme.md b/stable/tvhproxy/5.7.5/app-readme.md similarity index 100% rename from stable/tvhproxy/5.7.3/app-readme.md rename to stable/tvhproxy/5.7.5/app-readme.md diff --git a/stable/tvhproxy/5.7.5/charts/common-20.2.10.tgz b/stable/tvhproxy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/tvhproxy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/tvhproxy/5.7.3/ix_values.yaml b/stable/tvhproxy/5.7.5/ix_values.yaml similarity index 100% rename from stable/tvhproxy/5.7.3/ix_values.yaml rename to stable/tvhproxy/5.7.5/ix_values.yaml diff --git a/stable/tvhproxy/5.7.3/questions.yaml b/stable/tvhproxy/5.7.5/questions.yaml similarity index 100% rename from stable/tvhproxy/5.7.3/questions.yaml rename to stable/tvhproxy/5.7.5/questions.yaml diff --git a/stable/tvhproxy/5.7.3/templates/common.yaml b/stable/tvhproxy/5.7.5/templates/common.yaml similarity index 100% rename from stable/tvhproxy/5.7.3/templates/common.yaml rename to stable/tvhproxy/5.7.5/templates/common.yaml diff --git a/stable/twofauth/1.5.4/values.yaml b/stable/tvhproxy/5.7.5/values.yaml similarity index 100% rename from stable/twofauth/1.5.4/values.yaml rename to stable/tvhproxy/5.7.5/values.yaml diff --git a/stable/twofauth/1.5.4/CHANGELOG.md b/stable/twofauth/1.5.4/CHANGELOG.md deleted file mode 100644 index a587839f8a2..00000000000 --- a/stable/twofauth/1.5.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/twofauth/1.5.4/Chart.yaml b/stable/twofauth/1.5.4/Chart.yaml deleted file mode 100644 index 846ac34a1c5..00000000000 --- a/stable/twofauth/1.5.4/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: auth - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Web app to manage your 2FA accounts and generate their security codes. -home: https://truecharts.org/charts/stable/twofauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png -keywords: - - 2fauth - - auth -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: twofauth -sources: - - https://github.com/Bubka/2fauth - - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth - - https://hub.docker.com/r/2fauth/2fauth -type: application -version: 1.5.4 diff --git a/stable/twofauth/1.5.4/app-changelog.md b/stable/twofauth/1.5.4/app-changelog.md deleted file mode 100644 index f695d380ea4..00000000000 --- a/stable/twofauth/1.5.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) \ No newline at end of file diff --git a/stable/twofauth/1.5.4/charts/common-20.2.4.tgz b/stable/twofauth/1.5.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/twofauth/1.5.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/twonky-server/5.7.5/.helmignore b/stable/twofauth/1.5.6/.helmignore similarity index 100% rename from stable/twonky-server/5.7.5/.helmignore rename to stable/twofauth/1.5.6/.helmignore diff --git a/stable/twofauth/1.5.6/CHANGELOG.md b/stable/twofauth/1.5.6/CHANGELOG.md new file mode 100644 index 00000000000..75d8137f00c --- /dev/null +++ b/stable/twofauth/1.5.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twofauth-1.5.6](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) + + +## [twofauth-1.5.5](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) + + +## [twofauth-1.5.5](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) + + +## [twofauth-1.5.5](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) + + +## [twofauth-1.5.5](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.5) (2024-03-27) + +### Chore diff --git a/stable/twofauth/1.5.6/Chart.yaml b/stable/twofauth/1.5.6/Chart.yaml new file mode 100644 index 00000000000..4ffa0f1342b --- /dev/null +++ b/stable/twofauth/1.5.6/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: auth + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Web app to manage your 2FA accounts and generate their security codes. +home: https://truecharts.org/charts/stable/twofauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png +keywords: + - 2fauth + - auth +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twofauth +sources: + - https://github.com/Bubka/2fauth + - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth + - https://hub.docker.com/r/2fauth/2fauth +type: application +version: 1.5.6 diff --git a/stable/twofauth/1.5.4/README.md b/stable/twofauth/1.5.6/README.md similarity index 100% rename from stable/twofauth/1.5.4/README.md rename to stable/twofauth/1.5.6/README.md diff --git a/stable/twofauth/1.5.6/app-changelog.md b/stable/twofauth/1.5.6/app-changelog.md new file mode 100644 index 00000000000..da01524a2a1 --- /dev/null +++ b/stable/twofauth/1.5.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [twofauth-1.5.6](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334)) \ No newline at end of file diff --git a/stable/twofauth/1.5.4/app-readme.md b/stable/twofauth/1.5.6/app-readme.md similarity index 100% rename from stable/twofauth/1.5.4/app-readme.md rename to stable/twofauth/1.5.6/app-readme.md diff --git a/stable/twofauth/1.5.6/charts/common-20.2.10.tgz b/stable/twofauth/1.5.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/twofauth/1.5.6/charts/common-20.2.10.tgz differ diff --git a/stable/twofauth/1.5.4/ix_values.yaml b/stable/twofauth/1.5.6/ix_values.yaml similarity index 100% rename from stable/twofauth/1.5.4/ix_values.yaml rename to stable/twofauth/1.5.6/ix_values.yaml diff --git a/stable/twofauth/1.5.4/questions.yaml b/stable/twofauth/1.5.6/questions.yaml similarity index 100% rename from stable/twofauth/1.5.4/questions.yaml rename to stable/twofauth/1.5.6/questions.yaml diff --git a/stable/twtxt/10.7.3/templates/NOTES.txt b/stable/twofauth/1.5.6/templates/NOTES.txt similarity index 100% rename from stable/twtxt/10.7.3/templates/NOTES.txt rename to stable/twofauth/1.5.6/templates/NOTES.txt diff --git a/stable/twofauth/1.5.4/templates/_secrets.tpl b/stable/twofauth/1.5.6/templates/_secrets.tpl similarity index 100% rename from stable/twofauth/1.5.4/templates/_secrets.tpl rename to stable/twofauth/1.5.6/templates/_secrets.tpl diff --git a/stable/twofauth/1.5.4/templates/common.yaml b/stable/twofauth/1.5.6/templates/common.yaml similarity index 100% rename from stable/twofauth/1.5.4/templates/common.yaml rename to stable/twofauth/1.5.6/templates/common.yaml diff --git a/stable/twonky-server/5.7.5/values.yaml b/stable/twofauth/1.5.6/values.yaml similarity index 100% rename from stable/twonky-server/5.7.5/values.yaml rename to stable/twofauth/1.5.6/values.yaml diff --git a/stable/twonky-server/5.7.5/CHANGELOG.md b/stable/twonky-server/5.7.5/CHANGELOG.md deleted file mode 100644 index 920aeae8425..00000000000 --- a/stable/twonky-server/5.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - diff --git a/stable/twonky-server/5.7.5/Chart.yaml b/stable/twonky-server/5.7.5/Chart.yaml deleted file mode 100644 index 5a80c15938c..00000000000 --- a/stable/twonky-server/5.7.5/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. -home: https://truecharts.org/charts/stable/twonky-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png -keywords: - - twonky-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: twonky-server -sources: - - https://github.com/H2CK/twonkyserver - - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server - - https://hub.docker.com/r/dtjs48jkt/twonkyserver -type: application -version: 5.7.5 diff --git a/stable/twonky-server/5.7.5/app-changelog.md b/stable/twonky-server/5.7.5/app-changelog.md deleted file mode 100644 index 559017e4483..00000000000 --- a/stable/twonky-server/5.7.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [twonky-server-5.7.5](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) \ No newline at end of file diff --git a/stable/twonky-server/5.7.5/charts/common-20.2.9.tgz b/stable/twonky-server/5.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/twonky-server/5.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/twonky-server/5.7.5/ix_values.yaml b/stable/twonky-server/5.7.5/ix_values.yaml deleted file mode 100644 index b3bd9c77001..00000000000 --- a/stable/twonky-server/5.7.5/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: dtjs48jkt/twonkyserver - tag: latest@sha256:e0bf0a79eb62e05f1c055aa49784268fc12380515fddd1ad80cc5a1258645d89 -persistence: - config: - enabled: true - mountPath: /config - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 9000 - protocol: tcp - targetPort: 9000 diff --git a/stable/twtxt/10.7.3/.helmignore b/stable/twonky-server/5.7.7/.helmignore similarity index 100% rename from stable/twtxt/10.7.3/.helmignore rename to stable/twonky-server/5.7.7/.helmignore diff --git a/stable/twonky-server/5.7.7/CHANGELOG.md b/stable/twonky-server/5.7.7/CHANGELOG.md new file mode 100644 index 00000000000..903431386a6 --- /dev/null +++ b/stable/twonky-server/5.7.7/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twonky-server-5.7.7](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image dtjs48jkt/twonkyserver to latest[@7f3e0de](https://github.com/7f3e0de) by renovate ([#19933](https://github.com/truecharts/charts/issues/19933)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) + + +## [twonky-server-5.7.6](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.6) (2024-03-30) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@7f3e0de](https://github.com/7f3e0de) by renovate ([#19933](https://github.com/truecharts/charts/issues/19933)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) + + +## [twonky-server-5.7.6](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.6) (2024-03-30) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@7f3e0de](https://github.com/7f3e0de) by renovate ([#19933](https://github.com/truecharts/charts/issues/19933)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) + + +## [twonky-server-5.7.6](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.6) (2024-03-30) + +### Chore + + + +- update container image dtjs48jkt/twonkyserver to latest[@7f3e0de](https://github.com/7f3e0de) by renovate ([#19933](https://github.com/truecharts/charts/issues/19933)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/twonky-server/5.7.7/Chart.yaml b/stable/twonky-server/5.7.7/Chart.yaml new file mode 100644 index 00000000000..8371d8bb7f4 --- /dev/null +++ b/stable/twonky-server/5.7.7/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. +home: https://truecharts.org/charts/stable/twonky-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png +keywords: + - twonky-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twonky-server +sources: + - https://github.com/H2CK/twonkyserver + - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server + - https://hub.docker.com/r/dtjs48jkt/twonkyserver +type: application +version: 5.7.7 diff --git a/stable/twonky-server/5.7.5/README.md b/stable/twonky-server/5.7.7/README.md similarity index 100% rename from stable/twonky-server/5.7.5/README.md rename to stable/twonky-server/5.7.7/README.md diff --git a/stable/twonky-server/5.7.7/app-changelog.md b/stable/twonky-server/5.7.7/app-changelog.md new file mode 100644 index 00000000000..c11988e2176 --- /dev/null +++ b/stable/twonky-server/5.7.7/app-changelog.md @@ -0,0 +1,25 @@ + + +## [twonky-server-5.7.7](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image dtjs48jkt/twonkyserver to latest[@7f3e0de](https://github.com/7f3e0de) by renovate ([#19933](https://github.com/truecharts/charts/issues/19933)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225)) \ No newline at end of file diff --git a/stable/twonky-server/5.7.5/app-readme.md b/stable/twonky-server/5.7.7/app-readme.md similarity index 100% rename from stable/twonky-server/5.7.5/app-readme.md rename to stable/twonky-server/5.7.7/app-readme.md diff --git a/stable/twonky-server/5.7.7/charts/common-20.2.10.tgz b/stable/twonky-server/5.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/twonky-server/5.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/twonky-server/5.7.7/ix_values.yaml b/stable/twonky-server/5.7.7/ix_values.yaml new file mode 100644 index 00000000000..4d6c600a539 --- /dev/null +++ b/stable/twonky-server/5.7.7/ix_values.yaml @@ -0,0 +1,26 @@ +image: + pullPolicy: IfNotPresent + repository: dtjs48jkt/twonkyserver + tag: latest@sha256:7f3e0dee1ca39a4506068c07003cbe3f1dbd8d0c30c72bdec69e52b15c945ef2 +persistence: + config: + enabled: true + mountPath: /config + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 9000 + protocol: tcp + targetPort: 9000 diff --git a/stable/twonky-server/5.7.5/questions.yaml b/stable/twonky-server/5.7.7/questions.yaml similarity index 100% rename from stable/twonky-server/5.7.5/questions.yaml rename to stable/twonky-server/5.7.7/questions.yaml diff --git a/stable/twonky-server/5.7.5/templates/common.yaml b/stable/twonky-server/5.7.7/templates/common.yaml similarity index 100% rename from stable/twonky-server/5.7.5/templates/common.yaml rename to stable/twonky-server/5.7.7/templates/common.yaml diff --git a/stable/twtxt/10.7.3/values.yaml b/stable/twonky-server/5.7.7/values.yaml similarity index 100% rename from stable/twtxt/10.7.3/values.yaml rename to stable/twonky-server/5.7.7/values.yaml diff --git a/stable/twtxt/10.7.3/CHANGELOG.md b/stable/twtxt/10.7.3/CHANGELOG.md deleted file mode 100644 index c6acab5635c..00000000000 --- a/stable/twtxt/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/twtxt/10.7.3/Chart.yaml b/stable/twtxt/10.7.3/Chart.yaml deleted file mode 100644 index 779d898672f..00000000000 --- a/stable/twtxt/10.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -home: https://truecharts.org/charts/stable/twtxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png -keywords: - - twtxt - - blogging - - blog - - social-network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: twtxt -sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - - https://ghcr.io/nicholaswilde/twtxt -type: application -version: 10.7.3 diff --git a/stable/twtxt/10.7.3/app-changelog.md b/stable/twtxt/10.7.3/app-changelog.md deleted file mode 100644 index 8070ac2cd42..00000000000 --- a/stable/twtxt/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/twtxt/10.7.3/charts/common-20.2.4.tgz b/stable/twtxt/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/twtxt/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ubooquity/10.7.6/.helmignore b/stable/twtxt/10.7.5/.helmignore similarity index 100% rename from stable/ubooquity/10.7.6/.helmignore rename to stable/twtxt/10.7.5/.helmignore diff --git a/stable/twtxt/10.7.5/CHANGELOG.md b/stable/twtxt/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9da9f08d7b5 --- /dev/null +++ b/stable/twtxt/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twtxt-10.7.5](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [twtxt-10.7.4](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [twtxt-10.7.4](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [twtxt-10.7.4](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [twtxt-10.7.4](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [twtxt-10.7.4](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/twtxt/10.7.5/Chart.yaml b/stable/twtxt/10.7.5/Chart.yaml new file mode 100644 index 00000000000..fe52dcff6c4 --- /dev/null +++ b/stable/twtxt/10.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! +home: https://truecharts.org/charts/stable/twtxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png +keywords: + - twtxt + - blogging + - blog + - social-network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twtxt +sources: + - https://github.com/prologic/twtxt + - https://github.com/nicholaswilde/docker-twtxt + - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt + - https://ghcr.io/nicholaswilde/twtxt +type: application +version: 10.7.5 diff --git a/stable/twtxt/10.7.3/README.md b/stable/twtxt/10.7.5/README.md similarity index 100% rename from stable/twtxt/10.7.3/README.md rename to stable/twtxt/10.7.5/README.md diff --git a/stable/twtxt/10.7.5/app-changelog.md b/stable/twtxt/10.7.5/app-changelog.md new file mode 100644 index 00000000000..4f52ea42bea --- /dev/null +++ b/stable/twtxt/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [twtxt-10.7.5](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/twtxt/10.7.3/app-readme.md b/stable/twtxt/10.7.5/app-readme.md similarity index 100% rename from stable/twtxt/10.7.3/app-readme.md rename to stable/twtxt/10.7.5/app-readme.md diff --git a/stable/twtxt/10.7.5/charts/common-20.2.10.tgz b/stable/twtxt/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/twtxt/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/twtxt/10.7.3/ix_values.yaml b/stable/twtxt/10.7.5/ix_values.yaml similarity index 100% rename from stable/twtxt/10.7.3/ix_values.yaml rename to stable/twtxt/10.7.5/ix_values.yaml diff --git a/stable/twtxt/10.7.3/questions.yaml b/stable/twtxt/10.7.5/questions.yaml similarity index 100% rename from stable/twtxt/10.7.3/questions.yaml rename to stable/twtxt/10.7.5/questions.yaml diff --git a/stable/ubooquity/10.7.6/templates/NOTES.txt b/stable/twtxt/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/10.7.6/templates/NOTES.txt rename to stable/twtxt/10.7.5/templates/NOTES.txt diff --git a/stable/twtxt/10.7.3/templates/common.yaml b/stable/twtxt/10.7.5/templates/common.yaml similarity index 100% rename from stable/twtxt/10.7.3/templates/common.yaml rename to stable/twtxt/10.7.5/templates/common.yaml diff --git a/stable/ubooquity/10.7.6/values.yaml b/stable/twtxt/10.7.5/values.yaml similarity index 100% rename from stable/ubooquity/10.7.6/values.yaml rename to stable/twtxt/10.7.5/values.yaml diff --git a/stable/ubooquity/10.7.6/CHANGELOG.md b/stable/ubooquity/10.7.6/CHANGELOG.md deleted file mode 100644 index 6680b6f675e..00000000000 --- a/stable/ubooquity/10.7.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) - - -## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) - - -## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) - - -## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) \ No newline at end of file diff --git a/stable/ubooquity/10.7.6/Chart.yaml b/stable/ubooquity/10.7.6/Chart.yaml deleted file mode 100644 index c7a69c2a59d..00000000000 --- a/stable/ubooquity/10.7.6/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. -home: https://truecharts.org/charts/stable/ubooquity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png -keywords: - - ubooquity -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ubooquity -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity - - https://ghcr.io/linuxserver/ubooquity -type: application -version: 10.7.6 diff --git a/stable/ubooquity/10.7.6/app-changelog.md b/stable/ubooquity/10.7.6/app-changelog.md deleted file mode 100644 index bf00628697e..00000000000 --- a/stable/ubooquity/10.7.6/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) \ No newline at end of file diff --git a/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz b/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/unifi/20.8.0/.helmignore b/stable/ubooquity/10.7.8/.helmignore similarity index 100% rename from stable/unifi/20.8.0/.helmignore rename to stable/ubooquity/10.7.8/.helmignore diff --git a/stable/ubooquity/10.7.8/CHANGELOG.md b/stable/ubooquity/10.7.8/CHANGELOG.md new file mode 100644 index 00000000000..b4c7e60556e --- /dev/null +++ b/stable/ubooquity/10.7.8/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ubooquity-10.7.8](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) + + +## [ubooquity-10.7.7](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) + + +## [ubooquity-10.7.7](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) + + +## [ubooquity-10.7.7](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.7) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/ubooquity/10.7.8/Chart.yaml b/stable/ubooquity/10.7.8/Chart.yaml new file mode 100644 index 00000000000..696fabdf8fe --- /dev/null +++ b/stable/ubooquity/10.7.8/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. +home: https://truecharts.org/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png +keywords: + - ubooquity +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ubooquity +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity + - https://ghcr.io/linuxserver/ubooquity +type: application +version: 10.7.8 diff --git a/stable/ubooquity/10.7.6/README.md b/stable/ubooquity/10.7.8/README.md similarity index 100% rename from stable/ubooquity/10.7.6/README.md rename to stable/ubooquity/10.7.8/README.md diff --git a/stable/ubooquity/10.7.8/app-changelog.md b/stable/ubooquity/10.7.8/app-changelog.md new file mode 100644 index 00000000000..21b38c07d24 --- /dev/null +++ b/stable/ubooquity/10.7.8/app-changelog.md @@ -0,0 +1,27 @@ + + +## [ubooquity-10.7.8](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.8) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249)) \ No newline at end of file diff --git a/stable/ubooquity/10.7.6/app-readme.md b/stable/ubooquity/10.7.8/app-readme.md similarity index 100% rename from stable/ubooquity/10.7.6/app-readme.md rename to stable/ubooquity/10.7.8/app-readme.md diff --git a/stable/ubooquity/10.7.8/charts/common-20.2.10.tgz b/stable/ubooquity/10.7.8/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ubooquity/10.7.8/charts/common-20.2.10.tgz differ diff --git a/stable/ubooquity/10.7.6/ix_values.yaml b/stable/ubooquity/10.7.8/ix_values.yaml similarity index 100% rename from stable/ubooquity/10.7.6/ix_values.yaml rename to stable/ubooquity/10.7.8/ix_values.yaml diff --git a/stable/ubooquity/10.7.6/questions.yaml b/stable/ubooquity/10.7.8/questions.yaml similarity index 100% rename from stable/ubooquity/10.7.6/questions.yaml rename to stable/ubooquity/10.7.8/questions.yaml diff --git a/stable/unifi/20.8.0/templates/NOTES.txt b/stable/ubooquity/10.7.8/templates/NOTES.txt similarity index 100% rename from stable/unifi/20.8.0/templates/NOTES.txt rename to stable/ubooquity/10.7.8/templates/NOTES.txt diff --git a/stable/ubooquity/10.7.6/templates/common.yaml b/stable/ubooquity/10.7.8/templates/common.yaml similarity index 100% rename from stable/ubooquity/10.7.6/templates/common.yaml rename to stable/ubooquity/10.7.8/templates/common.yaml diff --git a/stable/unifi/20.8.0/values.yaml b/stable/ubooquity/10.7.8/values.yaml similarity index 100% rename from stable/unifi/20.8.0/values.yaml rename to stable/ubooquity/10.7.8/values.yaml diff --git a/stable/unifi/20.8.0/CHANGELOG.md b/stable/unifi/20.8.0/CHANGELOG.md deleted file mode 100644 index 1428d08d3f7..00000000000 --- a/stable/unifi/20.8.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unifi-20.7.3](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.3) (2024-03-25) - -### Chore - diff --git a/stable/unifi/20.8.0/Chart.yaml b/stable/unifi/20.8.0/Chart.yaml deleted file mode 100644 index a98517aba3a..00000000000 --- a/stable/unifi/20.8.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.1.113 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Ubiquiti Network's Unifi Controller -home: https://truecharts.org/charts/stable/unifi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png -keywords: - - ubiquiti - - unifi -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unifi -sources: - - https://unifi-network.ui.com - - https://github.com/jacobalberty/unifi-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/unifi - - https://ghcr.io/goofball222/unifi -type: application -version: 20.8.0 diff --git a/stable/unifi/20.8.0/app-changelog.md b/stable/unifi/20.8.0/app-changelog.md deleted file mode 100644 index 4949593a1d4..00000000000 --- a/stable/unifi/20.8.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [unifi-20.8.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.0) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unifi/20.8.0/charts/common-20.2.4.tgz b/stable/unifi/20.8.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/unifi/20.8.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/universal-media-server/5.7.3/.helmignore b/stable/unifi/20.8.2/.helmignore similarity index 100% rename from stable/universal-media-server/5.7.3/.helmignore rename to stable/unifi/20.8.2/.helmignore diff --git a/stable/unifi/20.8.2/CHANGELOG.md b/stable/unifi/20.8.2/CHANGELOG.md new file mode 100644 index 00000000000..33b4fe33cb4 --- /dev/null +++ b/stable/unifi/20.8.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unifi-20.8.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unifi-20.8.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unifi-20.8.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unifi-20.8.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unifi-20.8.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.1) (2024-03-28) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/stable/unifi/20.8.2/Chart.yaml b/stable/unifi/20.8.2/Chart.yaml new file mode 100644 index 00000000000..d5cfb2423e2 --- /dev/null +++ b/stable/unifi/20.8.2/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.1.113 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubiquiti Network's Unifi Controller +home: https://truecharts.org/charts/stable/unifi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png +keywords: + - ubiquiti + - unifi +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unifi +sources: + - https://unifi-network.ui.com + - https://github.com/jacobalberty/unifi-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/unifi + - https://ghcr.io/goofball222/unifi +type: application +version: 20.8.2 diff --git a/stable/unifi/20.8.0/README.md b/stable/unifi/20.8.2/README.md similarity index 100% rename from stable/unifi/20.8.0/README.md rename to stable/unifi/20.8.2/README.md diff --git a/stable/unifi/20.8.2/app-changelog.md b/stable/unifi/20.8.2/app-changelog.md new file mode 100644 index 00000000000..9259331ed48 --- /dev/null +++ b/stable/unifi/20.8.2/app-changelog.md @@ -0,0 +1,21 @@ + + +## [unifi-20.8.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.8.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/goofball222/unifi to v8.1.113[@3924f65](https://github.com/3924f65) by renovate ([#19853](https://github.com/truecharts/charts/issues/19853)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unifi/20.8.0/app-readme.md b/stable/unifi/20.8.2/app-readme.md similarity index 100% rename from stable/unifi/20.8.0/app-readme.md rename to stable/unifi/20.8.2/app-readme.md diff --git a/stable/unifi/20.8.2/charts/common-20.2.10.tgz b/stable/unifi/20.8.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/unifi/20.8.2/charts/common-20.2.10.tgz differ diff --git a/stable/unifi/20.8.0/ix_values.yaml b/stable/unifi/20.8.2/ix_values.yaml similarity index 100% rename from stable/unifi/20.8.0/ix_values.yaml rename to stable/unifi/20.8.2/ix_values.yaml diff --git a/stable/unifi/20.8.0/questions.yaml b/stable/unifi/20.8.2/questions.yaml similarity index 100% rename from stable/unifi/20.8.0/questions.yaml rename to stable/unifi/20.8.2/questions.yaml diff --git a/stable/unmanic/10.7.3/templates/NOTES.txt b/stable/unifi/20.8.2/templates/NOTES.txt similarity index 100% rename from stable/unmanic/10.7.3/templates/NOTES.txt rename to stable/unifi/20.8.2/templates/NOTES.txt diff --git a/stable/unifi/20.8.0/templates/common.yaml b/stable/unifi/20.8.2/templates/common.yaml similarity index 100% rename from stable/unifi/20.8.0/templates/common.yaml rename to stable/unifi/20.8.2/templates/common.yaml diff --git a/stable/universal-media-server/5.7.3/values.yaml b/stable/unifi/20.8.2/values.yaml similarity index 100% rename from stable/universal-media-server/5.7.3/values.yaml rename to stable/unifi/20.8.2/values.yaml diff --git a/stable/universal-media-server/5.7.3/CHANGELOG.md b/stable/universal-media-server/5.7.3/CHANGELOG.md deleted file mode 100644 index 2fcba0723e0..00000000000 --- a/stable/universal-media-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/universal-media-server/5.7.3/Chart.yaml b/stable/universal-media-server/5.7.3/Chart.yaml deleted file mode 100644 index ea531792da0..00000000000 --- a/stable/universal-media-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. -home: https://truecharts.org/charts/stable/universal-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png -keywords: - - universal-media-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: universal-media-server -sources: - - https://www.universalmediaserver.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server - - https://hub.docker.com/r/universalmediaserver/ums -type: application -version: 5.7.3 diff --git a/stable/universal-media-server/5.7.3/app-changelog.md b/stable/universal-media-server/5.7.3/app-changelog.md deleted file mode 100644 index 1e8ffb3bd64..00000000000 --- a/stable/universal-media-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz b/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/unmanic/10.7.3/.helmignore b/stable/universal-media-server/5.7.5/.helmignore similarity index 100% rename from stable/unmanic/10.7.3/.helmignore rename to stable/universal-media-server/5.7.5/.helmignore diff --git a/stable/universal-media-server/5.7.5/CHANGELOG.md b/stable/universal-media-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..315f792b5bb --- /dev/null +++ b/stable/universal-media-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [universal-media-server-5.7.5](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [universal-media-server-5.7.4](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [universal-media-server-5.7.4](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [universal-media-server-5.7.4](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [universal-media-server-5.7.4](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [universal-media-server-5.7.4](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/universal-media-server/5.7.5/Chart.yaml b/stable/universal-media-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..fa4508bf26a --- /dev/null +++ b/stable/universal-media-server/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Video + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. +home: https://truecharts.org/charts/stable/universal-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png +keywords: + - universal-media-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: universal-media-server +sources: + - https://www.universalmediaserver.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server + - https://hub.docker.com/r/universalmediaserver/ums +type: application +version: 5.7.5 diff --git a/stable/universal-media-server/5.7.3/README.md b/stable/universal-media-server/5.7.5/README.md similarity index 100% rename from stable/universal-media-server/5.7.3/README.md rename to stable/universal-media-server/5.7.5/README.md diff --git a/stable/universal-media-server/5.7.5/app-changelog.md b/stable/universal-media-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..57c60dabed4 --- /dev/null +++ b/stable/universal-media-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [universal-media-server-5.7.5](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/universal-media-server/5.7.3/app-readme.md b/stable/universal-media-server/5.7.5/app-readme.md similarity index 100% rename from stable/universal-media-server/5.7.3/app-readme.md rename to stable/universal-media-server/5.7.5/app-readme.md diff --git a/stable/universal-media-server/5.7.5/charts/common-20.2.10.tgz b/stable/universal-media-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/universal-media-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/universal-media-server/5.7.3/ix_values.yaml b/stable/universal-media-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/universal-media-server/5.7.3/ix_values.yaml rename to stable/universal-media-server/5.7.5/ix_values.yaml diff --git a/stable/universal-media-server/5.7.3/questions.yaml b/stable/universal-media-server/5.7.5/questions.yaml similarity index 100% rename from stable/universal-media-server/5.7.3/questions.yaml rename to stable/universal-media-server/5.7.5/questions.yaml diff --git a/stable/universal-media-server/5.7.3/templates/common.yaml b/stable/universal-media-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/universal-media-server/5.7.3/templates/common.yaml rename to stable/universal-media-server/5.7.5/templates/common.yaml diff --git a/stable/unmanic/10.7.3/values.yaml b/stable/universal-media-server/5.7.5/values.yaml similarity index 100% rename from stable/unmanic/10.7.3/values.yaml rename to stable/universal-media-server/5.7.5/values.yaml diff --git a/stable/unmanic/10.7.3/CHANGELOG.md b/stable/unmanic/10.7.3/CHANGELOG.md deleted file mode 100644 index e1861f9688b..00000000000 --- a/stable/unmanic/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/unmanic/10.7.3/Chart.yaml b/stable/unmanic/10.7.3/Chart.yaml deleted file mode 100644 index 5a2f160d1a3..00000000000 --- a/stable/unmanic/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unmanic is a simple tool for optimising your file library. -home: https://truecharts.org/charts/stable/unmanic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png -keywords: - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unmanic -sources: - - https://github.com/Unmanic/unmanic - - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - - https://hub.docker.com/r/josh5/unmanic -type: application -version: 10.7.3 diff --git a/stable/unmanic/10.7.3/app-changelog.md b/stable/unmanic/10.7.3/app-changelog.md deleted file mode 100644 index bce1c13cf93..00000000000 --- a/stable/unmanic/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unmanic/10.7.3/charts/common-20.2.4.tgz b/stable/unmanic/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/unmanic/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/unpackerr/13.7.3/.helmignore b/stable/unmanic/10.7.5/.helmignore similarity index 100% rename from stable/unpackerr/13.7.3/.helmignore rename to stable/unmanic/10.7.5/.helmignore diff --git a/stable/unmanic/10.7.5/CHANGELOG.md b/stable/unmanic/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6d8dee10ec4 --- /dev/null +++ b/stable/unmanic/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unmanic-10.7.5](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unmanic-10.7.4](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unmanic-10.7.4](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unmanic-10.7.4](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unmanic-10.7.4](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unmanic-10.7.4](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/unmanic/10.7.5/Chart.yaml b/stable/unmanic/10.7.5/Chart.yaml new file mode 100644 index 00000000000..2eec20c5aff --- /dev/null +++ b/stable/unmanic/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unmanic is a simple tool for optimising your file library. +home: https://truecharts.org/charts/stable/unmanic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png +keywords: + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unmanic +sources: + - https://github.com/Unmanic/unmanic + - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic + - https://hub.docker.com/r/josh5/unmanic +type: application +version: 10.7.5 diff --git a/stable/unmanic/10.7.3/README.md b/stable/unmanic/10.7.5/README.md similarity index 100% rename from stable/unmanic/10.7.3/README.md rename to stable/unmanic/10.7.5/README.md diff --git a/stable/unmanic/10.7.5/app-changelog.md b/stable/unmanic/10.7.5/app-changelog.md new file mode 100644 index 00000000000..7aecb1cd023 --- /dev/null +++ b/stable/unmanic/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [unmanic-10.7.5](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unmanic/10.7.3/app-readme.md b/stable/unmanic/10.7.5/app-readme.md similarity index 100% rename from stable/unmanic/10.7.3/app-readme.md rename to stable/unmanic/10.7.5/app-readme.md diff --git a/stable/unmanic/10.7.5/charts/common-20.2.10.tgz b/stable/unmanic/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/unmanic/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/unmanic/10.7.3/ix_values.yaml b/stable/unmanic/10.7.5/ix_values.yaml similarity index 100% rename from stable/unmanic/10.7.3/ix_values.yaml rename to stable/unmanic/10.7.5/ix_values.yaml diff --git a/stable/unmanic/10.7.3/questions.yaml b/stable/unmanic/10.7.5/questions.yaml similarity index 100% rename from stable/unmanic/10.7.3/questions.yaml rename to stable/unmanic/10.7.5/questions.yaml diff --git a/stable/unpackerr/13.7.3/templates/NOTES.txt b/stable/unmanic/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/unpackerr/13.7.3/templates/NOTES.txt rename to stable/unmanic/10.7.5/templates/NOTES.txt diff --git a/stable/unmanic/10.7.3/templates/common.yaml b/stable/unmanic/10.7.5/templates/common.yaml similarity index 100% rename from stable/unmanic/10.7.3/templates/common.yaml rename to stable/unmanic/10.7.5/templates/common.yaml diff --git a/stable/unpackerr/13.7.3/values.yaml b/stable/unmanic/10.7.5/values.yaml similarity index 100% rename from stable/unpackerr/13.7.3/values.yaml rename to stable/unmanic/10.7.5/values.yaml diff --git a/stable/unpackerr/13.7.3/CHANGELOG.md b/stable/unpackerr/13.7.3/CHANGELOG.md deleted file mode 100644 index 8f36817b314..00000000000 --- a/stable/unpackerr/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/unpackerr/13.7.3/Chart.yaml b/stable/unpackerr/13.7.3/Chart.yaml deleted file mode 100644 index 404106e843f..00000000000 --- a/stable/unpackerr/13.7.3/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.13.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them -home: https://truecharts.org/charts/stable/unpackerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png -keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - - whisparr -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unpackerr -sources: - - https://github.com/davidnewhall/unpackerr - - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - - https://hub.docker.com/r/golift/unpackerr -type: application -version: 13.7.3 diff --git a/stable/unpackerr/13.7.3/app-changelog.md b/stable/unpackerr/13.7.3/app-changelog.md deleted file mode 100644 index f37948b10d3..00000000000 --- a/stable/unpackerr/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz b/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/unpoller/10.9.3/.helmignore b/stable/unpackerr/13.7.5/.helmignore similarity index 100% rename from stable/unpoller/10.9.3/.helmignore rename to stable/unpackerr/13.7.5/.helmignore diff --git a/stable/unpackerr/13.7.5/CHANGELOG.md b/stable/unpackerr/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d2fcf55c431 --- /dev/null +++ b/stable/unpackerr/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpackerr-13.7.5](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpackerr-13.7.4](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpackerr-13.7.4](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpackerr-13.7.4](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpackerr-13.7.4](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpackerr-13.7.4](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/unpackerr/13.7.5/Chart.yaml b/stable/unpackerr/13.7.5/Chart.yaml new file mode 100644 index 00000000000..12a89ebd829 --- /dev/null +++ b/stable/unpackerr/13.7.5/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.13.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them +home: https://truecharts.org/charts/stable/unpackerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png +keywords: + - unpackerr + - sonarr + - radarr + - lidarr + - readarr + - whisparr +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpackerr +sources: + - https://github.com/davidnewhall/unpackerr + - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr + - https://hub.docker.com/r/golift/unpackerr +type: application +version: 13.7.5 diff --git a/stable/unpackerr/13.7.3/README.md b/stable/unpackerr/13.7.5/README.md similarity index 100% rename from stable/unpackerr/13.7.3/README.md rename to stable/unpackerr/13.7.5/README.md diff --git a/stable/unpackerr/13.7.5/app-changelog.md b/stable/unpackerr/13.7.5/app-changelog.md new file mode 100644 index 00000000000..d2a987e07d7 --- /dev/null +++ b/stable/unpackerr/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [unpackerr-13.7.5](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unpackerr/13.7.3/app-readme.md b/stable/unpackerr/13.7.5/app-readme.md similarity index 100% rename from stable/unpackerr/13.7.3/app-readme.md rename to stable/unpackerr/13.7.5/app-readme.md diff --git a/stable/unpackerr/13.7.5/charts/common-20.2.10.tgz b/stable/unpackerr/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/unpackerr/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/unpackerr/13.7.3/ix_values.yaml b/stable/unpackerr/13.7.5/ix_values.yaml similarity index 100% rename from stable/unpackerr/13.7.3/ix_values.yaml rename to stable/unpackerr/13.7.5/ix_values.yaml diff --git a/stable/unpackerr/13.7.3/questions.yaml b/stable/unpackerr/13.7.5/questions.yaml similarity index 100% rename from stable/unpackerr/13.7.3/questions.yaml rename to stable/unpackerr/13.7.5/questions.yaml diff --git a/stable/unpoller/10.9.3/templates/NOTES.txt b/stable/unpackerr/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/unpoller/10.9.3/templates/NOTES.txt rename to stable/unpackerr/13.7.5/templates/NOTES.txt diff --git a/stable/unpackerr/13.7.3/templates/common.yaml b/stable/unpackerr/13.7.5/templates/common.yaml similarity index 100% rename from stable/unpackerr/13.7.3/templates/common.yaml rename to stable/unpackerr/13.7.5/templates/common.yaml diff --git a/stable/unpoller/10.9.3/values.yaml b/stable/unpackerr/13.7.5/values.yaml similarity index 100% rename from stable/unpoller/10.9.3/values.yaml rename to stable/unpackerr/13.7.5/values.yaml diff --git a/stable/unpoller/10.9.3/CHANGELOG.md b/stable/unpoller/10.9.3/CHANGELOG.md deleted file mode 100644 index af535d42938..00000000000 --- a/stable/unpoller/10.9.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/unpoller/10.9.3/Chart.yaml b/stable/unpoller/10.9.3/Chart.yaml deleted file mode 100644 index 2ff5d6dd813..00000000000 --- a/stable/unpoller/10.9.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.10.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. -home: https://truecharts.org/charts/stable/unpoller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png -keywords: - - unifi - - unifi-poller - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unpoller -sources: - - https://github.com/unifi-poller/unifi-poller - - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - - https://ghcr.io/unpoller/unpoller -type: application -version: 10.9.3 diff --git a/stable/unpoller/10.9.3/app-changelog.md b/stable/unpoller/10.9.3/app-changelog.md deleted file mode 100644 index 9092ce510e0..00000000000 --- a/stable/unpoller/10.9.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unpoller/10.9.3/charts/common-20.2.4.tgz b/stable/unpoller/10.9.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/unpoller/10.9.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/unturned/6.7.3/.helmignore b/stable/unpoller/10.9.5/.helmignore similarity index 100% rename from stable/unturned/6.7.3/.helmignore rename to stable/unpoller/10.9.5/.helmignore diff --git a/stable/unpoller/10.9.5/CHANGELOG.md b/stable/unpoller/10.9.5/CHANGELOG.md new file mode 100644 index 00000000000..1857e9f110c --- /dev/null +++ b/stable/unpoller/10.9.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpoller-10.9.5](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpoller-10.9.4](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpoller-10.9.4](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpoller-10.9.4](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpoller-10.9.4](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unpoller-10.9.4](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/unpoller/10.9.5/Chart.yaml b/stable/unpoller/10.9.5/Chart.yaml new file mode 100644 index 00000000000..b5024e763df --- /dev/null +++ b/stable/unpoller/10.9.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. +home: https://truecharts.org/charts/stable/unpoller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png +keywords: + - unifi + - unifi-poller + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpoller +sources: + - https://github.com/unifi-poller/unifi-poller + - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller + - https://ghcr.io/unpoller/unpoller +type: application +version: 10.9.5 diff --git a/stable/unpoller/10.9.3/README.md b/stable/unpoller/10.9.5/README.md similarity index 100% rename from stable/unpoller/10.9.3/README.md rename to stable/unpoller/10.9.5/README.md diff --git a/stable/unpoller/10.9.5/app-changelog.md b/stable/unpoller/10.9.5/app-changelog.md new file mode 100644 index 00000000000..426d3c30db3 --- /dev/null +++ b/stable/unpoller/10.9.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [unpoller-10.9.5](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unpoller/10.9.3/app-readme.md b/stable/unpoller/10.9.5/app-readme.md similarity index 100% rename from stable/unpoller/10.9.3/app-readme.md rename to stable/unpoller/10.9.5/app-readme.md diff --git a/stable/unpoller/10.9.5/charts/common-20.2.10.tgz b/stable/unpoller/10.9.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/unpoller/10.9.5/charts/common-20.2.10.tgz differ diff --git a/stable/unpoller/10.9.3/dashboards/DPI.json b/stable/unpoller/10.9.5/dashboards/DPI.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/DPI.json rename to stable/unpoller/10.9.5/dashboards/DPI.json diff --git a/stable/unpoller/10.9.3/dashboards/UAP.json b/stable/unpoller/10.9.5/dashboards/UAP.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/UAP.json rename to stable/unpoller/10.9.5/dashboards/UAP.json diff --git a/stable/unpoller/10.9.3/dashboards/USG.json b/stable/unpoller/10.9.5/dashboards/USG.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/USG.json rename to stable/unpoller/10.9.5/dashboards/USG.json diff --git a/stable/unpoller/10.9.3/dashboards/USW.json b/stable/unpoller/10.9.5/dashboards/USW.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/USW.json rename to stable/unpoller/10.9.5/dashboards/USW.json diff --git a/stable/unpoller/10.9.3/dashboards/clients.json b/stable/unpoller/10.9.5/dashboards/clients.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/clients.json rename to stable/unpoller/10.9.5/dashboards/clients.json diff --git a/stable/unpoller/10.9.3/dashboards/network.json b/stable/unpoller/10.9.5/dashboards/network.json similarity index 100% rename from stable/unpoller/10.9.3/dashboards/network.json rename to stable/unpoller/10.9.5/dashboards/network.json diff --git a/stable/unpoller/10.9.3/ix_values.yaml b/stable/unpoller/10.9.5/ix_values.yaml similarity index 100% rename from stable/unpoller/10.9.3/ix_values.yaml rename to stable/unpoller/10.9.5/ix_values.yaml diff --git a/stable/unpoller/10.9.3/questions.yaml b/stable/unpoller/10.9.5/questions.yaml similarity index 100% rename from stable/unpoller/10.9.3/questions.yaml rename to stable/unpoller/10.9.5/questions.yaml diff --git a/stable/unturned/6.7.3/templates/NOTES.txt b/stable/unpoller/10.9.5/templates/NOTES.txt similarity index 100% rename from stable/unturned/6.7.3/templates/NOTES.txt rename to stable/unpoller/10.9.5/templates/NOTES.txt diff --git a/stable/unpoller/10.9.3/templates/common.yaml b/stable/unpoller/10.9.5/templates/common.yaml similarity index 100% rename from stable/unpoller/10.9.3/templates/common.yaml rename to stable/unpoller/10.9.5/templates/common.yaml diff --git a/stable/unturned/6.7.3/values.yaml b/stable/unpoller/10.9.5/values.yaml similarity index 100% rename from stable/unturned/6.7.3/values.yaml rename to stable/unpoller/10.9.5/values.yaml diff --git a/stable/unturned/6.7.3/CHANGELOG.md b/stable/unturned/6.7.3/CHANGELOG.md deleted file mode 100644 index 1abfa8fd64e..00000000000 --- a/stable/unturned/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/unturned/6.7.3/Chart.yaml b/stable/unturned/6.7.3/Chart.yaml deleted file mode 100644 index cd8737098ab..00000000000 --- a/stable/unturned/6.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: unturned -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Unturned SteamCMD -home: https://truecharts.org/charts/stable/unturned -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png -keywords: - - unturned - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: unturned -sources: - - https://github.com/ich777/docker-steamcmd-server/tree/unturned - - https://github.com/truecharts/charts/tree/master/charts/stable/unturned - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 6.7.3 diff --git a/stable/unturned/6.7.3/app-changelog.md b/stable/unturned/6.7.3/app-changelog.md deleted file mode 100644 index 05d852d0de1..00000000000 --- a/stable/unturned/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unturned/6.7.3/charts/common-20.2.4.tgz b/stable/unturned/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/unturned/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/uptime-kuma/10.7.3/.helmignore b/stable/unturned/6.7.5/.helmignore similarity index 100% rename from stable/uptime-kuma/10.7.3/.helmignore rename to stable/unturned/6.7.5/.helmignore diff --git a/stable/unturned/6.7.5/CHANGELOG.md b/stable/unturned/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..11ef19575b5 --- /dev/null +++ b/stable/unturned/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unturned-6.7.5](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unturned-6.7.4](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unturned-6.7.4](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unturned-6.7.4](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unturned-6.7.4](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [unturned-6.7.4](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/unturned/6.7.5/Chart.yaml b/stable/unturned/6.7.5/Chart.yaml new file mode 100644 index 00000000000..d558c08e6da --- /dev/null +++ b/stable/unturned/6.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: unturned +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unturned SteamCMD +home: https://truecharts.org/charts/stable/unturned +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png +keywords: + - unturned + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unturned +sources: + - https://github.com/ich777/docker-steamcmd-server/tree/unturned + - https://github.com/truecharts/charts/tree/master/charts/stable/unturned + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 6.7.5 diff --git a/stable/unturned/6.7.3/README.md b/stable/unturned/6.7.5/README.md similarity index 100% rename from stable/unturned/6.7.3/README.md rename to stable/unturned/6.7.5/README.md diff --git a/stable/unturned/6.7.5/app-changelog.md b/stable/unturned/6.7.5/app-changelog.md new file mode 100644 index 00000000000..980de5cc820 --- /dev/null +++ b/stable/unturned/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [unturned-6.7.5](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/unturned/6.7.3/app-readme.md b/stable/unturned/6.7.5/app-readme.md similarity index 100% rename from stable/unturned/6.7.3/app-readme.md rename to stable/unturned/6.7.5/app-readme.md diff --git a/stable/unturned/6.7.5/charts/common-20.2.10.tgz b/stable/unturned/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/unturned/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/unturned/6.7.3/ix_values.yaml b/stable/unturned/6.7.5/ix_values.yaml similarity index 100% rename from stable/unturned/6.7.3/ix_values.yaml rename to stable/unturned/6.7.5/ix_values.yaml diff --git a/stable/unturned/6.7.3/questions.yaml b/stable/unturned/6.7.5/questions.yaml similarity index 100% rename from stable/unturned/6.7.3/questions.yaml rename to stable/unturned/6.7.5/questions.yaml diff --git a/stable/uptime-kuma/10.7.3/templates/NOTES.txt b/stable/unturned/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/10.7.3/templates/NOTES.txt rename to stable/unturned/6.7.5/templates/NOTES.txt diff --git a/stable/unturned/6.7.3/templates/common.yaml b/stable/unturned/6.7.5/templates/common.yaml similarity index 100% rename from stable/unturned/6.7.3/templates/common.yaml rename to stable/unturned/6.7.5/templates/common.yaml diff --git a/stable/uptime-kuma/10.7.3/values.yaml b/stable/unturned/6.7.5/values.yaml similarity index 100% rename from stable/uptime-kuma/10.7.3/values.yaml rename to stable/unturned/6.7.5/values.yaml diff --git a/stable/uptime-kuma/10.7.3/CHANGELOG.md b/stable/uptime-kuma/10.7.3/CHANGELOG.md deleted file mode 100644 index ab5b9c932e9..00000000000 --- a/stable/uptime-kuma/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/uptime-kuma/10.7.3/Chart.yaml b/stable/uptime-kuma/10.7.3/Chart.yaml deleted file mode 100644 index 9eb474c7a2a..00000000000 --- a/stable/uptime-kuma/10.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.11 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A fancy self-hosted monitoring tool -home: https://truecharts.org/charts/stable/uptime-kuma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png -keywords: - - monitoring - - uptime -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: uptime-kuma -sources: - - https://github.com/louislam/uptime-kuma - - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - - https://hub.docker.com/r/louislam/uptime-kuma -type: application -version: 10.7.3 diff --git a/stable/uptime-kuma/10.7.3/app-changelog.md b/stable/uptime-kuma/10.7.3/app-changelog.md deleted file mode 100644 index 5ba71db36aa..00000000000 --- a/stable/uptime-kuma/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz b/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/uptimerobot-prometheus/11.7.3/.helmignore b/stable/uptime-kuma/10.7.5/.helmignore similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/.helmignore rename to stable/uptime-kuma/10.7.5/.helmignore diff --git a/stable/uptime-kuma/10.7.5/CHANGELOG.md b/stable/uptime-kuma/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f3030404ca2 --- /dev/null +++ b/stable/uptime-kuma/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptime-kuma-10.7.5](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptime-kuma-10.7.4](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptime-kuma-10.7.4](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptime-kuma-10.7.4](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptime-kuma-10.7.4](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptime-kuma-10.7.4](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/uptime-kuma/10.7.5/Chart.yaml b/stable/uptime-kuma/10.7.5/Chart.yaml new file mode 100644 index 00000000000..c9f392d0d7e --- /dev/null +++ b/stable/uptime-kuma/10.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.11 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fancy self-hosted monitoring tool +home: https://truecharts.org/charts/stable/uptime-kuma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png +keywords: + - monitoring + - uptime +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptime-kuma +sources: + - https://github.com/louislam/uptime-kuma + - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma + - https://hub.docker.com/r/louislam/uptime-kuma +type: application +version: 10.7.5 diff --git a/stable/uptime-kuma/10.7.3/README.md b/stable/uptime-kuma/10.7.5/README.md similarity index 100% rename from stable/uptime-kuma/10.7.3/README.md rename to stable/uptime-kuma/10.7.5/README.md diff --git a/stable/uptime-kuma/10.7.5/app-changelog.md b/stable/uptime-kuma/10.7.5/app-changelog.md new file mode 100644 index 00000000000..0995a3f6d5d --- /dev/null +++ b/stable/uptime-kuma/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [uptime-kuma-10.7.5](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/uptime-kuma/10.7.3/app-readme.md b/stable/uptime-kuma/10.7.5/app-readme.md similarity index 100% rename from stable/uptime-kuma/10.7.3/app-readme.md rename to stable/uptime-kuma/10.7.5/app-readme.md diff --git a/stable/uptime-kuma/10.7.5/charts/common-20.2.10.tgz b/stable/uptime-kuma/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/uptime-kuma/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/uptime-kuma/10.7.3/ix_values.yaml b/stable/uptime-kuma/10.7.5/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/10.7.3/ix_values.yaml rename to stable/uptime-kuma/10.7.5/ix_values.yaml diff --git a/stable/uptime-kuma/10.7.3/questions.yaml b/stable/uptime-kuma/10.7.5/questions.yaml similarity index 100% rename from stable/uptime-kuma/10.7.3/questions.yaml rename to stable/uptime-kuma/10.7.5/questions.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/templates/NOTES.txt b/stable/uptime-kuma/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/templates/NOTES.txt rename to stable/uptime-kuma/10.7.5/templates/NOTES.txt diff --git a/stable/uptime-kuma/10.7.3/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.7.5/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/10.7.3/templates/_prometheusrules.tpl rename to stable/uptime-kuma/10.7.5/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/10.7.3/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.7.5/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/10.7.3/templates/_servicemonitor.tpl rename to stable/uptime-kuma/10.7.5/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/10.7.3/templates/common.yaml b/stable/uptime-kuma/10.7.5/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/10.7.3/templates/common.yaml rename to stable/uptime-kuma/10.7.5/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/values.yaml b/stable/uptime-kuma/10.7.5/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/values.yaml rename to stable/uptime-kuma/10.7.5/values.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md b/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md deleted file mode 100644 index 1eaa997d83b..00000000000 --- a/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/uptimerobot-prometheus/11.7.3/Chart.yaml b/stable/uptimerobot-prometheus/11.7.3/Chart.yaml deleted file mode 100644 index ad442916867..00000000000 --- a/stable/uptimerobot-prometheus/11.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Prometheus Exporter for the official uptimerobot CLI -home: https://truecharts.org/charts/stable/uptimerobot-prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png -keywords: - - uptimerobot - - prometheus - - grafana - - metrics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: uptimerobot-prometheus -sources: - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter -type: application -version: 11.7.3 diff --git a/stable/uptimerobot-prometheus/11.7.3/app-changelog.md b/stable/uptimerobot-prometheus/11.7.3/app-changelog.md deleted file mode 100644 index 4fbc9018e55..00000000000 --- a/stable/uptimerobot-prometheus/11.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz b/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/urban-terror/5.7.3/.helmignore b/stable/uptimerobot-prometheus/11.7.5/.helmignore similarity index 100% rename from stable/urban-terror/5.7.3/.helmignore rename to stable/uptimerobot-prometheus/11.7.5/.helmignore diff --git a/stable/uptimerobot-prometheus/11.7.5/CHANGELOG.md b/stable/uptimerobot-prometheus/11.7.5/CHANGELOG.md new file mode 100644 index 00000000000..424f72d0d7c --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptimerobot-prometheus-11.7.5](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptimerobot-prometheus-11.7.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptimerobot-prometheus-11.7.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptimerobot-prometheus-11.7.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptimerobot-prometheus-11.7.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [uptimerobot-prometheus-11.7.4](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.7.5/Chart.yaml b/stable/uptimerobot-prometheus/11.7.5/Chart.yaml new file mode 100644 index 00000000000..382b6cc61ce --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: metrics + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus Exporter for the official uptimerobot CLI +home: https://truecharts.org/charts/stable/uptimerobot-prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png +keywords: + - uptimerobot + - prometheus + - grafana + - metrics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptimerobot-prometheus +sources: + - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus + - https://github.com/lekpamartin/uptimerobot_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus + - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter +type: application +version: 11.7.5 diff --git a/stable/uptimerobot-prometheus/11.7.3/README.md b/stable/uptimerobot-prometheus/11.7.5/README.md similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/README.md rename to stable/uptimerobot-prometheus/11.7.5/README.md diff --git a/stable/uptimerobot-prometheus/11.7.5/app-changelog.md b/stable/uptimerobot-prometheus/11.7.5/app-changelog.md new file mode 100644 index 00000000000..5d6ae14d4f0 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [uptimerobot-prometheus-11.7.5](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.7.3/app-readme.md b/stable/uptimerobot-prometheus/11.7.5/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/app-readme.md rename to stable/uptimerobot-prometheus/11.7.5/app-readme.md diff --git a/stable/uptimerobot-prometheus/11.7.5/charts/common-20.2.10.tgz b/stable/uptimerobot-prometheus/11.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/uptimerobot-prometheus/11.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/uptimerobot-prometheus/11.7.3/ix_values.yaml b/stable/uptimerobot-prometheus/11.7.5/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/ix_values.yaml rename to stable/uptimerobot-prometheus/11.7.5/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/questions.yaml b/stable/uptimerobot-prometheus/11.7.5/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/questions.yaml rename to stable/uptimerobot-prometheus/11.7.5/questions.yaml diff --git a/stable/valheim/10.7.3/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.7.5/templates/NOTES.txt similarity index 100% rename from stable/valheim/10.7.3/templates/NOTES.txt rename to stable/uptimerobot-prometheus/11.7.5/templates/NOTES.txt diff --git a/stable/uptimerobot-prometheus/11.7.3/templates/common.yaml b/stable/uptimerobot-prometheus/11.7.5/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/templates/common.yaml rename to stable/uptimerobot-prometheus/11.7.5/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.7.5/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/11.7.5/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/11.7.3/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.7.5/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.7.3/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/11.7.5/templates/servicemonitor.yaml diff --git a/stable/urban-terror/5.7.3/values.yaml b/stable/uptimerobot-prometheus/11.7.5/values.yaml similarity index 100% rename from stable/urban-terror/5.7.3/values.yaml rename to stable/uptimerobot-prometheus/11.7.5/values.yaml diff --git a/stable/urban-terror/5.7.3/CHANGELOG.md b/stable/urban-terror/5.7.3/CHANGELOG.md deleted file mode 100644 index 954fd59d2d8..00000000000 --- a/stable/urban-terror/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/urban-terror/5.7.3/Chart.yaml b/stable/urban-terror/5.7.3/Chart.yaml deleted file mode 100644 index d3a13cdd318..00000000000 --- a/stable/urban-terror/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. -home: https://truecharts.org/charts/stable/urban-terror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png -keywords: - - urban-terror - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: urban-terror -sources: - - https://www.urbanterror.info/ - - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror - - https://hub.docker.com/r/ich777/urbanterror -type: application -version: 5.7.3 diff --git a/stable/urban-terror/5.7.3/app-changelog.md b/stable/urban-terror/5.7.3/app-changelog.md deleted file mode 100644 index d9a2ca8b5e2..00000000000 --- a/stable/urban-terror/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz b/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/v-rising/5.7.3/.helmignore b/stable/urban-terror/5.7.5/.helmignore similarity index 100% rename from stable/v-rising/5.7.3/.helmignore rename to stable/urban-terror/5.7.5/.helmignore diff --git a/stable/urban-terror/5.7.5/CHANGELOG.md b/stable/urban-terror/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..46b1e35c1cc --- /dev/null +++ b/stable/urban-terror/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [urban-terror-5.7.5](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [urban-terror-5.7.4](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [urban-terror-5.7.4](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [urban-terror-5.7.4](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [urban-terror-5.7.4](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [urban-terror-5.7.4](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/urban-terror/5.7.5/Chart.yaml b/stable/urban-terror/5.7.5/Chart.yaml new file mode 100644 index 00000000000..4b4aaefef60 --- /dev/null +++ b/stable/urban-terror/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. +home: https://truecharts.org/charts/stable/urban-terror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png +keywords: + - urban-terror + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: urban-terror +sources: + - https://www.urbanterror.info/ + - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror + - https://hub.docker.com/r/ich777/urbanterror +type: application +version: 5.7.5 diff --git a/stable/urban-terror/5.7.3/README.md b/stable/urban-terror/5.7.5/README.md similarity index 100% rename from stable/urban-terror/5.7.3/README.md rename to stable/urban-terror/5.7.5/README.md diff --git a/stable/urban-terror/5.7.5/app-changelog.md b/stable/urban-terror/5.7.5/app-changelog.md new file mode 100644 index 00000000000..d2e4feb4c6c --- /dev/null +++ b/stable/urban-terror/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [urban-terror-5.7.5](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/urban-terror/5.7.3/app-readme.md b/stable/urban-terror/5.7.5/app-readme.md similarity index 100% rename from stable/urban-terror/5.7.3/app-readme.md rename to stable/urban-terror/5.7.5/app-readme.md diff --git a/stable/urban-terror/5.7.5/charts/common-20.2.10.tgz b/stable/urban-terror/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/urban-terror/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/urban-terror/5.7.3/ix_values.yaml b/stable/urban-terror/5.7.5/ix_values.yaml similarity index 100% rename from stable/urban-terror/5.7.3/ix_values.yaml rename to stable/urban-terror/5.7.5/ix_values.yaml diff --git a/stable/urban-terror/5.7.3/questions.yaml b/stable/urban-terror/5.7.5/questions.yaml similarity index 100% rename from stable/urban-terror/5.7.3/questions.yaml rename to stable/urban-terror/5.7.5/questions.yaml diff --git a/stable/urban-terror/5.7.3/templates/common.yaml b/stable/urban-terror/5.7.5/templates/common.yaml similarity index 100% rename from stable/urban-terror/5.7.3/templates/common.yaml rename to stable/urban-terror/5.7.5/templates/common.yaml diff --git a/stable/v-rising/5.7.3/values.yaml b/stable/urban-terror/5.7.5/values.yaml similarity index 100% rename from stable/v-rising/5.7.3/values.yaml rename to stable/urban-terror/5.7.5/values.yaml diff --git a/stable/v-rising/5.7.3/CHANGELOG.md b/stable/v-rising/5.7.3/CHANGELOG.md deleted file mode 100644 index 1f5e177f26e..00000000000 --- a/stable/v-rising/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/v-rising/5.7.3/Chart.yaml b/stable/v-rising/5.7.3/Chart.yaml deleted file mode 100644 index 7443159a96f..00000000000 --- a/stable/v-rising/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rising -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install SteamCMD. It will also install V Rising and run it. -home: https://truecharts.org/charts/stable/v-rising -icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png -keywords: - - v-rising - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: v-rising -sources: - - https://steampowered.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising - - https://hub.docker.com/r/ich777/steamcmd -type: application -version: 5.7.3 diff --git a/stable/v-rising/5.7.3/app-changelog.md b/stable/v-rising/5.7.3/app-changelog.md deleted file mode 100644 index 1632b12ee18..00000000000 --- a/stable/v-rising/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/v-rising/5.7.3/charts/common-20.2.4.tgz b/stable/v-rising/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/v-rising/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/valetudo-mapper/5.7.3/.helmignore b/stable/v-rising/5.7.5/.helmignore similarity index 100% rename from stable/valetudo-mapper/5.7.3/.helmignore rename to stable/v-rising/5.7.5/.helmignore diff --git a/stable/v-rising/5.7.5/CHANGELOG.md b/stable/v-rising/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6eccd8a4ff7 --- /dev/null +++ b/stable/v-rising/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [v-rising-5.7.5](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [v-rising-5.7.4](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [v-rising-5.7.4](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [v-rising-5.7.4](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [v-rising-5.7.4](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [v-rising-5.7.4](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/v-rising/5.7.5/Chart.yaml b/stable/v-rising/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3424c188b2b --- /dev/null +++ b/stable/v-rising/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rising +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install V Rising and run it. +home: https://truecharts.org/charts/stable/v-rising +icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png +keywords: + - v-rising + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: v-rising +sources: + - https://steampowered.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising + - https://hub.docker.com/r/ich777/steamcmd +type: application +version: 5.7.5 diff --git a/stable/v-rising/5.7.3/README.md b/stable/v-rising/5.7.5/README.md similarity index 100% rename from stable/v-rising/5.7.3/README.md rename to stable/v-rising/5.7.5/README.md diff --git a/stable/v-rising/5.7.5/app-changelog.md b/stable/v-rising/5.7.5/app-changelog.md new file mode 100644 index 00000000000..24355984c60 --- /dev/null +++ b/stable/v-rising/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [v-rising-5.7.5](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/v-rising/5.7.3/app-readme.md b/stable/v-rising/5.7.5/app-readme.md similarity index 100% rename from stable/v-rising/5.7.3/app-readme.md rename to stable/v-rising/5.7.5/app-readme.md diff --git a/stable/v-rising/5.7.5/charts/common-20.2.10.tgz b/stable/v-rising/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/v-rising/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/v-rising/5.7.3/ix_values.yaml b/stable/v-rising/5.7.5/ix_values.yaml similarity index 100% rename from stable/v-rising/5.7.3/ix_values.yaml rename to stable/v-rising/5.7.5/ix_values.yaml diff --git a/stable/v-rising/5.7.3/questions.yaml b/stable/v-rising/5.7.5/questions.yaml similarity index 100% rename from stable/v-rising/5.7.3/questions.yaml rename to stable/v-rising/5.7.5/questions.yaml diff --git a/stable/v-rising/5.7.3/templates/common.yaml b/stable/v-rising/5.7.5/templates/common.yaml similarity index 100% rename from stable/v-rising/5.7.3/templates/common.yaml rename to stable/v-rising/5.7.5/templates/common.yaml diff --git a/stable/valetudo-mapper/5.7.3/values.yaml b/stable/v-rising/5.7.5/values.yaml similarity index 100% rename from stable/valetudo-mapper/5.7.3/values.yaml rename to stable/v-rising/5.7.5/values.yaml diff --git a/stable/valetudo-mapper/5.7.3/CHANGELOG.md b/stable/valetudo-mapper/5.7.3/CHANGELOG.md deleted file mode 100644 index 8b95a8e9d64..00000000000 --- a/stable/valetudo-mapper/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/valetudo-mapper/5.7.3/Chart.yaml b/stable/valetudo-mapper/5.7.3/Chart.yaml deleted file mode 100644 index a01f66cd4b0..00000000000 --- a/stable/valetudo-mapper/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: "Valetudo-RE companion service for generating PNG maps.\r" -home: https://truecharts.org/charts/stable/valetudo-mapper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png -keywords: - - valetudo-mapper - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: valetudo-mapper -sources: - - https://github.com/rand256/valetudo-mapper - - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper - - https://hub.docker.com/r/rand256/valetudo-mapper -type: application -version: 5.7.3 diff --git a/stable/valetudo-mapper/5.7.3/app-changelog.md b/stable/valetudo-mapper/5.7.3/app-changelog.md deleted file mode 100644 index 2f15cd75451..00000000000 --- a/stable/valetudo-mapper/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz b/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/valheim/10.7.3/.helmignore b/stable/valetudo-mapper/5.7.5/.helmignore similarity index 100% rename from stable/valheim/10.7.3/.helmignore rename to stable/valetudo-mapper/5.7.5/.helmignore diff --git a/stable/valetudo-mapper/5.7.5/CHANGELOG.md b/stable/valetudo-mapper/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d8042d7724a --- /dev/null +++ b/stable/valetudo-mapper/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valetudo-mapper-5.7.5](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valetudo-mapper-5.7.4](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valetudo-mapper-5.7.4](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valetudo-mapper-5.7.4](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valetudo-mapper-5.7.4](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valetudo-mapper-5.7.4](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/valetudo-mapper/5.7.5/Chart.yaml b/stable/valetudo-mapper/5.7.5/Chart.yaml new file mode 100644 index 00000000000..9ad8f7cd4ef --- /dev/null +++ b/stable/valetudo-mapper/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Valetudo-RE companion service for generating PNG maps.\r" +home: https://truecharts.org/charts/stable/valetudo-mapper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png +keywords: + - valetudo-mapper + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valetudo-mapper +sources: + - https://github.com/rand256/valetudo-mapper + - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper + - https://hub.docker.com/r/rand256/valetudo-mapper +type: application +version: 5.7.5 diff --git a/stable/valetudo-mapper/5.7.3/README.md b/stable/valetudo-mapper/5.7.5/README.md similarity index 100% rename from stable/valetudo-mapper/5.7.3/README.md rename to stable/valetudo-mapper/5.7.5/README.md diff --git a/stable/valetudo-mapper/5.7.5/app-changelog.md b/stable/valetudo-mapper/5.7.5/app-changelog.md new file mode 100644 index 00000000000..caf62648621 --- /dev/null +++ b/stable/valetudo-mapper/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [valetudo-mapper-5.7.5](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/valetudo-mapper/5.7.3/app-readme.md b/stable/valetudo-mapper/5.7.5/app-readme.md similarity index 100% rename from stable/valetudo-mapper/5.7.3/app-readme.md rename to stable/valetudo-mapper/5.7.5/app-readme.md diff --git a/stable/valetudo-mapper/5.7.5/charts/common-20.2.10.tgz b/stable/valetudo-mapper/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/valetudo-mapper/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/valetudo-mapper/5.7.3/ix_values.yaml b/stable/valetudo-mapper/5.7.5/ix_values.yaml similarity index 100% rename from stable/valetudo-mapper/5.7.3/ix_values.yaml rename to stable/valetudo-mapper/5.7.5/ix_values.yaml diff --git a/stable/standardnotes-web/5.7.3/questions.yaml b/stable/valetudo-mapper/5.7.5/questions.yaml similarity index 100% rename from stable/standardnotes-web/5.7.3/questions.yaml rename to stable/valetudo-mapper/5.7.5/questions.yaml diff --git a/stable/valetudo-mapper/5.7.3/templates/common.yaml b/stable/valetudo-mapper/5.7.5/templates/common.yaml similarity index 100% rename from stable/valetudo-mapper/5.7.3/templates/common.yaml rename to stable/valetudo-mapper/5.7.5/templates/common.yaml diff --git a/stable/valheim/10.7.3/values.yaml b/stable/valetudo-mapper/5.7.5/values.yaml similarity index 100% rename from stable/valheim/10.7.3/values.yaml rename to stable/valetudo-mapper/5.7.5/values.yaml diff --git a/stable/valheim/10.7.3/CHANGELOG.md b/stable/valheim/10.7.3/CHANGELOG.md deleted file mode 100644 index 5b2673583b8..00000000000 --- a/stable/valheim/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/valheim/10.7.3/Chart.yaml b/stable/valheim/10.7.3/Chart.yaml deleted file mode 100644 index 6ddef1ffb2a..00000000000 --- a/stable/valheim/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Valheim dedicated gameserver with automatic update and world backup support -home: https://truecharts.org/charts/stable/valheim -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png -keywords: - - valheim -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: valheim -sources: - - https://github.com/lloesche/valheim-server-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - - https://ghcr.io/lloesche/valheim-server -type: application -version: 10.7.3 diff --git a/stable/valheim/10.7.3/app-changelog.md b/stable/valheim/10.7.3/app-changelog.md deleted file mode 100644 index b9ba3d1e045..00000000000 --- a/stable/valheim/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/valheim/10.7.3/charts/common-20.2.4.tgz b/stable/valheim/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/valheim/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/van-dam/4.8.2/.helmignore b/stable/valheim/10.7.5/.helmignore similarity index 100% rename from stable/van-dam/4.8.2/.helmignore rename to stable/valheim/10.7.5/.helmignore diff --git a/stable/valheim/10.7.5/CHANGELOG.md b/stable/valheim/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..75aaac03561 --- /dev/null +++ b/stable/valheim/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valheim-10.7.5](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valheim-10.7.4](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valheim-10.7.4](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valheim-10.7.4](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valheim-10.7.4](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [valheim-10.7.4](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/valheim/10.7.5/Chart.yaml b/stable/valheim/10.7.5/Chart.yaml new file mode 100644 index 00000000000..e4032075531 --- /dev/null +++ b/stable/valheim/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Valheim dedicated gameserver with automatic update and world backup support +home: https://truecharts.org/charts/stable/valheim +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png +keywords: + - valheim +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valheim +sources: + - https://github.com/lloesche/valheim-server-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/valheim + - https://ghcr.io/lloesche/valheim-server +type: application +version: 10.7.5 diff --git a/stable/valheim/10.7.3/README.md b/stable/valheim/10.7.5/README.md similarity index 100% rename from stable/valheim/10.7.3/README.md rename to stable/valheim/10.7.5/README.md diff --git a/stable/valheim/10.7.5/app-changelog.md b/stable/valheim/10.7.5/app-changelog.md new file mode 100644 index 00000000000..f9a7b4f3bb6 --- /dev/null +++ b/stable/valheim/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [valheim-10.7.5](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/valheim/10.7.3/app-readme.md b/stable/valheim/10.7.5/app-readme.md similarity index 100% rename from stable/valheim/10.7.3/app-readme.md rename to stable/valheim/10.7.5/app-readme.md diff --git a/stable/valheim/10.7.5/charts/common-20.2.10.tgz b/stable/valheim/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/valheim/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/valheim/10.7.3/ix_values.yaml b/stable/valheim/10.7.5/ix_values.yaml similarity index 100% rename from stable/valheim/10.7.3/ix_values.yaml rename to stable/valheim/10.7.5/ix_values.yaml diff --git a/stable/valheim/10.7.3/questions.yaml b/stable/valheim/10.7.5/questions.yaml similarity index 100% rename from stable/valheim/10.7.3/questions.yaml rename to stable/valheim/10.7.5/questions.yaml diff --git a/stable/van-dam/4.8.2/templates/NOTES.txt b/stable/valheim/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.8.2/templates/NOTES.txt rename to stable/valheim/10.7.5/templates/NOTES.txt diff --git a/stable/valheim/10.7.3/templates/common.yaml b/stable/valheim/10.7.5/templates/common.yaml similarity index 100% rename from stable/valheim/10.7.3/templates/common.yaml rename to stable/valheim/10.7.5/templates/common.yaml diff --git a/stable/van-dam/4.8.2/values.yaml b/stable/valheim/10.7.5/values.yaml similarity index 100% rename from stable/van-dam/4.8.2/values.yaml rename to stable/valheim/10.7.5/values.yaml diff --git a/stable/van-dam/4.8.2/CHANGELOG.md b/stable/van-dam/4.8.2/CHANGELOG.md deleted file mode 100644 index dacd725bbea..00000000000 --- a/stable/van-dam/4.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/van-dam/4.8.2/Chart.yaml b/stable/van-dam/4.8.2/Chart.yaml deleted file mode 100644 index a18eecb4418..00000000000 --- a/stable/van-dam/4.8.2/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.54.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A Digital Asset Manager (DAM), specifically designed for 3D print files. -home: https://truecharts.org/charts/stable/van-dam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png -keywords: - - vanDAM - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: van-dam -sources: - - https://github.com/Floppy/van_dam - - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam - - https://ghcr.io/floppy/van_dam -type: application -version: 4.8.2 diff --git a/stable/van-dam/4.8.2/app-changelog.md b/stable/van-dam/4.8.2/app-changelog.md deleted file mode 100644 index 143c8333d03..00000000000 --- a/stable/van-dam/4.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/van-dam/4.8.2/charts/common-20.2.4.tgz b/stable/van-dam/4.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/van-dam/4.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/venstar2mqtt/5.7.3/.helmignore b/stable/van-dam/4.8.4/.helmignore similarity index 100% rename from stable/venstar2mqtt/5.7.3/.helmignore rename to stable/van-dam/4.8.4/.helmignore diff --git a/stable/van-dam/4.8.4/CHANGELOG.md b/stable/van-dam/4.8.4/CHANGELOG.md new file mode 100644 index 00000000000..7649fc0ddaa --- /dev/null +++ b/stable/van-dam/4.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [van-dam-4.8.4](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [van-dam-4.8.3](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [van-dam-4.8.3](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [van-dam-4.8.3](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [van-dam-4.8.3](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.3) (2024-03-27) + +### Chore diff --git a/stable/van-dam/4.8.4/Chart.yaml b/stable/van-dam/4.8.4/Chart.yaml new file mode 100644 index 00000000000..14ea74a84bd --- /dev/null +++ b/stable/van-dam/4.8.4/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.54.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Digital Asset Manager (DAM), specifically designed for 3D print files. +home: https://truecharts.org/charts/stable/van-dam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png +keywords: + - vanDAM + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: van-dam +sources: + - https://github.com/Floppy/van_dam + - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam + - https://ghcr.io/floppy/van_dam +type: application +version: 4.8.4 diff --git a/stable/van-dam/4.8.2/README.md b/stable/van-dam/4.8.4/README.md similarity index 100% rename from stable/van-dam/4.8.2/README.md rename to stable/van-dam/4.8.4/README.md diff --git a/stable/van-dam/4.8.4/app-changelog.md b/stable/van-dam/4.8.4/app-changelog.md new file mode 100644 index 00000000000..cd92c3841b4 --- /dev/null +++ b/stable/van-dam/4.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [van-dam-4.8.4](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/van-dam/4.8.2/app-readme.md b/stable/van-dam/4.8.4/app-readme.md similarity index 100% rename from stable/van-dam/4.8.2/app-readme.md rename to stable/van-dam/4.8.4/app-readme.md diff --git a/stable/van-dam/4.8.4/charts/common-20.2.10.tgz b/stable/van-dam/4.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/van-dam/4.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/van-dam/4.8.2/charts/redis-13.2.2.tgz b/stable/van-dam/4.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/van-dam/4.8.2/charts/redis-13.2.2.tgz rename to stable/van-dam/4.8.4/charts/redis-13.2.2.tgz diff --git a/stable/van-dam/4.8.2/ix_values.yaml b/stable/van-dam/4.8.4/ix_values.yaml similarity index 100% rename from stable/van-dam/4.8.2/ix_values.yaml rename to stable/van-dam/4.8.4/ix_values.yaml diff --git a/stable/van-dam/4.8.2/questions.yaml b/stable/van-dam/4.8.4/questions.yaml similarity index 100% rename from stable/van-dam/4.8.2/questions.yaml rename to stable/van-dam/4.8.4/questions.yaml diff --git a/stable/verysync/9.7.3/templates/NOTES.txt b/stable/van-dam/4.8.4/templates/NOTES.txt similarity index 100% rename from stable/verysync/9.7.3/templates/NOTES.txt rename to stable/van-dam/4.8.4/templates/NOTES.txt diff --git a/stable/van-dam/4.8.2/templates/_secrets.tpl b/stable/van-dam/4.8.4/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.8.2/templates/_secrets.tpl rename to stable/van-dam/4.8.4/templates/_secrets.tpl diff --git a/stable/van-dam/4.8.2/templates/common.yaml b/stable/van-dam/4.8.4/templates/common.yaml similarity index 100% rename from stable/van-dam/4.8.2/templates/common.yaml rename to stable/van-dam/4.8.4/templates/common.yaml diff --git a/stable/venstar2mqtt/5.7.3/values.yaml b/stable/van-dam/4.8.4/values.yaml similarity index 100% rename from stable/venstar2mqtt/5.7.3/values.yaml rename to stable/van-dam/4.8.4/values.yaml diff --git a/stable/venstar2mqtt/5.7.3/CHANGELOG.md b/stable/venstar2mqtt/5.7.3/CHANGELOG.md deleted file mode 100644 index 8748e216b41..00000000000 --- a/stable/venstar2mqtt/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/venstar2mqtt/5.7.3/Chart.yaml b/stable/venstar2mqtt/5.7.3/Chart.yaml deleted file mode 100644 index d78eea32f90..00000000000 --- a/stable/venstar2mqtt/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. -home: https://truecharts.org/charts/stable/venstar2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png -keywords: - - venstar2mqtt - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: venstar2mqtt -sources: - - https://github.com/terafin/mqtt-venstar-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt - - https://hub.docker.com/r/terafin/mqtt-venstar-bridge -type: application -version: 5.7.3 diff --git a/stable/venstar2mqtt/5.7.3/app-changelog.md b/stable/venstar2mqtt/5.7.3/app-changelog.md deleted file mode 100644 index 4fe571a581b..00000000000 --- a/stable/venstar2mqtt/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz b/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/vertex/5.7.8/.helmignore b/stable/venstar2mqtt/5.7.5/.helmignore similarity index 100% rename from stable/vertex/5.7.8/.helmignore rename to stable/venstar2mqtt/5.7.5/.helmignore diff --git a/stable/venstar2mqtt/5.7.5/CHANGELOG.md b/stable/venstar2mqtt/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7606e94c562 --- /dev/null +++ b/stable/venstar2mqtt/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [venstar2mqtt-5.7.5](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [venstar2mqtt-5.7.4](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [venstar2mqtt-5.7.4](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [venstar2mqtt-5.7.4](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [venstar2mqtt-5.7.4](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [venstar2mqtt-5.7.4](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/venstar2mqtt/5.7.5/Chart.yaml b/stable/venstar2mqtt/5.7.5/Chart.yaml new file mode 100644 index 00000000000..0c4fbf86e18 --- /dev/null +++ b/stable/venstar2mqtt/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. +home: https://truecharts.org/charts/stable/venstar2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png +keywords: + - venstar2mqtt + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: venstar2mqtt +sources: + - https://github.com/terafin/mqtt-venstar-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt + - https://hub.docker.com/r/terafin/mqtt-venstar-bridge +type: application +version: 5.7.5 diff --git a/stable/venstar2mqtt/5.7.3/README.md b/stable/venstar2mqtt/5.7.5/README.md similarity index 100% rename from stable/venstar2mqtt/5.7.3/README.md rename to stable/venstar2mqtt/5.7.5/README.md diff --git a/stable/venstar2mqtt/5.7.5/app-changelog.md b/stable/venstar2mqtt/5.7.5/app-changelog.md new file mode 100644 index 00000000000..466030161c4 --- /dev/null +++ b/stable/venstar2mqtt/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [venstar2mqtt-5.7.5](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/venstar2mqtt/5.7.3/app-readme.md b/stable/venstar2mqtt/5.7.5/app-readme.md similarity index 100% rename from stable/venstar2mqtt/5.7.3/app-readme.md rename to stable/venstar2mqtt/5.7.5/app-readme.md diff --git a/stable/venstar2mqtt/5.7.5/charts/common-20.2.10.tgz b/stable/venstar2mqtt/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/venstar2mqtt/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/venstar2mqtt/5.7.3/ix_values.yaml b/stable/venstar2mqtt/5.7.5/ix_values.yaml similarity index 100% rename from stable/venstar2mqtt/5.7.3/ix_values.yaml rename to stable/venstar2mqtt/5.7.5/ix_values.yaml diff --git a/stable/venstar2mqtt/5.7.3/questions.yaml b/stable/venstar2mqtt/5.7.5/questions.yaml similarity index 100% rename from stable/venstar2mqtt/5.7.3/questions.yaml rename to stable/venstar2mqtt/5.7.5/questions.yaml diff --git a/stable/venstar2mqtt/5.7.3/templates/common.yaml b/stable/venstar2mqtt/5.7.5/templates/common.yaml similarity index 100% rename from stable/venstar2mqtt/5.7.3/templates/common.yaml rename to stable/venstar2mqtt/5.7.5/templates/common.yaml diff --git a/stable/vertex/5.7.8/values.yaml b/stable/venstar2mqtt/5.7.5/values.yaml similarity index 100% rename from stable/vertex/5.7.8/values.yaml rename to stable/venstar2mqtt/5.7.5/values.yaml diff --git a/stable/verysync/9.7.3/.helmignore b/stable/vertex/5.7.10/.helmignore similarity index 100% rename from stable/verysync/9.7.3/.helmignore rename to stable/vertex/5.7.10/.helmignore diff --git a/stable/vertex/5.7.10/CHANGELOG.md b/stable/vertex/5.7.10/CHANGELOG.md new file mode 100644 index 00000000000..eebb7f13c15 --- /dev/null +++ b/stable/vertex/5.7.10/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vertex-5.7.10](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lswl/vertex to stable[@b550d4c](https://github.com/b550d4c) by renovate ([#19909](https://github.com/truecharts/charts/issues/19909)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vertex-5.7.9](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.9) (2024-03-29) + +### Chore + + + +- update container image lswl/vertex to stable[@b550d4c](https://github.com/b550d4c) by renovate ([#19909](https://github.com/truecharts/charts/issues/19909)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vertex-5.7.9](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.9) (2024-03-29) + +### Chore + + + +- update container image lswl/vertex to stable[@b550d4c](https://github.com/b550d4c) by renovate ([#19909](https://github.com/truecharts/charts/issues/19909)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vertex-5.7.9](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.9) (2024-03-29) + +### Chore + + + +- update container image lswl/vertex to stable[@b550d4c](https://github.com/b550d4c) by renovate ([#19909](https://github.com/truecharts/charts/issues/19909)) \ No newline at end of file diff --git a/stable/vertex/5.7.10/Chart.yaml b/stable/vertex/5.7.10/Chart.yaml new file mode 100644 index 00000000000..8ab0d22bb13 --- /dev/null +++ b/stable/vertex/5.7.10/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Vertex +home: https://truecharts.org/charts/stable/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png +keywords: + - vertex + - home-automation + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vertex +sources: + - https://gitlab.lswl.in/lswl/vertex + - https://github.com/truecharts/charts/tree/master/charts/stable/vertex + - https://hub.docker.com/r/lswl/vertex +type: application +version: 5.7.10 diff --git a/stable/vertex/5.7.8/README.md b/stable/vertex/5.7.10/README.md similarity index 100% rename from stable/vertex/5.7.8/README.md rename to stable/vertex/5.7.10/README.md diff --git a/stable/vertex/5.7.10/app-changelog.md b/stable/vertex/5.7.10/app-changelog.md new file mode 100644 index 00000000000..43b35d89626 --- /dev/null +++ b/stable/vertex/5.7.10/app-changelog.md @@ -0,0 +1,29 @@ + + +## [vertex-5.7.10](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.10) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image lswl/vertex to stable[@b550d4c](https://github.com/b550d4c) by renovate ([#19909](https://github.com/truecharts/charts/issues/19909)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vertex/5.7.8/app-readme.md b/stable/vertex/5.7.10/app-readme.md similarity index 100% rename from stable/vertex/5.7.8/app-readme.md rename to stable/vertex/5.7.10/app-readme.md diff --git a/stable/vertex/5.7.10/charts/common-20.2.10.tgz b/stable/vertex/5.7.10/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/vertex/5.7.10/charts/common-20.2.10.tgz differ diff --git a/stable/vertex/5.7.10/ix_values.yaml b/stable/vertex/5.7.10/ix_values.yaml new file mode 100644 index 00000000000..c93aead4820 --- /dev/null +++ b/stable/vertex/5.7.10/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: lswl/vertex + tag: stable@sha256:b550d4c3fcddb1a2236d550e710b993c8a8ce035608f3c79b96699c9dbfd6f50 +persistence: + config: + enabled: true + mountPath: /vertex +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 3000 + protocol: tcp + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + env: + PORT: "3000" diff --git a/stable/vertex/5.7.8/questions.yaml b/stable/vertex/5.7.10/questions.yaml similarity index 100% rename from stable/vertex/5.7.8/questions.yaml rename to stable/vertex/5.7.10/questions.yaml diff --git a/stable/vertex/5.7.8/templates/common.yaml b/stable/vertex/5.7.10/templates/common.yaml similarity index 100% rename from stable/vertex/5.7.8/templates/common.yaml rename to stable/vertex/5.7.10/templates/common.yaml diff --git a/stable/verysync/9.7.3/values.yaml b/stable/vertex/5.7.10/values.yaml similarity index 100% rename from stable/verysync/9.7.3/values.yaml rename to stable/vertex/5.7.10/values.yaml diff --git a/stable/vertex/5.7.8/CHANGELOG.md b/stable/vertex/5.7.8/CHANGELOG.md deleted file mode 100644 index 592505e00fd..00000000000 --- a/stable/vertex/5.7.8/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vertex-5.7.8](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vertex-5.7.8](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vertex-5.7.8](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vertex-5.7.8](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) \ No newline at end of file diff --git a/stable/vertex/5.7.8/Chart.yaml b/stable/vertex/5.7.8/Chart.yaml deleted file mode 100644 index 8ea5224e164..00000000000 --- a/stable/vertex/5.7.8/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Vertex -home: https://truecharts.org/charts/stable/vertex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png -keywords: - - vertex - - home-automation - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vertex -sources: - - https://gitlab.lswl.in/lswl/vertex - - https://github.com/truecharts/charts/tree/master/charts/stable/vertex - - https://hub.docker.com/r/lswl/vertex -type: application -version: 5.7.8 diff --git a/stable/vertex/5.7.8/app-changelog.md b/stable/vertex/5.7.8/app-changelog.md deleted file mode 100644 index 626334b68a7..00000000000 --- a/stable/vertex/5.7.8/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [vertex-5.7.8](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.8) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lswl/vertex to stable[@3733696](https://github.com/3733696) by renovate ([#19834](https://github.com/truecharts/charts/issues/19834)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vertex/5.7.8/charts/common-20.2.9.tgz b/stable/vertex/5.7.8/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/vertex/5.7.8/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/vertex/5.7.8/ix_values.yaml b/stable/vertex/5.7.8/ix_values.yaml deleted file mode 100644 index cadf51413fc..00000000000 --- a/stable/vertex/5.7.8/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lswl/vertex - tag: stable@sha256:37336960f1a70129c890331400e9cda5e9821539995d08e6140f5e0383ffe32b -persistence: - config: - enabled: true - mountPath: /vertex -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 3000 - protocol: tcp - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - env: - PORT: "3000" diff --git a/stable/verysync/9.7.3/CHANGELOG.md b/stable/verysync/9.7.3/CHANGELOG.md deleted file mode 100644 index a04516baa53..00000000000 --- a/stable/verysync/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/verysync/9.7.3/Chart.yaml b/stable/verysync/9.7.3/Chart.yaml deleted file mode 100644 index a1bc2be8a16..00000000000 --- a/stable/verysync/9.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: very sync is an easy-to-use multi-platform file synchronization software -home: https://truecharts.org/charts/stable/verysync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png -keywords: - - verysync - - sync - - btsync - - bittorrent -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: verysync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - - https://hub.docker.com/r/jonnyan404/verysync -type: application -version: 9.7.3 diff --git a/stable/verysync/9.7.3/app-changelog.md b/stable/verysync/9.7.3/app-changelog.md deleted file mode 100644 index bcd91e88cd9..00000000000 --- a/stable/verysync/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/verysync/9.7.3/charts/common-20.2.4.tgz b/stable/verysync/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/verysync/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/vikunja/13.8.2/.helmignore b/stable/verysync/9.7.5/.helmignore similarity index 100% rename from stable/vikunja/13.8.2/.helmignore rename to stable/verysync/9.7.5/.helmignore diff --git a/stable/verysync/9.7.5/CHANGELOG.md b/stable/verysync/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..80936028acc --- /dev/null +++ b/stable/verysync/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [verysync-9.7.5](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [verysync-9.7.4](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [verysync-9.7.4](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [verysync-9.7.4](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [verysync-9.7.4](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [verysync-9.7.4](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/verysync/9.7.5/Chart.yaml b/stable/verysync/9.7.5/Chart.yaml new file mode 100644 index 00000000000..507a77445d0 --- /dev/null +++ b/stable/verysync/9.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: very sync is an easy-to-use multi-platform file synchronization software +home: https://truecharts.org/charts/stable/verysync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png +keywords: + - verysync + - sync + - btsync + - bittorrent +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: verysync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/verysync + - https://hub.docker.com/r/jonnyan404/verysync +type: application +version: 9.7.5 diff --git a/stable/verysync/9.7.3/README.md b/stable/verysync/9.7.5/README.md similarity index 100% rename from stable/verysync/9.7.3/README.md rename to stable/verysync/9.7.5/README.md diff --git a/stable/verysync/9.7.5/app-changelog.md b/stable/verysync/9.7.5/app-changelog.md new file mode 100644 index 00000000000..90061e76876 --- /dev/null +++ b/stable/verysync/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [verysync-9.7.5](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/verysync/9.7.3/app-readme.md b/stable/verysync/9.7.5/app-readme.md similarity index 100% rename from stable/verysync/9.7.3/app-readme.md rename to stable/verysync/9.7.5/app-readme.md diff --git a/stable/verysync/9.7.5/charts/common-20.2.10.tgz b/stable/verysync/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/verysync/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/verysync/9.7.3/ix_values.yaml b/stable/verysync/9.7.5/ix_values.yaml similarity index 100% rename from stable/verysync/9.7.3/ix_values.yaml rename to stable/verysync/9.7.5/ix_values.yaml diff --git a/stable/verysync/9.7.3/questions.yaml b/stable/verysync/9.7.5/questions.yaml similarity index 100% rename from stable/verysync/9.7.3/questions.yaml rename to stable/verysync/9.7.5/questions.yaml diff --git a/stable/vikunja/13.8.2/templates/NOTES.txt b/stable/verysync/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.8.2/templates/NOTES.txt rename to stable/verysync/9.7.5/templates/NOTES.txt diff --git a/stable/verysync/9.7.3/templates/common.yaml b/stable/verysync/9.7.5/templates/common.yaml similarity index 100% rename from stable/verysync/9.7.3/templates/common.yaml rename to stable/verysync/9.7.5/templates/common.yaml diff --git a/stable/vikunja/13.8.2/values.yaml b/stable/verysync/9.7.5/values.yaml similarity index 100% rename from stable/vikunja/13.8.2/values.yaml rename to stable/verysync/9.7.5/values.yaml diff --git a/stable/vikunja/13.8.2/CHANGELOG.md b/stable/vikunja/13.8.2/CHANGELOG.md deleted file mode 100644 index a4897690d51..00000000000 --- a/stable/vikunja/13.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - diff --git a/stable/vikunja/13.8.2/Chart.yaml b/stable/vikunja/13.8.2/Chart.yaml deleted file mode 100644 index 1bbf3abd1ca..00000000000 --- a/stable/vikunja/13.8.2/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.22.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The to-do app to organize your life. -home: https://truecharts.org/charts/stable/vikunja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png -keywords: - - vikunja -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vikunja -sources: - - https://vikunja.io/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/_/nginx - - https://hub.docker.com/r/vikunja/frontend - - https://hub.docker.com/r/vikunja/api -type: application -version: 13.8.2 diff --git a/stable/vikunja/13.8.2/app-changelog.md b/stable/vikunja/13.8.2/app-changelog.md deleted file mode 100644 index 897d0025a04..00000000000 --- a/stable/vikunja/13.8.2/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-26) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) \ No newline at end of file diff --git a/stable/vikunja/13.8.2/charts/common-20.2.4.tgz b/stable/vikunja/13.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/vikunja/13.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/vintage-story/5.7.3/.helmignore b/stable/vikunja/13.8.4/.helmignore similarity index 100% rename from stable/vintage-story/5.7.3/.helmignore rename to stable/vikunja/13.8.4/.helmignore diff --git a/stable/vikunja/13.8.4/CHANGELOG.md b/stable/vikunja/13.8.4/CHANGELOG.md new file mode 100644 index 00000000000..ae48d7c2756 --- /dev/null +++ b/stable/vikunja/13.8.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vikunja-13.8.4](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) + + +## [vikunja-13.8.3](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) + + +## [vikunja-13.8.3](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) + + +## [vikunja-13.8.3](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.3) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/vikunja/13.8.4/Chart.yaml b/stable/vikunja/13.8.4/Chart.yaml new file mode 100644 index 00000000000..d6bea8c191e --- /dev/null +++ b/stable/vikunja/13.8.4/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.22.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The to-do app to organize your life. +home: https://truecharts.org/charts/stable/vikunja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png +keywords: + - vikunja +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vikunja +sources: + - https://vikunja.io/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/frontend + - https://hub.docker.com/r/vikunja/api +type: application +version: 13.8.4 diff --git a/stable/vikunja/13.8.2/README.md b/stable/vikunja/13.8.4/README.md similarity index 100% rename from stable/vikunja/13.8.2/README.md rename to stable/vikunja/13.8.4/README.md diff --git a/stable/vikunja/13.8.4/app-changelog.md b/stable/vikunja/13.8.4/app-changelog.md new file mode 100644 index 00000000000..f549e897d9c --- /dev/null +++ b/stable/vikunja/13.8.4/app-changelog.md @@ -0,0 +1,25 @@ + + +## [vikunja-13.8.4](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + +- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277)) \ No newline at end of file diff --git a/stable/vikunja/13.8.2/app-readme.md b/stable/vikunja/13.8.4/app-readme.md similarity index 100% rename from stable/vikunja/13.8.2/app-readme.md rename to stable/vikunja/13.8.4/app-readme.md diff --git a/stable/vikunja/13.8.4/charts/common-20.2.10.tgz b/stable/vikunja/13.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/vikunja/13.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/vikunja/13.8.2/charts/redis-13.2.2.tgz b/stable/vikunja/13.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/vikunja/13.8.2/charts/redis-13.2.2.tgz rename to stable/vikunja/13.8.4/charts/redis-13.2.2.tgz diff --git a/stable/vikunja/13.8.2/ix_values.yaml b/stable/vikunja/13.8.4/ix_values.yaml similarity index 100% rename from stable/vikunja/13.8.2/ix_values.yaml rename to stable/vikunja/13.8.4/ix_values.yaml diff --git a/stable/vikunja/13.8.2/questions.yaml b/stable/vikunja/13.8.4/questions.yaml similarity index 100% rename from stable/vikunja/13.8.2/questions.yaml rename to stable/vikunja/13.8.4/questions.yaml diff --git a/stable/vocechat-server/3.7.3/templates/NOTES.txt b/stable/vikunja/13.8.4/templates/NOTES.txt similarity index 100% rename from stable/vocechat-server/3.7.3/templates/NOTES.txt rename to stable/vikunja/13.8.4/templates/NOTES.txt diff --git a/stable/vikunja/13.8.2/templates/_secrets.tpl b/stable/vikunja/13.8.4/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.8.2/templates/_secrets.tpl rename to stable/vikunja/13.8.4/templates/_secrets.tpl diff --git a/stable/vikunja/13.8.2/templates/common.yaml b/stable/vikunja/13.8.4/templates/common.yaml similarity index 100% rename from stable/vikunja/13.8.2/templates/common.yaml rename to stable/vikunja/13.8.4/templates/common.yaml diff --git a/stable/vintage-story/5.7.3/values.yaml b/stable/vikunja/13.8.4/values.yaml similarity index 100% rename from stable/vintage-story/5.7.3/values.yaml rename to stable/vikunja/13.8.4/values.yaml diff --git a/stable/vintage-story/5.7.3/CHANGELOG.md b/stable/vintage-story/5.7.3/CHANGELOG.md deleted file mode 100644 index 061891428e9..00000000000 --- a/stable/vintage-story/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/vintage-story/5.7.3/Chart.yaml b/stable/vintage-story/5.7.3/Chart.yaml deleted file mode 100644 index 34ea8be831c..00000000000 --- a/stable/vintage-story/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. -home: https://truecharts.org/charts/stable/vintage-story -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png -keywords: - - vintage-story - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vintage-story -sources: - - https://www.vintagestory.at/ - - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story - - https://hub.docker.com/r/ich777/vintagestory -type: application -version: 5.7.3 diff --git a/stable/vintage-story/5.7.3/app-changelog.md b/stable/vintage-story/5.7.3/app-changelog.md deleted file mode 100644 index aff7c36d182..00000000000 --- a/stable/vintage-story/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz b/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/virt-manager/5.7.3/.helmignore b/stable/vintage-story/5.7.5/.helmignore similarity index 100% rename from stable/virt-manager/5.7.3/.helmignore rename to stable/vintage-story/5.7.5/.helmignore diff --git a/stable/vintage-story/5.7.5/CHANGELOG.md b/stable/vintage-story/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..3ff5d23f22c --- /dev/null +++ b/stable/vintage-story/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vintage-story-5.7.5](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vintage-story-5.7.4](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vintage-story-5.7.4](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vintage-story-5.7.4](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vintage-story-5.7.4](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vintage-story-5.7.4](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/vintage-story/5.7.5/Chart.yaml b/stable/vintage-story/5.7.5/Chart.yaml new file mode 100644 index 00000000000..cbb75596b08 --- /dev/null +++ b/stable/vintage-story/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. +home: https://truecharts.org/charts/stable/vintage-story +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png +keywords: + - vintage-story + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vintage-story +sources: + - https://www.vintagestory.at/ + - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story + - https://hub.docker.com/r/ich777/vintagestory +type: application +version: 5.7.5 diff --git a/stable/vintage-story/5.7.3/README.md b/stable/vintage-story/5.7.5/README.md similarity index 100% rename from stable/vintage-story/5.7.3/README.md rename to stable/vintage-story/5.7.5/README.md diff --git a/stable/vintage-story/5.7.5/app-changelog.md b/stable/vintage-story/5.7.5/app-changelog.md new file mode 100644 index 00000000000..31faff475f5 --- /dev/null +++ b/stable/vintage-story/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [vintage-story-5.7.5](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vintage-story/5.7.3/app-readme.md b/stable/vintage-story/5.7.5/app-readme.md similarity index 100% rename from stable/vintage-story/5.7.3/app-readme.md rename to stable/vintage-story/5.7.5/app-readme.md diff --git a/stable/vintage-story/5.7.5/charts/common-20.2.10.tgz b/stable/vintage-story/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/vintage-story/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/vintage-story/5.7.3/ix_values.yaml b/stable/vintage-story/5.7.5/ix_values.yaml similarity index 100% rename from stable/vintage-story/5.7.3/ix_values.yaml rename to stable/vintage-story/5.7.5/ix_values.yaml diff --git a/stable/vintage-story/5.7.3/questions.yaml b/stable/vintage-story/5.7.5/questions.yaml similarity index 100% rename from stable/vintage-story/5.7.3/questions.yaml rename to stable/vintage-story/5.7.5/questions.yaml diff --git a/stable/vintage-story/5.7.3/templates/common.yaml b/stable/vintage-story/5.7.5/templates/common.yaml similarity index 100% rename from stable/vintage-story/5.7.3/templates/common.yaml rename to stable/vintage-story/5.7.5/templates/common.yaml diff --git a/stable/virt-manager/5.7.3/values.yaml b/stable/vintage-story/5.7.5/values.yaml similarity index 100% rename from stable/virt-manager/5.7.3/values.yaml rename to stable/vintage-story/5.7.5/values.yaml diff --git a/stable/virt-manager/5.7.3/CHANGELOG.md b/stable/virt-manager/5.7.3/CHANGELOG.md deleted file mode 100644 index 5cd05cd6af0..00000000000 --- a/stable/virt-manager/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/virt-manager/5.7.3/Chart.yaml b/stable/virt-manager/5.7.3/Chart.yaml deleted file mode 100644 index 7873596ecf1..00000000000 --- a/stable/virt-manager/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. -home: https://truecharts.org/charts/stable/virt-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png -keywords: - - virt-manager - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: virt-manager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager - - https://hub.docker.com/r/mber5/virt-manager -type: application -version: 5.7.3 diff --git a/stable/virt-manager/5.7.3/app-changelog.md b/stable/virt-manager/5.7.3/app-changelog.md deleted file mode 100644 index b7142692ece..00000000000 --- a/stable/virt-manager/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz b/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/vlmcsd-kms-server/5.7.3/.helmignore b/stable/virt-manager/5.7.5/.helmignore similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/.helmignore rename to stable/virt-manager/5.7.5/.helmignore diff --git a/stable/virt-manager/5.7.5/CHANGELOG.md b/stable/virt-manager/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7eaa7eeb546 --- /dev/null +++ b/stable/virt-manager/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [virt-manager-5.7.5](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [virt-manager-5.7.4](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [virt-manager-5.7.4](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [virt-manager-5.7.4](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [virt-manager-5.7.4](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [virt-manager-5.7.4](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/virt-manager/5.7.5/Chart.yaml b/stable/virt-manager/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f21040ee401 --- /dev/null +++ b/stable/virt-manager/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. +home: https://truecharts.org/charts/stable/virt-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png +keywords: + - virt-manager + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: virt-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager + - https://hub.docker.com/r/mber5/virt-manager +type: application +version: 5.7.5 diff --git a/stable/virt-manager/5.7.3/README.md b/stable/virt-manager/5.7.5/README.md similarity index 100% rename from stable/virt-manager/5.7.3/README.md rename to stable/virt-manager/5.7.5/README.md diff --git a/stable/virt-manager/5.7.5/app-changelog.md b/stable/virt-manager/5.7.5/app-changelog.md new file mode 100644 index 00000000000..8694b044f03 --- /dev/null +++ b/stable/virt-manager/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [virt-manager-5.7.5](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/virt-manager/5.7.3/app-readme.md b/stable/virt-manager/5.7.5/app-readme.md similarity index 100% rename from stable/virt-manager/5.7.3/app-readme.md rename to stable/virt-manager/5.7.5/app-readme.md diff --git a/stable/virt-manager/5.7.5/charts/common-20.2.10.tgz b/stable/virt-manager/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/virt-manager/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/virt-manager/5.7.3/ix_values.yaml b/stable/virt-manager/5.7.5/ix_values.yaml similarity index 100% rename from stable/virt-manager/5.7.3/ix_values.yaml rename to stable/virt-manager/5.7.5/ix_values.yaml diff --git a/stable/virt-manager/5.7.3/questions.yaml b/stable/virt-manager/5.7.5/questions.yaml similarity index 100% rename from stable/virt-manager/5.7.3/questions.yaml rename to stable/virt-manager/5.7.5/questions.yaml diff --git a/stable/virt-manager/5.7.3/templates/common.yaml b/stable/virt-manager/5.7.5/templates/common.yaml similarity index 100% rename from stable/virt-manager/5.7.3/templates/common.yaml rename to stable/virt-manager/5.7.5/templates/common.yaml diff --git a/stable/vlmcsd-kms-server/5.7.3/values.yaml b/stable/virt-manager/5.7.5/values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/values.yaml rename to stable/virt-manager/5.7.5/values.yaml diff --git a/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md b/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md deleted file mode 100644 index ca33c24806d..00000000000 --- a/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/vlmcsd-kms-server/5.7.3/Chart.yaml b/stable/vlmcsd-kms-server/5.7.3/Chart.yaml deleted file mode 100644 index 616744aee6f..00000000000 --- a/stable/vlmcsd-kms-server/5.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: vlmcsd is a replacement for Microsoft's KMS server. -home: https://truecharts.org/charts/stable/vlmcsd-kms-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png -keywords: - - vlmcsd-kms-server - - Cloud - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vlmcsd-kms-server -sources: - - https://github.com/mikolatero/docker-vlmcsd - - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server - - https://hub.docker.com/r/mikolatero/vlmcsd -type: application -version: 5.7.3 diff --git a/stable/vlmcsd-kms-server/5.7.3/app-changelog.md b/stable/vlmcsd-kms-server/5.7.3/app-changelog.md deleted file mode 100644 index 6df906df066..00000000000 --- a/stable/vlmcsd-kms-server/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz b/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/vocechat-server/3.7.3/.helmignore b/stable/vlmcsd-kms-server/5.7.5/.helmignore similarity index 100% rename from stable/vocechat-server/3.7.3/.helmignore rename to stable/vlmcsd-kms-server/5.7.5/.helmignore diff --git a/stable/vlmcsd-kms-server/5.7.5/CHANGELOG.md b/stable/vlmcsd-kms-server/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..06c320b8239 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vlmcsd-kms-server-5.7.5](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vlmcsd-kms-server-5.7.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vlmcsd-kms-server-5.7.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vlmcsd-kms-server-5.7.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vlmcsd-kms-server-5.7.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vlmcsd-kms-server-5.7.4](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.7.5/Chart.yaml b/stable/vlmcsd-kms-server/5.7.5/Chart.yaml new file mode 100644 index 00000000000..2af1d25b310 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: vlmcsd is a replacement for Microsoft's KMS server. +home: https://truecharts.org/charts/stable/vlmcsd-kms-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png +keywords: + - vlmcsd-kms-server + - Cloud + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vlmcsd-kms-server +sources: + - https://github.com/mikolatero/docker-vlmcsd + - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server + - https://hub.docker.com/r/mikolatero/vlmcsd +type: application +version: 5.7.5 diff --git a/stable/vlmcsd-kms-server/5.7.3/README.md b/stable/vlmcsd-kms-server/5.7.5/README.md similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/README.md rename to stable/vlmcsd-kms-server/5.7.5/README.md diff --git a/stable/vlmcsd-kms-server/5.7.5/app-changelog.md b/stable/vlmcsd-kms-server/5.7.5/app-changelog.md new file mode 100644 index 00000000000..056616a8a20 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [vlmcsd-kms-server-5.7.5](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.7.3/app-readme.md b/stable/vlmcsd-kms-server/5.7.5/app-readme.md similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/app-readme.md rename to stable/vlmcsd-kms-server/5.7.5/app-readme.md diff --git a/stable/vlmcsd-kms-server/5.7.5/charts/common-20.2.10.tgz b/stable/vlmcsd-kms-server/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/vlmcsd-kms-server/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/vlmcsd-kms-server/5.7.3/ix_values.yaml b/stable/vlmcsd-kms-server/5.7.5/ix_values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/ix_values.yaml rename to stable/vlmcsd-kms-server/5.7.5/ix_values.yaml diff --git a/stable/vlmcsd-kms-server/5.7.3/questions.yaml b/stable/vlmcsd-kms-server/5.7.5/questions.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/questions.yaml rename to stable/vlmcsd-kms-server/5.7.5/questions.yaml diff --git a/stable/vlmcsd-kms-server/5.7.3/templates/common.yaml b/stable/vlmcsd-kms-server/5.7.5/templates/common.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.7.3/templates/common.yaml rename to stable/vlmcsd-kms-server/5.7.5/templates/common.yaml diff --git a/stable/vocechat-server/3.7.3/values.yaml b/stable/vlmcsd-kms-server/5.7.5/values.yaml similarity index 100% rename from stable/vocechat-server/3.7.3/values.yaml rename to stable/vlmcsd-kms-server/5.7.5/values.yaml diff --git a/stable/vocechat-server/3.7.3/CHANGELOG.md b/stable/vocechat-server/3.7.3/CHANGELOG.md deleted file mode 100644 index 01bf9f34e8d..00000000000 --- a/stable/vocechat-server/3.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/vocechat-server/3.7.3/Chart.yaml b/stable/vocechat-server/3.7.3/Chart.yaml deleted file mode 100644 index 42a73f5e0c5..00000000000 --- a/stable/vocechat-server/3.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.44 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A superlight rust written social server. -home: https://truecharts.org/charts/stable/vocechat-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png -keywords: - - vocechat-server - - social -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: vocechat-server -sources: - - https://github.com/Privoce/vocechat-server-rust - - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server - - https://hub.docker.com/r/privoce/vocechat-server -type: application -version: 3.7.3 diff --git a/stable/vocechat-server/3.7.3/app-changelog.md b/stable/vocechat-server/3.7.3/app-changelog.md deleted file mode 100644 index 1c2687ee5e2..00000000000 --- a/stable/vocechat-server/3.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz b/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wallos/4.7.10/.helmignore b/stable/vocechat-server/3.7.5/.helmignore similarity index 100% rename from stable/wallos/4.7.10/.helmignore rename to stable/vocechat-server/3.7.5/.helmignore diff --git a/stable/vocechat-server/3.7.5/CHANGELOG.md b/stable/vocechat-server/3.7.5/CHANGELOG.md new file mode 100644 index 00000000000..988377cd7da --- /dev/null +++ b/stable/vocechat-server/3.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vocechat-server-3.7.5](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vocechat-server-3.7.4](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vocechat-server-3.7.4](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vocechat-server-3.7.4](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vocechat-server-3.7.4](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [vocechat-server-3.7.4](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/vocechat-server/3.7.5/Chart.yaml b/stable/vocechat-server/3.7.5/Chart.yaml new file mode 100644 index 00000000000..e7cc9a9abee --- /dev/null +++ b/stable/vocechat-server/3.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: social + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.44 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A superlight rust written social server. +home: https://truecharts.org/charts/stable/vocechat-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png +keywords: + - vocechat-server + - social +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vocechat-server +sources: + - https://github.com/Privoce/vocechat-server-rust + - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server + - https://hub.docker.com/r/privoce/vocechat-server +type: application +version: 3.7.5 diff --git a/stable/vocechat-server/3.7.3/README.md b/stable/vocechat-server/3.7.5/README.md similarity index 100% rename from stable/vocechat-server/3.7.3/README.md rename to stable/vocechat-server/3.7.5/README.md diff --git a/stable/vocechat-server/3.7.5/app-changelog.md b/stable/vocechat-server/3.7.5/app-changelog.md new file mode 100644 index 00000000000..7d607a80f4f --- /dev/null +++ b/stable/vocechat-server/3.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [vocechat-server-3.7.5](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/vocechat-server/3.7.3/app-readme.md b/stable/vocechat-server/3.7.5/app-readme.md similarity index 100% rename from stable/vocechat-server/3.7.3/app-readme.md rename to stable/vocechat-server/3.7.5/app-readme.md diff --git a/stable/vocechat-server/3.7.5/charts/common-20.2.10.tgz b/stable/vocechat-server/3.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/vocechat-server/3.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/vocechat-server/3.7.3/ix_values.yaml b/stable/vocechat-server/3.7.5/ix_values.yaml similarity index 100% rename from stable/vocechat-server/3.7.3/ix_values.yaml rename to stable/vocechat-server/3.7.5/ix_values.yaml diff --git a/stable/vocechat-server/3.7.3/questions.yaml b/stable/vocechat-server/3.7.5/questions.yaml similarity index 100% rename from stable/vocechat-server/3.7.3/questions.yaml rename to stable/vocechat-server/3.7.5/questions.yaml diff --git a/stable/wallos/4.7.10/templates/NOTES.txt b/stable/vocechat-server/3.7.5/templates/NOTES.txt similarity index 100% rename from stable/wallos/4.7.10/templates/NOTES.txt rename to stable/vocechat-server/3.7.5/templates/NOTES.txt diff --git a/stable/vocechat-server/3.7.3/templates/common.yaml b/stable/vocechat-server/3.7.5/templates/common.yaml similarity index 100% rename from stable/vocechat-server/3.7.3/templates/common.yaml rename to stable/vocechat-server/3.7.5/templates/common.yaml diff --git a/stable/wallos/4.7.10/values.yaml b/stable/vocechat-server/3.7.5/values.yaml similarity index 100% rename from stable/wallos/4.7.10/values.yaml rename to stable/vocechat-server/3.7.5/values.yaml diff --git a/stable/wallos/4.7.10/CHANGELOG.md b/stable/wallos/4.7.10/CHANGELOG.md deleted file mode 100644 index 4f00660fa74..00000000000 --- a/stable/wallos/4.7.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wallos-4.7.10](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) - -- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) - -- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) - - -## [wallos-4.7.10](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) - -- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) - -- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) - - -## [wallos-4.7.10](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) - -- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) - -- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/wallos/4.7.10/Chart.yaml b/stable/wallos/4.7.10/Chart.yaml deleted file mode 100644 index 872fc6ee0bf..00000000000 --- a/stable/wallos/4.7.10/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Wallos - Self Hosted Subscription tracker -home: https://truecharts.org/charts/stable/wallos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png -keywords: - - dashboard -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wallos -sources: - - https://github.com/ellite/Wallos - - https://github.com/truecharts/charts/tree/master/charts/stable/wallos - - https://hub.docker.com/r/bellamy/wallos -type: application -version: 4.7.10 diff --git a/stable/wallos/4.7.10/app-changelog.md b/stable/wallos/4.7.10/app-changelog.md deleted file mode 100644 index 2bde7f7af55..00000000000 --- a/stable/wallos/4.7.10/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [wallos-4.7.10](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.10) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) - -- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) - -- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) \ No newline at end of file diff --git a/stable/wallos/4.7.10/charts/common-20.2.9.tgz b/stable/wallos/4.7.10/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/wallos/4.7.10/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/wallos/4.7.10/ix_values.yaml b/stable/wallos/4.7.10/ix_values.yaml deleted file mode 100644 index e73638897a8..00000000000 --- a/stable/wallos/4.7.10/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: docker.io/bellamy/wallos - tag: latest@sha256:9424a2b7a4d38ab386e9cd2b571e33616767aca4916305c8614226cbe98179a6 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 8282 - protocol: tcp - targetPort: 80 - -persistence: - database: - enabled: true - mountPath: "/var/www/html/db" - logos: - enabled: true - mountPath: "/var/www/html/images/uploads/logos" - -portal: - open: - enabled: true diff --git a/stable/watcharr/4.9.3/.helmignore b/stable/wallos/4.7.12/.helmignore similarity index 100% rename from stable/watcharr/4.9.3/.helmignore rename to stable/wallos/4.7.12/.helmignore diff --git a/stable/wallos/4.7.12/CHANGELOG.md b/stable/wallos/4.7.12/CHANGELOG.md new file mode 100644 index 00000000000..5ba4e79625c --- /dev/null +++ b/stable/wallos/4.7.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wallos-4.7.12](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/bellamy/wallos to latest[@6a2e50a](https://github.com/6a2e50a) by renovate ([#19991](https://github.com/truecharts/charts/issues/19991)) + +- update container image docker.io/bellamy/wallos to latest[@55e75cf](https://github.com/55e75cf) by renovate ([#19904](https://github.com/truecharts/charts/issues/19904)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) + +- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) + +- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) + + +## [wallos-4.7.11](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.11) (2024-03-29) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@55e75cf](https://github.com/55e75cf) by renovate ([#19904](https://github.com/truecharts/charts/issues/19904)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) + +- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) + +- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) + + +## [wallos-4.7.11](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.11) (2024-03-29) + +### Chore + + + +- update container image docker.io/bellamy/wallos to latest[@55e75cf](https://github.com/55e75cf) by renovate ([#19904](https://github.com/truecharts/charts/issues/19904)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) diff --git a/stable/wallos/4.7.12/Chart.yaml b/stable/wallos/4.7.12/Chart.yaml new file mode 100644 index 00000000000..aa9546115f6 --- /dev/null +++ b/stable/wallos/4.7.12/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Wallos - Self Hosted Subscription tracker +home: https://truecharts.org/charts/stable/wallos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png +keywords: + - dashboard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wallos +sources: + - https://github.com/ellite/Wallos + - https://github.com/truecharts/charts/tree/master/charts/stable/wallos + - https://hub.docker.com/r/bellamy/wallos +type: application +version: 4.7.12 diff --git a/stable/wallos/4.7.10/README.md b/stable/wallos/4.7.12/README.md similarity index 100% rename from stable/wallos/4.7.10/README.md rename to stable/wallos/4.7.12/README.md diff --git a/stable/wallos/4.7.12/app-changelog.md b/stable/wallos/4.7.12/app-changelog.md new file mode 100644 index 00000000000..eec904dc2a6 --- /dev/null +++ b/stable/wallos/4.7.12/app-changelog.md @@ -0,0 +1,37 @@ + + +## [wallos-4.7.12](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.12) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image docker.io/bellamy/wallos to latest[@6a2e50a](https://github.com/6a2e50a) by renovate ([#19991](https://github.com/truecharts/charts/issues/19991)) + +- update container image docker.io/bellamy/wallos to latest[@55e75cf](https://github.com/55e75cf) by renovate ([#19904](https://github.com/truecharts/charts/issues/19904)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image docker.io/bellamy/wallos to latest[@9424a2b](https://github.com/9424a2b) by renovate ([#19768](https://github.com/truecharts/charts/issues/19768)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552)) + +- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478)) + +- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223)) \ No newline at end of file diff --git a/stable/wallos/4.7.10/app-readme.md b/stable/wallos/4.7.12/app-readme.md similarity index 100% rename from stable/wallos/4.7.10/app-readme.md rename to stable/wallos/4.7.12/app-readme.md diff --git a/stable/wallos/4.7.12/charts/common-20.2.10.tgz b/stable/wallos/4.7.12/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wallos/4.7.12/charts/common-20.2.10.tgz differ diff --git a/stable/wallos/4.7.12/ix_values.yaml b/stable/wallos/4.7.12/ix_values.yaml new file mode 100644 index 00000000000..1f65a8997ba --- /dev/null +++ b/stable/wallos/4.7.12/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: docker.io/bellamy/wallos + tag: latest@sha256:6a2e50a8791e81cfb8781468b38587f2b9399d355195637bb63a57e3e192c9f0 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8282 + protocol: tcp + targetPort: 80 + +persistence: + database: + enabled: true + mountPath: "/var/www/html/db" + logos: + enabled: true + mountPath: "/var/www/html/images/uploads/logos" + +portal: + open: + enabled: true diff --git a/stable/wallos/4.7.10/questions.yaml b/stable/wallos/4.7.12/questions.yaml similarity index 100% rename from stable/wallos/4.7.10/questions.yaml rename to stable/wallos/4.7.12/questions.yaml diff --git a/stable/watcharr/4.9.3/templates/NOTES.txt b/stable/wallos/4.7.12/templates/NOTES.txt similarity index 100% rename from stable/watcharr/4.9.3/templates/NOTES.txt rename to stable/wallos/4.7.12/templates/NOTES.txt diff --git a/stable/wallos/4.7.10/templates/common.yaml b/stable/wallos/4.7.12/templates/common.yaml similarity index 100% rename from stable/wallos/4.7.10/templates/common.yaml rename to stable/wallos/4.7.12/templates/common.yaml diff --git a/stable/watcharr/4.9.3/values.yaml b/stable/wallos/4.7.12/values.yaml similarity index 100% rename from stable/watcharr/4.9.3/values.yaml rename to stable/wallos/4.7.12/values.yaml diff --git a/stable/watchyourlan/8.7.3/.helmignore b/stable/watcharr/4.10.1/.helmignore similarity index 100% rename from stable/watchyourlan/8.7.3/.helmignore rename to stable/watcharr/4.10.1/.helmignore diff --git a/stable/watcharr/4.10.1/CHANGELOG.md b/stable/watcharr/4.10.1/CHANGELOG.md new file mode 100644 index 00000000000..0f667e7aa11 --- /dev/null +++ b/stable/watcharr/4.10.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watcharr-4.10.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/sbondco/watcharr to v1.37.0[@f013921](https://github.com/f013921) by renovate ([#19892](https://github.com/truecharts/charts/issues/19892)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watcharr-4.10.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.37.0[@f013921](https://github.com/f013921) by renovate ([#19892](https://github.com/truecharts/charts/issues/19892)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watcharr-4.10.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.37.0[@f013921](https://github.com/f013921) by renovate ([#19892](https://github.com/truecharts/charts/issues/19892)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watcharr-4.10.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.0) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/sbondco/watcharr to v1.37.0[@f013921](https://github.com/f013921) by renovate ([#19892](https://github.com/truecharts/charts/issues/19892)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watcharr-4.10.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.0) (2024-03-29) + +### Chore diff --git a/stable/watcharr/4.10.1/Chart.yaml b/stable/watcharr/4.10.1/Chart.yaml new file mode 100644 index 00000000000..26208af4cb1 --- /dev/null +++ b/stable/watcharr/4.10.1/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.37.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, self-hostable watched list +home: https://truecharts.org/charts/stable/watcharr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png +keywords: + - watcharr + - media +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watcharr +sources: + - https://github.com/sbondCo/Watcharr + - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr + - https://ghcr.io/sbondco/watcharr +type: application +version: 4.10.1 diff --git a/stable/watcharr/4.9.3/README.md b/stable/watcharr/4.10.1/README.md similarity index 100% rename from stable/watcharr/4.9.3/README.md rename to stable/watcharr/4.10.1/README.md diff --git a/stable/watcharr/4.10.1/app-changelog.md b/stable/watcharr/4.10.1/app-changelog.md new file mode 100644 index 00000000000..5c9e5565575 --- /dev/null +++ b/stable/watcharr/4.10.1/app-changelog.md @@ -0,0 +1,23 @@ + + +## [watcharr-4.10.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.10.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/sbondco/watcharr to v1.37.0[@f013921](https://github.com/f013921) by renovate ([#19892](https://github.com/truecharts/charts/issues/19892)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/watcharr/4.9.3/app-readme.md b/stable/watcharr/4.10.1/app-readme.md similarity index 100% rename from stable/watcharr/4.9.3/app-readme.md rename to stable/watcharr/4.10.1/app-readme.md diff --git a/stable/watcharr/4.10.1/charts/common-20.2.10.tgz b/stable/watcharr/4.10.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/watcharr/4.10.1/charts/common-20.2.10.tgz differ diff --git a/stable/watcharr/4.10.1/ix_values.yaml b/stable/watcharr/4.10.1/ix_values.yaml new file mode 100644 index 00000000000..6489bae7a84 --- /dev/null +++ b/stable/watcharr/4.10.1/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: ghcr.io/sbondco/watcharr + tag: v1.37.0@sha256:f013921dd30f2e67362bf16871f5d08df37493dc44e5432b49fa300624fb22ff + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 3080 + port: 10684 + +watcharr: + mode: prod + jellyfin_host: "" + signup_enabled: true + tmdb_key: "" + debug: false + +workload: + main: + podSpec: + containers: + main: + env: + JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}" + SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}" + TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}" + DEBUG: "{{ .Values.watcharr.debug }}" + MODE: "{{ .Values.watcharr.mode }}" + JWT_SECRET: + secretKeyRef: + name: watcharr-secrets + key: JWT_SECRET + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + open: + enabled: true diff --git a/stable/watcharr/4.9.3/questions.yaml b/stable/watcharr/4.10.1/questions.yaml similarity index 100% rename from stable/watcharr/4.9.3/questions.yaml rename to stable/watcharr/4.10.1/questions.yaml diff --git a/stable/watchyourlan/8.7.3/templates/NOTES.txt b/stable/watcharr/4.10.1/templates/NOTES.txt similarity index 100% rename from stable/watchyourlan/8.7.3/templates/NOTES.txt rename to stable/watcharr/4.10.1/templates/NOTES.txt diff --git a/stable/watcharr/4.9.3/templates/_secrets.tpl b/stable/watcharr/4.10.1/templates/_secrets.tpl similarity index 100% rename from stable/watcharr/4.9.3/templates/_secrets.tpl rename to stable/watcharr/4.10.1/templates/_secrets.tpl diff --git a/stable/watcharr/4.9.3/templates/common.yaml b/stable/watcharr/4.10.1/templates/common.yaml similarity index 100% rename from stable/watcharr/4.9.3/templates/common.yaml rename to stable/watcharr/4.10.1/templates/common.yaml diff --git a/stable/watchyourlan/8.7.3/values.yaml b/stable/watcharr/4.10.1/values.yaml similarity index 100% rename from stable/watchyourlan/8.7.3/values.yaml rename to stable/watcharr/4.10.1/values.yaml diff --git a/stable/watcharr/4.9.3/CHANGELOG.md b/stable/watcharr/4.9.3/CHANGELOG.md deleted file mode 100644 index ad3c0819559..00000000000 --- a/stable/watcharr/4.9.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) diff --git a/stable/watcharr/4.9.3/Chart.yaml b/stable/watcharr/4.9.3/Chart.yaml deleted file mode 100644 index a5a0b6d20d5..00000000000 --- a/stable/watcharr/4.9.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.36.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open source, self-hostable watched list -home: https://truecharts.org/charts/stable/watcharr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png -keywords: - - watcharr - - media -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: watcharr -sources: - - https://github.com/sbondCo/Watcharr - - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr - - https://ghcr.io/sbondco/watcharr -type: application -version: 4.9.3 diff --git a/stable/watcharr/4.9.3/app-changelog.md b/stable/watcharr/4.9.3/app-changelog.md deleted file mode 100644 index 4ea3cabbf50..00000000000 --- a/stable/watcharr/4.9.3/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [watcharr-4.9.3](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.3) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/watcharr/4.9.3/charts/common-20.2.9.tgz b/stable/watcharr/4.9.3/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/watcharr/4.9.3/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/watcharr/4.9.3/ix_values.yaml b/stable/watcharr/4.9.3/ix_values.yaml deleted file mode 100644 index 3dd99bd8523..00000000000 --- a/stable/watcharr/4.9.3/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: ghcr.io/sbondco/watcharr - tag: v1.36.0@sha256:2aeab7a2289efc60adf26654e7481765b2fbc2d362f622ed21f4b9b511cbfc41 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: http - targetPort: 3080 - port: 10684 - -watcharr: - mode: prod - jellyfin_host: "" - signup_enabled: true - tmdb_key: "" - debug: false - -workload: - main: - podSpec: - containers: - main: - env: - JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}" - SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}" - TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}" - DEBUG: "{{ .Values.watcharr.debug }}" - MODE: "{{ .Values.watcharr.mode }}" - JWT_SECRET: - secretKeyRef: - name: watcharr-secrets - key: JWT_SECRET - -persistence: - data: - enabled: true - mountPath: "/data" - -portal: - open: - enabled: true diff --git a/stable/watchyourlan/8.7.3/CHANGELOG.md b/stable/watchyourlan/8.7.3/CHANGELOG.md deleted file mode 100644 index 7889449b078..00000000000 --- a/stable/watchyourlan/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/watchyourlan/8.7.3/Chart.yaml b/stable/watchyourlan/8.7.3/Chart.yaml deleted file mode 100644 index c9462394303..00000000000 --- a/stable/watchyourlan/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.6 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Lightweight network IP scanner with web GUI -home: https://truecharts.org/charts/stable/watchyourlan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png -keywords: - - network - - monitor -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: watchyourlan -sources: - - https://github.com/aceberg/WatchYourLAN - - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan - - https://hub.docker.com/r/aceberg/watchyourlan -type: application -version: 8.7.3 diff --git a/stable/watchyourlan/8.7.3/app-changelog.md b/stable/watchyourlan/8.7.3/app-changelog.md deleted file mode 100644 index 9c28b1a74a8..00000000000 --- a/stable/watchyourlan/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz b/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.7.5/.helmignore b/stable/watchyourlan/8.7.5/.helmignore similarity index 100% rename from stable/webgrabplus/9.7.5/.helmignore rename to stable/watchyourlan/8.7.5/.helmignore diff --git a/stable/watchyourlan/8.7.5/CHANGELOG.md b/stable/watchyourlan/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7b0d6dc9847 --- /dev/null +++ b/stable/watchyourlan/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watchyourlan-8.7.5](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watchyourlan-8.7.4](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watchyourlan-8.7.4](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watchyourlan-8.7.4](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watchyourlan-8.7.4](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [watchyourlan-8.7.4](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/watchyourlan/8.7.5/Chart.yaml b/stable/watchyourlan/8.7.5/Chart.yaml new file mode 100644 index 00000000000..627ef4de6ba --- /dev/null +++ b/stable/watchyourlan/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.6 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight network IP scanner with web GUI +home: https://truecharts.org/charts/stable/watchyourlan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png +keywords: + - network + - monitor +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watchyourlan +sources: + - https://github.com/aceberg/WatchYourLAN + - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan + - https://hub.docker.com/r/aceberg/watchyourlan +type: application +version: 8.7.5 diff --git a/stable/watchyourlan/8.7.3/README.md b/stable/watchyourlan/8.7.5/README.md similarity index 100% rename from stable/watchyourlan/8.7.3/README.md rename to stable/watchyourlan/8.7.5/README.md diff --git a/stable/watchyourlan/8.7.5/app-changelog.md b/stable/watchyourlan/8.7.5/app-changelog.md new file mode 100644 index 00000000000..73d0a55a0f9 --- /dev/null +++ b/stable/watchyourlan/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [watchyourlan-8.7.5](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/watchyourlan/8.7.3/app-readme.md b/stable/watchyourlan/8.7.5/app-readme.md similarity index 100% rename from stable/watchyourlan/8.7.3/app-readme.md rename to stable/watchyourlan/8.7.5/app-readme.md diff --git a/stable/watchyourlan/8.7.5/charts/common-20.2.10.tgz b/stable/watchyourlan/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/watchyourlan/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/watchyourlan/8.7.3/ix_values.yaml b/stable/watchyourlan/8.7.5/ix_values.yaml similarity index 100% rename from stable/watchyourlan/8.7.3/ix_values.yaml rename to stable/watchyourlan/8.7.5/ix_values.yaml diff --git a/stable/watchyourlan/8.7.3/questions.yaml b/stable/watchyourlan/8.7.5/questions.yaml similarity index 100% rename from stable/watchyourlan/8.7.3/questions.yaml rename to stable/watchyourlan/8.7.5/questions.yaml diff --git a/stable/webgrabplus/9.7.5/templates/NOTES.txt b/stable/watchyourlan/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/9.7.5/templates/NOTES.txt rename to stable/watchyourlan/8.7.5/templates/NOTES.txt diff --git a/stable/watchyourlan/8.7.3/templates/common.yaml b/stable/watchyourlan/8.7.5/templates/common.yaml similarity index 100% rename from stable/watchyourlan/8.7.3/templates/common.yaml rename to stable/watchyourlan/8.7.5/templates/common.yaml diff --git a/stable/webgrabplus/9.7.5/values.yaml b/stable/watchyourlan/8.7.5/values.yaml similarity index 100% rename from stable/webgrabplus/9.7.5/values.yaml rename to stable/watchyourlan/8.7.5/values.yaml diff --git a/stable/webgrabplus/9.7.5/CHANGELOG.md b/stable/webgrabplus/9.7.5/CHANGELOG.md deleted file mode 100644 index 9d682ba1f01..00000000000 --- a/stable/webgrabplus/9.7.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) diff --git a/stable/webgrabplus/9.7.5/Chart.yaml b/stable/webgrabplus/9.7.5/Chart.yaml deleted file mode 100644 index da64265fe46..00000000000 --- a/stable/webgrabplus/9.7.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.4 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Webgrabplus is a multi-site incremental xmltv epg grabber. -home: https://truecharts.org/charts/stable/webgrabplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png -keywords: - - webgrabplus -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webgrabplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus - - https://ghcr.io/linuxserver/webgrabplus -type: application -version: 9.7.5 diff --git a/stable/webgrabplus/9.7.5/app-changelog.md b/stable/webgrabplus/9.7.5/app-changelog.md deleted file mode 100644 index 703ffc7868e..00000000000 --- a/stable/webgrabplus/9.7.5/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [webgrabplus-9.7.5](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webgrabplus/9.7.5/charts/common-20.2.9.tgz b/stable/webgrabplus/9.7.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/webgrabplus/9.7.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.7.5/ix_values.yaml b/stable/webgrabplus/9.7.5/ix_values.yaml deleted file mode 100644 index b1ccb0a3454..00000000000 --- a/stable/webgrabplus/9.7.5/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/webgrabplus - pullPolicy: IfNotPresent - tag: 5.1.4@sha256:60509af8fa390f5dcb5bc94e2337d2053cfcf107eeceea10a069240dfcd3a21c -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/weblate/13.8.2/.helmignore b/stable/webgrabplus/9.7.7/.helmignore similarity index 100% rename from stable/weblate/13.8.2/.helmignore rename to stable/webgrabplus/9.7.7/.helmignore diff --git a/stable/webgrabplus/9.7.7/CHANGELOG.md b/stable/webgrabplus/9.7.7/CHANGELOG.md new file mode 100644 index 00000000000..3b3c3f58176 --- /dev/null +++ b/stable/webgrabplus/9.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webgrabplus-9.7.7](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@37c65c3](https://github.com/37c65c3) by renovate ([#19907](https://github.com/truecharts/charts/issues/19907)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webgrabplus-9.7.6](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@37c65c3](https://github.com/37c65c3) by renovate ([#19907](https://github.com/truecharts/charts/issues/19907)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webgrabplus-9.7.6](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@37c65c3](https://github.com/37c65c3) by renovate ([#19907](https://github.com/truecharts/charts/issues/19907)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webgrabplus-9.7.6](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.6) (2024-03-29) + +### Chore + + + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@37c65c3](https://github.com/37c65c3) by renovate ([#19907](https://github.com/truecharts/charts/issues/19907)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webgrabplus-9.7.6](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.6) (2024-03-29) + +### Chore diff --git a/stable/webgrabplus/9.7.7/Chart.yaml b/stable/webgrabplus/9.7.7/Chart.yaml new file mode 100644 index 00000000000..cb9a06cc00c --- /dev/null +++ b/stable/webgrabplus/9.7.7/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webgrabplus is a multi-site incremental xmltv epg grabber. +home: https://truecharts.org/charts/stable/webgrabplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png +keywords: + - webgrabplus +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webgrabplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus + - https://ghcr.io/linuxserver/webgrabplus +type: application +version: 9.7.7 diff --git a/stable/webgrabplus/9.7.5/README.md b/stable/webgrabplus/9.7.7/README.md similarity index 100% rename from stable/webgrabplus/9.7.5/README.md rename to stable/webgrabplus/9.7.7/README.md diff --git a/stable/webgrabplus/9.7.7/app-changelog.md b/stable/webgrabplus/9.7.7/app-changelog.md new file mode 100644 index 00000000000..a4de506ce33 --- /dev/null +++ b/stable/webgrabplus/9.7.7/app-changelog.md @@ -0,0 +1,23 @@ + + +## [webgrabplus-9.7.7](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.7) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@37c65c3](https://github.com/37c65c3) by renovate ([#19907](https://github.com/truecharts/charts/issues/19907)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webgrabplus/9.7.5/app-readme.md b/stable/webgrabplus/9.7.7/app-readme.md similarity index 100% rename from stable/webgrabplus/9.7.5/app-readme.md rename to stable/webgrabplus/9.7.7/app-readme.md diff --git a/stable/webgrabplus/9.7.7/charts/common-20.2.10.tgz b/stable/webgrabplus/9.7.7/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/webgrabplus/9.7.7/charts/common-20.2.10.tgz differ diff --git a/stable/webgrabplus/9.7.7/ix_values.yaml b/stable/webgrabplus/9.7.7/ix_values.yaml new file mode 100644 index 00000000000..d8007f8281c --- /dev/null +++ b/stable/webgrabplus/9.7.7/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/webgrabplus + pullPolicy: IfNotPresent + tag: 5.1.4@sha256:37c65c3d0d2127250407e51d407b3b57c56c25bde2b0735a4ee89cd43203b5eb +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/webgrabplus/9.7.5/questions.yaml b/stable/webgrabplus/9.7.7/questions.yaml similarity index 100% rename from stable/webgrabplus/9.7.5/questions.yaml rename to stable/webgrabplus/9.7.7/questions.yaml diff --git a/stable/weblate/13.8.2/templates/NOTES.txt b/stable/webgrabplus/9.7.7/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.8.2/templates/NOTES.txt rename to stable/webgrabplus/9.7.7/templates/NOTES.txt diff --git a/stable/webgrabplus/9.7.5/templates/common.yaml b/stable/webgrabplus/9.7.7/templates/common.yaml similarity index 100% rename from stable/webgrabplus/9.7.5/templates/common.yaml rename to stable/webgrabplus/9.7.7/templates/common.yaml diff --git a/stable/weblate/13.8.2/values.yaml b/stable/webgrabplus/9.7.7/values.yaml similarity index 100% rename from stable/weblate/13.8.2/values.yaml rename to stable/webgrabplus/9.7.7/values.yaml diff --git a/stable/weblate/13.8.2/CHANGELOG.md b/stable/weblate/13.8.2/CHANGELOG.md deleted file mode 100644 index 16b880733e0..00000000000 --- a/stable/weblate/13.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/weblate/13.8.2/Chart.yaml b/stable/weblate/13.8.2/Chart.yaml deleted file mode 100644 index c7972aa6855..00000000000 --- a/stable/weblate/13.8.2/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.2.2 - repository: oci://tccr.io/truecharts - condition: redis.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Weblate is a copylefted libre software web-based continuous localization system -home: https://truecharts.org/charts/stable/weblate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png -keywords: - - translate -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: weblate -sources: - - https://github.com/WeblateOrg/docker-compose - - https://docs.weblate.org/en/latest/ - - https://github.com/WeblateOrg/weblate - - https://github.com/WeblateOrg/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - - https://hub.docker.com/r/weblate/weblate -type: application -version: 13.8.2 diff --git a/stable/weblate/13.8.2/app-changelog.md b/stable/weblate/13.8.2/app-changelog.md deleted file mode 100644 index 4bab903af66..00000000000 --- a/stable/weblate/13.8.2/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/weblate/13.8.2/charts/common-20.2.4.tgz b/stable/weblate/13.8.2/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/weblate/13.8.2/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/webnut/8.7.3/.helmignore b/stable/weblate/13.8.4/.helmignore similarity index 100% rename from stable/webnut/8.7.3/.helmignore rename to stable/weblate/13.8.4/.helmignore diff --git a/stable/weblate/13.8.4/CHANGELOG.md b/stable/weblate/13.8.4/CHANGELOG.md new file mode 100644 index 00000000000..b0ff57a142b --- /dev/null +++ b/stable/weblate/13.8.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [weblate-13.8.4](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [weblate-13.8.3](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [weblate-13.8.3](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [weblate-13.8.3](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.3) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) + + +## [weblate-13.8.3](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.3) (2024-03-27) + +### Chore diff --git a/stable/weblate/13.8.4/Chart.yaml b/stable/weblate/13.8.4/Chart.yaml new file mode 100644 index 00000000000..c434b8596c9 --- /dev/null +++ b/stable/weblate/13.8.4/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.2.2 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Weblate is a copylefted libre software web-based continuous localization system +home: https://truecharts.org/charts/stable/weblate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png +keywords: + - translate +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: weblate +sources: + - https://github.com/WeblateOrg/docker-compose + - https://docs.weblate.org/en/latest/ + - https://github.com/WeblateOrg/weblate + - https://github.com/WeblateOrg/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/weblate + - https://hub.docker.com/r/weblate/weblate +type: application +version: 13.8.4 diff --git a/stable/weblate/13.8.2/README.md b/stable/weblate/13.8.4/README.md similarity index 100% rename from stable/weblate/13.8.2/README.md rename to stable/weblate/13.8.4/README.md diff --git a/stable/weblate/13.8.4/app-changelog.md b/stable/weblate/13.8.4/app-changelog.md new file mode 100644 index 00000000000..9535be175d6 --- /dev/null +++ b/stable/weblate/13.8.4/app-changelog.md @@ -0,0 +1,23 @@ + + +## [weblate-13.8.4](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) \ No newline at end of file diff --git a/stable/weblate/13.8.2/app-readme.md b/stable/weblate/13.8.4/app-readme.md similarity index 100% rename from stable/weblate/13.8.2/app-readme.md rename to stable/weblate/13.8.4/app-readme.md diff --git a/stable/weblate/13.8.4/charts/common-20.2.10.tgz b/stable/weblate/13.8.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/weblate/13.8.4/charts/common-20.2.10.tgz differ diff --git a/stable/weblate/13.8.2/charts/redis-13.2.2.tgz b/stable/weblate/13.8.4/charts/redis-13.2.2.tgz similarity index 100% rename from stable/weblate/13.8.2/charts/redis-13.2.2.tgz rename to stable/weblate/13.8.4/charts/redis-13.2.2.tgz diff --git a/stable/weblate/13.8.2/ix_values.yaml b/stable/weblate/13.8.4/ix_values.yaml similarity index 100% rename from stable/weblate/13.8.2/ix_values.yaml rename to stable/weblate/13.8.4/ix_values.yaml diff --git a/stable/weblate/13.8.2/questions.yaml b/stable/weblate/13.8.4/questions.yaml similarity index 100% rename from stable/weblate/13.8.2/questions.yaml rename to stable/weblate/13.8.4/questions.yaml diff --git a/stable/webnut/8.7.3/templates/NOTES.txt b/stable/weblate/13.8.4/templates/NOTES.txt similarity index 100% rename from stable/webnut/8.7.3/templates/NOTES.txt rename to stable/weblate/13.8.4/templates/NOTES.txt diff --git a/stable/weblate/13.8.2/templates/_configmap.tpl b/stable/weblate/13.8.4/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.8.2/templates/_configmap.tpl rename to stable/weblate/13.8.4/templates/_configmap.tpl diff --git a/stable/weblate/13.8.2/templates/common.yaml b/stable/weblate/13.8.4/templates/common.yaml similarity index 100% rename from stable/weblate/13.8.2/templates/common.yaml rename to stable/weblate/13.8.4/templates/common.yaml diff --git a/stable/webnut/8.7.3/values.yaml b/stable/weblate/13.8.4/values.yaml similarity index 100% rename from stable/webnut/8.7.3/values.yaml rename to stable/weblate/13.8.4/values.yaml diff --git a/stable/webnut/8.7.3/CHANGELOG.md b/stable/webnut/8.7.3/CHANGELOG.md deleted file mode 100644 index a47eefb8cd2..00000000000 --- a/stable/webnut/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/webnut/8.7.3/Chart.yaml b/stable/webnut/8.7.3/Chart.yaml deleted file mode 100644 index b7fda3299f2..00000000000 --- a/stable/webnut/8.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: webNUT (UPS network monitoring web ui). -home: https://truecharts.org/charts/stable/webnut -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png -keywords: - - webnut - - ups - - monitoring -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webnut -sources: - - https://github.com/rshipp/webNUT - - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - - https://hub.docker.com/r/edgd1er/webnut -type: application -version: 8.7.3 diff --git a/stable/webnut/8.7.3/app-changelog.md b/stable/webnut/8.7.3/app-changelog.md deleted file mode 100644 index e4c86e6e1e8..00000000000 --- a/stable/webnut/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webnut/8.7.3/charts/common-20.2.4.tgz b/stable/webnut/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/webnut/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/webp-server/5.7.4/.helmignore b/stable/webnut/8.7.5/.helmignore similarity index 100% rename from stable/webp-server/5.7.4/.helmignore rename to stable/webnut/8.7.5/.helmignore diff --git a/stable/webnut/8.7.5/CHANGELOG.md b/stable/webnut/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..becd7f6abbe --- /dev/null +++ b/stable/webnut/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webnut-8.7.5](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webnut-8.7.4](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webnut-8.7.4](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webnut-8.7.4](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webnut-8.7.4](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webnut-8.7.4](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/webnut/8.7.5/Chart.yaml b/stable/webnut/8.7.5/Chart.yaml new file mode 100644 index 00000000000..e6d39b25da1 --- /dev/null +++ b/stable/webnut/8.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: monitoring + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: webNUT (UPS network monitoring web ui). +home: https://truecharts.org/charts/stable/webnut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png +keywords: + - webnut + - ups + - monitoring +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webnut +sources: + - https://github.com/rshipp/webNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/webnut + - https://hub.docker.com/r/edgd1er/webnut +type: application +version: 8.7.5 diff --git a/stable/webnut/8.7.3/README.md b/stable/webnut/8.7.5/README.md similarity index 100% rename from stable/webnut/8.7.3/README.md rename to stable/webnut/8.7.5/README.md diff --git a/stable/webnut/8.7.5/app-changelog.md b/stable/webnut/8.7.5/app-changelog.md new file mode 100644 index 00000000000..4d65deac5c6 --- /dev/null +++ b/stable/webnut/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [webnut-8.7.5](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webnut/8.7.3/app-readme.md b/stable/webnut/8.7.5/app-readme.md similarity index 100% rename from stable/webnut/8.7.3/app-readme.md rename to stable/webnut/8.7.5/app-readme.md diff --git a/stable/webnut/8.7.5/charts/common-20.2.10.tgz b/stable/webnut/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/webnut/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/webnut/8.7.3/ix_values.yaml b/stable/webnut/8.7.5/ix_values.yaml similarity index 100% rename from stable/webnut/8.7.3/ix_values.yaml rename to stable/webnut/8.7.5/ix_values.yaml diff --git a/stable/webnut/8.7.3/questions.yaml b/stable/webnut/8.7.5/questions.yaml similarity index 100% rename from stable/webnut/8.7.3/questions.yaml rename to stable/webnut/8.7.5/questions.yaml diff --git a/stable/website-shot/10.7.3/templates/NOTES.txt b/stable/webnut/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/website-shot/10.7.3/templates/NOTES.txt rename to stable/webnut/8.7.5/templates/NOTES.txt diff --git a/stable/webnut/8.7.3/templates/common.yaml b/stable/webnut/8.7.5/templates/common.yaml similarity index 100% rename from stable/webnut/8.7.3/templates/common.yaml rename to stable/webnut/8.7.5/templates/common.yaml diff --git a/stable/webp-server/5.7.4/values.yaml b/stable/webnut/8.7.5/values.yaml similarity index 100% rename from stable/webp-server/5.7.4/values.yaml rename to stable/webnut/8.7.5/values.yaml diff --git a/stable/webp-server/5.7.4/CHANGELOG.md b/stable/webp-server/5.7.4/CHANGELOG.md deleted file mode 100644 index 066a5bd1097..00000000000 --- a/stable/webp-server/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - diff --git a/stable/webp-server/5.7.4/Chart.yaml b/stable/webp-server/5.7.4/Chart.yaml deleted file mode 100644 index 7b3abaa2e28..00000000000 --- a/stable/webp-server/5.7.4/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. -home: https://truecharts.org/charts/stable/webp-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png -keywords: - - webp-server - - Cloud - - Productivity - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webp-server -sources: - - https://github.com/webp-sh/webp_server_go - - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server - - https://hub.docker.com/r/webpsh/webps -type: application -version: 5.7.4 diff --git a/stable/webp-server/5.7.4/app-changelog.md b/stable/webp-server/5.7.4/app-changelog.md deleted file mode 100644 index ff94ab0c7d0..00000000000 --- a/stable/webp-server/5.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webp-server/5.7.4/charts/common-20.2.4.tgz b/stable/webp-server/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/webp-server/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/website-shot/10.7.3/.helmignore b/stable/webp-server/5.7.6/.helmignore similarity index 100% rename from stable/website-shot/10.7.3/.helmignore rename to stable/webp-server/5.7.6/.helmignore diff --git a/stable/webp-server/5.7.6/CHANGELOG.md b/stable/webp-server/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..e0879ee7318 --- /dev/null +++ b/stable/webp-server/5.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webp-server-5.7.6](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webp-server-5.7.5](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webp-server-5.7.5](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webp-server-5.7.5](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [webp-server-5.7.5](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/webp-server/5.7.6/Chart.yaml b/stable/webp-server/5.7.6/Chart.yaml new file mode 100644 index 00000000000..169106eeff6 --- /dev/null +++ b/stable/webp-server/5.7.6/Chart.yaml @@ -0,0 +1,42 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. +home: https://truecharts.org/charts/stable/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png +keywords: + - webp-server + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webp-server +sources: + - https://github.com/webp-sh/webp_server_go + - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server + - https://hub.docker.com/r/webpsh/webps +type: application +version: 5.7.6 diff --git a/stable/webp-server/5.7.4/README.md b/stable/webp-server/5.7.6/README.md similarity index 100% rename from stable/webp-server/5.7.4/README.md rename to stable/webp-server/5.7.6/README.md diff --git a/stable/webp-server/5.7.6/app-changelog.md b/stable/webp-server/5.7.6/app-changelog.md new file mode 100644 index 00000000000..89ed8e78ed9 --- /dev/null +++ b/stable/webp-server/5.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [webp-server-5.7.6](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/webp-server/5.7.4/app-readme.md b/stable/webp-server/5.7.6/app-readme.md similarity index 100% rename from stable/webp-server/5.7.4/app-readme.md rename to stable/webp-server/5.7.6/app-readme.md diff --git a/stable/webp-server/5.7.6/charts/common-20.2.10.tgz b/stable/webp-server/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/webp-server/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/webp-server/5.7.4/ix_values.yaml b/stable/webp-server/5.7.6/ix_values.yaml similarity index 100% rename from stable/webp-server/5.7.4/ix_values.yaml rename to stable/webp-server/5.7.6/ix_values.yaml diff --git a/stable/webp-server/5.7.4/questions.yaml b/stable/webp-server/5.7.6/questions.yaml similarity index 100% rename from stable/webp-server/5.7.4/questions.yaml rename to stable/webp-server/5.7.6/questions.yaml diff --git a/stable/webp-server/5.7.4/templates/common.yaml b/stable/webp-server/5.7.6/templates/common.yaml similarity index 100% rename from stable/webp-server/5.7.4/templates/common.yaml rename to stable/webp-server/5.7.6/templates/common.yaml diff --git a/stable/website-shot/10.7.3/values.yaml b/stable/webp-server/5.7.6/values.yaml similarity index 100% rename from stable/website-shot/10.7.3/values.yaml rename to stable/webp-server/5.7.6/values.yaml diff --git a/stable/website-shot/10.7.3/CHANGELOG.md b/stable/website-shot/10.7.3/CHANGELOG.md deleted file mode 100644 index 0871366cbee..00000000000 --- a/stable/website-shot/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/website-shot/10.7.3/Chart.yaml b/stable/website-shot/10.7.3/Chart.yaml deleted file mode 100644 index c19d365c7dd..00000000000 --- a/stable/website-shot/10.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. -home: https://truecharts.org/charts/stable/website-shot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png -keywords: - - website-shot -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: website-shot -sources: - - https://github.com/Flowko/website-shot - - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - - https://hub.docker.com/r/flowko1/website-shot -type: application -version: 10.7.3 diff --git a/stable/website-shot/10.7.3/app-changelog.md b/stable/website-shot/10.7.3/app-changelog.md deleted file mode 100644 index 11db13f4a56..00000000000 --- a/stable/website-shot/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/website-shot/10.7.3/charts/common-20.2.4.tgz b/stable/website-shot/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/website-shot/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/webtop/9.7.54/.helmignore b/stable/website-shot/10.7.5/.helmignore similarity index 100% rename from stable/webtop/9.7.54/.helmignore rename to stable/website-shot/10.7.5/.helmignore diff --git a/stable/website-shot/10.7.5/CHANGELOG.md b/stable/website-shot/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..8cefa1886f0 --- /dev/null +++ b/stable/website-shot/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [website-shot-10.7.5](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [website-shot-10.7.4](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [website-shot-10.7.4](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [website-shot-10.7.4](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [website-shot-10.7.4](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [website-shot-10.7.4](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/website-shot/10.7.5/Chart.yaml b/stable/website-shot/10.7.5/Chart.yaml new file mode 100644 index 00000000000..4b114c212e9 --- /dev/null +++ b/stable/website-shot/10.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. +home: https://truecharts.org/charts/stable/website-shot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png +keywords: + - website-shot +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: website-shot +sources: + - https://github.com/Flowko/website-shot + - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot + - https://hub.docker.com/r/flowko1/website-shot +type: application +version: 10.7.5 diff --git a/stable/website-shot/10.7.3/README.md b/stable/website-shot/10.7.5/README.md similarity index 100% rename from stable/website-shot/10.7.3/README.md rename to stable/website-shot/10.7.5/README.md diff --git a/stable/website-shot/10.7.5/app-changelog.md b/stable/website-shot/10.7.5/app-changelog.md new file mode 100644 index 00000000000..00e4102617b --- /dev/null +++ b/stable/website-shot/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [website-shot-10.7.5](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/website-shot/10.7.3/app-readme.md b/stable/website-shot/10.7.5/app-readme.md similarity index 100% rename from stable/website-shot/10.7.3/app-readme.md rename to stable/website-shot/10.7.5/app-readme.md diff --git a/stable/website-shot/10.7.5/charts/common-20.2.10.tgz b/stable/website-shot/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/website-shot/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/website-shot/10.7.3/ix_values.yaml b/stable/website-shot/10.7.5/ix_values.yaml similarity index 100% rename from stable/website-shot/10.7.3/ix_values.yaml rename to stable/website-shot/10.7.5/ix_values.yaml diff --git a/stable/website-shot/10.7.3/questions.yaml b/stable/website-shot/10.7.5/questions.yaml similarity index 100% rename from stable/website-shot/10.7.3/questions.yaml rename to stable/website-shot/10.7.5/questions.yaml diff --git a/stable/webtop/9.7.54/templates/NOTES.txt b/stable/website-shot/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/webtop/9.7.54/templates/NOTES.txt rename to stable/website-shot/10.7.5/templates/NOTES.txt diff --git a/stable/website-shot/10.7.3/templates/common.yaml b/stable/website-shot/10.7.5/templates/common.yaml similarity index 100% rename from stable/website-shot/10.7.3/templates/common.yaml rename to stable/website-shot/10.7.5/templates/common.yaml diff --git a/stable/webtop/9.7.54/values.yaml b/stable/website-shot/10.7.5/values.yaml similarity index 100% rename from stable/webtop/9.7.54/values.yaml rename to stable/website-shot/10.7.5/values.yaml diff --git a/stable/webtop/9.7.54/CHANGELOG.md b/stable/webtop/9.7.54/CHANGELOG.md deleted file mode 100644 index e01c1c0452b..00000000000 --- a/stable/webtop/9.7.54/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webtop-9.7.54](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.54) (2024-03-30) - -### Chore - - - -- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) - -- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) - -- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) - -- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) - - -## [webtop-9.7.54](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.54) (2024-03-30) - -### Chore - - - -- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) - -- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) - -- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) - -- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) - - -## [webtop-9.7.54](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.54) (2024-03-29) - -### Chore - - - -- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) - -- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) - -- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) - -- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/webtop/9.7.54/Chart.yaml b/stable/webtop/9.7.54/Chart.yaml deleted file mode 100644 index 08f6a5d2ae7..00000000000 --- a/stable/webtop/9.7.54/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. -home: https://truecharts.org/charts/stable/webtop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png -keywords: - - webtop - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: webtop -sources: - - https://github.com/linuxserver/docker-webtop#readme - - https://github.com/linuxserver/gclient - - https://github.com/orgs/linuxserver/packages/container/package/webtop - - https://github.com/truecharts/charts/tree/master/charts/stable/webtop - - https://fleet.linuxserver.io/image?name=linuxserver/webtop -type: application -version: 9.7.54 diff --git a/stable/webtop/9.7.54/app-changelog.md b/stable/webtop/9.7.54/app-changelog.md deleted file mode 100644 index 3326f6af7bf..00000000000 --- a/stable/webtop/9.7.54/app-changelog.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## [webtop-9.7.54](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.54) (2024-03-30) - -### Chore - - - -- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) - -- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) - -- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) - -- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) \ No newline at end of file diff --git a/stable/webtop/9.7.54/charts/common-20.2.9.tgz b/stable/webtop/9.7.54/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/webtop/9.7.54/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/webtop/9.7.54/ix_values.yaml b/stable/webtop/9.7.54/ix_values.yaml deleted file mode 100644 index 4c0ffa1405d..00000000000 --- a/stable/webtop/9.7.54/ix_values.yaml +++ /dev/null @@ -1,125 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/webtop - tag: latest@sha256:7e2fdb3d19ef735c5b5141c8f3d1ae28879ec4c0275e43561002a31ef978ea2d -ubuntuXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-xfce@sha256:44c83f6e9c46d075b98d8fe617202d0756706c4788a50dc92742f2196016a63e - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-xfce@sha256:f4b9da5672f350d744b474ad773ab2eb3cf4119453ad362dddf6b53155ed91c1 - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-xfce@sha256:9f68c2b5ef022b8db452c89659a89c18eb3cb6a3a8646756811fa4d2b566c3f4 - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-kde@sha256:c7d634616a95484cbd3c9451ab4618162ceadec8358fccaf733966ef2408e74b - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-kde@sha256:8e563bd6ddf1f3d975ed7b9d1b57c4ca926d34c75da4e60cbf9454af856244ec - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-kde@sha256:6b199b4d2c21773ad46c2ed23d821578c3a331ace201f55f4742d86b0f9a1b51 - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-kde@sha256:6c60d2945ebb75f5a6fc4eb6790bc4dc31447d453217e9b63b0ef31fd4d30839 - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-mate@sha256:9399f9a1e14e452baef7df9594934935d789c340244e990928071723bdc1256a - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-mate@sha256:48f2f5f8ab8840aeaa167104cb3fef6157c9dd3acfb9ed5c6a49cde9d198b8c3 - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-mate@sha256:db62ad972499578bbd1bbc0e9c0eedfc393ae6f47bbf11edfc4f7c1157b340d5 - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-mate@sha256:bb4698093d81dcbed8f05426df6987a22f919d38370cff28fcdfc512c1a1784b - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/webtop - tag: alpine-i3@sha256:6e142a22992f3d517cfdec570338db5d342fd8209999766cc7f7675fc17c0e51 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-i3@sha256:78596af9bdcfcfb3e94f9164dc736d7552d9daecabe66c97e9767198b8d34a18 - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/webtop - tag: fedora-i3@sha256:eea561098784085fed8942ee135fba4ed68a7da82574645c38666f448c6120f2 - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/webtop - tag: arch-i3@sha256:fdb3a1f3b7ec09b050d3d8fa62cdead0996bb01dd28ef0e55844ec90f343738c - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-openbox@sha256:c2fe60c9a238c9d6301c783bbf0dfdbc51559b9d825bcecf8a48f67a7fee1f7f - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-openbox@sha256:835ec11318bb940b1c93fb08f22510dc28ff508e7425992330647dc4f8917649 - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-openbox@sha256:6da71456930796d51003370086aea22948b1289dba9921a33bc781d8cdb15a8f - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: arch-openbox@sha256:5a6576cfb23a8a9f018d167e5e28f76ba0da5888c0de26f080aac93917bce05f - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-icewm@sha256:fec67439e11a7f1bf7dafaac974ddefe1cbf5b3c8467eccb4df51094b96e2fcf - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-icewm@sha256:35467333259932f69c26ea6852b05ed0ee664b526efed0dbfc0bb8f558baeb3e - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-icewm@sha256:c8c78f7de864b36b0e32b78b4a9232c7eed49f3fe87e60e5fb364f681c11ee80 - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: arch-icewm@sha256:3b22c287b4406d77cada494f57d27e8eeda74e7f1200d1202e7ccc7f112e42f8 - pullPolicy: Always -service: - main: - ports: - main: - port: 33000 - protocol: http -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - imageSelector: image - env: - KEYBOARD: "en-us-qwerty" - CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" -updated: true diff --git a/stable/wekan/14.15.7/.helmignore b/stable/webtop/9.7.57/.helmignore similarity index 100% rename from stable/wekan/14.15.7/.helmignore rename to stable/webtop/9.7.57/.helmignore diff --git a/stable/webtop/9.7.57/CHANGELOG.md b/stable/webtop/9.7.57/CHANGELOG.md new file mode 100644 index 00000000000..678f657da7d --- /dev/null +++ b/stable/webtop/9.7.57/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webtop-9.7.57](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.57) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update webtop by renovate ([#19974](https://github.com/truecharts/charts/issues/19974)) + +- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) + +- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) + +- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) + +- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) + + +## [webtop-9.7.56](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.56) (2024-03-30) + +### Chore + + + +- update webtop by renovate ([#19974](https://github.com/truecharts/charts/issues/19974)) + +- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) + +- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) + +- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) + +- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) + + +## [webtop-9.7.56](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.56) (2024-03-30) + +### Chore + + + +- update webtop by renovate ([#19974](https://github.com/truecharts/charts/issues/19974)) + +- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) + +- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) diff --git a/stable/webtop/9.7.57/Chart.yaml b/stable/webtop/9.7.57/Chart.yaml new file mode 100644 index 00000000000..4a7647b327c --- /dev/null +++ b/stable/webtop/9.7.57/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/charts/stable/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png +keywords: + - webtop + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webtop +sources: + - https://github.com/linuxserver/docker-webtop#readme + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop + - https://github.com/truecharts/charts/tree/master/charts/stable/webtop + - https://fleet.linuxserver.io/image?name=linuxserver/webtop +type: application +version: 9.7.57 diff --git a/stable/webtop/9.7.54/README.md b/stable/webtop/9.7.57/README.md similarity index 100% rename from stable/webtop/9.7.54/README.md rename to stable/webtop/9.7.57/README.md diff --git a/stable/webtop/9.7.57/app-changelog.md b/stable/webtop/9.7.57/app-changelog.md new file mode 100644 index 00000000000..12129990bc4 --- /dev/null +++ b/stable/webtop/9.7.57/app-changelog.md @@ -0,0 +1,35 @@ + + +## [webtop-9.7.57](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.57) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update webtop by renovate ([#19974](https://github.com/truecharts/charts/issues/19974)) + +- update webtop by renovate ([#19961](https://github.com/truecharts/charts/issues/19961)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image lscr.io/linuxserver/webtop to fedora-mate[@db62ad9](https://github.com/db62ad9) by renovate ([#19833](https://github.com/truecharts/charts/issues/19833)) + +- update webtop by renovate ([#19809](https://github.com/truecharts/charts/issues/19809)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655)) + +- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523)) + +- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296)) \ No newline at end of file diff --git a/stable/webtop/9.7.54/app-readme.md b/stable/webtop/9.7.57/app-readme.md similarity index 100% rename from stable/webtop/9.7.54/app-readme.md rename to stable/webtop/9.7.57/app-readme.md diff --git a/stable/webtop/9.7.57/charts/common-20.2.10.tgz b/stable/webtop/9.7.57/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/webtop/9.7.57/charts/common-20.2.10.tgz differ diff --git a/stable/webtop/9.7.57/ix_values.yaml b/stable/webtop/9.7.57/ix_values.yaml new file mode 100644 index 00000000000..85271d02e22 --- /dev/null +++ b/stable/webtop/9.7.57/ix_values.yaml @@ -0,0 +1,125 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/webtop + tag: latest@sha256:7e2fdb3d19ef735c5b5141c8f3d1ae28879ec4c0275e43561002a31ef978ea2d +ubuntuXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-xfce@sha256:44c83f6e9c46d075b98d8fe617202d0756706c4788a50dc92742f2196016a63e + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-xfce@sha256:f4b9da5672f350d744b474ad773ab2eb3cf4119453ad362dddf6b53155ed91c1 + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-xfce@sha256:9f68c2b5ef022b8db452c89659a89c18eb3cb6a3a8646756811fa4d2b566c3f4 + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-kde@sha256:c7d634616a95484cbd3c9451ab4618162ceadec8358fccaf733966ef2408e74b + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-kde@sha256:8e563bd6ddf1f3d975ed7b9d1b57c4ca926d34c75da4e60cbf9454af856244ec + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-kde@sha256:6b199b4d2c21773ad46c2ed23d821578c3a331ace201f55f4742d86b0f9a1b51 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-kde@sha256:ec6809dfb59dccb113be2efcf9e247ff6fb59ab1c8763384da0680c0aa4631a9 + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-mate@sha256:9399f9a1e14e452baef7df9594934935d789c340244e990928071723bdc1256a + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-mate@sha256:48f2f5f8ab8840aeaa167104cb3fef6157c9dd3acfb9ed5c6a49cde9d198b8c3 + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-mate@sha256:db62ad972499578bbd1bbc0e9c0eedfc393ae6f47bbf11edfc4f7c1157b340d5 + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-mate@sha256:bb4698093d81dcbed8f05426df6987a22f919d38370cff28fcdfc512c1a1784b + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/webtop + tag: alpine-i3@sha256:6e142a22992f3d517cfdec570338db5d342fd8209999766cc7f7675fc17c0e51 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-i3@sha256:78596af9bdcfcfb3e94f9164dc736d7552d9daecabe66c97e9767198b8d34a18 + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/webtop + tag: fedora-i3@sha256:eea561098784085fed8942ee135fba4ed68a7da82574645c38666f448c6120f2 + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/webtop + tag: arch-i3@sha256:fdb3a1f3b7ec09b050d3d8fa62cdead0996bb01dd28ef0e55844ec90f343738c + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-openbox@sha256:c2fe60c9a238c9d6301c783bbf0dfdbc51559b9d825bcecf8a48f67a7fee1f7f + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-openbox@sha256:835ec11318bb940b1c93fb08f22510dc28ff508e7425992330647dc4f8917649 + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-openbox@sha256:6da71456930796d51003370086aea22948b1289dba9921a33bc781d8cdb15a8f + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: arch-openbox@sha256:490a54bce789153544d40cd88b829d30c75b94b0fd2cc526dbc8c3fb78a7b8a9 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-icewm@sha256:fec67439e11a7f1bf7dafaac974ddefe1cbf5b3c8467eccb4df51094b96e2fcf + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-icewm@sha256:35467333259932f69c26ea6852b05ed0ee664b526efed0dbfc0bb8f558baeb3e + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-icewm@sha256:c8c78f7de864b36b0e32b78b4a9232c7eed49f3fe87e60e5fb364f681c11ee80 + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: arch-icewm@sha256:3b22c287b4406d77cada494f57d27e8eeda74e7f1200d1202e7ccc7f112e42f8 + pullPolicy: Always +service: + main: + ports: + main: + port: 33000 + protocol: http +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + imageSelector: image + env: + KEYBOARD: "en-us-qwerty" + CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" +updated: true diff --git a/stable/webtop/9.7.54/questions.yaml b/stable/webtop/9.7.57/questions.yaml similarity index 100% rename from stable/webtop/9.7.54/questions.yaml rename to stable/webtop/9.7.57/questions.yaml diff --git a/stable/wekan/14.15.7/templates/NOTES.txt b/stable/webtop/9.7.57/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.15.7/templates/NOTES.txt rename to stable/webtop/9.7.57/templates/NOTES.txt diff --git a/stable/webtop/9.7.54/templates/common.yaml b/stable/webtop/9.7.57/templates/common.yaml similarity index 100% rename from stable/webtop/9.7.54/templates/common.yaml rename to stable/webtop/9.7.57/templates/common.yaml diff --git a/stable/wekan/14.15.7/values.yaml b/stable/webtop/9.7.57/values.yaml similarity index 100% rename from stable/wekan/14.15.7/values.yaml rename to stable/webtop/9.7.57/values.yaml diff --git a/stable/wekan/14.15.7/CHANGELOG.md b/stable/wekan/14.15.7/CHANGELOG.md deleted file mode 100644 index 0f0fa1278f9..00000000000 --- a/stable/wekan/14.15.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wekan-14.15.7](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) - -- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) - -- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) - -- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - -### Fix - - - -- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) - - -## [wekan-14.15.7](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) - -- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) - -- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) - -- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - -### Fix - - - -- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) - - -## [wekan-14.15.6](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.6) (2024-03-25) - -### Chore - - - -- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) diff --git a/stable/wekan/14.15.7/Chart.yaml b/stable/wekan/14.15.7/Chart.yaml deleted file mode 100644 index 9ae2419060d..00000000000 --- a/stable/wekan/14.15.7/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.41.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 12.7.4 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WeKan - Open Source kanban -home: https://truecharts.org/charts/stable/wekan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png -keywords: - - wekan - - kanban -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wekan -sources: - - https://wekan.github.io/ - - https://github.com/wekan/wekan - - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - - https://hub.docker.com/r/wekanteam/wekan -type: application -version: 14.15.7 diff --git a/stable/wekan/14.15.7/app-changelog.md b/stable/wekan/14.15.7/app-changelog.md deleted file mode 100644 index ddffb982a4e..00000000000 --- a/stable/wekan/14.15.7/app-changelog.md +++ /dev/null @@ -1,41 +0,0 @@ - - -## [wekan-14.15.7](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.7) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) - -- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) - -- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) - -- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - -### Fix - - - -- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) \ No newline at end of file diff --git a/stable/wekan/14.15.7/charts/common-20.2.9.tgz b/stable/wekan/14.15.7/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/wekan/14.15.7/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/wekan/14.15.7/charts/mongodb-12.7.4.tgz b/stable/wekan/14.15.7/charts/mongodb-12.7.4.tgz deleted file mode 100644 index d936fa609cf..00000000000 Binary files a/stable/wekan/14.15.7/charts/mongodb-12.7.4.tgz and /dev/null differ diff --git a/stable/wg-easy/12.1.3/.helmignore b/stable/wekan/14.15.9/.helmignore similarity index 100% rename from stable/wg-easy/12.1.3/.helmignore rename to stable/wekan/14.15.9/.helmignore diff --git a/stable/wekan/14.15.9/CHANGELOG.md b/stable/wekan/14.15.9/CHANGELOG.md new file mode 100644 index 00000000000..f9874066a15 --- /dev/null +++ b/stable/wekan/14.15.9/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wekan-14.15.9](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mongodb to v12.7.5[@a541265](https://github.com/a541265) by renovate ([#19870](https://github.com/truecharts/charts/issues/19870)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) + +- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) + +- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) + +- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + +### Fix + + + +- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) + + +## [wekan-14.15.8](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.8) (2024-03-27) + +### Chore + + + +- update container image mongodb to v12.7.5[@a541265](https://github.com/a541265) by renovate ([#19870](https://github.com/truecharts/charts/issues/19870)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) + +- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) + +- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) + +- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + +### Fix + + + +- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) + + +## [wekan-14.15.8](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.8) (2024-03-27) diff --git a/stable/wekan/14.15.9/Chart.yaml b/stable/wekan/14.15.9/Chart.yaml new file mode 100644 index 00000000000..b10811823bb --- /dev/null +++ b/stable/wekan/14.15.9/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.41.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 12.7.5 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WeKan - Open Source kanban +home: https://truecharts.org/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png +keywords: + - wekan + - kanban +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wekan +sources: + - https://wekan.github.io/ + - https://github.com/wekan/wekan + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://hub.docker.com/r/wekanteam/wekan +type: application +version: 14.15.9 diff --git a/stable/wekan/14.15.7/README.md b/stable/wekan/14.15.9/README.md similarity index 100% rename from stable/wekan/14.15.7/README.md rename to stable/wekan/14.15.9/README.md diff --git a/stable/wekan/14.15.9/app-changelog.md b/stable/wekan/14.15.9/app-changelog.md new file mode 100644 index 00000000000..6dad9a0d403 --- /dev/null +++ b/stable/wekan/14.15.9/app-changelog.md @@ -0,0 +1,45 @@ + + +## [wekan-14.15.9](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.9) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image mongodb to v12.7.5[@a541265](https://github.com/a541265) by renovate ([#19870](https://github.com/truecharts/charts/issues/19870)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mongodb to v12.7.4[@16038d8](https://github.com/16038d8) by renovate ([#19766](https://github.com/truecharts/charts/issues/19766)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498)) + +- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455)) + +- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364)) + +- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + +### Fix + + + +- Fix Missing ENV for Mail functionality ([#19767](https://github.com/truecharts/charts/issues/19767)) \ No newline at end of file diff --git a/stable/wekan/14.15.7/app-readme.md b/stable/wekan/14.15.9/app-readme.md similarity index 100% rename from stable/wekan/14.15.7/app-readme.md rename to stable/wekan/14.15.9/app-readme.md diff --git a/stable/wekan/14.15.9/charts/common-20.2.10.tgz b/stable/wekan/14.15.9/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wekan/14.15.9/charts/common-20.2.10.tgz differ diff --git a/stable/wekan/14.15.9/charts/mongodb-12.7.5.tgz b/stable/wekan/14.15.9/charts/mongodb-12.7.5.tgz new file mode 100644 index 00000000000..aef270ce694 Binary files /dev/null and b/stable/wekan/14.15.9/charts/mongodb-12.7.5.tgz differ diff --git a/stable/wekan/14.15.7/ix_values.yaml b/stable/wekan/14.15.9/ix_values.yaml similarity index 100% rename from stable/wekan/14.15.7/ix_values.yaml rename to stable/wekan/14.15.9/ix_values.yaml diff --git a/stable/wekan/14.15.7/questions.yaml b/stable/wekan/14.15.9/questions.yaml similarity index 100% rename from stable/wekan/14.15.7/questions.yaml rename to stable/wekan/14.15.9/questions.yaml diff --git a/stable/wg-easy/12.1.3/templates/NOTES.txt b/stable/wekan/14.15.9/templates/NOTES.txt similarity index 100% rename from stable/wg-easy/12.1.3/templates/NOTES.txt rename to stable/wekan/14.15.9/templates/NOTES.txt diff --git a/stable/wekan/14.15.7/templates/common.yaml b/stable/wekan/14.15.9/templates/common.yaml similarity index 100% rename from stable/wekan/14.15.7/templates/common.yaml rename to stable/wekan/14.15.9/templates/common.yaml diff --git a/stable/wg-easy/12.1.3/values.yaml b/stable/wekan/14.15.9/values.yaml similarity index 100% rename from stable/wg-easy/12.1.3/values.yaml rename to stable/wekan/14.15.9/values.yaml diff --git a/stable/wg-easy/12.1.3/CHANGELOG.md b/stable/wg-easy/12.1.3/CHANGELOG.md deleted file mode 100644 index b991d99b4f4..00000000000 --- a/stable/wg-easy/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) - -- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) - -### Fix - - - -- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) - - -## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) - -- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) - -### Fix - - - -- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) - - -## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) - -- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) - -### Fix - - - -- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) - - -## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) \ No newline at end of file diff --git a/stable/wg-easy/12.1.3/Chart.yaml b/stable/wg-easy/12.1.3/Chart.yaml deleted file mode 100644 index 0c434012fa9..00000000000 --- a/stable/wg-easy/12.1.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 12.0.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The easiest way to run WireGuard VPN + Web-based Admin UI. -home: https://truecharts.org/charts/stable/wg-easy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png -keywords: - - wg-easy - - wireguard - - weejewel -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wg-easy -sources: - - https://github.com/WeeJeWel/wg-easy - - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - - https://ghcr.io/wg-easy/wg-easy -type: application -version: 12.1.3 diff --git a/stable/wg-easy/12.1.3/app-changelog.md b/stable/wg-easy/12.1.3/app-changelog.md deleted file mode 100644 index 4a73d4d8a17..00000000000 --- a/stable/wg-easy/12.1.3/app-changelog.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) - -- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) - -### Fix - - - -- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) \ No newline at end of file diff --git a/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz b/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/whisparr/9.7.4/.helmignore b/stable/wg-easy/12.1.5/.helmignore similarity index 100% rename from stable/whisparr/9.7.4/.helmignore rename to stable/wg-easy/12.1.5/.helmignore diff --git a/stable/wg-easy/12.1.5/CHANGELOG.md b/stable/wg-easy/12.1.5/CHANGELOG.md new file mode 100644 index 00000000000..1e85d0679b2 --- /dev/null +++ b/stable/wg-easy/12.1.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wg-easy-12.1.5](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) + +- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) + +### Fix + + + +- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) + + +## [wg-easy-12.1.4](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) + +- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) + +### Fix + + + +- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) + + +## [wg-easy-12.1.4](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) + +- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) + +### Fix + + + +- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) + + +## [wg-easy-12.1.4](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/wg-easy/12.1.5/Chart.yaml b/stable/wg-easy/12.1.5/Chart.yaml new file mode 100644 index 00000000000..6bd4b29280c --- /dev/null +++ b/stable/wg-easy/12.1.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: networking + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 12.0.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The easiest way to run WireGuard VPN + Web-based Admin UI. +home: https://truecharts.org/charts/stable/wg-easy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png +keywords: + - wg-easy + - wireguard + - weejewel +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wg-easy +sources: + - https://github.com/WeeJeWel/wg-easy + - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy + - https://ghcr.io/wg-easy/wg-easy +type: application +version: 12.1.5 diff --git a/stable/wg-easy/12.1.3/README.md b/stable/wg-easy/12.1.5/README.md similarity index 100% rename from stable/wg-easy/12.1.3/README.md rename to stable/wg-easy/12.1.5/README.md diff --git a/stable/wg-easy/12.1.5/app-changelog.md b/stable/wg-easy/12.1.5/app-changelog.md new file mode 100644 index 00000000000..dde3fad6b78 --- /dev/null +++ b/stable/wg-easy/12.1.5/app-changelog.md @@ -0,0 +1,29 @@ + + +## [wg-easy-12.1.5](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367)) + +- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263)) + +### Fix + + + +- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679)) \ No newline at end of file diff --git a/stable/wg-easy/12.1.3/app-readme.md b/stable/wg-easy/12.1.5/app-readme.md similarity index 100% rename from stable/wg-easy/12.1.3/app-readme.md rename to stable/wg-easy/12.1.5/app-readme.md diff --git a/stable/wg-easy/12.1.5/charts/common-20.2.10.tgz b/stable/wg-easy/12.1.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wg-easy/12.1.5/charts/common-20.2.10.tgz differ diff --git a/stable/wg-easy/12.1.3/ix_values.yaml b/stable/wg-easy/12.1.5/ix_values.yaml similarity index 100% rename from stable/wg-easy/12.1.3/ix_values.yaml rename to stable/wg-easy/12.1.5/ix_values.yaml diff --git a/stable/wg-easy/12.1.3/questions.yaml b/stable/wg-easy/12.1.5/questions.yaml similarity index 100% rename from stable/wg-easy/12.1.3/questions.yaml rename to stable/wg-easy/12.1.5/questions.yaml diff --git a/stable/whisparr/9.7.4/templates/NOTES.txt b/stable/wg-easy/12.1.5/templates/NOTES.txt similarity index 100% rename from stable/whisparr/9.7.4/templates/NOTES.txt rename to stable/wg-easy/12.1.5/templates/NOTES.txt diff --git a/stable/wg-easy/12.1.3/templates/common.yaml b/stable/wg-easy/12.1.5/templates/common.yaml similarity index 100% rename from stable/wg-easy/12.1.3/templates/common.yaml rename to stable/wg-easy/12.1.5/templates/common.yaml diff --git a/stable/whisparr/9.7.4/values.yaml b/stable/wg-easy/12.1.5/values.yaml similarity index 100% rename from stable/whisparr/9.7.4/values.yaml rename to stable/wg-easy/12.1.5/values.yaml diff --git a/stable/whisparr/9.7.4/CHANGELOG.md b/stable/whisparr/9.7.4/CHANGELOG.md deleted file mode 100644 index 5639e81c269..00000000000 --- a/stable/whisparr/9.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - diff --git a/stable/whisparr/9.7.4/Chart.yaml b/stable/whisparr/9.7.4/Chart.yaml deleted file mode 100644 index e3b3e8ca6d2..00000000000 --- a/stable/whisparr/9.7.4/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0.355 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: An adult media thingy. -home: https://truecharts.org/charts/stable/whisparr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png -keywords: - - whisparr - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whisparr -sources: - - https://github.com/onedr0p/containers/tree/main/apps/whisparr - - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - - https://ghcr.io/hotio/whisparr -type: application -version: 9.7.4 diff --git a/stable/whisparr/9.7.4/app-changelog.md b/stable/whisparr/9.7.4/app-changelog.md deleted file mode 100644 index 4b3561fd5d3..00000000000 --- a/stable/whisparr/9.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whisparr/9.7.4/charts/common-20.2.4.tgz b/stable/whisparr/9.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/whisparr/9.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/whisper-asr-webservice/4.7.3/.helmignore b/stable/whisparr/9.7.6/.helmignore similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/.helmignore rename to stable/whisparr/9.7.6/.helmignore diff --git a/stable/whisparr/9.7.6/CHANGELOG.md b/stable/whisparr/9.7.6/CHANGELOG.md new file mode 100644 index 00000000000..7838a6e43ba --- /dev/null +++ b/stable/whisparr/9.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisparr-9.7.6](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisparr-9.7.5](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisparr-9.7.5](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisparr-9.7.5](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisparr-9.7.5](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) diff --git a/stable/whisparr/9.7.6/Chart.yaml b/stable/whisparr/9.7.6/Chart.yaml new file mode 100644 index 00000000000..5830cdb76ad --- /dev/null +++ b/stable/whisparr/9.7.6/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0.355 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An adult media thingy. +home: https://truecharts.org/charts/stable/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png +keywords: + - whisparr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisparr +sources: + - https://github.com/onedr0p/containers/tree/main/apps/whisparr + - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr + - https://ghcr.io/hotio/whisparr +type: application +version: 9.7.6 diff --git a/stable/whisparr/9.7.4/README.md b/stable/whisparr/9.7.6/README.md similarity index 100% rename from stable/whisparr/9.7.4/README.md rename to stable/whisparr/9.7.6/README.md diff --git a/stable/whisparr/9.7.6/app-changelog.md b/stable/whisparr/9.7.6/app-changelog.md new file mode 100644 index 00000000000..ba2d5b6ab53 --- /dev/null +++ b/stable/whisparr/9.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [whisparr-9.7.6](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whisparr/9.7.4/app-readme.md b/stable/whisparr/9.7.6/app-readme.md similarity index 100% rename from stable/whisparr/9.7.4/app-readme.md rename to stable/whisparr/9.7.6/app-readme.md diff --git a/stable/whisparr/9.7.6/charts/common-20.2.10.tgz b/stable/whisparr/9.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/whisparr/9.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/whisparr/9.7.4/ix_values.yaml b/stable/whisparr/9.7.6/ix_values.yaml similarity index 100% rename from stable/whisparr/9.7.4/ix_values.yaml rename to stable/whisparr/9.7.6/ix_values.yaml diff --git a/stable/whisparr/9.7.4/questions.yaml b/stable/whisparr/9.7.6/questions.yaml similarity index 100% rename from stable/whisparr/9.7.4/questions.yaml rename to stable/whisparr/9.7.6/questions.yaml diff --git a/stable/whisper-asr-webservice/4.7.3/templates/NOTES.txt b/stable/whisparr/9.7.6/templates/NOTES.txt similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/templates/NOTES.txt rename to stable/whisparr/9.7.6/templates/NOTES.txt diff --git a/stable/whisparr/9.7.4/templates/common.yaml b/stable/whisparr/9.7.6/templates/common.yaml similarity index 100% rename from stable/whisparr/9.7.4/templates/common.yaml rename to stable/whisparr/9.7.6/templates/common.yaml diff --git a/stable/whisper-asr-webservice/4.7.3/values.yaml b/stable/whisparr/9.7.6/values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/values.yaml rename to stable/whisparr/9.7.6/values.yaml diff --git a/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md b/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md deleted file mode 100644 index 2dda0cf49f9..00000000000 --- a/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/whisper-asr-webservice/4.7.3/Chart.yaml b/stable/whisper-asr-webservice/4.7.3/Chart.yaml deleted file mode 100644 index e6dafa53379..00000000000 --- a/stable/whisper-asr-webservice/4.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: machine-learning - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Whisper is a general-purpose speech recognition model. -home: https://truecharts.org/charts/stable/whisper-asr-webservice -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png -keywords: - - whisper-asr-webservice - - machine-learning -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whisper-asr-webservice -sources: - - https://github.com/ahmetoner/whisper-asr-webservice - - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice -type: application -version: 4.7.3 diff --git a/stable/whisper-asr-webservice/4.7.3/app-changelog.md b/stable/whisper-asr-webservice/4.7.3/app-changelog.md deleted file mode 100644 index 58095b65258..00000000000 --- a/stable/whisper-asr-webservice/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz b/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/whoogle/10.7.3/.helmignore b/stable/whisper-asr-webservice/4.7.5/.helmignore similarity index 100% rename from stable/whoogle/10.7.3/.helmignore rename to stable/whisper-asr-webservice/4.7.5/.helmignore diff --git a/stable/whisper-asr-webservice/4.7.5/CHANGELOG.md b/stable/whisper-asr-webservice/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..6cb10b05c92 --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisper-asr-webservice-4.7.5](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisper-asr-webservice-4.7.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisper-asr-webservice-4.7.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisper-asr-webservice-4.7.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisper-asr-webservice-4.7.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whisper-asr-webservice-4.7.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.7.5/Chart.yaml b/stable/whisper-asr-webservice/4.7.5/Chart.yaml new file mode 100644 index 00000000000..2f9181a4aed --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: machine-learning + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Whisper is a general-purpose speech recognition model. +home: https://truecharts.org/charts/stable/whisper-asr-webservice +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png +keywords: + - whisper-asr-webservice + - machine-learning +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisper-asr-webservice +sources: + - https://github.com/ahmetoner/whisper-asr-webservice + - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice + - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice +type: application +version: 4.7.5 diff --git a/stable/whisper-asr-webservice/4.7.3/README.md b/stable/whisper-asr-webservice/4.7.5/README.md similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/README.md rename to stable/whisper-asr-webservice/4.7.5/README.md diff --git a/stable/whisper-asr-webservice/4.7.5/app-changelog.md b/stable/whisper-asr-webservice/4.7.5/app-changelog.md new file mode 100644 index 00000000000..b5f8b0022db --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [whisper-asr-webservice-4.7.5](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.7.3/app-readme.md b/stable/whisper-asr-webservice/4.7.5/app-readme.md similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/app-readme.md rename to stable/whisper-asr-webservice/4.7.5/app-readme.md diff --git a/stable/whisper-asr-webservice/4.7.5/charts/common-20.2.10.tgz b/stable/whisper-asr-webservice/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/whisper-asr-webservice/4.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/whisper-asr-webservice/4.7.3/ix_values.yaml b/stable/whisper-asr-webservice/4.7.5/ix_values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/ix_values.yaml rename to stable/whisper-asr-webservice/4.7.5/ix_values.yaml diff --git a/stable/whisper-asr-webservice/4.7.3/questions.yaml b/stable/whisper-asr-webservice/4.7.5/questions.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/questions.yaml rename to stable/whisper-asr-webservice/4.7.5/questions.yaml diff --git a/stable/whoogle/10.7.3/templates/NOTES.txt b/stable/whisper-asr-webservice/4.7.5/templates/NOTES.txt similarity index 100% rename from stable/whoogle/10.7.3/templates/NOTES.txt rename to stable/whisper-asr-webservice/4.7.5/templates/NOTES.txt diff --git a/stable/whisper-asr-webservice/4.7.3/templates/common.yaml b/stable/whisper-asr-webservice/4.7.5/templates/common.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.7.3/templates/common.yaml rename to stable/whisper-asr-webservice/4.7.5/templates/common.yaml diff --git a/stable/whoogle/10.7.3/values.yaml b/stable/whisper-asr-webservice/4.7.5/values.yaml similarity index 100% rename from stable/whoogle/10.7.3/values.yaml rename to stable/whisper-asr-webservice/4.7.5/values.yaml diff --git a/stable/whoogle/10.7.3/CHANGELOG.md b/stable/whoogle/10.7.3/CHANGELOG.md deleted file mode 100644 index 0acc28a9ffb..00000000000 --- a/stable/whoogle/10.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/whoogle/10.7.3/Chart.yaml b/stable/whoogle/10.7.3/Chart.yaml deleted file mode 100644 index 9e5125839f1..00000000000 --- a/stable/whoogle/10.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.4 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A self-hosted, ad-free, privacy-respecting metasearch engine -home: https://truecharts.org/charts/stable/whoogle -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png -keywords: - - whoogle - - search - - open source - - privacy -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: whoogle -sources: - - https://github.com/benbusby/whoogle-search - - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - - https://hub.docker.com/r/benbusby/whoogle-search -type: application -version: 10.7.3 diff --git a/stable/whoogle/10.7.3/app-changelog.md b/stable/whoogle/10.7.3/app-changelog.md deleted file mode 100644 index ee6d5df407d..00000000000 --- a/stable/whoogle/10.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whoogle/10.7.3/charts/common-20.2.4.tgz b/stable/whoogle/10.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/whoogle/10.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wifi-card/5.7.3/.helmignore b/stable/whoogle/10.7.5/.helmignore similarity index 100% rename from stable/wifi-card/5.7.3/.helmignore rename to stable/whoogle/10.7.5/.helmignore diff --git a/stable/whoogle/10.7.5/CHANGELOG.md b/stable/whoogle/10.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0357754805e --- /dev/null +++ b/stable/whoogle/10.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whoogle-10.7.5](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whoogle-10.7.4](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whoogle-10.7.4](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whoogle-10.7.4](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whoogle-10.7.4](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [whoogle-10.7.4](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/whoogle/10.7.5/Chart.yaml b/stable/whoogle/10.7.5/Chart.yaml new file mode 100644 index 00000000000..d045e657309 --- /dev/null +++ b/stable/whoogle/10.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.4 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted, ad-free, privacy-respecting metasearch engine +home: https://truecharts.org/charts/stable/whoogle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png +keywords: + - whoogle + - search + - open source + - privacy +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whoogle +sources: + - https://github.com/benbusby/whoogle-search + - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle + - https://hub.docker.com/r/benbusby/whoogle-search +type: application +version: 10.7.5 diff --git a/stable/whoogle/10.7.3/README.md b/stable/whoogle/10.7.5/README.md similarity index 100% rename from stable/whoogle/10.7.3/README.md rename to stable/whoogle/10.7.5/README.md diff --git a/stable/whoogle/10.7.5/app-changelog.md b/stable/whoogle/10.7.5/app-changelog.md new file mode 100644 index 00000000000..78b8320649f --- /dev/null +++ b/stable/whoogle/10.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [whoogle-10.7.5](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/whoogle/10.7.3/app-readme.md b/stable/whoogle/10.7.5/app-readme.md similarity index 100% rename from stable/whoogle/10.7.3/app-readme.md rename to stable/whoogle/10.7.5/app-readme.md diff --git a/stable/whoogle/10.7.5/charts/common-20.2.10.tgz b/stable/whoogle/10.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/whoogle/10.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/whoogle/10.7.3/ix_values.yaml b/stable/whoogle/10.7.5/ix_values.yaml similarity index 100% rename from stable/whoogle/10.7.3/ix_values.yaml rename to stable/whoogle/10.7.5/ix_values.yaml diff --git a/stable/whoogle/10.7.3/questions.yaml b/stable/whoogle/10.7.5/questions.yaml similarity index 100% rename from stable/whoogle/10.7.3/questions.yaml rename to stable/whoogle/10.7.5/questions.yaml diff --git a/stable/wikijs/15.7.3/templates/NOTES.txt b/stable/whoogle/10.7.5/templates/NOTES.txt similarity index 100% rename from stable/wikijs/15.7.3/templates/NOTES.txt rename to stable/whoogle/10.7.5/templates/NOTES.txt diff --git a/stable/whoogle/10.7.3/templates/common.yaml b/stable/whoogle/10.7.5/templates/common.yaml similarity index 100% rename from stable/whoogle/10.7.3/templates/common.yaml rename to stable/whoogle/10.7.5/templates/common.yaml diff --git a/stable/wifi-card/5.7.3/values.yaml b/stable/whoogle/10.7.5/values.yaml similarity index 100% rename from stable/wifi-card/5.7.3/values.yaml rename to stable/whoogle/10.7.5/values.yaml diff --git a/stable/wifi-card/5.7.3/CHANGELOG.md b/stable/wifi-card/5.7.3/CHANGELOG.md deleted file mode 100644 index 2c825bd828a..00000000000 --- a/stable/wifi-card/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/wifi-card/5.7.3/Chart.yaml b/stable/wifi-card/5.7.3/Chart.yaml deleted file mode 100644 index a27e07321f3..00000000000 --- a/stable/wifi-card/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Print a neat little card with your WiFi info and stick it on the fridge. -home: https://truecharts.org/charts/stable/wifi-card -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png -keywords: - - wifi-card - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wifi-card -sources: - - https://github.com/bndw/wifi-card - - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card - - https://hub.docker.com/r/bndw/wifi-card -type: application -version: 5.7.3 diff --git a/stable/wifi-card/5.7.3/app-changelog.md b/stable/wifi-card/5.7.3/app-changelog.md deleted file mode 100644 index 4887401c98d..00000000000 --- a/stable/wifi-card/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz b/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wifi-card/5.7.3/ix_values.yaml b/stable/wifi-card/5.7.3/ix_values.yaml deleted file mode 100644 index b7a757987f6..00000000000 --- a/stable/wifi-card/5.7.3/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: bndw/wifi-card - tag: latest@sha256:0907450a0f677fadc87ff754dc7ed52f70da9165979b8659f5eecff08d380a8b -persistence: {} -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/wifi-card/5.7.3/questions.yaml b/stable/wifi-card/5.7.3/questions.yaml deleted file mode 100755 index 79991ed89d0..00000000000 --- a/stable/wifi-card/5.7.3/questions.yaml +++ /dev/null @@ -1,1828 +0,0 @@ -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: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: {} -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: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/wikijs/15.7.3/.helmignore b/stable/wifi-card/5.8.0/.helmignore similarity index 100% rename from stable/wikijs/15.7.3/.helmignore rename to stable/wifi-card/5.8.0/.helmignore diff --git a/stable/wifi-card/5.8.0/CHANGELOG.md b/stable/wifi-card/5.8.0/CHANGELOG.md new file mode 100644 index 00000000000..72daee90134 --- /dev/null +++ b/stable/wifi-card/5.8.0/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wifi-card-5.8.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.8.0) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wifi-card-5.7.4](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wifi-card-5.7.4](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wifi-card-5.7.4](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wifi-card-5.7.4](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wifi-card-5.7.4](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wifi-card/5.8.0/Chart.yaml b/stable/wifi-card/5.8.0/Chart.yaml new file mode 100644 index 00000000000..d084252abc4 --- /dev/null +++ b/stable/wifi-card/5.8.0/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Print a neat little card with your WiFi info and stick it on the fridge. +home: https://truecharts.org/charts/stable/wifi-card +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png +keywords: + - wifi-card + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wifi-card +sources: + - https://github.com/bndw/wifi-card + - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card + - https://hub.docker.com/r/bndw/wifi-card +type: application +version: 5.8.0 diff --git a/stable/wifi-card/5.7.3/README.md b/stable/wifi-card/5.8.0/README.md similarity index 100% rename from stable/wifi-card/5.7.3/README.md rename to stable/wifi-card/5.8.0/README.md diff --git a/stable/wifi-card/5.8.0/app-changelog.md b/stable/wifi-card/5.8.0/app-changelog.md new file mode 100644 index 00000000000..de9920559f8 --- /dev/null +++ b/stable/wifi-card/5.8.0/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wifi-card-5.8.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.8.0) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wifi-card/5.7.3/app-readme.md b/stable/wifi-card/5.8.0/app-readme.md similarity index 100% rename from stable/wifi-card/5.7.3/app-readme.md rename to stable/wifi-card/5.8.0/app-readme.md diff --git a/stable/wifi-card/5.8.0/charts/common-20.2.10.tgz b/stable/wifi-card/5.8.0/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wifi-card/5.8.0/charts/common-20.2.10.tgz differ diff --git a/stable/wifi-card/5.8.0/ix_values.yaml b/stable/wifi-card/5.8.0/ix_values.yaml new file mode 100644 index 00000000000..4b0c5154099 --- /dev/null +++ b/stable/wifi-card/5.8.0/ix_values.yaml @@ -0,0 +1,22 @@ +image: + pullPolicy: IfNotPresent + repository: bndw/wifi-card + tag: latest@sha256:0907450a0f677fadc87ff754dc7ed52f70da9165979b8659f5eecff08d380a8b + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 80 + port: 8888 + +portal: + open: + enabled: true diff --git a/stable/wifi-card/5.8.0/questions.yaml b/stable/wifi-card/5.8.0/questions.yaml new file mode 100755 index 00000000000..2c2b368f15f --- /dev/null +++ b/stable/wifi-card/5.8.0/questions.yaml @@ -0,0 +1,2440 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 8888 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 0 + - variable: runAsGroup + label: runAsGroup + description: The groupID of the user running the application + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/wifi-card/5.7.3/templates/common.yaml b/stable/wifi-card/5.8.0/templates/common.yaml similarity index 100% rename from stable/wifi-card/5.7.3/templates/common.yaml rename to stable/wifi-card/5.8.0/templates/common.yaml diff --git a/stable/wikijs/15.7.3/values.yaml b/stable/wifi-card/5.8.0/values.yaml similarity index 100% rename from stable/wikijs/15.7.3/values.yaml rename to stable/wifi-card/5.8.0/values.yaml diff --git a/stable/wikijs/15.7.3/CHANGELOG.md b/stable/wikijs/15.7.3/CHANGELOG.md deleted file mode 100644 index 9680aab222a..00000000000 --- a/stable/wikijs/15.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/wikijs/15.7.3/Chart.yaml b/stable/wikijs/15.7.3/Chart.yaml deleted file mode 100644 index 55787603dbe..00000000000 --- a/stable/wikijs/15.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.301 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! -home: https://truecharts.org/charts/stable/wikijs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png -keywords: - - wiki - - wikijs -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wikijs -sources: - - https://docs.requarks.io/install/docker - - https://github.com/Requarks/wiki - - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - - https://hub.docker.com/r/requarks/wiki -type: application -version: 15.7.3 diff --git a/stable/wikijs/15.7.3/app-changelog.md b/stable/wikijs/15.7.3/app-changelog.md deleted file mode 100644 index ddced817c36..00000000000 --- a/stable/wikijs/15.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wikijs/15.7.3/charts/common-20.2.4.tgz b/stable/wikijs/15.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wikijs/15.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wireguard/8.7.3/.helmignore b/stable/wikijs/15.7.5/.helmignore similarity index 100% rename from stable/wireguard/8.7.3/.helmignore rename to stable/wikijs/15.7.5/.helmignore diff --git a/stable/wikijs/15.7.5/CHANGELOG.md b/stable/wikijs/15.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a3a756f52ed --- /dev/null +++ b/stable/wikijs/15.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wikijs-15.7.5](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wikijs-15.7.4](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wikijs-15.7.4](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wikijs-15.7.4](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wikijs-15.7.4](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wikijs-15.7.4](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wikijs/15.7.5/Chart.yaml b/stable/wikijs/15.7.5/Chart.yaml new file mode 100644 index 00000000000..6c0e082c16b --- /dev/null +++ b/stable/wikijs/15.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.301 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! +home: https://truecharts.org/charts/stable/wikijs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png +keywords: + - wiki + - wikijs +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wikijs +sources: + - https://docs.requarks.io/install/docker + - https://github.com/Requarks/wiki + - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs + - https://hub.docker.com/r/requarks/wiki +type: application +version: 15.7.5 diff --git a/stable/wikijs/15.7.3/README.md b/stable/wikijs/15.7.5/README.md similarity index 100% rename from stable/wikijs/15.7.3/README.md rename to stable/wikijs/15.7.5/README.md diff --git a/stable/wikijs/15.7.5/app-changelog.md b/stable/wikijs/15.7.5/app-changelog.md new file mode 100644 index 00000000000..4153309ac6d --- /dev/null +++ b/stable/wikijs/15.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wikijs-15.7.5](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wikijs/15.7.3/app-readme.md b/stable/wikijs/15.7.5/app-readme.md similarity index 100% rename from stable/wikijs/15.7.3/app-readme.md rename to stable/wikijs/15.7.5/app-readme.md diff --git a/stable/wikijs/15.7.5/charts/common-20.2.10.tgz b/stable/wikijs/15.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wikijs/15.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/wikijs/15.7.3/ix_values.yaml b/stable/wikijs/15.7.5/ix_values.yaml similarity index 100% rename from stable/wikijs/15.7.3/ix_values.yaml rename to stable/wikijs/15.7.5/ix_values.yaml diff --git a/stable/wikijs/15.7.3/questions.yaml b/stable/wikijs/15.7.5/questions.yaml similarity index 100% rename from stable/wikijs/15.7.3/questions.yaml rename to stable/wikijs/15.7.5/questions.yaml diff --git a/stable/wireguard/8.7.3/templates/NOTES.txt b/stable/wikijs/15.7.5/templates/NOTES.txt similarity index 100% rename from stable/wireguard/8.7.3/templates/NOTES.txt rename to stable/wikijs/15.7.5/templates/NOTES.txt diff --git a/stable/wikijs/15.7.3/templates/common.yaml b/stable/wikijs/15.7.5/templates/common.yaml similarity index 100% rename from stable/wikijs/15.7.3/templates/common.yaml rename to stable/wikijs/15.7.5/templates/common.yaml diff --git a/stable/wireguard/8.7.3/values.yaml b/stable/wikijs/15.7.5/values.yaml similarity index 100% rename from stable/wireguard/8.7.3/values.yaml rename to stable/wikijs/15.7.5/values.yaml diff --git a/stable/wireguard/8.7.3/CHANGELOG.md b/stable/wireguard/8.7.3/CHANGELOG.md deleted file mode 100644 index 11d454aa0f0..00000000000 --- a/stable/wireguard/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/wireguard/8.7.3/Chart.yaml b/stable/wireguard/8.7.3/Chart.yaml deleted file mode 100644 index 10dec54318c..00000000000 --- a/stable/wireguard/8.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.20210914 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. -home: https://truecharts.org/charts/stable/wireguard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png -keywords: - - wireguard - - vpn -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wireguard -sources: - - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard - - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - - https://ghcr.io/k8s-at-home/wireguard -type: application -version: 8.7.3 diff --git a/stable/wireguard/8.7.3/app-changelog.md b/stable/wireguard/8.7.3/app-changelog.md deleted file mode 100644 index 644113acab3..00000000000 --- a/stable/wireguard/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wireguard/8.7.3/charts/common-20.2.4.tgz b/stable/wireguard/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wireguard/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wizarr/6.7.3/.helmignore b/stable/wireguard/8.7.5/.helmignore similarity index 100% rename from stable/wizarr/6.7.3/.helmignore rename to stable/wireguard/8.7.5/.helmignore diff --git a/stable/wireguard/8.7.5/CHANGELOG.md b/stable/wireguard/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7592d709df4 --- /dev/null +++ b/stable/wireguard/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wireguard-8.7.5](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wireguard-8.7.4](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wireguard-8.7.4](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wireguard-8.7.4](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wireguard-8.7.4](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wireguard-8.7.4](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wireguard/8.7.5/Chart.yaml b/stable/wireguard/8.7.5/Chart.yaml new file mode 100644 index 00000000000..3bc03d40da2 --- /dev/null +++ b/stable/wireguard/8.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.20210914 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +home: https://truecharts.org/charts/stable/wireguard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png +keywords: + - wireguard + - vpn +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wireguard +sources: + - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard + - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard + - https://ghcr.io/k8s-at-home/wireguard +type: application +version: 8.7.5 diff --git a/stable/wireguard/8.7.3/README.md b/stable/wireguard/8.7.5/README.md similarity index 100% rename from stable/wireguard/8.7.3/README.md rename to stable/wireguard/8.7.5/README.md diff --git a/stable/wireguard/8.7.5/app-changelog.md b/stable/wireguard/8.7.5/app-changelog.md new file mode 100644 index 00000000000..7ac3403d8e3 --- /dev/null +++ b/stable/wireguard/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wireguard-8.7.5](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wireguard/8.7.3/app-readme.md b/stable/wireguard/8.7.5/app-readme.md similarity index 100% rename from stable/wireguard/8.7.3/app-readme.md rename to stable/wireguard/8.7.5/app-readme.md diff --git a/stable/wireguard/8.7.5/charts/common-20.2.10.tgz b/stable/wireguard/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wireguard/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/wireguard/8.7.3/ix_values.yaml b/stable/wireguard/8.7.5/ix_values.yaml similarity index 100% rename from stable/wireguard/8.7.3/ix_values.yaml rename to stable/wireguard/8.7.5/ix_values.yaml diff --git a/stable/wireguard/8.7.3/questions.yaml b/stable/wireguard/8.7.5/questions.yaml similarity index 100% rename from stable/wireguard/8.7.3/questions.yaml rename to stable/wireguard/8.7.5/questions.yaml diff --git a/stable/wizarr/6.7.3/templates/NOTES.txt b/stable/wireguard/8.7.5/templates/NOTES.txt similarity index 100% rename from stable/wizarr/6.7.3/templates/NOTES.txt rename to stable/wireguard/8.7.5/templates/NOTES.txt diff --git a/stable/wireguard/8.7.3/templates/_configfilemount.tpl b/stable/wireguard/8.7.5/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/8.7.3/templates/_configfilemount.tpl rename to stable/wireguard/8.7.5/templates/_configfilemount.tpl diff --git a/stable/wireguard/8.7.3/templates/_configmap.tpl b/stable/wireguard/8.7.5/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/8.7.3/templates/_configmap.tpl rename to stable/wireguard/8.7.5/templates/_configmap.tpl diff --git a/stable/wireguard/8.7.3/templates/_secret.tpl b/stable/wireguard/8.7.5/templates/_secret.tpl similarity index 100% rename from stable/wireguard/8.7.3/templates/_secret.tpl rename to stable/wireguard/8.7.5/templates/_secret.tpl diff --git a/stable/wireguard/8.7.3/templates/common.yaml b/stable/wireguard/8.7.5/templates/common.yaml similarity index 100% rename from stable/wireguard/8.7.3/templates/common.yaml rename to stable/wireguard/8.7.5/templates/common.yaml diff --git a/stable/wizarr/6.7.3/values.yaml b/stable/wireguard/8.7.5/values.yaml similarity index 100% rename from stable/wizarr/6.7.3/values.yaml rename to stable/wireguard/8.7.5/values.yaml diff --git a/stable/wizarr/6.7.3/CHANGELOG.md b/stable/wizarr/6.7.3/CHANGELOG.md deleted file mode 100644 index 89e4b86e4fd..00000000000 --- a/stable/wizarr/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/wizarr/6.7.3/Chart.yaml b/stable/wizarr/6.7.3/Chart.yaml deleted file mode 100644 index 2c6eff7b148..00000000000 --- a/stable/wizarr/6.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: A automatic user invitation system for Plex. -home: https://truecharts.org/charts/stable/wizarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png -keywords: - - wizarr - - home-automation - - Tools-Utilities - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wizarr -sources: - - https://github.com/Wizarrrr/wizarr - - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - - https://ghcr.io/wizarrrr/wizarr -type: application -version: 6.7.3 diff --git a/stable/wizarr/6.7.3/app-changelog.md b/stable/wizarr/6.7.3/app-changelog.md deleted file mode 100644 index c8adffd08af..00000000000 --- a/stable/wizarr/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wizarr/6.7.3/charts/common-20.2.4.tgz b/stable/wizarr/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wizarr/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wordpress/7.12.15/.helmignore b/stable/wizarr/6.7.5/.helmignore similarity index 100% rename from stable/wordpress/7.12.15/.helmignore rename to stable/wizarr/6.7.5/.helmignore diff --git a/stable/wizarr/6.7.5/CHANGELOG.md b/stable/wizarr/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..f72fe581a21 --- /dev/null +++ b/stable/wizarr/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wizarr-6.7.5](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wizarr-6.7.4](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wizarr-6.7.4](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wizarr-6.7.4](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wizarr-6.7.4](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wizarr-6.7.4](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wizarr/6.7.5/Chart.yaml b/stable/wizarr/6.7.5/Chart.yaml new file mode 100644 index 00000000000..dfc922d822f --- /dev/null +++ b/stable/wizarr/6.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A automatic user invitation system for Plex. +home: https://truecharts.org/charts/stable/wizarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png +keywords: + - wizarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wizarr +sources: + - https://github.com/Wizarrrr/wizarr + - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr + - https://ghcr.io/wizarrrr/wizarr +type: application +version: 6.7.5 diff --git a/stable/wizarr/6.7.3/README.md b/stable/wizarr/6.7.5/README.md similarity index 100% rename from stable/wizarr/6.7.3/README.md rename to stable/wizarr/6.7.5/README.md diff --git a/stable/wizarr/6.7.5/app-changelog.md b/stable/wizarr/6.7.5/app-changelog.md new file mode 100644 index 00000000000..ab0cf691048 --- /dev/null +++ b/stable/wizarr/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wizarr-6.7.5](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wizarr/6.7.3/app-readme.md b/stable/wizarr/6.7.5/app-readme.md similarity index 100% rename from stable/wizarr/6.7.3/app-readme.md rename to stable/wizarr/6.7.5/app-readme.md diff --git a/stable/wizarr/6.7.5/charts/common-20.2.10.tgz b/stable/wizarr/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wizarr/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/wizarr/6.7.3/ix_values.yaml b/stable/wizarr/6.7.5/ix_values.yaml similarity index 100% rename from stable/wizarr/6.7.3/ix_values.yaml rename to stable/wizarr/6.7.5/ix_values.yaml diff --git a/stable/wizarr/6.7.3/questions.yaml b/stable/wizarr/6.7.5/questions.yaml similarity index 100% rename from stable/wizarr/6.7.3/questions.yaml rename to stable/wizarr/6.7.5/questions.yaml diff --git a/stable/wyoming-openwakeword/1.0.0/templates/NOTES.txt b/stable/wizarr/6.7.5/templates/NOTES.txt similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/templates/NOTES.txt rename to stable/wizarr/6.7.5/templates/NOTES.txt diff --git a/stable/wizarr/6.7.3/templates/common.yaml b/stable/wizarr/6.7.5/templates/common.yaml similarity index 100% rename from stable/wizarr/6.7.3/templates/common.yaml rename to stable/wizarr/6.7.5/templates/common.yaml diff --git a/stable/wordpress/7.12.15/values.yaml b/stable/wizarr/6.7.5/values.yaml similarity index 100% rename from stable/wordpress/7.12.15/values.yaml rename to stable/wizarr/6.7.5/values.yaml diff --git a/stable/wordpress/7.12.15/CHANGELOG.md b/stable/wordpress/7.12.15/CHANGELOG.md deleted file mode 100644 index 6ea6a52f88c..00000000000 --- a/stable/wordpress/7.12.15/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wordpress-7.12.15](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.15) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) - -- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) - -- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) - -- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) - -- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - - -## [wordpress-7.12.15](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.15) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) - -- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) - -- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) - -- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) - -- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wordpress/7.12.15/Chart.yaml b/stable/wordpress/7.12.15/Chart.yaml deleted file mode 100644 index d1b1859a367..00000000000 --- a/stable/wordpress/7.12.15/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: website - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.4.3 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.7.5 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The WordPress rich content management system can utilize plugins, widgets, and themes. -home: https://truecharts.org/charts/stable/wordpress -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png -keywords: - - wordpress - - cms -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wordpress -sources: - - https://www.wordpress.org - - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - - https://hub.docker.com/r/bitnami/wordpress -type: application -version: 7.12.15 diff --git a/stable/wordpress/7.12.15/app-changelog.md b/stable/wordpress/7.12.15/app-changelog.md deleted file mode 100644 index 64e0a75fda3..00000000000 --- a/stable/wordpress/7.12.15/app-changelog.md +++ /dev/null @@ -1,47 +0,0 @@ - - -## [wordpress-7.12.15](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.15) (2024-03-27) - -### Chore - - - -- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) - -- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) - -- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) - -- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) - -- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) - -- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) - -- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) - -- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/wordpress/7.12.15/charts/common-20.2.9.tgz b/stable/wordpress/7.12.15/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/wordpress/7.12.15/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/wordpress/7.12.15/ix_values.yaml b/stable/wordpress/7.12.15/ix_values.yaml deleted file mode 100644 index 78abac28663..00000000000 --- a/stable/wordpress/7.12.15/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: bitnami/wordpress - pullPolicy: IfNotPresent - tag: 6.4.3@sha256:7fb7254cf9a86260b00190cd39927a67783c50d77788ebbdc900070797b9b8e1 -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: env-config - - secretRef: - name: env-secret - probes: - liveness: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" -wordpress: - user: user - pass: bitnami - email: user@example.com - first_name: TrueCharts - last_name: TrueCharts - blog_name: Truecharts Blog - enable_reverse_proxy_headers: true -smtp: - enabled: false - host: "" - port: 587 - user: "" - pass: "" -php-config: - PHP_ENABLE_OPCACHE: "yes" - PHP_EXPOSE_PHP: "" - PHP_MAX_EXECUTION_TIME: "" - PHP_MAX_INPUT_TIME: "" - PHP_MAX_INPUT_VARS: "" - PHP_MEMORY_LIMIT: 512M - PHP_POST_MAX_SIZE: "" - PHP_UPLOAD_MAX_FILESIZE: "" -service: - main: - ports: - main: - protocol: http - port: 10591 -persistence: - config: - enabled: true - mountPath: /bitnami/wordpress -mariadb: - enabled: true - mariadbUsername: wordpress - mariadbDatabase: wordpress -portal: - open: - enabled: true diff --git a/stable/wyoming-openwakeword/1.0.0/.helmignore b/stable/wordpress/7.12.17/.helmignore similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/.helmignore rename to stable/wordpress/7.12.17/.helmignore diff --git a/stable/wordpress/7.12.17/CHANGELOG.md b/stable/wordpress/7.12.17/CHANGELOG.md new file mode 100644 index 00000000000..2eb52b925b1 --- /dev/null +++ b/stable/wordpress/7.12.17/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wordpress-7.12.17](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.17) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image bitnami/wordpress to 6.4.3[@0f61b09](https://github.com/0f61b09) by renovate ([#19931](https://github.com/truecharts/charts/issues/19931)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) + +- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) + +- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) + +- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) + +- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) + + +## [wordpress-7.12.16](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.16) (2024-03-30) + +### Chore + + + +- update container image bitnami/wordpress to 6.4.3[@0f61b09](https://github.com/0f61b09) by renovate ([#19931](https://github.com/truecharts/charts/issues/19931)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) + +- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) + +- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) + +- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) + +- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) \ No newline at end of file diff --git a/stable/wordpress/7.12.17/Chart.yaml b/stable/wordpress/7.12.17/Chart.yaml new file mode 100644 index 00000000000..868f4f5b89c --- /dev/null +++ b/stable/wordpress/7.12.17/Chart.yaml @@ -0,0 +1,44 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: website + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.4.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.5 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The WordPress rich content management system can utilize plugins, widgets, and themes. +home: https://truecharts.org/charts/stable/wordpress +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png +keywords: + - wordpress + - cms +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wordpress +sources: + - https://www.wordpress.org + - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress + - https://hub.docker.com/r/bitnami/wordpress +type: application +version: 7.12.17 diff --git a/stable/wordpress/7.12.15/README.md b/stable/wordpress/7.12.17/README.md similarity index 100% rename from stable/wordpress/7.12.15/README.md rename to stable/wordpress/7.12.17/README.md diff --git a/stable/wordpress/7.12.17/app-changelog.md b/stable/wordpress/7.12.17/app-changelog.md new file mode 100644 index 00000000000..af51456d5ad --- /dev/null +++ b/stable/wordpress/7.12.17/app-changelog.md @@ -0,0 +1,51 @@ + + +## [wordpress-7.12.17](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.17) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image bitnami/wordpress to 6.4.3[@0f61b09](https://github.com/0f61b09) by renovate ([#19931](https://github.com/truecharts/charts/issues/19931)) + +- update container image mariadb to v13.7.5[@665bc08](https://github.com/665bc08) by renovate ([#19868](https://github.com/truecharts/charts/issues/19868)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image mariadb to v13.7.4[@8c030a5](https://github.com/8c030a5) by renovate ([#19764](https://github.com/truecharts/charts/issues/19764)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646)) + +- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611)) + +- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577)) + +- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566)) + +- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560)) + +- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500)) + +- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460)) + +- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) + +- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) \ No newline at end of file diff --git a/stable/wordpress/7.12.15/app-readme.md b/stable/wordpress/7.12.17/app-readme.md similarity index 100% rename from stable/wordpress/7.12.15/app-readme.md rename to stable/wordpress/7.12.17/app-readme.md diff --git a/stable/wordpress/7.12.17/charts/common-20.2.10.tgz b/stable/wordpress/7.12.17/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wordpress/7.12.17/charts/common-20.2.10.tgz differ diff --git a/stable/wordpress/7.12.17/charts/mariadb-13.7.5.tgz b/stable/wordpress/7.12.17/charts/mariadb-13.7.5.tgz new file mode 100644 index 00000000000..e07b17d288c Binary files /dev/null and b/stable/wordpress/7.12.17/charts/mariadb-13.7.5.tgz differ diff --git a/stable/wordpress/7.12.17/ix_values.yaml b/stable/wordpress/7.12.17/ix_values.yaml new file mode 100644 index 00000000000..e1a20770048 --- /dev/null +++ b/stable/wordpress/7.12.17/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: bitnami/wordpress + pullPolicy: IfNotPresent + tag: 6.4.3@sha256:0f61b0924b9b1b218fa48b335b3f2afd2ccb4ed98f4d82257e5568ffbbf8d9ab +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: env-config + - secretRef: + name: env-secret + probes: + liveness: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" +wordpress: + user: user + pass: bitnami + email: user@example.com + first_name: TrueCharts + last_name: TrueCharts + blog_name: Truecharts Blog + enable_reverse_proxy_headers: true +smtp: + enabled: false + host: "" + port: 587 + user: "" + pass: "" +php-config: + PHP_ENABLE_OPCACHE: "yes" + PHP_EXPOSE_PHP: "" + PHP_MAX_EXECUTION_TIME: "" + PHP_MAX_INPUT_TIME: "" + PHP_MAX_INPUT_VARS: "" + PHP_MEMORY_LIMIT: 512M + PHP_POST_MAX_SIZE: "" + PHP_UPLOAD_MAX_FILESIZE: "" +service: + main: + ports: + main: + protocol: http + port: 10591 +persistence: + config: + enabled: true + mountPath: /bitnami/wordpress +mariadb: + enabled: true + mariadbUsername: wordpress + mariadbDatabase: wordpress +portal: + open: + enabled: true diff --git a/stable/wordpress/7.12.15/questions.yaml b/stable/wordpress/7.12.17/questions.yaml similarity index 100% rename from stable/wordpress/7.12.15/questions.yaml rename to stable/wordpress/7.12.17/questions.yaml diff --git a/stable/wordpress/7.12.15/templates/_env.tpl b/stable/wordpress/7.12.17/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.12.15/templates/_env.tpl rename to stable/wordpress/7.12.17/templates/_env.tpl diff --git a/stable/wordpress/7.12.15/templates/common.yaml b/stable/wordpress/7.12.17/templates/common.yaml similarity index 100% rename from stable/wordpress/7.12.15/templates/common.yaml rename to stable/wordpress/7.12.17/templates/common.yaml diff --git a/stable/wyoming-openwakeword/1.0.0/values.yaml b/stable/wordpress/7.12.17/values.yaml similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/values.yaml rename to stable/wordpress/7.12.17/values.yaml diff --git a/stable/wyoming-openwakeword/1.0.0/CHANGELOG.md b/stable/wyoming-openwakeword/1.0.0/CHANGELOG.md deleted file mode 100644 index 021a250d26d..00000000000 --- a/stable/wyoming-openwakeword/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wyoming-openwakeword-1.0.0](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.0) (2024-03-27) - - -## [wyoming-openwakeword-1.0.0](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.0) (2024-03-27) - - -## [wyoming-openwakeword-1.0.0](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.0) (2024-03-27) - - -## [wyoming-openwakeword-1.0.0](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.0) (2024-03-27) \ No newline at end of file diff --git a/stable/wyoming-openwakeword/1.0.0/Chart.yaml b/stable/wyoming-openwakeword/1.0.0/Chart.yaml deleted file mode 100644 index 17302ca90ba..00000000000 --- a/stable/wyoming-openwakeword/1.0.0/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Wyoming integration of openWakeWord -home: https://truecharts.org/charts/stable/wyoming-openwakeword -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png -keywords: - - wyoming-openwakeword -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wyoming-openwakeword -sources: - - https://github.com/home-assistant/addons/tree/master/openwakeword - - https://github.com/rhasspy/wyoming-openwakeword/ - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword - - https://hub.docker.com/r/rhasspy/wyoming-openwakeword -type: application -version: 1.0.0 diff --git a/stable/wyoming-openwakeword/1.0.0/app-changelog.md b/stable/wyoming-openwakeword/1.0.0/app-changelog.md deleted file mode 100644 index 5e3fc8d7205..00000000000 --- a/stable/wyoming-openwakeword/1.0.0/app-changelog.md +++ /dev/null @@ -1,3 +0,0 @@ - - -## [wyoming-openwakeword-1.0.0](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.0) (2024-03-27) \ No newline at end of file diff --git a/stable/wyoming-openwakeword/1.0.0/charts/common-20.2.4.tgz b/stable/wyoming-openwakeword/1.0.0/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wyoming-openwakeword/1.0.0/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.8.3/.helmignore b/stable/wyoming-openwakeword/1.0.2/.helmignore similarity index 100% rename from stable/wyoming-piper/4.8.3/.helmignore rename to stable/wyoming-openwakeword/1.0.2/.helmignore diff --git a/stable/wyoming-openwakeword/1.0.2/CHANGELOG.md b/stable/wyoming-openwakeword/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..34864ebba48 --- /dev/null +++ b/stable/wyoming-openwakeword/1.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-openwakeword-1.0.2](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + + +## [wyoming-openwakeword-1.0.1](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.1) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/wyoming-openwakeword/1.0.2/Chart.yaml b/stable/wyoming-openwakeword/1.0.2/Chart.yaml new file mode 100644 index 00000000000..f46e464ebd1 --- /dev/null +++ b/stable/wyoming-openwakeword/1.0.2/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of openWakeWord +home: https://truecharts.org/charts/stable/wyoming-openwakeword +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png +keywords: + - wyoming-openwakeword +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-openwakeword +sources: + - https://github.com/home-assistant/addons/tree/master/openwakeword + - https://github.com/rhasspy/wyoming-openwakeword/ + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword + - https://hub.docker.com/r/rhasspy/wyoming-openwakeword +type: application +version: 1.0.2 diff --git a/stable/wyoming-openwakeword/1.0.0/README.md b/stable/wyoming-openwakeword/1.0.2/README.md similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/README.md rename to stable/wyoming-openwakeword/1.0.2/README.md diff --git a/stable/wyoming-openwakeword/1.0.2/app-changelog.md b/stable/wyoming-openwakeword/1.0.2/app-changelog.md new file mode 100644 index 00000000000..dc540435168 --- /dev/null +++ b/stable/wyoming-openwakeword/1.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wyoming-openwakeword-1.0.2](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.1.2...wyoming-openwakeword-1.0.2) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/stable/wyoming-openwakeword/1.0.0/app-readme.md b/stable/wyoming-openwakeword/1.0.2/app-readme.md similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/app-readme.md rename to stable/wyoming-openwakeword/1.0.2/app-readme.md diff --git a/stable/wyoming-openwakeword/1.0.2/charts/common-20.2.10.tgz b/stable/wyoming-openwakeword/1.0.2/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wyoming-openwakeword/1.0.2/charts/common-20.2.10.tgz differ diff --git a/stable/wyoming-openwakeword/1.0.0/ix_values.yaml b/stable/wyoming-openwakeword/1.0.2/ix_values.yaml similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/ix_values.yaml rename to stable/wyoming-openwakeword/1.0.2/ix_values.yaml diff --git a/stable/wyoming-openwakeword/1.0.0/questions.yaml b/stable/wyoming-openwakeword/1.0.2/questions.yaml similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/questions.yaml rename to stable/wyoming-openwakeword/1.0.2/questions.yaml diff --git a/stable/wyoming-piper/4.8.3/templates/NOTES.txt b/stable/wyoming-openwakeword/1.0.2/templates/NOTES.txt similarity index 100% rename from stable/wyoming-piper/4.8.3/templates/NOTES.txt rename to stable/wyoming-openwakeword/1.0.2/templates/NOTES.txt diff --git a/stable/wyoming-openwakeword/1.0.0/templates/_args.tpl b/stable/wyoming-openwakeword/1.0.2/templates/_args.tpl similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/templates/_args.tpl rename to stable/wyoming-openwakeword/1.0.2/templates/_args.tpl diff --git a/stable/wyoming-openwakeword/1.0.0/templates/common.yaml b/stable/wyoming-openwakeword/1.0.2/templates/common.yaml similarity index 100% rename from stable/wyoming-openwakeword/1.0.0/templates/common.yaml rename to stable/wyoming-openwakeword/1.0.2/templates/common.yaml diff --git a/stable/wyoming-piper/4.8.3/values.yaml b/stable/wyoming-openwakeword/1.0.2/values.yaml similarity index 100% rename from stable/wyoming-piper/4.8.3/values.yaml rename to stable/wyoming-openwakeword/1.0.2/values.yaml diff --git a/stable/wyoming-piper/4.8.3/CHANGELOG.md b/stable/wyoming-piper/4.8.3/CHANGELOG.md deleted file mode 100644 index 1914ad15d4a..00000000000 --- a/stable/wyoming-piper/4.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/wyoming-piper/4.8.3/Chart.yaml b/stable/wyoming-piper/4.8.3/Chart.yaml deleted file mode 100644 index 12e089d2f77..00000000000 --- a/stable/wyoming-piper/4.8.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: The Wyoming integration of piper -home: https://truecharts.org/charts/stable/wyoming-piper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png -keywords: - - wyoming-piper -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: wyoming-piper -sources: - - https://github.com/home-assistant/addons/tree/master/piper - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper - - https://hub.docker.com/r/rhasspy/wyoming-piper -type: application -version: 4.8.3 diff --git a/stable/wyoming-piper/4.8.3/app-changelog.md b/stable/wyoming-piper/4.8.3/app-changelog.md deleted file mode 100644 index 76c174c4420..00000000000 --- a/stable/wyoming-piper/4.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz b/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.8.5/.helmignore b/stable/wyoming-piper/4.8.5/.helmignore similarity index 100% rename from stable/xen-orchestra/8.8.5/.helmignore rename to stable/wyoming-piper/4.8.5/.helmignore diff --git a/stable/wyoming-piper/4.8.5/CHANGELOG.md b/stable/wyoming-piper/4.8.5/CHANGELOG.md new file mode 100644 index 00000000000..523da986d26 --- /dev/null +++ b/stable/wyoming-piper/4.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-piper-4.8.5](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-piper-4.8.4](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-piper-4.8.4](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-piper-4.8.4](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-piper-4.8.4](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-piper-4.8.4](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wyoming-piper/4.8.5/Chart.yaml b/stable/wyoming-piper/4.8.5/Chart.yaml new file mode 100644 index 00000000000..6532bb38e94 --- /dev/null +++ b/stable/wyoming-piper/4.8.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of piper +home: https://truecharts.org/charts/stable/wyoming-piper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png +keywords: + - wyoming-piper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-piper +sources: + - https://github.com/home-assistant/addons/tree/master/piper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper + - https://hub.docker.com/r/rhasspy/wyoming-piper +type: application +version: 4.8.5 diff --git a/stable/wyoming-piper/4.8.3/README.md b/stable/wyoming-piper/4.8.5/README.md similarity index 100% rename from stable/wyoming-piper/4.8.3/README.md rename to stable/wyoming-piper/4.8.5/README.md diff --git a/stable/wyoming-piper/4.8.5/app-changelog.md b/stable/wyoming-piper/4.8.5/app-changelog.md new file mode 100644 index 00000000000..674295435a3 --- /dev/null +++ b/stable/wyoming-piper/4.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wyoming-piper-4.8.5](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wyoming-piper/4.8.3/app-readme.md b/stable/wyoming-piper/4.8.5/app-readme.md similarity index 100% rename from stable/wyoming-piper/4.8.3/app-readme.md rename to stable/wyoming-piper/4.8.5/app-readme.md diff --git a/stable/wyoming-piper/4.8.5/charts/common-20.2.10.tgz b/stable/wyoming-piper/4.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wyoming-piper/4.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/wyoming-piper/4.8.3/ix_values.yaml b/stable/wyoming-piper/4.8.5/ix_values.yaml similarity index 100% rename from stable/wyoming-piper/4.8.3/ix_values.yaml rename to stable/wyoming-piper/4.8.5/ix_values.yaml diff --git a/stable/wyoming-piper/4.8.3/questions.yaml b/stable/wyoming-piper/4.8.5/questions.yaml similarity index 100% rename from stable/wyoming-piper/4.8.3/questions.yaml rename to stable/wyoming-piper/4.8.5/questions.yaml diff --git a/stable/xen-orchestra/8.8.5/templates/NOTES.txt b/stable/wyoming-piper/4.8.5/templates/NOTES.txt similarity index 100% rename from stable/xen-orchestra/8.8.5/templates/NOTES.txt rename to stable/wyoming-piper/4.8.5/templates/NOTES.txt diff --git a/stable/wyoming-piper/4.8.3/templates/_args.tpl b/stable/wyoming-piper/4.8.5/templates/_args.tpl similarity index 100% rename from stable/wyoming-piper/4.8.3/templates/_args.tpl rename to stable/wyoming-piper/4.8.5/templates/_args.tpl diff --git a/stable/wyoming-piper/4.8.3/templates/common.yaml b/stable/wyoming-piper/4.8.5/templates/common.yaml similarity index 100% rename from stable/wyoming-piper/4.8.3/templates/common.yaml rename to stable/wyoming-piper/4.8.5/templates/common.yaml diff --git a/stable/xen-orchestra/8.8.5/values.yaml b/stable/wyoming-piper/4.8.5/values.yaml similarity index 100% rename from stable/xen-orchestra/8.8.5/values.yaml rename to stable/wyoming-piper/4.8.5/values.yaml diff --git a/stable/xmrig/6.7.3/.helmignore b/stable/wyoming-whisper/5.0.1/.helmignore similarity index 100% rename from stable/xmrig/6.7.3/.helmignore rename to stable/wyoming-whisper/5.0.1/.helmignore diff --git a/stable/wyoming-whisper/5.0.1/CHANGELOG.md b/stable/wyoming-whisper/5.0.1/CHANGELOG.md new file mode 100644 index 00000000000..d1dd9fece75 --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-whisper-5.0.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-whisper-5.0.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.0) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-whisper-5.0.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.0) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-whisper-5.0.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.0) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-whisper-5.0.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.0) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [wyoming-whisper-5.0.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.0) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/wyoming-whisper/5.0.1/Chart.yaml b/stable/wyoming-whisper/5.0.1/Chart.yaml new file mode 100644 index 00000000000..b1b0e441c7f --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: home-automation + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of whisper +home: https://truecharts.org/charts/stable/wyoming-whisper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png +keywords: + - wyoming-whisper +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-whisper +sources: + - https://github.com/home-assistant/addons/tree/master/whisper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper + - https://hub.docker.com/r/rhasspy/wyoming-whisper +type: application +version: 5.0.1 diff --git a/stable/wyoming-whisper/5.0.1/README.md b/stable/wyoming-whisper/5.0.1/README.md new file mode 100644 index 00000000000..8b3e5f1291b --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/README.md @@ -0,0 +1,28 @@ +--- +title: 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/stable/wyoming-whisper) + +**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/stable/wyoming-whisper/5.0.1/app-changelog.md b/stable/wyoming-whisper/5.0.1/app-changelog.md new file mode 100644 index 00000000000..e4db7e1963e --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wyoming-whisper-5.0.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-5.0.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/wyoming-whisper/5.0.1/app-readme.md b/stable/wyoming-whisper/5.0.1/app-readme.md new file mode 100644 index 00000000000..b117ac7668f --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/app-readme.md @@ -0,0 +1,8 @@ +The Wyoming integration of whisper + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/wyoming-whisper](https://truecharts.org/charts/stable/wyoming-whisper) + +--- + +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/stable/wyoming-whisper/5.0.1/charts/common-20.2.10.tgz b/stable/wyoming-whisper/5.0.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/wyoming-whisper/5.0.1/charts/common-20.2.10.tgz differ diff --git a/stable/wyoming-whisper/5.0.1/ix_values.yaml b/stable/wyoming-whisper/5.0.1/ix_values.yaml new file mode 100644 index 00000000000..671dfd67658 --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: rhasspy/wyoming-whisper + pullPolicy: IfNotPresent + tag: 2.1.0@sha256:ceaa162ec05e53b8fa883182cdbceb72e6a1422740ec35be038c9faa278323b3 +wyoming_whisper: + language: en + model: tiny-int8 + beam_size: 1 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + port: 10300 + type: tcp + readiness: + port: 10300 + type: tcp + startup: + port: 10300 + type: tcp + args: + - --language + - "{{ .Values.wyoming_whisper.language }}" + - --model + - "{{ .Values.wyoming_whisper.model }}" + - --beam-size + - "{{ .Values.wyoming_whisper.beam_size }}" +service: + main: + ports: + main: + port: 10300 + protocol: tcp + targetPort: 10300 +persistence: + config: + enabled: true + mountPath: /data + cache: + enabled: true + mountPath: /.cache/huggingface/hub +portal: + open: + enabled: false diff --git a/stable/wyoming-whisper/5.0.1/questions.yaml b/stable/wyoming-whisper/5.0.1/questions.yaml new file mode 100755 index 00000000000..fb4166f84cd --- /dev/null +++ b/stable/wyoming-whisper/5.0.1/questions.yaml @@ -0,0 +1,3231 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +portals: {} +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: wyoming_whisper + group: App Configuration + label: Whisper Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: language + label: Language + description: Default language for the app. + schema: + type: string + required: true + default: en + enum: + - value: auto + description: auto + - value: af + description: af + - value: am + description: am + - value: ar + description: ar + - value: as + description: as + - value: az + description: az + - value: ba + description: ba + - value: be + description: be + - value: bg + description: bg + - value: bn + description: bn + - value: bo + description: bo + - value: br + description: br + - value: bs + description: bs + - value: ca + description: ca + - value: cs + description: cs + - value: cy + description: cy + - value: da + description: da + - value: de + description: de + - value: el + description: el + - value: en + description: en + - value: es + description: es + - value: et + description: et + - value: eu + description: eu + - value: fa + description: fa + - value: fi + description: fi + - value: fo + description: fo + - value: fr + description: fr + - value: gl + description: gl + - value: gu + description: gu + - value: ha + description: ha + - value: haw + description: haw + - value: he + description: he + - value: hi + description: hi + - value: hr + description: hr + - value: ht + description: ht + - value: hu + description: hu + - value: hy + description: hy + - value: id + description: id + - value: is + description: is + - value: it + description: it + - value: ja + description: ja + - value: jw + description: jw + - value: ka + description: ka + - value: kk + description: kk + - value: km + description: km + - value: kn + description: kn + - value: ko + description: ko + - value: la + description: la + - value: lb + description: lb + - value: ln + description: ln + - value: lo + description: lo + - value: lt + description: lt + - value: lv + description: lv + - value: mg + description: mg + - value: mi + description: mi + - value: mk + description: mk + - value: ml + description: ml + - value: mn + description: mn + - value: mr + description: mr + - value: ms + description: ms + - value: mt + description: mt + - value: my + description: my + - value: ne + description: ne + - value: nl + description: nl + - value: nn + description: nn + - value: "no" + description: "no" + - value: oc + description: oc + - value: pa + description: pa + - value: pl + description: pl + - value: ps + description: ps + - value: pt + description: pt + - value: ro + description: ro + - value: ru + description: ru + - value: sa + description: sa + - value: sd + description: sd + - value: si + description: si + - value: sk + description: sk + - value: sl + description: sl + - value: sn + description: sn + - value: so + description: so + - value: sq + description: sq + - value: sr + description: sr + - value: su + description: su + - value: sv + description: sv + - value: sw + description: sw + - value: ta + description: ta + - value: te + description: te + - value: tg + description: tg + - value: th + description: th + - value: tk + description: tk + - value: tl + description: tl + - value: tr + description: tr + - value: tt + description: tt + - value: uk + description: uk + - value: ur + description: ur + - value: uz + description: uz + - value: vi + description: vi + - value: yi + description: yi + - value: yo + description: yo + - value: zh + description: zh + - variable: model + label: Model + description: Whisper model that will be used for transcription. + schema: + type: string + required: true + default: tiny-int8 + enum: + - value: base + description: base + - value: base-int8 + description: base-int8 + - value: medium-int8 + description: medium-int8 + - value: small + description: small + - value: small-int8 + description: small-int8 + - value: tiny + description: tiny + - value: tiny-int8 + description: tiny-int8 + - variable: beam_size + label: Beam Size + description: Number of candidates to consider simultaneously during transcription. + schema: + type: int + required: true + default: 1 + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10300 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: cache + label: "App Cache Storage" + description: "Stores the models." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - value: iscsi + description: iSCSI Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: disabled + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name (Optional) + description: Defaults to chart name + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description (Optional) + description: Defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: icon + label: Icon (Optional) + description: Defaults to chart icon + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + - variable: widget + label: Widget Settings + schema: + type: dict + additional_attrs: true + show_if: [["enabled", "=", true]] + attrs: + - variable: enabled + label: Enable Widget + description: When disabled all widget annotations are skipped. + schema: + type: boolean + default: true + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" + - variable: customkv + label: Custom Options + schema: + type: list + default: [] + items: + - variable: option + label: Option + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + default: "" + required: true + - variable: value + label: Value + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: overrideService + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: namespace + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] + + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: 'gpu.intel.com/i915' + label: Add Intel i915 GPUs + schema: + type: int + default: 0 + - variable: 'nvidia.com/gpu' + label: Add NVIDIA GPUs (Experimental) + schema: + type: int + default: 0 + - variable: 'amd.com/gpu' + label: Add AMD GPUs + schema: + type: int + default: 0 + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: integrations + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: traefik + label: Traefik + description: Connect ingress with Traefik + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: true + - variable: allowCors + label: 'Allow Cross Origin Requests (advanced)' + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + - variable: entrypoints + label: Entrypoints + schema: + type: list + default: ["websecure"] + show_if: [["enabled", "=", true]] + items: + - variable: entrypoint + label: Entrypoint + schema: + type: string + - variable: middlewares + label: Middlewares + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: middleware + label: Middleware + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + - variable: namespace + label: 'namespace (optional)' + schema: + type: string + default: "" + - variable: certManager + label: certManager + description: Connect ingress with certManager + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: certificateIssuer + label: certificateIssuer + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + diff --git a/stable/xteve/13.7.3/templates/NOTES.txt b/stable/wyoming-whisper/5.0.1/templates/NOTES.txt similarity index 100% rename from stable/xteve/13.7.3/templates/NOTES.txt rename to stable/wyoming-whisper/5.0.1/templates/NOTES.txt diff --git a/stable/xen-orchestra/8.8.5/templates/common.yaml b/stable/wyoming-whisper/5.0.1/templates/common.yaml similarity index 100% rename from stable/xen-orchestra/8.8.5/templates/common.yaml rename to stable/wyoming-whisper/5.0.1/templates/common.yaml diff --git a/stable/xmrig/6.7.3/values.yaml b/stable/wyoming-whisper/5.0.1/values.yaml similarity index 100% rename from stable/xmrig/6.7.3/values.yaml rename to stable/wyoming-whisper/5.0.1/values.yaml diff --git a/stable/xen-orchestra/8.8.5/CHANGELOG.md b/stable/xen-orchestra/8.8.5/CHANGELOG.md deleted file mode 100644 index b5f8a2321b1..00000000000 --- a/stable/xen-orchestra/8.8.5/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - diff --git a/stable/xen-orchestra/8.8.5/Chart.yaml b/stable/xen-orchestra/8.8.5/Chart.yaml deleted file mode 100644 index 51b7aa02464..00000000000 --- a/stable/xen-orchestra/8.8.5/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.138.1 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -home: https://truecharts.org/charts/stable/xen-orchestra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png -keywords: - - xen-orchestra -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xen-orchestra -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra - - https://hub.docker.com/r/ronivay/xen-orchestra -type: application -version: 8.8.5 diff --git a/stable/xen-orchestra/8.8.5/app-changelog.md b/stable/xen-orchestra/8.8.5/app-changelog.md deleted file mode 100644 index fa468b6dc70..00000000000 --- a/stable/xen-orchestra/8.8.5/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) - -### Chore - - - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) \ No newline at end of file diff --git a/stable/xen-orchestra/8.8.5/charts/common-20.2.9.tgz b/stable/xen-orchestra/8.8.5/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/xen-orchestra/8.8.5/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.8.5/ix_values.yaml b/stable/xen-orchestra/8.8.5/ix_values.yaml deleted file mode 100644 index d259361731e..00000000000 --- a/stable/xen-orchestra/8.8.5/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ronivay/xen-orchestra - tag: 5.138.1@sha256:9c6a546eb6fa766ff02aaf893f26710779299c64cbc4631c9a4baa8934ded571 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - protocol: https - port: 10324 -persistence: - xo-data: - enabled: true - mountPath: "/var/lib/xo-server" - redis-data: - enabled: true - mountPath: "/var/lib/redis" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - capabilities: - add: - - SYS_ADMIN - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: exec - command: - - /healthcheck.sh - readiness: - enabled: true - type: exec - command: - - /healthcheck.sh - startup: - enabled: true - type: exec - command: - - /healthcheck.sh - env: - HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" - # Just so it doesn't try to bind port 80 - HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}" - REDIRECT_TO_HTTPS: true diff --git a/stable/xonotic/5.7.3/.helmignore b/stable/xen-orchestra/8.9.1/.helmignore similarity index 100% rename from stable/xonotic/5.7.3/.helmignore rename to stable/xen-orchestra/8.9.1/.helmignore diff --git a/stable/xen-orchestra/8.9.1/CHANGELOG.md b/stable/xen-orchestra/8.9.1/CHANGELOG.md new file mode 100644 index 00000000000..6459128ff83 --- /dev/null +++ b/stable/xen-orchestra/8.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xen-orchestra-8.9.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ronivay/xen-orchestra to v5.140.0[@7a845e5](https://github.com/7a845e5) by renovate ([#19988](https://github.com/truecharts/charts/issues/19988)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) + + +## [xen-orchestra-8.9.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.0) (2024-03-30) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.140.0[@7a845e5](https://github.com/7a845e5) by renovate ([#19988](https://github.com/truecharts/charts/issues/19988)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) + + +## [xen-orchestra-8.9.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.0) (2024-03-30) + +### Chore + + + +- update container image ronivay/xen-orchestra to v5.140.0[@7a845e5](https://github.com/7a845e5) by renovate ([#19988](https://github.com/truecharts/charts/issues/19988)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) + + +## [xen-orchestra-8.8.5](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) \ No newline at end of file diff --git a/stable/xen-orchestra/8.9.1/Chart.yaml b/stable/xen-orchestra/8.9.1/Chart.yaml new file mode 100644 index 00000000000..84595d0604d --- /dev/null +++ b/stable/xen-orchestra/8.9.1/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.140.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. +home: https://truecharts.org/charts/stable/xen-orchestra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png +keywords: + - xen-orchestra +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xen-orchestra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra + - https://hub.docker.com/r/ronivay/xen-orchestra +type: application +version: 8.9.1 diff --git a/stable/xen-orchestra/8.8.5/README.md b/stable/xen-orchestra/8.9.1/README.md similarity index 100% rename from stable/xen-orchestra/8.8.5/README.md rename to stable/xen-orchestra/8.9.1/README.md diff --git a/stable/xen-orchestra/8.9.1/app-changelog.md b/stable/xen-orchestra/8.9.1/app-changelog.md new file mode 100644 index 00000000000..b180ecf7f59 --- /dev/null +++ b/stable/xen-orchestra/8.9.1/app-changelog.md @@ -0,0 +1,25 @@ + + +## [xen-orchestra-8.9.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.1) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image ronivay/xen-orchestra to v5.140.0[@7a845e5](https://github.com/7a845e5) by renovate ([#19988](https://github.com/truecharts/charts/issues/19988)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284)) \ No newline at end of file diff --git a/stable/xen-orchestra/8.8.5/app-readme.md b/stable/xen-orchestra/8.9.1/app-readme.md similarity index 100% rename from stable/xen-orchestra/8.8.5/app-readme.md rename to stable/xen-orchestra/8.9.1/app-readme.md diff --git a/stable/xen-orchestra/8.9.1/charts/common-20.2.10.tgz b/stable/xen-orchestra/8.9.1/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xen-orchestra/8.9.1/charts/common-20.2.10.tgz differ diff --git a/stable/xen-orchestra/8.9.1/ix_values.yaml b/stable/xen-orchestra/8.9.1/ix_values.yaml new file mode 100644 index 00000000000..17810e6f8b5 --- /dev/null +++ b/stable/xen-orchestra/8.9.1/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ronivay/xen-orchestra + tag: 5.140.0@sha256:7a845e597b8a23cccb905411de6ae90eef0b75d36f192489156c26580f2bcdb8 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + protocol: https + port: 10324 +persistence: + xo-data: + enabled: true + mountPath: "/var/lib/xo-server" + redis-data: + enabled: true + mountPath: "/var/lib/redis" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - SYS_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: exec + command: + - /healthcheck.sh + readiness: + enabled: true + type: exec + command: + - /healthcheck.sh + startup: + enabled: true + type: exec + command: + - /healthcheck.sh + env: + HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}" + # Just so it doesn't try to bind port 80 + HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}" + REDIRECT_TO_HTTPS: true diff --git a/stable/xen-orchestra/8.8.5/questions.yaml b/stable/xen-orchestra/8.9.1/questions.yaml similarity index 100% rename from stable/xen-orchestra/8.8.5/questions.yaml rename to stable/xen-orchestra/8.9.1/questions.yaml diff --git a/stable/xwiki/12.9.2/templates/NOTES.txt b/stable/xen-orchestra/8.9.1/templates/NOTES.txt similarity index 100% rename from stable/xwiki/12.9.2/templates/NOTES.txt rename to stable/xen-orchestra/8.9.1/templates/NOTES.txt diff --git a/stable/xteve/13.7.3/templates/common.yaml b/stable/xen-orchestra/8.9.1/templates/common.yaml similarity index 100% rename from stable/xteve/13.7.3/templates/common.yaml rename to stable/xen-orchestra/8.9.1/templates/common.yaml diff --git a/stable/xonotic/5.7.3/values.yaml b/stable/xen-orchestra/8.9.1/values.yaml similarity index 100% rename from stable/xonotic/5.7.3/values.yaml rename to stable/xen-orchestra/8.9.1/values.yaml diff --git a/stable/xmrig/6.7.3/CHANGELOG.md b/stable/xmrig/6.7.3/CHANGELOG.md deleted file mode 100644 index 9c0f7e62266..00000000000 --- a/stable/xmrig/6.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/xmrig/6.7.3/Chart.yaml b/stable/xmrig/6.7.3/Chart.yaml deleted file mode 100644 index 18e90b5ed1d..00000000000 --- a/stable/xmrig/6.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.21.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. -home: https://truecharts.org/charts/stable/xmrig -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png -keywords: - - xmrig - - Crypto -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xmrig -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig - - https://hub.docker.com/r/cooleye72/xmrig -type: application -version: 6.7.3 diff --git a/stable/xmrig/6.7.3/app-changelog.md b/stable/xmrig/6.7.3/app-changelog.md deleted file mode 100644 index 8316dc03236..00000000000 --- a/stable/xmrig/6.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xmrig/6.7.3/charts/common-20.2.4.tgz b/stable/xmrig/6.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/xmrig/6.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/xteve/13.7.3/.helmignore b/stable/xmrig/6.7.5/.helmignore similarity index 100% rename from stable/xteve/13.7.3/.helmignore rename to stable/xmrig/6.7.5/.helmignore diff --git a/stable/xmrig/6.7.5/CHANGELOG.md b/stable/xmrig/6.7.5/CHANGELOG.md new file mode 100644 index 00000000000..d54adb4d34f --- /dev/null +++ b/stable/xmrig/6.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xmrig-6.7.5](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xmrig-6.7.4](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xmrig-6.7.4](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xmrig-6.7.4](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xmrig-6.7.4](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xmrig-6.7.4](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/xmrig/6.7.5/Chart.yaml b/stable/xmrig/6.7.5/Chart.yaml new file mode 100644 index 00000000000..1fe7cf5f2ec --- /dev/null +++ b/stable/xmrig/6.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Crypto + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.21.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. +home: https://truecharts.org/charts/stable/xmrig +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png +keywords: + - xmrig + - Crypto +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xmrig +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig + - https://hub.docker.com/r/cooleye72/xmrig +type: application +version: 6.7.5 diff --git a/stable/xmrig/6.7.3/README.md b/stable/xmrig/6.7.5/README.md similarity index 100% rename from stable/xmrig/6.7.3/README.md rename to stable/xmrig/6.7.5/README.md diff --git a/stable/xmrig/6.7.5/app-changelog.md b/stable/xmrig/6.7.5/app-changelog.md new file mode 100644 index 00000000000..6ef1f59922a --- /dev/null +++ b/stable/xmrig/6.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [xmrig-6.7.5](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xmrig/6.7.3/app-readme.md b/stable/xmrig/6.7.5/app-readme.md similarity index 100% rename from stable/xmrig/6.7.3/app-readme.md rename to stable/xmrig/6.7.5/app-readme.md diff --git a/stable/xmrig/6.7.5/charts/common-20.2.10.tgz b/stable/xmrig/6.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xmrig/6.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/xmrig/6.7.3/ix_values.yaml b/stable/xmrig/6.7.5/ix_values.yaml similarity index 100% rename from stable/xmrig/6.7.3/ix_values.yaml rename to stable/xmrig/6.7.5/ix_values.yaml diff --git a/stable/xmrig/6.7.3/questions.yaml b/stable/xmrig/6.7.5/questions.yaml similarity index 100% rename from stable/xmrig/6.7.3/questions.yaml rename to stable/xmrig/6.7.5/questions.yaml diff --git a/stable/xmrig/6.7.3/templates/common.yaml b/stable/xmrig/6.7.5/templates/common.yaml similarity index 100% rename from stable/xmrig/6.7.3/templates/common.yaml rename to stable/xmrig/6.7.5/templates/common.yaml diff --git a/stable/xteve/13.7.3/values.yaml b/stable/xmrig/6.7.5/values.yaml similarity index 100% rename from stable/xteve/13.7.3/values.yaml rename to stable/xmrig/6.7.5/values.yaml diff --git a/stable/xonotic/5.7.3/CHANGELOG.md b/stable/xonotic/5.7.3/CHANGELOG.md deleted file mode 100644 index 40158598d36..00000000000 --- a/stable/xonotic/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/xonotic/5.7.3/Chart.yaml b/stable/xonotic/5.7.3/Chart.yaml deleted file mode 100644 index 59ccb9d03fd..00000000000 --- a/stable/xonotic/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This Chart will download and install the preferred version of Xonotic. -home: https://truecharts.org/charts/stable/xonotic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png -keywords: - - xonotic - - GameServers -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xonotic -sources: - - https://www.xonotic.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic - - https://hub.docker.com/r/ich777/xonotic -type: application -version: 5.7.3 diff --git a/stable/xonotic/5.7.3/app-changelog.md b/stable/xonotic/5.7.3/app-changelog.md deleted file mode 100644 index d64ae5fc6f5..00000000000 --- a/stable/xonotic/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xonotic/5.7.3/charts/common-20.2.4.tgz b/stable/xonotic/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/xonotic/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/xware/5.7.3/.helmignore b/stable/xonotic/5.7.5/.helmignore similarity index 100% rename from stable/xware/5.7.3/.helmignore rename to stable/xonotic/5.7.5/.helmignore diff --git a/stable/xonotic/5.7.5/CHANGELOG.md b/stable/xonotic/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..e66f693b264 --- /dev/null +++ b/stable/xonotic/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xonotic-5.7.5](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xonotic-5.7.4](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xonotic-5.7.4](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xonotic-5.7.4](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xonotic-5.7.4](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xonotic-5.7.4](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/xonotic/5.7.5/Chart.yaml b/stable/xonotic/5.7.5/Chart.yaml new file mode 100644 index 00000000000..df21392835d --- /dev/null +++ b/stable/xonotic/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the preferred version of Xonotic. +home: https://truecharts.org/charts/stable/xonotic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png +keywords: + - xonotic + - GameServers +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xonotic +sources: + - https://www.xonotic.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic + - https://hub.docker.com/r/ich777/xonotic +type: application +version: 5.7.5 diff --git a/stable/xonotic/5.7.3/README.md b/stable/xonotic/5.7.5/README.md similarity index 100% rename from stable/xonotic/5.7.3/README.md rename to stable/xonotic/5.7.5/README.md diff --git a/stable/xonotic/5.7.5/app-changelog.md b/stable/xonotic/5.7.5/app-changelog.md new file mode 100644 index 00000000000..9fa2445dabf --- /dev/null +++ b/stable/xonotic/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [xonotic-5.7.5](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xonotic/5.7.3/app-readme.md b/stable/xonotic/5.7.5/app-readme.md similarity index 100% rename from stable/xonotic/5.7.3/app-readme.md rename to stable/xonotic/5.7.5/app-readme.md diff --git a/stable/xonotic/5.7.5/charts/common-20.2.10.tgz b/stable/xonotic/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xonotic/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/xonotic/5.7.3/ix_values.yaml b/stable/xonotic/5.7.5/ix_values.yaml similarity index 100% rename from stable/xonotic/5.7.3/ix_values.yaml rename to stable/xonotic/5.7.5/ix_values.yaml diff --git a/stable/xonotic/5.7.3/questions.yaml b/stable/xonotic/5.7.5/questions.yaml similarity index 100% rename from stable/xonotic/5.7.3/questions.yaml rename to stable/xonotic/5.7.5/questions.yaml diff --git a/stable/xonotic/5.7.3/templates/common.yaml b/stable/xonotic/5.7.5/templates/common.yaml similarity index 100% rename from stable/xonotic/5.7.3/templates/common.yaml rename to stable/xonotic/5.7.5/templates/common.yaml diff --git a/stable/xware/5.7.3/values.yaml b/stable/xonotic/5.7.5/values.yaml similarity index 100% rename from stable/xware/5.7.3/values.yaml rename to stable/xonotic/5.7.5/values.yaml diff --git a/stable/xteve/13.7.3/CHANGELOG.md b/stable/xteve/13.7.3/CHANGELOG.md deleted file mode 100644 index 11f7dc28b71..00000000000 --- a/stable/xteve/13.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/xteve/13.7.3/Chart.yaml b/stable/xteve/13.7.3/Chart.yaml deleted file mode 100644 index 16f2093b16a..00000000000 --- a/stable/xteve/13.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0.200 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://truecharts.org/charts/stable/xteve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png -keywords: - - xteve - - iptv - - plex - - emby -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xteve -sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - - https://ghcr.io/k8s-at-home/xteve -type: application -version: 13.7.3 diff --git a/stable/xteve/13.7.3/app-changelog.md b/stable/xteve/13.7.3/app-changelog.md deleted file mode 100644 index 866a7b07f50..00000000000 --- a/stable/xteve/13.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xteve/13.7.3/charts/common-20.2.4.tgz b/stable/xteve/13.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/xteve/13.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/xwiki/12.9.2/.helmignore b/stable/xteve/13.7.5/.helmignore similarity index 100% rename from stable/xwiki/12.9.2/.helmignore rename to stable/xteve/13.7.5/.helmignore diff --git a/stable/xteve/13.7.5/CHANGELOG.md b/stable/xteve/13.7.5/CHANGELOG.md new file mode 100644 index 00000000000..aa931b70689 --- /dev/null +++ b/stable/xteve/13.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xteve-13.7.5](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xteve-13.7.4](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xteve-13.7.4](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xteve-13.7.4](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xteve-13.7.4](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xteve-13.7.4](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/xteve/13.7.5/Chart.yaml b/stable/xteve/13.7.5/Chart.yaml new file mode 100644 index 00000000000..35233f910ff --- /dev/null +++ b/stable/xteve/13.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.200 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: M3U Proxy for Plex DVR and Emby Live TV. +home: https://truecharts.org/charts/stable/xteve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png +keywords: + - xteve + - iptv + - plex + - emby +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xteve +sources: + - https://github.com/xteve-project/xTeVe + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/xteve + - https://ghcr.io/k8s-at-home/xteve +type: application +version: 13.7.5 diff --git a/stable/xteve/13.7.3/README.md b/stable/xteve/13.7.5/README.md similarity index 100% rename from stable/xteve/13.7.3/README.md rename to stable/xteve/13.7.5/README.md diff --git a/stable/xteve/13.7.5/app-changelog.md b/stable/xteve/13.7.5/app-changelog.md new file mode 100644 index 00000000000..a95f6baa706 --- /dev/null +++ b/stable/xteve/13.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [xteve-13.7.5](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xteve/13.7.3/app-readme.md b/stable/xteve/13.7.5/app-readme.md similarity index 100% rename from stable/xteve/13.7.3/app-readme.md rename to stable/xteve/13.7.5/app-readme.md diff --git a/stable/xteve/13.7.5/charts/common-20.2.10.tgz b/stable/xteve/13.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xteve/13.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/xteve/13.7.3/ix_values.yaml b/stable/xteve/13.7.5/ix_values.yaml similarity index 100% rename from stable/xteve/13.7.3/ix_values.yaml rename to stable/xteve/13.7.5/ix_values.yaml diff --git a/stable/xteve/13.7.3/questions.yaml b/stable/xteve/13.7.5/questions.yaml similarity index 100% rename from stable/xteve/13.7.3/questions.yaml rename to stable/xteve/13.7.5/questions.yaml diff --git a/stable/youtransfer/7.7.3/templates/NOTES.txt b/stable/xteve/13.7.5/templates/NOTES.txt similarity index 100% rename from stable/youtransfer/7.7.3/templates/NOTES.txt rename to stable/xteve/13.7.5/templates/NOTES.txt diff --git a/stable/xwiki/12.9.2/templates/common.yaml b/stable/xteve/13.7.5/templates/common.yaml similarity index 100% rename from stable/xwiki/12.9.2/templates/common.yaml rename to stable/xteve/13.7.5/templates/common.yaml diff --git a/stable/xwiki/12.9.2/values.yaml b/stable/xteve/13.7.5/values.yaml similarity index 100% rename from stable/xwiki/12.9.2/values.yaml rename to stable/xteve/13.7.5/values.yaml diff --git a/stable/xware/5.7.3/CHANGELOG.md b/stable/xware/5.7.3/CHANGELOG.md deleted file mode 100644 index a248cdc542a..00000000000 --- a/stable/xware/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/xware/5.7.3/Chart.yaml b/stable/xware/5.7.3/Chart.yaml deleted file mode 100644 index 11866317bf7..00000000000 --- a/stable/xware/5.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: This is a Chart of Thunder downloader. -home: https://truecharts.org/charts/stable/xware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png -keywords: - - xware - - Downloaders -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xware -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xware - - https://hub.docker.com/r/caiguai/docker-xware -type: application -version: 5.7.3 diff --git a/stable/xware/5.7.3/app-changelog.md b/stable/xware/5.7.3/app-changelog.md deleted file mode 100644 index de05620fe61..00000000000 --- a/stable/xware/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xware/5.7.3/charts/common-20.2.4.tgz b/stable/xware/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/xware/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/xware/5.7.3/questions.yaml b/stable/xware/5.7.3/questions.yaml deleted file mode 100755 index 79991ed89d0..00000000000 --- a/stable/xware/5.7.3/questions.yaml +++ /dev/null @@ -1,1828 +0,0 @@ -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: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration - - name: Postgresql - description: Postgresql - - name: Documentation - description: Documentation - -portals: {} -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: workload - group: "Workload Settings" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet - - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 - - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: - - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string - - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true - - - variable: persistenceList - label: Additional App Storage - group: Storage and Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - description: Path inside the container the storage is mounted - schema: - type: string - default: "" - required: true - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" - - - variable: securityContext - group: Security and Permissions - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" - - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true - - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis - - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: resources - group: Resources and Devices - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Resources and Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" - -# - variable: horizontalPodAutoscaler -# group: Advanced -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hosts - label: Hosts - schema: - type: list - default: [] - items: - - variable: hostEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: HostName - schema: - type: string - default: "" - required: true - - variable: paths - label: Paths - schema: - type: list - default: [{path: "/", pathType: "Prefix"}] - items: - - variable: pathEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: string - show_if: [["type", "!=", "disabled"]] - default: "" - - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - max_length: 10240 - - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true - diff --git a/stable/yacreaderlibraryserver/5.7.3/.helmignore b/stable/xware/5.7.5/.helmignore similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/.helmignore rename to stable/xware/5.7.5/.helmignore diff --git a/stable/xware/5.7.5/CHANGELOG.md b/stable/xware/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..7c997b1bb1a --- /dev/null +++ b/stable/xware/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xware-5.7.5](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xware-5.7.4](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xware-5.7.4](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xware-5.7.4](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xware-5.7.4](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [xware-5.7.4](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/xware/5.7.5/Chart.yaml b/stable/xware/5.7.5/Chart.yaml new file mode 100644 index 00000000000..921a81e1db2 --- /dev/null +++ b/stable/xware/5.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Downloaders + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chart of Thunder downloader. +home: https://truecharts.org/charts/stable/xware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png +keywords: + - xware + - Downloaders +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xware +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xware + - https://hub.docker.com/r/caiguai/docker-xware +type: application +version: 5.7.5 diff --git a/stable/xware/5.7.3/README.md b/stable/xware/5.7.5/README.md similarity index 100% rename from stable/xware/5.7.3/README.md rename to stable/xware/5.7.5/README.md diff --git a/stable/xware/5.7.5/app-changelog.md b/stable/xware/5.7.5/app-changelog.md new file mode 100644 index 00000000000..91bbc7cde83 --- /dev/null +++ b/stable/xware/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [xware-5.7.5](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/xware/5.7.3/app-readme.md b/stable/xware/5.7.5/app-readme.md similarity index 100% rename from stable/xware/5.7.3/app-readme.md rename to stable/xware/5.7.5/app-readme.md diff --git a/stable/xware/5.7.5/charts/common-20.2.10.tgz b/stable/xware/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xware/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/xware/5.7.3/ix_values.yaml b/stable/xware/5.7.5/ix_values.yaml similarity index 100% rename from stable/xware/5.7.3/ix_values.yaml rename to stable/xware/5.7.5/ix_values.yaml diff --git a/stable/valetudo-mapper/5.7.3/questions.yaml b/stable/xware/5.7.5/questions.yaml similarity index 100% rename from stable/valetudo-mapper/5.7.3/questions.yaml rename to stable/xware/5.7.5/questions.yaml diff --git a/stable/xware/5.7.3/templates/common.yaml b/stable/xware/5.7.5/templates/common.yaml similarity index 100% rename from stable/xware/5.7.3/templates/common.yaml rename to stable/xware/5.7.5/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.7.3/values.yaml b/stable/xware/5.7.5/values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/values.yaml rename to stable/xware/5.7.5/values.yaml diff --git a/stable/xwiki/12.9.2/CHANGELOG.md b/stable/xwiki/12.9.2/CHANGELOG.md deleted file mode 100644 index 4a3b9e38b96..00000000000 --- a/stable/xwiki/12.9.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xwiki-12.9.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.2) (2024-03-29) - -### Chore - - - -- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) - - -## [xwiki-12.9.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.2) (2024-03-29) - -### Chore - - - -- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) - - -## [xwiki-12.9.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.2) (2024-03-28) - -### Chore - - - -- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) - - -## [xwiki-12.9.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.2) (2024-03-28) - -### Chore - - - -- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) \ No newline at end of file diff --git a/stable/xwiki/12.9.2/Chart.yaml b/stable/xwiki/12.9.2/Chart.yaml deleted file mode 100644 index db5f9700f7e..00000000000 --- a/stable/xwiki/12.9.2/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 16.2.0 -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility -home: https://truecharts.org/charts/stable/xwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png -keywords: - - xwiki - - wiki -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: xwiki -sources: - - https://github.com/xwiki/xwiki-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - - https://hub.docker.com/_/xwiki -type: application -version: 12.9.2 diff --git a/stable/xwiki/12.9.2/app-changelog.md b/stable/xwiki/12.9.2/app-changelog.md deleted file mode 100644 index cbf32758476..00000000000 --- a/stable/xwiki/12.9.2/app-changelog.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## [xwiki-12.9.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.2) (2024-03-29) - -### Chore - - - -- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) \ No newline at end of file diff --git a/stable/xwiki/12.9.2/charts/common-20.2.9.tgz b/stable/xwiki/12.9.2/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/stable/xwiki/12.9.2/charts/common-20.2.9.tgz and /dev/null differ diff --git a/stable/xwiki/12.9.2/ix_values.yaml b/stable/xwiki/12.9.2/ix_values.yaml deleted file mode 100644 index bef2f33de7b..00000000000 --- a/stable/xwiki/12.9.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: xwiki - tag: 16.2.0-postgres-tomcat@sha256:9cc64a9c280bfa4d2b071d8f9301697dba38a9801b117cbc4daf7057edc286b2 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10208 - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: "/usr/local/xwiki" -cnpg: - main: - enabled: true - user: xwiki - database: xwiki -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - DB_USER: "{{ .Values.cnpg.main.user }}" - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - # User Defined - JAVA_OPTS: "" - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password diff --git a/stable/yacy/5.7.3/.helmignore b/stable/xwiki/12.9.4/.helmignore similarity index 100% rename from stable/yacy/5.7.3/.helmignore rename to stable/xwiki/12.9.4/.helmignore diff --git a/stable/xwiki/12.9.4/CHANGELOG.md b/stable/xwiki/12.9.4/CHANGELOG.md new file mode 100644 index 00000000000..d15155e9e19 --- /dev/null +++ b/stable/xwiki/12.9.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xwiki-12.9.4](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@96fcb3b](https://github.com/96fcb3b) by renovate ([#19936](https://github.com/truecharts/charts/issues/19936)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) + + +## [xwiki-12.9.3](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.3) (2024-03-30) + +### Chore + + + +- update container image xwiki to 16.2.0-postgres-tomcat[@96fcb3b](https://github.com/96fcb3b) by renovate ([#19936](https://github.com/truecharts/charts/issues/19936)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) + + +## [xwiki-12.9.3](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.3) (2024-03-30) + +### Chore + + + +- update container image xwiki to 16.2.0-postgres-tomcat[@96fcb3b](https://github.com/96fcb3b) by renovate ([#19936](https://github.com/truecharts/charts/issues/19936)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) + + +## [xwiki-12.9.3](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.3) (2024-03-30) + +### Chore + + + +- update container image xwiki to 16.2.0-postgres-tomcat[@96fcb3b](https://github.com/96fcb3b) by renovate ([#19936](https://github.com/truecharts/charts/issues/19936)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) \ No newline at end of file diff --git a/stable/xwiki/12.9.4/Chart.yaml b/stable/xwiki/12.9.4/Chart.yaml new file mode 100644 index 00000000000..5ef9ae337a0 --- /dev/null +++ b/stable/xwiki/12.9.4/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 16.2.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility +home: https://truecharts.org/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png +keywords: + - xwiki + - wiki +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xwiki +sources: + - https://github.com/xwiki/xwiki-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://hub.docker.com/_/xwiki +type: application +version: 12.9.4 diff --git a/stable/xwiki/12.9.2/README.md b/stable/xwiki/12.9.4/README.md similarity index 100% rename from stable/xwiki/12.9.2/README.md rename to stable/xwiki/12.9.4/README.md diff --git a/stable/xwiki/12.9.4/app-changelog.md b/stable/xwiki/12.9.4/app-changelog.md new file mode 100644 index 00000000000..bc5ee67826d --- /dev/null +++ b/stable/xwiki/12.9.4/app-changelog.md @@ -0,0 +1,27 @@ + + +## [xwiki-12.9.4](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.9.4) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@96fcb3b](https://github.com/96fcb3b) by renovate ([#19936](https://github.com/truecharts/charts/issues/19936)) + +- update container image xwiki to 16.2.0-postgres-tomcat[@9cc64a9](https://github.com/9cc64a9) by renovate ([#19911](https://github.com/truecharts/charts/issues/19911)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image xwiki to v16.2.0-postgres-tomcat[@8ff43f7](https://github.com/8ff43f7) by renovate ([#19802](https://github.com/truecharts/charts/issues/19802)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294)) \ No newline at end of file diff --git a/stable/xwiki/12.9.2/app-readme.md b/stable/xwiki/12.9.4/app-readme.md similarity index 100% rename from stable/xwiki/12.9.2/app-readme.md rename to stable/xwiki/12.9.4/app-readme.md diff --git a/stable/xwiki/12.9.4/charts/common-20.2.10.tgz b/stable/xwiki/12.9.4/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/xwiki/12.9.4/charts/common-20.2.10.tgz differ diff --git a/stable/xwiki/12.9.4/ix_values.yaml b/stable/xwiki/12.9.4/ix_values.yaml new file mode 100644 index 00000000000..4772d5a3dc7 --- /dev/null +++ b/stable/xwiki/12.9.4/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: xwiki + tag: 16.2.0-postgres-tomcat@sha256:96fcb3b94c1751dccfdd0c2a1ef5f54c0b1d70ecd11b9aa5052e5639e8453b82 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10208 + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: "/usr/local/xwiki" +cnpg: + main: + enabled: true + user: xwiki + database: xwiki +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + # User Defined + JAVA_OPTS: "" + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password diff --git a/stable/xwiki/12.9.2/questions.yaml b/stable/xwiki/12.9.4/questions.yaml similarity index 100% rename from stable/xwiki/12.9.2/questions.yaml rename to stable/xwiki/12.9.4/questions.yaml diff --git a/stable/youtubedl-material/10.8.3/templates/NOTES.txt b/stable/xwiki/12.9.4/templates/NOTES.txt similarity index 100% rename from stable/youtubedl-material/10.8.3/templates/NOTES.txt rename to stable/xwiki/12.9.4/templates/NOTES.txt diff --git a/stable/youtubedl-material/10.8.3/templates/common.yaml b/stable/xwiki/12.9.4/templates/common.yaml similarity index 100% rename from stable/youtubedl-material/10.8.3/templates/common.yaml rename to stable/xwiki/12.9.4/templates/common.yaml diff --git a/stable/yacy/5.7.3/values.yaml b/stable/xwiki/12.9.4/values.yaml similarity index 100% rename from stable/yacy/5.7.3/values.yaml rename to stable/xwiki/12.9.4/values.yaml diff --git a/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md b/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md deleted file mode 100644 index 1472552c180..00000000000 --- a/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/yacreaderlibraryserver/5.7.3/Chart.yaml b/stable/yacreaderlibraryserver/5.7.3/Chart.yaml deleted file mode 100644 index 9401bfc89f8..00000000000 --- a/stable/yacreaderlibraryserver/5.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Headless version of the YACReaderLibraryServer. -home: https://truecharts.org/charts/stable/yacreaderlibraryserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png -keywords: - - yacreaderlibraryserver - - MediaServer-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yacreaderlibraryserver -sources: - - https://www.yacreader.com - - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver - - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker -type: application -version: 5.7.3 diff --git a/stable/yacreaderlibraryserver/5.7.3/app-changelog.md b/stable/yacreaderlibraryserver/5.7.3/app-changelog.md deleted file mode 100644 index ba48ff16882..00000000000 --- a/stable/yacreaderlibraryserver/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz b/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/yourls/5.7.4/.helmignore b/stable/yacreaderlibraryserver/5.7.5/.helmignore similarity index 100% rename from stable/yourls/5.7.4/.helmignore rename to stable/yacreaderlibraryserver/5.7.5/.helmignore diff --git a/stable/yacreaderlibraryserver/5.7.5/CHANGELOG.md b/stable/yacreaderlibraryserver/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..566c76afe68 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacreaderlibraryserver-5.7.5](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacreaderlibraryserver-5.7.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacreaderlibraryserver-5.7.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacreaderlibraryserver-5.7.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacreaderlibraryserver-5.7.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacreaderlibraryserver-5.7.4](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.7.5/Chart.yaml b/stable/yacreaderlibraryserver/5.7.5/Chart.yaml new file mode 100644 index 00000000000..dcd54f5b66f --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: MediaServer-Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless version of the YACReaderLibraryServer. +home: https://truecharts.org/charts/stable/yacreaderlibraryserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png +keywords: + - yacreaderlibraryserver + - MediaServer-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacreaderlibraryserver +sources: + - https://www.yacreader.com + - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver + - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker +type: application +version: 5.7.5 diff --git a/stable/yacreaderlibraryserver/5.7.3/README.md b/stable/yacreaderlibraryserver/5.7.5/README.md similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/README.md rename to stable/yacreaderlibraryserver/5.7.5/README.md diff --git a/stable/yacreaderlibraryserver/5.7.5/app-changelog.md b/stable/yacreaderlibraryserver/5.7.5/app-changelog.md new file mode 100644 index 00000000000..a5307f38668 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [yacreaderlibraryserver-5.7.5](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.7.3/app-readme.md b/stable/yacreaderlibraryserver/5.7.5/app-readme.md similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/app-readme.md rename to stable/yacreaderlibraryserver/5.7.5/app-readme.md diff --git a/stable/yacreaderlibraryserver/5.7.5/charts/common-20.2.10.tgz b/stable/yacreaderlibraryserver/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/yacreaderlibraryserver/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/yacreaderlibraryserver/5.7.3/ix_values.yaml b/stable/yacreaderlibraryserver/5.7.5/ix_values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/ix_values.yaml rename to stable/yacreaderlibraryserver/5.7.5/ix_values.yaml diff --git a/stable/yacreaderlibraryserver/5.7.3/questions.yaml b/stable/yacreaderlibraryserver/5.7.5/questions.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/questions.yaml rename to stable/yacreaderlibraryserver/5.7.5/questions.yaml diff --git a/stable/yacreaderlibraryserver/5.7.3/templates/common.yaml b/stable/yacreaderlibraryserver/5.7.5/templates/common.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.7.3/templates/common.yaml rename to stable/yacreaderlibraryserver/5.7.5/templates/common.yaml diff --git a/stable/yourls/5.7.4/values.yaml b/stable/yacreaderlibraryserver/5.7.5/values.yaml similarity index 100% rename from stable/yourls/5.7.4/values.yaml rename to stable/yacreaderlibraryserver/5.7.5/values.yaml diff --git a/stable/yacy/5.7.3/CHANGELOG.md b/stable/yacy/5.7.3/CHANGELOG.md deleted file mode 100644 index 389c17eae26..00000000000 --- a/stable/yacy/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/yacy/5.7.3/Chart.yaml b/stable/yacy/5.7.3/Chart.yaml deleted file mode 100644 index 510b97855c7..00000000000 --- a/stable/yacy/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YaCy decentralized search engine (https://yacy.net) -home: https://truecharts.org/charts/stable/yacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png -keywords: - - yacy - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yacy -sources: - - https://yacy.net/ - - https://github.com/truecharts/charts/tree/master/charts/stable/yacy - - https://hub.docker.com/r/yacy/yacy_search_server -type: application -version: 5.7.3 diff --git a/stable/yacy/5.7.3/app-changelog.md b/stable/yacy/5.7.3/app-changelog.md deleted file mode 100644 index 36998fcdd09..00000000000 --- a/stable/yacy/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/yacy/5.7.3/charts/common-20.2.4.tgz b/stable/yacy/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/yacy/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/youtransfer/7.7.3/.helmignore b/stable/yacy/5.7.5/.helmignore similarity index 100% rename from stable/youtransfer/7.7.3/.helmignore rename to stable/yacy/5.7.5/.helmignore diff --git a/stable/yacy/5.7.5/CHANGELOG.md b/stable/yacy/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..af6523ff7bf --- /dev/null +++ b/stable/yacy/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacy-5.7.5](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacy-5.7.4](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacy-5.7.4](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacy-5.7.4](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacy-5.7.4](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [yacy-5.7.4](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/yacy/5.7.5/Chart.yaml b/stable/yacy/5.7.5/Chart.yaml new file mode 100644 index 00000000000..3b857194617 --- /dev/null +++ b/stable/yacy/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Tools-Utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YaCy decentralized search engine (https://yacy.net) +home: https://truecharts.org/charts/stable/yacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png +keywords: + - yacy + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacy +sources: + - https://yacy.net/ + - https://github.com/truecharts/charts/tree/master/charts/stable/yacy + - https://hub.docker.com/r/yacy/yacy_search_server +type: application +version: 5.7.5 diff --git a/stable/yacy/5.7.3/README.md b/stable/yacy/5.7.5/README.md similarity index 100% rename from stable/yacy/5.7.3/README.md rename to stable/yacy/5.7.5/README.md diff --git a/stable/yacy/5.7.5/app-changelog.md b/stable/yacy/5.7.5/app-changelog.md new file mode 100644 index 00000000000..908bc616bbf --- /dev/null +++ b/stable/yacy/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [yacy-5.7.5](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/yacy/5.7.3/app-readme.md b/stable/yacy/5.7.5/app-readme.md similarity index 100% rename from stable/yacy/5.7.3/app-readme.md rename to stable/yacy/5.7.5/app-readme.md diff --git a/stable/yacy/5.7.5/charts/common-20.2.10.tgz b/stable/yacy/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/yacy/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/yacy/5.7.3/ix_values.yaml b/stable/yacy/5.7.5/ix_values.yaml similarity index 100% rename from stable/yacy/5.7.3/ix_values.yaml rename to stable/yacy/5.7.5/ix_values.yaml diff --git a/stable/yacy/5.7.3/questions.yaml b/stable/yacy/5.7.5/questions.yaml similarity index 100% rename from stable/yacy/5.7.3/questions.yaml rename to stable/yacy/5.7.5/questions.yaml diff --git a/stable/yacy/5.7.3/templates/common.yaml b/stable/yacy/5.7.5/templates/common.yaml similarity index 100% rename from stable/yacy/5.7.3/templates/common.yaml rename to stable/yacy/5.7.5/templates/common.yaml diff --git a/stable/youtransfer/7.7.3/values.yaml b/stable/yacy/5.7.5/values.yaml similarity index 100% rename from stable/youtransfer/7.7.3/values.yaml rename to stable/yacy/5.7.5/values.yaml diff --git a/stable/yourls/5.7.4/CHANGELOG.md b/stable/yourls/5.7.4/CHANGELOG.md deleted file mode 100644 index ce17c153497..00000000000 --- a/stable/yourls/5.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - diff --git a/stable/yourls/5.7.4/Chart.yaml b/stable/yourls/5.7.4/Chart.yaml deleted file mode 100644 index 8f39c861d53..00000000000 --- a/stable/yourls/5.7.4/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. -home: https://truecharts.org/charts/stable/yourls -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png -keywords: - - yourls - - Cloud - - Tools-Utilities - - Network-Web - - Network-Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: yourls -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/yourls - - https://hub.docker.com/_/yourls -type: application -version: 5.7.4 diff --git a/stable/yourls/5.7.4/app-changelog.md b/stable/yourls/5.7.4/app-changelog.md deleted file mode 100644 index ed981021da6..00000000000 --- a/stable/yourls/5.7.4/app-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ - - -## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) \ No newline at end of file diff --git a/stable/yourls/5.7.4/charts/common-20.2.4.tgz b/stable/yourls/5.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/yourls/5.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.8.3/.helmignore b/stable/yourls/5.7.6/.helmignore similarity index 100% rename from stable/youtubedl-material/10.8.3/.helmignore rename to stable/yourls/5.7.6/.helmignore diff --git a/stable/yourls/5.7.6/CHANGELOG.md b/stable/yourls/5.7.6/CHANGELOG.md new file mode 100644 index 00000000000..40036e7ddd2 --- /dev/null +++ b/stable/yourls/5.7.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yourls-5.7.6](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) + +- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) + + +## [yourls-5.7.5](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) + +- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) + + +## [yourls-5.7.5](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) + +- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) + + +## [yourls-5.7.5](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) \ No newline at end of file diff --git a/stable/yourls/5.7.6/Chart.yaml b/stable/yourls/5.7.6/Chart.yaml new file mode 100644 index 00000000000..8e5714ea2fb --- /dev/null +++ b/stable/yourls/5.7.6/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. +home: https://truecharts.org/charts/stable/yourls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png +keywords: + - yourls + - Cloud + - Tools-Utilities + - Network-Web + - Network-Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yourls +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/yourls + - https://hub.docker.com/_/yourls +type: application +version: 5.7.6 diff --git a/stable/yourls/5.7.4/README.md b/stable/yourls/5.7.6/README.md similarity index 100% rename from stable/yourls/5.7.4/README.md rename to stable/yourls/5.7.6/README.md diff --git a/stable/yourls/5.7.6/app-changelog.md b/stable/yourls/5.7.6/app-changelog.md new file mode 100644 index 00000000000..5d3e3231ac6 --- /dev/null +++ b/stable/yourls/5.7.6/app-changelog.md @@ -0,0 +1,25 @@ + + +## [yourls-5.7.6](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359)) + +- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) \ No newline at end of file diff --git a/stable/yourls/5.7.4/app-readme.md b/stable/yourls/5.7.6/app-readme.md similarity index 100% rename from stable/yourls/5.7.4/app-readme.md rename to stable/yourls/5.7.6/app-readme.md diff --git a/stable/yourls/5.7.6/charts/common-20.2.10.tgz b/stable/yourls/5.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/yourls/5.7.6/charts/common-20.2.10.tgz differ diff --git a/stable/yourls/5.7.4/ix_values.yaml b/stable/yourls/5.7.6/ix_values.yaml similarity index 100% rename from stable/yourls/5.7.4/ix_values.yaml rename to stable/yourls/5.7.6/ix_values.yaml diff --git a/stable/yourls/5.7.4/questions.yaml b/stable/yourls/5.7.6/questions.yaml similarity index 100% rename from stable/yourls/5.7.4/questions.yaml rename to stable/yourls/5.7.6/questions.yaml diff --git a/stable/yourls/5.7.4/templates/common.yaml b/stable/yourls/5.7.6/templates/common.yaml similarity index 100% rename from stable/yourls/5.7.4/templates/common.yaml rename to stable/yourls/5.7.6/templates/common.yaml diff --git a/stable/youtubedl-material/10.8.3/values.yaml b/stable/yourls/5.7.6/values.yaml similarity index 100% rename from stable/youtubedl-material/10.8.3/values.yaml rename to stable/yourls/5.7.6/values.yaml diff --git a/stable/youtransfer/7.7.3/CHANGELOG.md b/stable/youtransfer/7.7.3/CHANGELOG.md deleted file mode 100644 index 7bf32a44dff..00000000000 --- a/stable/youtransfer/7.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/youtransfer/7.7.3/Chart.yaml b/stable/youtransfer/7.7.3/Chart.yaml deleted file mode 100644 index ba61d6cadf3..00000000000 --- a/stable/youtransfer/7.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. -home: https://truecharts.org/charts/stable/youtransfer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png -keywords: - - youtransfer - - Cloud - - Tools-Utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: youtransfer -sources: - - https://github.com/YouTransfer/YouTransfer - - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer - - https://hub.docker.com/r/remie/youtransfer -type: application -version: 7.7.3 diff --git a/stable/youtransfer/7.7.3/app-changelog.md b/stable/youtransfer/7.7.3/app-changelog.md deleted file mode 100644 index abca5892efe..00000000000 --- a/stable/youtransfer/7.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz b/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/z80pack/5.7.3/.helmignore b/stable/youtransfer/7.7.5/.helmignore similarity index 100% rename from stable/z80pack/5.7.3/.helmignore rename to stable/youtransfer/7.7.5/.helmignore diff --git a/stable/youtransfer/7.7.5/CHANGELOG.md b/stable/youtransfer/7.7.5/CHANGELOG.md new file mode 100644 index 00000000000..a25da45c890 --- /dev/null +++ b/stable/youtransfer/7.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtransfer-7.7.5](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [youtransfer-7.7.4](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [youtransfer-7.7.4](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [youtransfer-7.7.4](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [youtransfer-7.7.4](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [youtransfer-7.7.4](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/youtransfer/7.7.5/Chart.yaml b/stable/youtransfer/7.7.5/Chart.yaml new file mode 100644 index 00000000000..34a4652ec2c --- /dev/null +++ b/stable/youtransfer/7.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. +home: https://truecharts.org/charts/stable/youtransfer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png +keywords: + - youtransfer + - Cloud + - Tools-Utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtransfer +sources: + - https://github.com/YouTransfer/YouTransfer + - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer + - https://hub.docker.com/r/remie/youtransfer +type: application +version: 7.7.5 diff --git a/stable/youtransfer/7.7.3/README.md b/stable/youtransfer/7.7.5/README.md similarity index 100% rename from stable/youtransfer/7.7.3/README.md rename to stable/youtransfer/7.7.5/README.md diff --git a/stable/youtransfer/7.7.5/app-changelog.md b/stable/youtransfer/7.7.5/app-changelog.md new file mode 100644 index 00000000000..b52d89e32b0 --- /dev/null +++ b/stable/youtransfer/7.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [youtransfer-7.7.5](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/youtransfer/7.7.3/app-readme.md b/stable/youtransfer/7.7.5/app-readme.md similarity index 100% rename from stable/youtransfer/7.7.3/app-readme.md rename to stable/youtransfer/7.7.5/app-readme.md diff --git a/stable/youtransfer/7.7.5/charts/common-20.2.10.tgz b/stable/youtransfer/7.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/youtransfer/7.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/youtransfer/7.7.3/ix_values.yaml b/stable/youtransfer/7.7.5/ix_values.yaml similarity index 100% rename from stable/youtransfer/7.7.3/ix_values.yaml rename to stable/youtransfer/7.7.5/ix_values.yaml diff --git a/stable/youtransfer/7.7.3/questions.yaml b/stable/youtransfer/7.7.5/questions.yaml similarity index 100% rename from stable/youtransfer/7.7.3/questions.yaml rename to stable/youtransfer/7.7.5/questions.yaml diff --git a/stable/zerotier/9.7.3/templates/NOTES.txt b/stable/youtransfer/7.7.5/templates/NOTES.txt similarity index 100% rename from stable/zerotier/9.7.3/templates/NOTES.txt rename to stable/youtransfer/7.7.5/templates/NOTES.txt diff --git a/stable/youtransfer/7.7.3/templates/common.yaml b/stable/youtransfer/7.7.5/templates/common.yaml similarity index 100% rename from stable/youtransfer/7.7.3/templates/common.yaml rename to stable/youtransfer/7.7.5/templates/common.yaml diff --git a/stable/z80pack/5.7.3/values.yaml b/stable/youtransfer/7.7.5/values.yaml similarity index 100% rename from stable/z80pack/5.7.3/values.yaml rename to stable/youtransfer/7.7.5/values.yaml diff --git a/stable/youtubedl-material/10.8.3/CHANGELOG.md b/stable/youtubedl-material/10.8.3/CHANGELOG.md deleted file mode 100644 index c991a8460d0..00000000000 --- a/stable/youtubedl-material/10.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - diff --git a/stable/youtubedl-material/10.8.3/Chart.yaml b/stable/youtubedl-material/10.8.3/Chart.yaml deleted file mode 100644 index 37f92307910..00000000000 --- a/stable/youtubedl-material/10.8.3/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 12.5.4 - repository: oci://tccr.io/truecharts - condition: mongodb.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -home: https://truecharts.org/charts/stable/youtubedl-material -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png -keywords: - - youtube -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: youtubedl-material -sources: - - https://github.com/Tzahi12345/YoutubeDL-Material - - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - - https://ghcr.io/tzahi12345/youtubedl-material -type: application -version: 10.8.3 diff --git a/stable/youtubedl-material/10.8.3/app-changelog.md b/stable/youtubedl-material/10.8.3/app-changelog.md deleted file mode 100644 index fcdfec765cb..00000000000 --- a/stable/youtubedl-material/10.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) \ No newline at end of file diff --git a/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz b/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/zerotier/9.7.3/.helmignore b/stable/youtubedl-material/10.8.5/.helmignore similarity index 100% rename from stable/zerotier/9.7.3/.helmignore rename to stable/youtubedl-material/10.8.5/.helmignore diff --git a/stable/youtubedl-material/10.8.5/CHANGELOG.md b/stable/youtubedl-material/10.8.5/CHANGELOG.md new file mode 100644 index 00000000000..0924c1d2ffe --- /dev/null +++ b/stable/youtubedl-material/10.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtubedl-material-10.8.5](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [youtubedl-material-10.8.4](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [youtubedl-material-10.8.4](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [youtubedl-material-10.8.4](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) + + +## [youtubedl-material-10.8.4](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/stable/youtubedl-material/10.8.5/Chart.yaml b/stable/youtubedl-material/10.8.5/Chart.yaml new file mode 100644 index 00000000000..30b9d95732b --- /dev/null +++ b/stable/youtubedl-material/10.8.5/Chart.yaml @@ -0,0 +1,43 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 12.5.4 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YoutubeDL-Material is a Material Design frontend for youtube-dl. +home: https://truecharts.org/charts/stable/youtubedl-material +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png +keywords: + - youtube +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtubedl-material +sources: + - https://github.com/Tzahi12345/YoutubeDL-Material + - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material + - https://ghcr.io/tzahi12345/youtubedl-material +type: application +version: 10.8.5 diff --git a/stable/youtubedl-material/10.8.3/README.md b/stable/youtubedl-material/10.8.5/README.md similarity index 100% rename from stable/youtubedl-material/10.8.3/README.md rename to stable/youtubedl-material/10.8.5/README.md diff --git a/stable/youtubedl-material/10.8.5/app-changelog.md b/stable/youtubedl-material/10.8.5/app-changelog.md new file mode 100644 index 00000000000..24ff1090918 --- /dev/null +++ b/stable/youtubedl-material/10.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [youtubedl-material-10.8.5](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) \ No newline at end of file diff --git a/stable/youtubedl-material/10.8.3/app-readme.md b/stable/youtubedl-material/10.8.5/app-readme.md similarity index 100% rename from stable/youtubedl-material/10.8.3/app-readme.md rename to stable/youtubedl-material/10.8.5/app-readme.md diff --git a/stable/youtubedl-material/10.8.5/charts/common-20.2.10.tgz b/stable/youtubedl-material/10.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/youtubedl-material/10.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/youtubedl-material/10.8.3/charts/mongodb-12.5.4.tgz b/stable/youtubedl-material/10.8.5/charts/mongodb-12.5.4.tgz similarity index 100% rename from stable/youtubedl-material/10.8.3/charts/mongodb-12.5.4.tgz rename to stable/youtubedl-material/10.8.5/charts/mongodb-12.5.4.tgz diff --git a/stable/youtubedl-material/10.8.3/ix_values.yaml b/stable/youtubedl-material/10.8.5/ix_values.yaml similarity index 100% rename from stable/youtubedl-material/10.8.3/ix_values.yaml rename to stable/youtubedl-material/10.8.5/ix_values.yaml diff --git a/stable/youtubedl-material/10.8.3/questions.yaml b/stable/youtubedl-material/10.8.5/questions.yaml similarity index 100% rename from stable/youtubedl-material/10.8.3/questions.yaml rename to stable/youtubedl-material/10.8.5/questions.yaml diff --git a/stable/zigbee2mqtt/11.8.3/templates/NOTES.txt b/stable/youtubedl-material/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/11.8.3/templates/NOTES.txt rename to stable/youtubedl-material/10.8.5/templates/NOTES.txt diff --git a/stable/zerotier/9.7.3/templates/common.yaml b/stable/youtubedl-material/10.8.5/templates/common.yaml similarity index 100% rename from stable/zerotier/9.7.3/templates/common.yaml rename to stable/youtubedl-material/10.8.5/templates/common.yaml diff --git a/stable/zerotier/9.7.3/values.yaml b/stable/youtubedl-material/10.8.5/values.yaml similarity index 100% rename from stable/zerotier/9.7.3/values.yaml rename to stable/youtubedl-material/10.8.5/values.yaml diff --git a/stable/z80pack/5.7.3/CHANGELOG.md b/stable/z80pack/5.7.3/CHANGELOG.md deleted file mode 100644 index edfd221f9d5..00000000000 --- a/stable/z80pack/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/z80pack/5.7.3/Chart.yaml b/stable/z80pack/5.7.3/Chart.yaml deleted file mode 100644 index 363aa74c47f..00000000000 --- a/stable/z80pack/5.7.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: | - Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] -home: https://truecharts.org/charts/stable/z80pack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png -keywords: - - z80pack - - Other -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: z80pack -sources: - - https://registry.hub.docker.com/r/dlandon/z80pack/ - - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack - - https://hub.docker.com/r/dlandon/z80pack -type: application -version: 5.7.3 diff --git a/stable/z80pack/5.7.3/app-changelog.md b/stable/z80pack/5.7.3/app-changelog.md deleted file mode 100644 index 5d3a4899d85..00000000000 --- a/stable/z80pack/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/z80pack/5.7.3/charts/common-20.2.4.tgz b/stable/z80pack/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/z80pack/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.8.3/.helmignore b/stable/z80pack/5.7.5/.helmignore similarity index 100% rename from stable/zigbee2mqtt/11.8.3/.helmignore rename to stable/z80pack/5.7.5/.helmignore diff --git a/stable/z80pack/5.7.5/CHANGELOG.md b/stable/z80pack/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..488f1fc8daf --- /dev/null +++ b/stable/z80pack/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [z80pack-5.7.5](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [z80pack-5.7.4](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [z80pack-5.7.4](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [z80pack-5.7.4](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [z80pack-5.7.4](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [z80pack-5.7.4](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/z80pack/5.7.5/Chart.yaml b/stable/z80pack/5.7.5/Chart.yaml new file mode 100644 index 00000000000..f56ad6aca8f --- /dev/null +++ b/stable/z80pack/5.7.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | + Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] +home: https://truecharts.org/charts/stable/z80pack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png +keywords: + - z80pack + - Other +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: z80pack +sources: + - https://registry.hub.docker.com/r/dlandon/z80pack/ + - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack + - https://hub.docker.com/r/dlandon/z80pack +type: application +version: 5.7.5 diff --git a/stable/z80pack/5.7.3/README.md b/stable/z80pack/5.7.5/README.md similarity index 100% rename from stable/z80pack/5.7.3/README.md rename to stable/z80pack/5.7.5/README.md diff --git a/stable/z80pack/5.7.5/app-changelog.md b/stable/z80pack/5.7.5/app-changelog.md new file mode 100644 index 00000000000..4f8d33a8700 --- /dev/null +++ b/stable/z80pack/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [z80pack-5.7.5](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/z80pack/5.7.3/app-readme.md b/stable/z80pack/5.7.5/app-readme.md similarity index 100% rename from stable/z80pack/5.7.3/app-readme.md rename to stable/z80pack/5.7.5/app-readme.md diff --git a/stable/z80pack/5.7.5/charts/common-20.2.10.tgz b/stable/z80pack/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/z80pack/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/z80pack/5.7.3/ix_values.yaml b/stable/z80pack/5.7.5/ix_values.yaml similarity index 100% rename from stable/z80pack/5.7.3/ix_values.yaml rename to stable/z80pack/5.7.5/ix_values.yaml diff --git a/stable/z80pack/5.7.3/questions.yaml b/stable/z80pack/5.7.5/questions.yaml similarity index 100% rename from stable/z80pack/5.7.3/questions.yaml rename to stable/z80pack/5.7.5/questions.yaml diff --git a/stable/z80pack/5.7.3/templates/common.yaml b/stable/z80pack/5.7.5/templates/common.yaml similarity index 100% rename from stable/z80pack/5.7.3/templates/common.yaml rename to stable/z80pack/5.7.5/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.8.3/values.yaml b/stable/z80pack/5.7.5/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.8.3/values.yaml rename to stable/z80pack/5.7.5/values.yaml diff --git a/stable/zerotier/9.7.3/CHANGELOG.md b/stable/zerotier/9.7.3/CHANGELOG.md deleted file mode 100644 index bb6a33d1a21..00000000000 --- a/stable/zerotier/9.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/zerotier/9.7.3/Chart.yaml b/stable/zerotier/9.7.3/Chart.yaml deleted file mode 100644 index 5f7f118956f..00000000000 --- a/stable/zerotier/9.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.12.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ZeroTier is a smart programmable Ethernet switch for planet Earth -home: https://truecharts.org/charts/stable/zerotier -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png -keywords: - - zerotier - - network -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zerotier -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - - https://hub.docker.com/r/zerotier/zerotier -type: application -version: 9.7.3 diff --git a/stable/zerotier/9.7.3/app-changelog.md b/stable/zerotier/9.7.3/app-changelog.md deleted file mode 100644 index 16728f077cf..00000000000 --- a/stable/zerotier/9.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zerotier/9.7.3/charts/common-20.2.4.tgz b/stable/zerotier/9.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/zerotier/9.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/znc/9.8.4/.helmignore b/stable/zerotier/9.7.5/.helmignore similarity index 100% rename from stable/znc/9.8.4/.helmignore rename to stable/zerotier/9.7.5/.helmignore diff --git a/stable/zerotier/9.7.5/CHANGELOG.md b/stable/zerotier/9.7.5/CHANGELOG.md new file mode 100644 index 00000000000..90dcb17d174 --- /dev/null +++ b/stable/zerotier/9.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zerotier-9.7.5](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zerotier-9.7.4](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zerotier-9.7.4](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zerotier-9.7.4](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zerotier-9.7.4](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zerotier-9.7.4](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/zerotier/9.7.5/Chart.yaml b/stable/zerotier/9.7.5/Chart.yaml new file mode 100644 index 00000000000..d56041c3cad --- /dev/null +++ b/stable/zerotier/9.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.12.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier is a smart programmable Ethernet switch for planet Earth +home: https://truecharts.org/charts/stable/zerotier +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png +keywords: + - zerotier + - network +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zerotier +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier + - https://hub.docker.com/r/zerotier/zerotier +type: application +version: 9.7.5 diff --git a/stable/zerotier/9.7.3/README.md b/stable/zerotier/9.7.5/README.md similarity index 100% rename from stable/zerotier/9.7.3/README.md rename to stable/zerotier/9.7.5/README.md diff --git a/stable/zerotier/9.7.5/app-changelog.md b/stable/zerotier/9.7.5/app-changelog.md new file mode 100644 index 00000000000..0f45682920c --- /dev/null +++ b/stable/zerotier/9.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [zerotier-9.7.5](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zerotier/9.7.3/app-readme.md b/stable/zerotier/9.7.5/app-readme.md similarity index 100% rename from stable/zerotier/9.7.3/app-readme.md rename to stable/zerotier/9.7.5/app-readme.md diff --git a/stable/zerotier/9.7.5/charts/common-20.2.10.tgz b/stable/zerotier/9.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/zerotier/9.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/zerotier/9.7.3/ix_values.yaml b/stable/zerotier/9.7.5/ix_values.yaml similarity index 100% rename from stable/zerotier/9.7.3/ix_values.yaml rename to stable/zerotier/9.7.5/ix_values.yaml diff --git a/stable/zerotier/9.7.3/questions.yaml b/stable/zerotier/9.7.5/questions.yaml similarity index 100% rename from stable/zerotier/9.7.3/questions.yaml rename to stable/zerotier/9.7.5/questions.yaml diff --git a/stable/znc/9.8.4/templates/NOTES.txt b/stable/zerotier/9.7.5/templates/NOTES.txt similarity index 100% rename from stable/znc/9.8.4/templates/NOTES.txt rename to stable/zerotier/9.7.5/templates/NOTES.txt diff --git a/stable/znc/9.8.4/templates/common.yaml b/stable/zerotier/9.7.5/templates/common.yaml similarity index 100% rename from stable/znc/9.8.4/templates/common.yaml rename to stable/zerotier/9.7.5/templates/common.yaml diff --git a/stable/znc/9.8.4/values.yaml b/stable/zerotier/9.7.5/values.yaml similarity index 100% rename from stable/znc/9.8.4/values.yaml rename to stable/zerotier/9.7.5/values.yaml diff --git a/stable/zigbee2mqtt/11.8.3/CHANGELOG.md b/stable/zigbee2mqtt/11.8.3/CHANGELOG.md deleted file mode 100644 index 66e16ca8b99..00000000000 --- a/stable/zigbee2mqtt/11.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/zigbee2mqtt/11.8.3/Chart.yaml b/stable/zigbee2mqtt/11.8.3/Chart.yaml deleted file mode 100644 index 2f7afefb165..00000000000 --- a/stable/zigbee2mqtt/11.8.3/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.36.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Bridges events and allows you to control your Zigbee devices via MQTT -home: https://truecharts.org/charts/stable/zigbee2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png -keywords: - - zigbee - - mqtt - - home-assistant -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zigbee2mqtt -sources: - - https://github.com/Koenkk/zigbee2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - - https://hub.docker.com/r/koenkk/zigbee2mqtt -type: application -version: 11.8.3 diff --git a/stable/zigbee2mqtt/11.8.3/app-changelog.md b/stable/zigbee2mqtt/11.8.3/app-changelog.md deleted file mode 100644 index 5e9cfc8794e..00000000000 --- a/stable/zigbee2mqtt/11.8.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz b/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/zoneminder/5.7.3/.helmignore b/stable/zigbee2mqtt/11.8.5/.helmignore similarity index 100% rename from stable/zoneminder/5.7.3/.helmignore rename to stable/zigbee2mqtt/11.8.5/.helmignore diff --git a/stable/zigbee2mqtt/11.8.5/CHANGELOG.md b/stable/zigbee2mqtt/11.8.5/CHANGELOG.md new file mode 100644 index 00000000000..88745c2701b --- /dev/null +++ b/stable/zigbee2mqtt/11.8.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zigbee2mqtt-11.8.5](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zigbee2mqtt-11.8.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zigbee2mqtt-11.8.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zigbee2mqtt-11.8.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zigbee2mqtt-11.8.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zigbee2mqtt-11.8.4](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.8.5/Chart.yaml b/stable/zigbee2mqtt/11.8.5/Chart.yaml new file mode 100644 index 00000000000..d5fe78d7d66 --- /dev/null +++ b/stable/zigbee2mqtt/11.8.5/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.36.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bridges events and allows you to control your Zigbee devices via MQTT +home: https://truecharts.org/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png +keywords: + - zigbee + - mqtt + - home-assistant +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zigbee2mqtt +sources: + - https://github.com/Koenkk/zigbee2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://hub.docker.com/r/koenkk/zigbee2mqtt +type: application +version: 11.8.5 diff --git a/stable/zigbee2mqtt/11.8.3/README.md b/stable/zigbee2mqtt/11.8.5/README.md similarity index 100% rename from stable/zigbee2mqtt/11.8.3/README.md rename to stable/zigbee2mqtt/11.8.5/README.md diff --git a/stable/zigbee2mqtt/11.8.3/SKIPINSTALL b/stable/zigbee2mqtt/11.8.5/SKIPINSTALL similarity index 100% rename from stable/zigbee2mqtt/11.8.3/SKIPINSTALL rename to stable/zigbee2mqtt/11.8.5/SKIPINSTALL diff --git a/stable/zigbee2mqtt/11.8.5/app-changelog.md b/stable/zigbee2mqtt/11.8.5/app-changelog.md new file mode 100644 index 00000000000..7764c18a487 --- /dev/null +++ b/stable/zigbee2mqtt/11.8.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [zigbee2mqtt-11.8.5](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.8.3/app-readme.md b/stable/zigbee2mqtt/11.8.5/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/11.8.3/app-readme.md rename to stable/zigbee2mqtt/11.8.5/app-readme.md diff --git a/stable/zigbee2mqtt/11.8.5/charts/common-20.2.10.tgz b/stable/zigbee2mqtt/11.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/zigbee2mqtt/11.8.5/charts/common-20.2.10.tgz differ diff --git a/stable/zigbee2mqtt/11.8.3/ix_values.yaml b/stable/zigbee2mqtt/11.8.5/ix_values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.8.3/ix_values.yaml rename to stable/zigbee2mqtt/11.8.5/ix_values.yaml diff --git a/stable/zigbee2mqtt/11.8.3/questions.yaml b/stable/zigbee2mqtt/11.8.5/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/11.8.3/questions.yaml rename to stable/zigbee2mqtt/11.8.5/questions.yaml diff --git a/stable/ztcuui-aio/8.7.3/templates/NOTES.txt b/stable/zigbee2mqtt/11.8.5/templates/NOTES.txt similarity index 100% rename from stable/ztcuui-aio/8.7.3/templates/NOTES.txt rename to stable/zigbee2mqtt/11.8.5/templates/NOTES.txt diff --git a/stable/zigbee2mqtt/11.8.3/templates/common.yaml b/stable/zigbee2mqtt/11.8.5/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/11.8.3/templates/common.yaml rename to stable/zigbee2mqtt/11.8.5/templates/common.yaml diff --git a/stable/zoneminder/5.7.3/values.yaml b/stable/zigbee2mqtt/11.8.5/values.yaml similarity index 100% rename from stable/zoneminder/5.7.3/values.yaml rename to stable/zigbee2mqtt/11.8.5/values.yaml diff --git a/stable/znc/9.8.4/CHANGELOG.md b/stable/znc/9.8.4/CHANGELOG.md deleted file mode 100644 index 71f66150cd1..00000000000 --- a/stable/znc/9.8.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/stable/znc/9.8.4/Chart.yaml b/stable/znc/9.8.4/Chart.yaml deleted file mode 100644 index 56b3f6412c0..00000000000 --- a/stable/znc/9.8.4/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. -home: https://truecharts.org/charts/stable/znc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png -keywords: - - znc -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: znc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/znc - - https://ghcr.io/linuxserver/znc -type: application -version: 9.8.4 diff --git a/stable/znc/9.8.4/app-changelog.md b/stable/znc/9.8.4/app-changelog.md deleted file mode 100644 index b1631f31e5d..00000000000 --- a/stable/znc/9.8.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [znc-9.8.4](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.4) (2024-03-27) - -### Chore - - - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) \ No newline at end of file diff --git a/stable/znc/9.8.4/charts/common-20.2.4.tgz b/stable/znc/9.8.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/znc/9.8.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.7.3/.helmignore b/stable/znc/9.8.6/.helmignore similarity index 100% rename from stable/ztcuui-aio/8.7.3/.helmignore rename to stable/znc/9.8.6/.helmignore diff --git a/stable/znc/9.8.6/CHANGELOG.md b/stable/znc/9.8.6/CHANGELOG.md new file mode 100644 index 00000000000..e00f692f7a7 --- /dev/null +++ b/stable/znc/9.8.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [znc-9.8.6](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) + + +## [znc-9.8.5](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) + + +## [znc-9.8.5](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) + + +## [znc-9.8.5](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) + + +## [znc-9.8.5](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.5) (2024-03-27) + +### Chore diff --git a/stable/znc/9.8.6/Chart.yaml b/stable/znc/9.8.6/Chart.yaml new file mode 100644 index 00000000000..7e09812f592 --- /dev/null +++ b/stable/znc/9.8.6/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. +home: https://truecharts.org/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png +keywords: + - znc +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: znc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/znc + - https://ghcr.io/linuxserver/znc +type: application +version: 9.8.6 diff --git a/stable/znc/9.8.4/README.md b/stable/znc/9.8.6/README.md similarity index 100% rename from stable/znc/9.8.4/README.md rename to stable/znc/9.8.6/README.md diff --git a/stable/znc/9.8.6/app-changelog.md b/stable/znc/9.8.6/app-changelog.md new file mode 100644 index 00000000000..181d7d102ef --- /dev/null +++ b/stable/znc/9.8.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [znc-9.8.6](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@6002596](https://github.com/6002596) by renovate ([#19832](https://github.com/truecharts/charts/issues/19832)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250)) \ No newline at end of file diff --git a/stable/znc/9.8.4/app-readme.md b/stable/znc/9.8.6/app-readme.md similarity index 100% rename from stable/znc/9.8.4/app-readme.md rename to stable/znc/9.8.6/app-readme.md diff --git a/stable/znc/9.8.6/charts/common-20.2.10.tgz b/stable/znc/9.8.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/znc/9.8.6/charts/common-20.2.10.tgz differ diff --git a/stable/znc/9.8.4/ix_values.yaml b/stable/znc/9.8.6/ix_values.yaml similarity index 100% rename from stable/znc/9.8.4/ix_values.yaml rename to stable/znc/9.8.6/ix_values.yaml diff --git a/stable/znc/9.8.4/questions.yaml b/stable/znc/9.8.6/questions.yaml similarity index 100% rename from stable/znc/9.8.4/questions.yaml rename to stable/znc/9.8.6/questions.yaml diff --git a/stable/zwavejs2mqtt/19.7.3/templates/NOTES.txt b/stable/znc/9.8.6/templates/NOTES.txt similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/templates/NOTES.txt rename to stable/znc/9.8.6/templates/NOTES.txt diff --git a/stable/ztcuui-aio/8.7.3/templates/common.yaml b/stable/znc/9.8.6/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/8.7.3/templates/common.yaml rename to stable/znc/9.8.6/templates/common.yaml diff --git a/stable/ztcuui-aio/8.7.3/values.yaml b/stable/znc/9.8.6/values.yaml similarity index 100% rename from stable/ztcuui-aio/8.7.3/values.yaml rename to stable/znc/9.8.6/values.yaml diff --git a/stable/zoneminder/5.7.3/CHANGELOG.md b/stable/zoneminder/5.7.3/CHANGELOG.md deleted file mode 100644 index 5a5b2cd379d..00000000000 --- a/stable/zoneminder/5.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/zoneminder/5.7.3/Chart.yaml b/stable/zoneminder/5.7.3/Chart.yaml deleted file mode 100644 index 87a33e08d58..00000000000 --- a/stable/zoneminder/5.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Zoneminder is the top Linux video camera security and surveillance solution. -home: https://truecharts.org/charts/stable/zoneminder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png -keywords: - - zoneminder - - home - - automation - - cctv - - utilities -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zoneminder -sources: - - https://zoneminder.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder - - https://hub.docker.com/r/dlandon/zoneminder.unraid -type: application -version: 5.7.3 diff --git a/stable/zoneminder/5.7.3/app-changelog.md b/stable/zoneminder/5.7.3/app-changelog.md deleted file mode 100644 index 4b79237f9b3..00000000000 --- a/stable/zoneminder/5.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz b/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.7.3/.helmignore b/stable/zoneminder/5.7.5/.helmignore similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/.helmignore rename to stable/zoneminder/5.7.5/.helmignore diff --git a/stable/zoneminder/5.7.5/CHANGELOG.md b/stable/zoneminder/5.7.5/CHANGELOG.md new file mode 100644 index 00000000000..389500f7f04 --- /dev/null +++ b/stable/zoneminder/5.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zoneminder-5.7.5](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zoneminder-5.7.4](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zoneminder-5.7.4](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zoneminder-5.7.4](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zoneminder-5.7.4](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zoneminder-5.7.4](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/zoneminder/5.7.5/Chart.yaml b/stable/zoneminder/5.7.5/Chart.yaml new file mode 100644 index 00000000000..589499f0dba --- /dev/null +++ b/stable/zoneminder/5.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Zoneminder is the top Linux video camera security and surveillance solution. +home: https://truecharts.org/charts/stable/zoneminder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png +keywords: + - zoneminder + - home + - automation + - cctv + - utilities +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zoneminder +sources: + - https://zoneminder.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder + - https://hub.docker.com/r/dlandon/zoneminder.unraid +type: application +version: 5.7.5 diff --git a/stable/zoneminder/5.7.3/README.md b/stable/zoneminder/5.7.5/README.md similarity index 100% rename from stable/zoneminder/5.7.3/README.md rename to stable/zoneminder/5.7.5/README.md diff --git a/stable/zoneminder/5.7.5/app-changelog.md b/stable/zoneminder/5.7.5/app-changelog.md new file mode 100644 index 00000000000..e330e764782 --- /dev/null +++ b/stable/zoneminder/5.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [zoneminder-5.7.5](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zoneminder/5.7.3/app-readme.md b/stable/zoneminder/5.7.5/app-readme.md similarity index 100% rename from stable/zoneminder/5.7.3/app-readme.md rename to stable/zoneminder/5.7.5/app-readme.md diff --git a/stable/zoneminder/5.7.5/charts/common-20.2.10.tgz b/stable/zoneminder/5.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/zoneminder/5.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/zoneminder/5.7.3/ix_values.yaml b/stable/zoneminder/5.7.5/ix_values.yaml similarity index 100% rename from stable/zoneminder/5.7.3/ix_values.yaml rename to stable/zoneminder/5.7.5/ix_values.yaml diff --git a/stable/zoneminder/5.7.3/questions.yaml b/stable/zoneminder/5.7.5/questions.yaml similarity index 100% rename from stable/zoneminder/5.7.3/questions.yaml rename to stable/zoneminder/5.7.5/questions.yaml diff --git a/stable/zoneminder/5.7.3/templates/common.yaml b/stable/zoneminder/5.7.5/templates/common.yaml similarity index 100% rename from stable/zoneminder/5.7.3/templates/common.yaml rename to stable/zoneminder/5.7.5/templates/common.yaml diff --git a/stable/zwavejs2mqtt/19.7.3/values.yaml b/stable/zoneminder/5.7.5/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/values.yaml rename to stable/zoneminder/5.7.5/values.yaml diff --git a/stable/ztcuui-aio/8.7.3/CHANGELOG.md b/stable/ztcuui-aio/8.7.3/CHANGELOG.md deleted file mode 100644 index e821d31b9a0..00000000000 --- a/stable/ztcuui-aio/8.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/ztcuui-aio/8.7.3/Chart.yaml b/stable/ztcuui-aio/8.7.3/Chart.yaml deleted file mode 100644 index 94759bd8fd0..00000000000 --- a/stable/ztcuui-aio/8.7.3/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.1.28 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: ZeroTier network controller user interface in a Docker container -home: https://truecharts.org/charts/stable/ztcuui-aio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png -keywords: - - ztcuui-aio -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ztcuui-aio -sources: - - https://github.com/kmahyyg/ztncui-aio - - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - - https://ghcr.io/kmahyyg/ztncui-aio -type: application -version: 8.7.3 diff --git a/stable/ztcuui-aio/8.7.3/app-changelog.md b/stable/ztcuui-aio/8.7.3/app-changelog.md deleted file mode 100644 index 0aed0bc8e92..00000000000 --- a/stable/ztcuui-aio/8.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz b/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/cert-manager/4.7.4/.helmignore b/stable/ztcuui-aio/8.7.5/.helmignore similarity index 100% rename from system/cert-manager/4.7.4/.helmignore rename to stable/ztcuui-aio/8.7.5/.helmignore diff --git a/stable/ztcuui-aio/8.7.5/CHANGELOG.md b/stable/ztcuui-aio/8.7.5/CHANGELOG.md new file mode 100644 index 00000000000..c874923e8b5 --- /dev/null +++ b/stable/ztcuui-aio/8.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ztcuui-aio-8.7.5](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ztcuui-aio-8.7.4](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ztcuui-aio-8.7.4](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ztcuui-aio-8.7.4](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ztcuui-aio-8.7.4](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [ztcuui-aio-8.7.4](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/ztcuui-aio/8.7.5/Chart.yaml b/stable/ztcuui-aio/8.7.5/Chart.yaml new file mode 100644 index 00000000000..a65380c48f6 --- /dev/null +++ b/stable/ztcuui-aio/8.7.5/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.28 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier network controller user interface in a Docker container +home: https://truecharts.org/charts/stable/ztcuui-aio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png +keywords: + - ztcuui-aio +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ztcuui-aio +sources: + - https://github.com/kmahyyg/ztncui-aio + - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio + - https://ghcr.io/kmahyyg/ztncui-aio +type: application +version: 8.7.5 diff --git a/stable/ztcuui-aio/8.7.3/README.md b/stable/ztcuui-aio/8.7.5/README.md similarity index 100% rename from stable/ztcuui-aio/8.7.3/README.md rename to stable/ztcuui-aio/8.7.5/README.md diff --git a/stable/ztcuui-aio/8.7.5/app-changelog.md b/stable/ztcuui-aio/8.7.5/app-changelog.md new file mode 100644 index 00000000000..bb1a7ce3b30 --- /dev/null +++ b/stable/ztcuui-aio/8.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [ztcuui-aio-8.7.5](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.7.3/app-readme.md b/stable/ztcuui-aio/8.7.5/app-readme.md similarity index 100% rename from stable/ztcuui-aio/8.7.3/app-readme.md rename to stable/ztcuui-aio/8.7.5/app-readme.md diff --git a/stable/ztcuui-aio/8.7.5/charts/common-20.2.10.tgz b/stable/ztcuui-aio/8.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/ztcuui-aio/8.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/ztcuui-aio/8.7.3/ix_values.yaml b/stable/ztcuui-aio/8.7.5/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/8.7.3/ix_values.yaml rename to stable/ztcuui-aio/8.7.5/ix_values.yaml diff --git a/stable/ztcuui-aio/8.7.3/questions.yaml b/stable/ztcuui-aio/8.7.5/questions.yaml similarity index 100% rename from stable/ztcuui-aio/8.7.3/questions.yaml rename to stable/ztcuui-aio/8.7.5/questions.yaml diff --git a/system/cert-manager/4.7.4/templates/NOTES.txt b/stable/ztcuui-aio/8.7.5/templates/NOTES.txt similarity index 100% rename from system/cert-manager/4.7.4/templates/NOTES.txt rename to stable/ztcuui-aio/8.7.5/templates/NOTES.txt diff --git a/stable/zwavejs2mqtt/19.7.3/templates/common.yaml b/stable/ztcuui-aio/8.7.5/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/templates/common.yaml rename to stable/ztcuui-aio/8.7.5/templates/common.yaml diff --git a/system/cert-manager/4.7.4/values.yaml b/stable/ztcuui-aio/8.7.5/values.yaml similarity index 100% rename from system/cert-manager/4.7.4/values.yaml rename to stable/ztcuui-aio/8.7.5/values.yaml diff --git a/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md b/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md deleted file mode 100644 index 10a093eca15..00000000000 --- a/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/stable/zwavejs2mqtt/19.7.3/Chart.yaml b/stable/zwavejs2mqtt/19.7.3/Chart.yaml deleted file mode 100644 index 0e21f8ed6b2..00000000000 --- a/stable/zwavejs2mqtt/19.7.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.9.1 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue -home: https://truecharts.org/charts/stable/zwavejs2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png -keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: zwavejs2mqtt -sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwave-js-ui -type: application -version: 19.7.3 diff --git a/stable/zwavejs2mqtt/19.7.3/app-changelog.md b/stable/zwavejs2mqtt/19.7.3/app-changelog.md deleted file mode 100644 index 70af5d46dcf..00000000000 --- a/stable/zwavejs2mqtt/19.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz b/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/cloudnative-pg/6.8.3/.helmignore b/stable/zwavejs2mqtt/19.7.5/.helmignore similarity index 100% rename from system/cloudnative-pg/6.8.3/.helmignore rename to stable/zwavejs2mqtt/19.7.5/.helmignore diff --git a/stable/zwavejs2mqtt/19.7.5/CHANGELOG.md b/stable/zwavejs2mqtt/19.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9282853326e --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zwavejs2mqtt-19.7.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zwavejs2mqtt-19.7.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zwavejs2mqtt-19.7.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zwavejs2mqtt-19.7.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zwavejs2mqtt-19.7.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [zwavejs2mqtt-19.7.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/stable/zwavejs2mqtt/19.7.5/Chart.yaml b/stable/zwavejs2mqtt/19.7.5/Chart.yaml new file mode 100644 index 00000000000..4b9338cb6a6 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.9.1 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +home: https://truecharts.org/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png +keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zwavejs2mqtt +sources: + - https://github.com/zwave-js/zwavejs2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwave-js-ui +type: application +version: 19.7.5 diff --git a/stable/zwavejs2mqtt/19.7.3/README.md b/stable/zwavejs2mqtt/19.7.5/README.md similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/README.md rename to stable/zwavejs2mqtt/19.7.5/README.md diff --git a/stable/zwavejs2mqtt/19.7.5/app-changelog.md b/stable/zwavejs2mqtt/19.7.5/app-changelog.md new file mode 100644 index 00000000000..8e884793b8d --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [zwavejs2mqtt-19.7.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/zwavejs2mqtt/19.7.3/app-readme.md b/stable/zwavejs2mqtt/19.7.5/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/app-readme.md rename to stable/zwavejs2mqtt/19.7.5/app-readme.md diff --git a/stable/zwavejs2mqtt/19.7.5/charts/common-20.2.10.tgz b/stable/zwavejs2mqtt/19.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/stable/zwavejs2mqtt/19.7.5/charts/common-20.2.10.tgz differ diff --git a/stable/zwavejs2mqtt/19.7.3/ix_values.yaml b/stable/zwavejs2mqtt/19.7.5/ix_values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/ix_values.yaml rename to stable/zwavejs2mqtt/19.7.5/ix_values.yaml diff --git a/stable/zwavejs2mqtt/19.7.3/questions.yaml b/stable/zwavejs2mqtt/19.7.5/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.7.3/questions.yaml rename to stable/zwavejs2mqtt/19.7.5/questions.yaml diff --git a/system/cloudnative-pg/6.8.3/templates/NOTES.txt b/stable/zwavejs2mqtt/19.7.5/templates/NOTES.txt similarity index 100% rename from system/cloudnative-pg/6.8.3/templates/NOTES.txt rename to stable/zwavejs2mqtt/19.7.5/templates/NOTES.txt diff --git a/system/grafana-agent-operator/1.7.3/templates/common.yaml b/stable/zwavejs2mqtt/19.7.5/templates/common.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/common.yaml rename to stable/zwavejs2mqtt/19.7.5/templates/common.yaml diff --git a/system/cloudnative-pg/6.8.3/values.yaml b/stable/zwavejs2mqtt/19.7.5/values.yaml similarity index 100% rename from system/cloudnative-pg/6.8.3/values.yaml rename to stable/zwavejs2mqtt/19.7.5/values.yaml diff --git a/system/cert-manager/4.7.4/CHANGELOG.md b/system/cert-manager/4.7.4/CHANGELOG.md deleted file mode 100644 index 074bc88e61f..00000000000 --- a/system/cert-manager/4.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) diff --git a/system/cert-manager/4.7.4/Chart.yaml b/system/cert-manager/4.7.4/Chart.yaml deleted file mode 100644 index df5b7e84bc5..00000000000 --- a/system/cert-manager/4.7.4/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: cert-manager - version: v1.14.4 - repository: https://charts.jetstack.io - condition: "" - alias: certmanager - tags: [] - import-values: [] -deprecated: false -description: Cert-Manager is a kubernetes-aware certificate manager -home: https://truecharts.org/charts/system/cert-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png -keywords: - - cert-manager - - certificates - - security -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cert-manager -sources: - - https://github.com/cert-manager - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager - - https://github.com/truecharts/containers/tree/master/apps/scratch -type: application -version: 4.7.4 diff --git a/system/cert-manager/4.7.4/app-changelog.md b/system/cert-manager/4.7.4/app-changelog.md deleted file mode 100644 index fecfd611aa2..00000000000 --- a/system/cert-manager/4.7.4/app-changelog.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) \ No newline at end of file diff --git a/system/cert-manager/4.7.4/charts/common-20.2.4.tgz b/system/cert-manager/4.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/cert-manager/4.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/grafana-agent-operator/1.7.3/.helmignore b/system/cert-manager/4.7.6/.helmignore similarity index 100% rename from system/grafana-agent-operator/1.7.3/.helmignore rename to system/cert-manager/4.7.6/.helmignore diff --git a/system/cert-manager/4.7.6/CHANGELOG.md b/system/cert-manager/4.7.6/CHANGELOG.md new file mode 100644 index 00000000000..bdb0b188eae --- /dev/null +++ b/system/cert-manager/4.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cert-manager-4.7.6](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) + + +## [cert-manager-4.7.5](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) + + +## [cert-manager-4.7.5](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) + + +## [cert-manager-4.7.5](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) + + +## [cert-manager-4.7.5](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.5) (2024-03-27) + +### Chore diff --git a/system/cert-manager/4.7.6/Chart.yaml b/system/cert-manager/4.7.6/Chart.yaml new file mode 100644 index 00000000000..1bf1fca9624 --- /dev/null +++ b/system/cert-manager/4.7.6/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cert-manager + version: v1.14.4 + repository: https://charts.jetstack.io + condition: "" + alias: certmanager + tags: [] + import-values: [] +deprecated: false +description: Cert-Manager is a kubernetes-aware certificate manager +home: https://truecharts.org/charts/system/cert-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png +keywords: + - cert-manager + - certificates + - security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cert-manager +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager + - https://github.com/truecharts/containers/tree/master/apps/scratch +type: application +version: 4.7.6 diff --git a/system/cert-manager/4.7.4/README.md b/system/cert-manager/4.7.6/README.md similarity index 100% rename from system/cert-manager/4.7.4/README.md rename to system/cert-manager/4.7.6/README.md diff --git a/system/cert-manager/4.7.6/app-changelog.md b/system/cert-manager/4.7.6/app-changelog.md new file mode 100644 index 00000000000..ba623c14e1f --- /dev/null +++ b/system/cert-manager/4.7.6/app-changelog.md @@ -0,0 +1,23 @@ + + +## [cert-manager-4.7.6](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289)) \ No newline at end of file diff --git a/system/cert-manager/4.7.4/app-readme.md b/system/cert-manager/4.7.6/app-readme.md similarity index 100% rename from system/cert-manager/4.7.4/app-readme.md rename to system/cert-manager/4.7.6/app-readme.md diff --git a/system/cert-manager/4.7.4/charts/cert-manager-v1.14.4.tgz b/system/cert-manager/4.7.6/charts/cert-manager-v1.14.4.tgz similarity index 100% rename from system/cert-manager/4.7.4/charts/cert-manager-v1.14.4.tgz rename to system/cert-manager/4.7.6/charts/cert-manager-v1.14.4.tgz diff --git a/system/cert-manager/4.7.6/charts/common-20.2.10.tgz b/system/cert-manager/4.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/cert-manager/4.7.6/charts/common-20.2.10.tgz differ diff --git a/system/cert-manager/4.7.4/dashboard.json b/system/cert-manager/4.7.6/dashboard.json similarity index 100% rename from system/cert-manager/4.7.4/dashboard.json rename to system/cert-manager/4.7.6/dashboard.json diff --git a/system/cert-manager/4.7.4/ix_values.yaml b/system/cert-manager/4.7.6/ix_values.yaml similarity index 100% rename from system/cert-manager/4.7.4/ix_values.yaml rename to system/cert-manager/4.7.6/ix_values.yaml diff --git a/system/cert-manager/4.7.4/questions.yaml b/system/cert-manager/4.7.6/questions.yaml similarity index 100% rename from system/cert-manager/4.7.4/questions.yaml rename to system/cert-manager/4.7.6/questions.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/NOTES.txt b/system/cert-manager/4.7.6/templates/NOTES.txt similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/NOTES.txt rename to system/cert-manager/4.7.6/templates/NOTES.txt diff --git a/system/cert-manager/4.7.4/templates/common.yaml b/system/cert-manager/4.7.6/templates/common.yaml similarity index 100% rename from system/cert-manager/4.7.4/templates/common.yaml rename to system/cert-manager/4.7.6/templates/common.yaml diff --git a/system/grafana-agent-operator/1.7.3/values.yaml b/system/cert-manager/4.7.6/values.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/values.yaml rename to system/cert-manager/4.7.6/values.yaml diff --git a/system/cloudnative-pg/6.8.3/CHANGELOG.md b/system/cloudnative-pg/6.8.3/CHANGELOG.md deleted file mode 100644 index 717354550b4..00000000000 --- a/system/cloudnative-pg/6.8.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - diff --git a/system/cloudnative-pg/6.8.3/Chart.yaml b/system/cloudnative-pg/6.8.3/Chart.yaml deleted file mode 100644 index 7d338b65a7f..00000000000 --- a/system/cloudnative-pg/6.8.3/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: cloudnative-pg - version: 0.20.2 - repository: https://cloudnative-pg.github.io/charts - condition: "" - alias: cloudnative-pg - tags: [] - import-values: [] -deprecated: false -description: CloudNativePG is a clustered postgresql database operator -home: https://truecharts.org/charts/system/cloudnative-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png -keywords: - - database - - cloudnative-pg - - cnpg -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: cloudnative-pg -sources: - - https://cloudnative-pg.io/ - - https://github.com/cloudnative-pg - - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 6.8.3 diff --git a/system/cloudnative-pg/6.8.3/app-changelog.md b/system/cloudnative-pg/6.8.3/app-changelog.md deleted file mode 100644 index dbf0c0931d0..00000000000 --- a/system/cloudnative-pg/6.8.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) \ No newline at end of file diff --git a/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz b/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/kubeapps/2.9.3/.helmignore b/system/cloudnative-pg/6.8.5/.helmignore similarity index 100% rename from system/kubeapps/2.9.3/.helmignore rename to system/cloudnative-pg/6.8.5/.helmignore diff --git a/system/cloudnative-pg/6.8.5/CHANGELOG.md b/system/cloudnative-pg/6.8.5/CHANGELOG.md new file mode 100644 index 00000000000..f8c901e6550 --- /dev/null +++ b/system/cloudnative-pg/6.8.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudnative-pg-6.8.5](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) + + +## [cloudnative-pg-6.8.4](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) + + +## [cloudnative-pg-6.8.4](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) + + +## [cloudnative-pg-6.8.4](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) + + +## [cloudnative-pg-6.8.4](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/system/cloudnative-pg/6.8.5/Chart.yaml b/system/cloudnative-pg/6.8.5/Chart.yaml new file mode 100644 index 00000000000..84015e6659b --- /dev/null +++ b/system/cloudnative-pg/6.8.5/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cloudnative-pg + version: 0.20.2 + repository: https://cloudnative-pg.github.io/charts + condition: "" + alias: cloudnative-pg + tags: [] + import-values: [] +deprecated: false +description: CloudNativePG is a clustered postgresql database operator +home: https://truecharts.org/charts/system/cloudnative-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png +keywords: + - database + - cloudnative-pg + - cnpg +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudnative-pg +sources: + - https://cloudnative-pg.io/ + - https://github.com/cloudnative-pg + - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 6.8.5 diff --git a/system/cloudnative-pg/6.8.3/README.md b/system/cloudnative-pg/6.8.5/README.md similarity index 100% rename from system/cloudnative-pg/6.8.3/README.md rename to system/cloudnative-pg/6.8.5/README.md diff --git a/system/cloudnative-pg/6.8.5/app-changelog.md b/system/cloudnative-pg/6.8.5/app-changelog.md new file mode 100644 index 00000000000..4fda85d8721 --- /dev/null +++ b/system/cloudnative-pg/6.8.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [cloudnative-pg-6.8.5](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332)) \ No newline at end of file diff --git a/system/cloudnative-pg/6.8.3/app-readme.md b/system/cloudnative-pg/6.8.5/app-readme.md similarity index 100% rename from system/cloudnative-pg/6.8.3/app-readme.md rename to system/cloudnative-pg/6.8.5/app-readme.md diff --git a/system/cloudnative-pg/6.8.3/charts/cloudnative-pg-0.20.2.tgz b/system/cloudnative-pg/6.8.5/charts/cloudnative-pg-0.20.2.tgz similarity index 100% rename from system/cloudnative-pg/6.8.3/charts/cloudnative-pg-0.20.2.tgz rename to system/cloudnative-pg/6.8.5/charts/cloudnative-pg-0.20.2.tgz diff --git a/system/cloudnative-pg/6.8.5/charts/common-20.2.10.tgz b/system/cloudnative-pg/6.8.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/cloudnative-pg/6.8.5/charts/common-20.2.10.tgz differ diff --git a/system/cloudnative-pg/6.8.3/ix_values.yaml b/system/cloudnative-pg/6.8.5/ix_values.yaml similarity index 100% rename from system/cloudnative-pg/6.8.3/ix_values.yaml rename to system/cloudnative-pg/6.8.5/ix_values.yaml diff --git a/system/cloudnative-pg/6.8.3/questions.yaml b/system/cloudnative-pg/6.8.5/questions.yaml similarity index 100% rename from system/cloudnative-pg/6.8.3/questions.yaml rename to system/cloudnative-pg/6.8.5/questions.yaml diff --git a/system/metallb/14.7.4/templates/NOTES.txt b/system/cloudnative-pg/6.8.5/templates/NOTES.txt similarity index 100% rename from system/metallb/14.7.4/templates/NOTES.txt rename to system/cloudnative-pg/6.8.5/templates/NOTES.txt diff --git a/system/cloudnative-pg/6.8.3/templates/common.yaml b/system/cloudnative-pg/6.8.5/templates/common.yaml similarity index 100% rename from system/cloudnative-pg/6.8.3/templates/common.yaml rename to system/cloudnative-pg/6.8.5/templates/common.yaml diff --git a/system/kubeapps/2.9.3/values.yaml b/system/cloudnative-pg/6.8.5/values.yaml similarity index 100% rename from system/kubeapps/2.9.3/values.yaml rename to system/cloudnative-pg/6.8.5/values.yaml diff --git a/system/grafana-agent-operator/1.7.3/CHANGELOG.md b/system/grafana-agent-operator/1.7.3/CHANGELOG.md deleted file mode 100644 index 95ad335859b..00000000000 --- a/system/grafana-agent-operator/1.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/system/grafana-agent-operator/1.7.3/Chart.yaml b/system/grafana-agent-operator/1.7.3/Chart.yaml deleted file mode 100644 index b87c94a3f9e..00000000000 --- a/system/grafana-agent-operator/1.7.3/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: 0.39.2 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana Scraping Agent Operator -home: https://truecharts.org/charts/system/grafana-agent-operator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png -keywords: - - grafana-agent - - shell -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana-agent-operator -sources: - - https://grafana.com - - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator - - https://hub.docker.com/r/grafana/agent-operator -type: application -version: 1.7.3 diff --git a/system/grafana-agent-operator/1.7.3/app-changelog.md b/system/grafana-agent-operator/1.7.3/app-changelog.md deleted file mode 100644 index adf7cce4d76..00000000000 --- a/system/grafana-agent-operator/1.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz b/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/kubernetes-reflector/4.7.3/.helmignore b/system/grafana-agent-operator/1.7.5/.helmignore similarity index 100% rename from system/kubernetes-reflector/4.7.3/.helmignore rename to system/grafana-agent-operator/1.7.5/.helmignore diff --git a/system/grafana-agent-operator/1.7.5/CHANGELOG.md b/system/grafana-agent-operator/1.7.5/CHANGELOG.md new file mode 100644 index 00000000000..9c5a6c5214d --- /dev/null +++ b/system/grafana-agent-operator/1.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-agent-operator-1.7.5](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-agent-operator-1.7.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-agent-operator-1.7.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-agent-operator-1.7.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-agent-operator-1.7.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [grafana-agent-operator-1.7.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/system/grafana-agent-operator/1.7.5/Chart.yaml b/system/grafana-agent-operator/1.7.5/Chart.yaml new file mode 100644 index 00000000000..68333388c5d --- /dev/null +++ b/system/grafana-agent-operator/1.7.5/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: 0.39.2 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana Scraping Agent Operator +home: https://truecharts.org/charts/system/grafana-agent-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png +keywords: + - grafana-agent + - shell +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana-agent-operator +sources: + - https://grafana.com + - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator + - https://hub.docker.com/r/grafana/agent-operator +type: application +version: 1.7.5 diff --git a/system/grafana-agent-operator/1.7.3/README.md b/system/grafana-agent-operator/1.7.5/README.md similarity index 100% rename from system/grafana-agent-operator/1.7.3/README.md rename to system/grafana-agent-operator/1.7.5/README.md diff --git a/system/grafana-agent-operator/1.7.5/app-changelog.md b/system/grafana-agent-operator/1.7.5/app-changelog.md new file mode 100644 index 00000000000..e2f73c95336 --- /dev/null +++ b/system/grafana-agent-operator/1.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [grafana-agent-operator-1.7.5](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/grafana-agent-operator/1.7.3/app-readme.md b/system/grafana-agent-operator/1.7.5/app-readme.md similarity index 100% rename from system/grafana-agent-operator/1.7.3/app-readme.md rename to system/grafana-agent-operator/1.7.5/app-readme.md diff --git a/system/grafana-agent-operator/1.7.5/charts/common-20.2.10.tgz b/system/grafana-agent-operator/1.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/grafana-agent-operator/1.7.5/charts/common-20.2.10.tgz differ diff --git a/system/grafana-agent-operator/1.7.3/ix_values.yaml b/system/grafana-agent-operator/1.7.5/ix_values.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/ix_values.yaml rename to system/grafana-agent-operator/1.7.5/ix_values.yaml diff --git a/system/grafana-agent-operator/1.7.3/questions.yaml b/system/grafana-agent-operator/1.7.5/questions.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/questions.yaml rename to system/grafana-agent-operator/1.7.5/questions.yaml diff --git a/system/openebs/4.0.3/templates/NOTES.txt b/system/grafana-agent-operator/1.7.5/templates/NOTES.txt similarity index 100% rename from system/openebs/4.0.3/templates/NOTES.txt rename to system/grafana-agent-operator/1.7.5/templates/NOTES.txt diff --git a/system/grafana-agent-operator/1.7.5/templates/common.yaml b/system/grafana-agent-operator/1.7.5/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/system/grafana-agent-operator/1.7.5/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_podmonitors.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_podmonitors.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_podmonitors.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_podmonitors.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_probes.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_probes.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_probes.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_probes.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_servicemonitors.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_servicemonitors.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_servicemonitors.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.coreos.com_servicemonitors.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_grafanaagents.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_grafanaagents.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_grafanaagents.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_grafanaagents.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_integrations.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_integrations.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_integrations.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_integrations.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_logsinstances.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_logsinstances.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_logsinstances.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_logsinstances.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_metricsinstances.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_metricsinstances.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_metricsinstances.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_metricsinstances.yaml diff --git a/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_podlogs.yaml b/system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_podlogs.yaml similarity index 100% rename from system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_podlogs.yaml rename to system/grafana-agent-operator/1.7.5/templates/monitoring.grafana.com_podlogs.yaml diff --git a/system/kubernetes-reflector/4.7.3/values.yaml b/system/grafana-agent-operator/1.7.5/values.yaml similarity index 100% rename from system/kubernetes-reflector/4.7.3/values.yaml rename to system/grafana-agent-operator/1.7.5/values.yaml diff --git a/system/kubeapps/2.9.3/CHANGELOG.md b/system/kubeapps/2.9.3/CHANGELOG.md deleted file mode 100644 index 2d2be9d23f4..00000000000 --- a/system/kubeapps/2.9.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - diff --git a/system/kubeapps/2.9.3/Chart.yaml b/system/kubeapps/2.9.3/Chart.yaml deleted file mode 100644 index c5eab784514..00000000000 --- a/system/kubeapps/2.9.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: 0.0.3 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kubeapps - version: 14.7.2 - repository: oci://registry-1.docker.io/bitnamicharts - condition: "" - alias: ogkubeapps - tags: [] - import-values: [] -deprecated: false -description: KubeApps is a Kubernetes-as-Apps solution -home: https://truecharts.org/charts/system/kubeapps -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png -keywords: - - kubeapps - - catalog -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kubeapps -sources: - - https://cert-manager.io/ - - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps - - https://ghcr.io/xstar97/my-proxy-service -type: application -version: 2.9.3 diff --git a/system/kubeapps/2.9.3/app-changelog.md b/system/kubeapps/2.9.3/app-changelog.md deleted file mode 100644 index 2ac518b1602..00000000000 --- a/system/kubeapps/2.9.3/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) \ No newline at end of file diff --git a/system/kubeapps/2.9.3/charts/common-20.2.4.tgz b/system/kubeapps/2.9.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/kubeapps/2.9.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/metallb/14.7.4/.helmignore b/system/kubeapps/2.9.5/.helmignore similarity index 100% rename from system/metallb/14.7.4/.helmignore rename to system/kubeapps/2.9.5/.helmignore diff --git a/system/kubeapps/2.9.5/CHANGELOG.md b/system/kubeapps/2.9.5/CHANGELOG.md new file mode 100644 index 00000000000..257072467d3 --- /dev/null +++ b/system/kubeapps/2.9.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubeapps-2.9.5](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) + + +## [kubeapps-2.9.4](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) + + +## [kubeapps-2.9.4](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) + + +## [kubeapps-2.9.4](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) + + +## [kubeapps-2.9.4](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) diff --git a/system/kubeapps/2.9.5/Chart.yaml b/system/kubeapps/2.9.5/Chart.yaml new file mode 100644 index 00000000000..42aa760d0ce --- /dev/null +++ b/system/kubeapps/2.9.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: 0.0.3 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kubeapps + version: 14.7.2 + repository: oci://registry-1.docker.io/bitnamicharts + condition: "" + alias: ogkubeapps + tags: [] + import-values: [] +deprecated: false +description: KubeApps is a Kubernetes-as-Apps solution +home: https://truecharts.org/charts/system/kubeapps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png +keywords: + - kubeapps + - catalog +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubeapps +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps + - https://ghcr.io/xstar97/my-proxy-service +type: application +version: 2.9.5 diff --git a/system/kubeapps/2.9.3/README.md b/system/kubeapps/2.9.5/README.md similarity index 100% rename from system/kubeapps/2.9.3/README.md rename to system/kubeapps/2.9.5/README.md diff --git a/system/kubeapps/2.9.5/app-changelog.md b/system/kubeapps/2.9.5/app-changelog.md new file mode 100644 index 00000000000..f1d09369d50 --- /dev/null +++ b/system/kubeapps/2.9.5/app-changelog.md @@ -0,0 +1,21 @@ + + +## [kubeapps-2.9.5](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317)) \ No newline at end of file diff --git a/system/kubeapps/2.9.3/app-readme.md b/system/kubeapps/2.9.5/app-readme.md similarity index 100% rename from system/kubeapps/2.9.3/app-readme.md rename to system/kubeapps/2.9.5/app-readme.md diff --git a/system/kubeapps/2.9.5/charts/common-20.2.10.tgz b/system/kubeapps/2.9.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/kubeapps/2.9.5/charts/common-20.2.10.tgz differ diff --git a/system/kubeapps/2.9.3/charts/kubeapps-14.7.2.tgz b/system/kubeapps/2.9.5/charts/kubeapps-14.7.2.tgz similarity index 100% rename from system/kubeapps/2.9.3/charts/kubeapps-14.7.2.tgz rename to system/kubeapps/2.9.5/charts/kubeapps-14.7.2.tgz diff --git a/system/kubeapps/2.9.3/ix_values.yaml b/system/kubeapps/2.9.5/ix_values.yaml similarity index 100% rename from system/kubeapps/2.9.3/ix_values.yaml rename to system/kubeapps/2.9.5/ix_values.yaml diff --git a/system/kubeapps/2.9.3/questions.yaml b/system/kubeapps/2.9.5/questions.yaml similarity index 100% rename from system/kubeapps/2.9.3/questions.yaml rename to system/kubeapps/2.9.5/questions.yaml diff --git a/system/kubeapps/2.9.3/templates/NOTES.txt b/system/kubeapps/2.9.5/templates/NOTES.txt similarity index 100% rename from system/kubeapps/2.9.3/templates/NOTES.txt rename to system/kubeapps/2.9.5/templates/NOTES.txt diff --git a/system/kubeapps/2.9.3/templates/common.yaml b/system/kubeapps/2.9.5/templates/common.yaml similarity index 100% rename from system/kubeapps/2.9.3/templates/common.yaml rename to system/kubeapps/2.9.5/templates/common.yaml diff --git a/system/metallb/14.7.4/values.yaml b/system/kubeapps/2.9.5/values.yaml similarity index 100% rename from system/metallb/14.7.4/values.yaml rename to system/kubeapps/2.9.5/values.yaml diff --git a/system/kubernetes-reflector/4.7.3/CHANGELOG.md b/system/kubernetes-reflector/4.7.3/CHANGELOG.md deleted file mode 100644 index 8e5e7091514..00000000000 --- a/system/kubernetes-reflector/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/system/kubernetes-reflector/4.7.3/Chart.yaml b/system/kubernetes-reflector/4.7.3/Chart.yaml deleted file mode 100644 index 6be8fdd0986..00000000000 --- a/system/kubernetes-reflector/4.7.3/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: 7.1.217 -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces -home: https://truecharts.org/charts/system/kubernetes-reflector -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png -keywords: - - reflector - - secrets - - configmaps - - cert-manager - - certificates -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: kubernetes-reflector -sources: - - https://github.com/emberstack/kubernetes-reflector - - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector - - https://hub.docker.com/r/emberstack/kubernetes-reflector -type: application -version: 4.7.3 diff --git a/system/kubernetes-reflector/4.7.3/app-changelog.md b/system/kubernetes-reflector/4.7.3/app-changelog.md deleted file mode 100644 index 47b3eec9c2e..00000000000 --- a/system/kubernetes-reflector/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz b/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/openebs/4.0.3/.helmignore b/system/kubernetes-reflector/4.7.5/.helmignore similarity index 100% rename from system/openebs/4.0.3/.helmignore rename to system/kubernetes-reflector/4.7.5/.helmignore diff --git a/system/kubernetes-reflector/4.7.5/CHANGELOG.md b/system/kubernetes-reflector/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..0b9e18c50e6 --- /dev/null +++ b/system/kubernetes-reflector/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubernetes-reflector-4.7.5](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kubernetes-reflector-4.7.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kubernetes-reflector-4.7.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kubernetes-reflector-4.7.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kubernetes-reflector-4.7.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [kubernetes-reflector-4.7.4](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/system/kubernetes-reflector/4.7.5/Chart.yaml b/system/kubernetes-reflector/4.7.5/Chart.yaml new file mode 100644 index 00000000000..03beeb60213 --- /dev/null +++ b/system/kubernetes-reflector/4.7.5/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: 7.1.217 +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces +home: https://truecharts.org/charts/system/kubernetes-reflector +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png +keywords: + - reflector + - secrets + - configmaps + - cert-manager + - certificates +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubernetes-reflector +sources: + - https://github.com/emberstack/kubernetes-reflector + - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector + - https://hub.docker.com/r/emberstack/kubernetes-reflector +type: application +version: 4.7.5 diff --git a/system/kubernetes-reflector/4.7.3/README.md b/system/kubernetes-reflector/4.7.5/README.md similarity index 100% rename from system/kubernetes-reflector/4.7.3/README.md rename to system/kubernetes-reflector/4.7.5/README.md diff --git a/system/kubernetes-reflector/4.7.5/app-changelog.md b/system/kubernetes-reflector/4.7.5/app-changelog.md new file mode 100644 index 00000000000..b5c9d9c8336 --- /dev/null +++ b/system/kubernetes-reflector/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [kubernetes-reflector-4.7.5](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/kubernetes-reflector/4.7.3/app-readme.md b/system/kubernetes-reflector/4.7.5/app-readme.md similarity index 100% rename from system/kubernetes-reflector/4.7.3/app-readme.md rename to system/kubernetes-reflector/4.7.5/app-readme.md diff --git a/system/kubernetes-reflector/4.7.5/charts/common-20.2.10.tgz b/system/kubernetes-reflector/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/kubernetes-reflector/4.7.5/charts/common-20.2.10.tgz differ diff --git a/system/kubernetes-reflector/4.7.3/ix_values.yaml b/system/kubernetes-reflector/4.7.5/ix_values.yaml similarity index 100% rename from system/kubernetes-reflector/4.7.3/ix_values.yaml rename to system/kubernetes-reflector/4.7.5/ix_values.yaml diff --git a/system/kubernetes-reflector/4.7.3/questions.yaml b/system/kubernetes-reflector/4.7.5/questions.yaml similarity index 100% rename from system/kubernetes-reflector/4.7.3/questions.yaml rename to system/kubernetes-reflector/4.7.5/questions.yaml diff --git a/system/kubernetes-reflector/4.7.3/templates/common.yaml b/system/kubernetes-reflector/4.7.5/templates/common.yaml similarity index 100% rename from system/kubernetes-reflector/4.7.3/templates/common.yaml rename to system/kubernetes-reflector/4.7.5/templates/common.yaml diff --git a/system/openebs/4.0.3/values.yaml b/system/kubernetes-reflector/4.7.5/values.yaml similarity index 100% rename from system/openebs/4.0.3/values.yaml rename to system/kubernetes-reflector/4.7.5/values.yaml diff --git a/system/metallb/14.7.4/CHANGELOG.md b/system/metallb/14.7.4/CHANGELOG.md deleted file mode 100644 index 966c23864a7..00000000000 --- a/system/metallb/14.7.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - diff --git a/system/metallb/14.7.4/Chart.yaml b/system/metallb/14.7.4/Chart.yaml deleted file mode 100644 index 4f6187a8ae7..00000000000 --- a/system/metallb/14.7.4/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: metallb - version: 0.14.4 - repository: https://metallb.github.io/metallb - condition: "" - alias: metallb - tags: [] - import-values: [] -deprecated: false -description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/charts/system/metallb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png -keywords: - - metallb - - loadbalancer -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: metallb -sources: - - https://github.com/metallb/metallb - - https://metallb.universe.tf - - https://github.com/truecharts/charts/tree/master/charts/system/metallb - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 14.7.4 diff --git a/system/metallb/14.7.4/app-changelog.md b/system/metallb/14.7.4/app-changelog.md deleted file mode 100644 index d9ac1b35a6a..00000000000 --- a/system/metallb/14.7.4/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [metallb-14.7.4](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.4) (2024-03-26) - -### Chore - - - -- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/metallb/14.7.4/charts/common-20.2.4.tgz b/system/metallb/14.7.4/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/metallb/14.7.4/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/prometheus-operator/6.9.3/.helmignore b/system/metallb/14.7.6/.helmignore similarity index 100% rename from system/prometheus-operator/6.9.3/.helmignore rename to system/metallb/14.7.6/.helmignore diff --git a/system/metallb/14.7.6/CHANGELOG.md b/system/metallb/14.7.6/CHANGELOG.md new file mode 100644 index 00000000000..a17e1966340 --- /dev/null +++ b/system/metallb/14.7.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-14.7.6](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-14.7.5](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-14.7.5](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-14.7.5](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [metallb-14.7.5](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.5) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/system/metallb/14.7.6/Chart.yaml b/system/metallb/14.7.6/Chart.yaml new file mode 100644 index 00000000000..7f68dbf015e --- /dev/null +++ b/system/metallb/14.7.6/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: metallb + version: 0.14.4 + repository: https://metallb.github.io/metallb + condition: "" + alias: metallb + tags: [] + import-values: [] +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/charts/system/metallb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png +keywords: + - metallb + - loadbalancer +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metallb +sources: + - https://github.com/metallb/metallb + - https://metallb.universe.tf + - https://github.com/truecharts/charts/tree/master/charts/system/metallb + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 14.7.6 diff --git a/system/metallb/14.7.4/README.md b/system/metallb/14.7.6/README.md similarity index 100% rename from system/metallb/14.7.4/README.md rename to system/metallb/14.7.6/README.md diff --git a/system/metallb/14.7.6/app-changelog.md b/system/metallb/14.7.6/app-changelog.md new file mode 100644 index 00000000000..8fcdfe5bd06 --- /dev/null +++ b/system/metallb/14.7.6/app-changelog.md @@ -0,0 +1,21 @@ + + +## [metallb-14.7.6](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.6) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update helm chart metallb to 0.14.4 by renovate ([#19839](https://github.com/truecharts/charts/issues/19839)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/metallb/14.7.4/app-readme.md b/system/metallb/14.7.6/app-readme.md similarity index 100% rename from system/metallb/14.7.4/app-readme.md rename to system/metallb/14.7.6/app-readme.md diff --git a/system/metallb/14.7.6/charts/common-20.2.10.tgz b/system/metallb/14.7.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/metallb/14.7.6/charts/common-20.2.10.tgz differ diff --git a/system/metallb/14.7.4/charts/metallb-0.14.4.tgz b/system/metallb/14.7.6/charts/metallb-0.14.4.tgz similarity index 100% rename from system/metallb/14.7.4/charts/metallb-0.14.4.tgz rename to system/metallb/14.7.6/charts/metallb-0.14.4.tgz diff --git a/system/metallb/14.7.4/ix_values.yaml b/system/metallb/14.7.6/ix_values.yaml similarity index 100% rename from system/metallb/14.7.4/ix_values.yaml rename to system/metallb/14.7.6/ix_values.yaml diff --git a/system/metallb/14.7.4/questions.yaml b/system/metallb/14.7.6/questions.yaml similarity index 100% rename from system/metallb/14.7.4/questions.yaml rename to system/metallb/14.7.6/questions.yaml diff --git a/system/prometheus-operator/6.9.3/templates/NOTES.txt b/system/metallb/14.7.6/templates/NOTES.txt similarity index 100% rename from system/prometheus-operator/6.9.3/templates/NOTES.txt rename to system/metallb/14.7.6/templates/NOTES.txt diff --git a/system/metallb/14.7.4/templates/common.yaml b/system/metallb/14.7.6/templates/common.yaml similarity index 100% rename from system/metallb/14.7.4/templates/common.yaml rename to system/metallb/14.7.6/templates/common.yaml diff --git a/system/prometheus-operator/6.9.3/values.yaml b/system/metallb/14.7.6/values.yaml similarity index 100% rename from system/prometheus-operator/6.9.3/values.yaml rename to system/metallb/14.7.6/values.yaml diff --git a/system/openebs/4.0.3/CHANGELOG.md b/system/openebs/4.0.3/CHANGELOG.md deleted file mode 100644 index ebbf73afba0..00000000000 --- a/system/openebs/4.0.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openebs-4.0.3](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.3) (2024-03-27) - -### Chore - - - -- ensure release is pushed - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -### Feat - - - -- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) - -- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) - - -## [openebs-4.0.3](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.3) (2024-03-27) - -### Chore - - - -- ensure release is pushed - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -### Feat - - - -- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) - -- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) - - -## [openebs-4.0.3](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.3) (2024-03-27) - -### Chore - - - -- ensure release is pushed - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -### Feat - - - -- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) - -- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) - - -## [openebs-4.0.3](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.3) (2024-03-27) - -### Chore - - - -- ensure release is pushed - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) \ No newline at end of file diff --git a/system/openebs/4.0.3/Chart.yaml b/system/openebs/4.0.3/Chart.yaml deleted file mode 100644 index 2890c59f30e..00000000000 --- a/system/openebs/4.0.3/Chart.yaml +++ /dev/null @@ -1,59 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: CSI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: localpv-provisioner - version: 4.0.0 - repository: https://openebs.github.io/dynamic-localpv-provisioner - condition: localpv-provisioner.enabled - alias: "" - tags: [] - import-values: [] - - name: zfs-localpv - version: 2.4.2 - repository: https://openebs.github.io/zfs-localpv - condition: zfs-localpv.enabled - alias: "" - tags: [] - import-values: [] - - name: lvm-localpv - version: 1.4.0 - repository: https://openebs.github.io/lvm-localpv - condition: lvm-localpv.enabled - alias: "" - tags: [] - import-values: [] -deprecated: false -description: OpenEBS is a umbrella chart for multiple container storage provisioners -home: https://truecharts.org/charts/system/openebs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png -keywords: - - openebs - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: openebs -sources: - - https://github.com/cert-manager - - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/system/openebs - - https://github.com/truecharts/containers/tree/master/apps/scratch -type: application -version: 4.0.3 diff --git a/system/openebs/4.0.3/app-changelog.md b/system/openebs/4.0.3/app-changelog.md deleted file mode 100644 index 35b1632df73..00000000000 --- a/system/openebs/4.0.3/app-changelog.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## [openebs-4.0.3](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.3) (2024-03-27) - -### Chore - - - -- ensure release is pushed - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -### Feat - - - -- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) - -- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) \ No newline at end of file diff --git a/system/openebs/4.0.3/charts/common-20.2.9.tgz b/system/openebs/4.0.3/charts/common-20.2.9.tgz deleted file mode 100644 index 724555af321..00000000000 Binary files a/system/openebs/4.0.3/charts/common-20.2.9.tgz and /dev/null differ diff --git a/system/openebs/4.0.3/questions.yaml b/system/openebs/4.0.3/questions.yaml deleted file mode 100755 index e974ffe080e..00000000000 --- a/system/openebs/4.0.3/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -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: Backup Configuration - description: Configure Velero Backup Schedule - - 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: zfs-localpv - group: "Storage and Persistence" - label: "ZFS Localpv Settings" - schema: - type: dict - additional_attrs: true - hidden: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: true - hidden: true - - variable: localpv-provisioner - group: "Storage and Persistence" - label: "localpv-provisioner Settings" - schema: - type: dict - additional_attrs: true - hidden: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - hidden: true - - variable: hostpathClass - label: "hostpathClass" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - hidden: true - - - - variable: storageClass - group: "Storage and Persistence" - label: "StorageClass Settings" - schema: - type: dict - additional_attrs: true - attrs: - - variable: zfs-main - label: "ZFS Localpv Settings" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: true - hidden: true - - variable: provisioner - label: "provisioner" - schema: - type: string - default: "zfs.csi.openebs.io" - hidden: true - required: true - - variable: isDefault - label: "Default Class" - schema: - type: boolean - default: true - - variable: reclaimPolicy - label: "reclaimPolicy" - schema: - type: string - required: true - default: "Retain" - enum: - - value: Retain - description: Retain (Keep Data on App Deletion) - - value: Delete - description: Delete (Delete data on App Deletion) - - variable: allowVolumeExpansion - label: "Allow VolumeExpansion" - schema: - type: boolean - default: true - - variable: parameters - label: "parameters" - schema: - type: dict - additional_attrs: true - attrs: - - variable: poolname - label: "Pool/Dataset" - schema: - type: string - default: "" - required: true - - variable: fstype - label: "fstype" - schema: - type: string - default: "zfs" - hidden: true - required: true - - variable: shared - label: "shared" - schema: - type: string - default: "yes" - hidden: true - diff --git a/system/traefik-crds/0.3.3/.helmignore b/system/openebs/4.0.6/.helmignore similarity index 100% rename from system/traefik-crds/0.3.3/.helmignore rename to system/openebs/4.0.6/.helmignore diff --git a/system/openebs/4.0.6/CHANGELOG.md b/system/openebs/4.0.6/CHANGELOG.md new file mode 100644 index 00000000000..c7a50a79f7d --- /dev/null +++ b/system/openebs/4.0.6/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openebs-4.0.6](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.6) (2024-03-30) + +### Chore + + + +- ensure release is pushed + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +### Feat + + + +- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) + +- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) + + +## [openebs-4.0.5](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.5) (2024-03-27) + +### Chore + + + +- ensure release is pushed + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +### Feat + + + +- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) + +- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) + + +## [openebs-4.0.5](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.5) (2024-03-27) + +### Chore + + + +- ensure release is pushed + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +### Feat + + + +- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) + +- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) + + +## [openebs-4.0.5](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.5) (2024-03-27) + +### Chore + + + +- ensure release is pushed \ No newline at end of file diff --git a/system/openebs/4.0.6/Chart.yaml b/system/openebs/4.0.6/Chart.yaml new file mode 100644 index 00000000000..d044007c70b --- /dev/null +++ b/system/openebs/4.0.6/Chart.yaml @@ -0,0 +1,59 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: CSI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: localpv-provisioner + version: 4.0.0 + repository: https://openebs.github.io/dynamic-localpv-provisioner + condition: localpv-provisioner.enabled + alias: "" + tags: [] + import-values: [] + - name: zfs-localpv + version: 2.4.2 + repository: https://openebs.github.io/zfs-localpv + condition: zfs-localpv.enabled + alias: "" + tags: [] + import-values: [] + - name: lvm-localpv + version: 1.4.0 + repository: https://openebs.github.io/lvm-localpv + condition: lvm-localpv.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenEBS is a umbrella chart for multiple container storage provisioners +home: https://truecharts.org/charts/system/openebs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png +keywords: + - openebs + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openebs +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/system/openebs + - https://github.com/truecharts/containers/tree/master/apps/scratch +type: application +version: 4.0.6 diff --git a/system/openebs/4.0.3/README.md b/system/openebs/4.0.6/README.md similarity index 100% rename from system/openebs/4.0.3/README.md rename to system/openebs/4.0.6/README.md diff --git a/system/openebs/4.0.6/app-changelog.md b/system/openebs/4.0.6/app-changelog.md new file mode 100644 index 00000000000..59b7b7293b1 --- /dev/null +++ b/system/openebs/4.0.6/app-changelog.md @@ -0,0 +1,29 @@ + + +## [openebs-4.0.6](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.0.6) (2024-03-30) + +### Chore + + + +- ensure release is pushed + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + +### Feat + + + +- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813)) + +- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548)) \ No newline at end of file diff --git a/system/openebs/4.0.3/app-readme.md b/system/openebs/4.0.6/app-readme.md similarity index 100% rename from system/openebs/4.0.3/app-readme.md rename to system/openebs/4.0.6/app-readme.md diff --git a/system/openebs/4.0.6/charts/common-20.2.10.tgz b/system/openebs/4.0.6/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/openebs/4.0.6/charts/common-20.2.10.tgz differ diff --git a/system/openebs/4.0.3/charts/localpv-provisioner-4.0.0.tgz b/system/openebs/4.0.6/charts/localpv-provisioner-4.0.0.tgz similarity index 100% rename from system/openebs/4.0.3/charts/localpv-provisioner-4.0.0.tgz rename to system/openebs/4.0.6/charts/localpv-provisioner-4.0.0.tgz diff --git a/system/openebs/4.0.3/charts/lvm-localpv-1.4.0.tgz b/system/openebs/4.0.6/charts/lvm-localpv-1.4.0.tgz similarity index 100% rename from system/openebs/4.0.3/charts/lvm-localpv-1.4.0.tgz rename to system/openebs/4.0.6/charts/lvm-localpv-1.4.0.tgz diff --git a/system/openebs/4.0.3/charts/zfs-localpv-2.4.2.tgz b/system/openebs/4.0.6/charts/zfs-localpv-2.4.2.tgz similarity index 100% rename from system/openebs/4.0.3/charts/zfs-localpv-2.4.2.tgz rename to system/openebs/4.0.6/charts/zfs-localpv-2.4.2.tgz diff --git a/system/openebs/4.0.3/crds/csi-volume-snapshot-class.yaml b/system/openebs/4.0.6/crds/csi-volume-snapshot-class.yaml similarity index 100% rename from system/openebs/4.0.3/crds/csi-volume-snapshot-class.yaml rename to system/openebs/4.0.6/crds/csi-volume-snapshot-class.yaml diff --git a/system/openebs/4.0.3/crds/csi-volume-snapshot-content.yaml b/system/openebs/4.0.6/crds/csi-volume-snapshot-content.yaml similarity index 100% rename from system/openebs/4.0.3/crds/csi-volume-snapshot-content.yaml rename to system/openebs/4.0.6/crds/csi-volume-snapshot-content.yaml diff --git a/system/openebs/4.0.3/crds/csi-volume-snapshot.yaml b/system/openebs/4.0.6/crds/csi-volume-snapshot.yaml similarity index 100% rename from system/openebs/4.0.3/crds/csi-volume-snapshot.yaml rename to system/openebs/4.0.6/crds/csi-volume-snapshot.yaml diff --git a/system/openebs/4.0.3/crds/zfsbackup.yaml b/system/openebs/4.0.6/crds/zfsbackup.yaml similarity index 100% rename from system/openebs/4.0.3/crds/zfsbackup.yaml rename to system/openebs/4.0.6/crds/zfsbackup.yaml diff --git a/system/openebs/4.0.3/crds/zfsnode.yaml b/system/openebs/4.0.6/crds/zfsnode.yaml similarity index 100% rename from system/openebs/4.0.3/crds/zfsnode.yaml rename to system/openebs/4.0.6/crds/zfsnode.yaml diff --git a/system/openebs/4.0.3/crds/zfsrestore.yaml b/system/openebs/4.0.6/crds/zfsrestore.yaml similarity index 100% rename from system/openebs/4.0.3/crds/zfsrestore.yaml rename to system/openebs/4.0.6/crds/zfsrestore.yaml diff --git a/system/openebs/4.0.3/crds/zfssnapshot.yaml b/system/openebs/4.0.6/crds/zfssnapshot.yaml similarity index 100% rename from system/openebs/4.0.3/crds/zfssnapshot.yaml rename to system/openebs/4.0.6/crds/zfssnapshot.yaml diff --git a/system/openebs/4.0.3/crds/zfsvolume.yaml b/system/openebs/4.0.6/crds/zfsvolume.yaml similarity index 100% rename from system/openebs/4.0.3/crds/zfsvolume.yaml rename to system/openebs/4.0.6/crds/zfsvolume.yaml diff --git a/system/openebs/4.0.3/ix_values.yaml b/system/openebs/4.0.6/ix_values.yaml similarity index 100% rename from system/openebs/4.0.3/ix_values.yaml rename to system/openebs/4.0.6/ix_values.yaml diff --git a/system/openebs/4.0.6/questions.yaml b/system/openebs/4.0.6/questions.yaml new file mode 100755 index 00000000000..30a19247dfe --- /dev/null +++ b/system/openebs/4.0.6/questions.yaml @@ -0,0 +1,189 @@ +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: Backup Configuration + description: Configure Velero Backup Schedule + - 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: zfs-localpv + group: "Storage and Persistence" + label: "ZFS Localpv Settings" + schema: + type: dict + additional_attrs: true + hidden: true + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: localpv-provisioner + group: "Storage and Persistence" + label: "localpv-provisioner Settings" + schema: + type: dict + additional_attrs: true + hidden: true + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + hidden: true + - variable: hostpathClass + label: "hostpathClass" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + hidden: true + + + - variable: storageClass + group: "Storage and Persistence" + label: "StorageClass Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: zfs-main + label: "ZFS Localpv Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: provisioner + label: "provisioner" + schema: + type: string + default: "zfs.csi.openebs.io" + hidden: true + required: true + - variable: isDefault + label: "Default Class" + schema: + type: boolean + default: true + - variable: reclaimPolicy + label: "reclaimPolicy" + schema: + type: string + required: true + default: "Retain" + enum: + - value: Retain + description: Retain (Keep Data on App Deletion) + - value: Delete + description: Delete (Delete data on App Deletion) + - variable: allowVolumeExpansion + label: "Allow VolumeExpansion" + schema: + type: boolean + default: true + - variable: parameters + label: "parameters" + schema: + type: dict + additional_attrs: true + attrs: + - variable: poolname + label: "Pool/Dataset" + schema: + type: string + default: "" + required: true + - variable: fstype + label: "fstype" + schema: + type: string + default: "zfs" + hidden: true + required: true + - variable: shared + label: "shared" + schema: + type: string + default: "yes" + hidden: true + - variable: thinprovision + label: "thinprovision" + schema: + type: string + default: "yes" + hidden: true + - variable: compression + label: "compression" + schema: + type: string + default: "zstd-6" + hidden: true + - variable: recordsize + label: "recordsize" + schema: + type: string + default: "64k" + hidden: true + - variable: dedup + label: "dedup" + schema: + type: string + default: "off" + hidden: true diff --git a/system/traefik-crds/0.3.3/templates/NOTES.txt b/system/openebs/4.0.6/templates/NOTES.txt similarity index 100% rename from system/traefik-crds/0.3.3/templates/NOTES.txt rename to system/openebs/4.0.6/templates/NOTES.txt diff --git a/system/openebs/4.0.3/templates/common.yaml b/system/openebs/4.0.6/templates/common.yaml similarity index 100% rename from system/openebs/4.0.3/templates/common.yaml rename to system/openebs/4.0.6/templates/common.yaml diff --git a/system/traefik-crds/0.3.3/values.yaml b/system/openebs/4.0.6/values.yaml similarity index 100% rename from system/traefik-crds/0.3.3/values.yaml rename to system/openebs/4.0.6/values.yaml diff --git a/system/prometheus-operator/6.9.3/CHANGELOG.md b/system/prometheus-operator/6.9.3/CHANGELOG.md deleted file mode 100644 index a0fe9d55987..00000000000 --- a/system/prometheus-operator/6.9.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/system/prometheus-operator/6.9.3/Chart.yaml b/system/prometheus-operator/6.9.3/Chart.yaml deleted file mode 100644 index 25a675fc623..00000000000 --- a/system/prometheus-operator/6.9.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kube-prometheus-stack - version: 56.21.0 - repository: oci://ghcr.io/prometheus-community/charts - condition: "" - alias: kps - tags: [] - import-values: [] -deprecated: false -description: Prometheus Operator is an operator for prometheus -home: https://truecharts.org/charts/system/prometheus-operator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png -keywords: - - operator - - prometheus - - metics -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: prometheus-operator -sources: - - https://github.com/prometheus-operator - - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 6.9.3 diff --git a/system/prometheus-operator/6.9.3/app-changelog.md b/system/prometheus-operator/6.9.3/app-changelog.md deleted file mode 100644 index 5ef2df3c6ff..00000000000 --- a/system/prometheus-operator/6.9.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz b/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/prometheus-operator/6.9.3/charts/kube-prometheus-stack-56.21.0.tgz b/system/prometheus-operator/6.9.3/charts/kube-prometheus-stack-56.21.0.tgz deleted file mode 100644 index ece8d5e6823..00000000000 Binary files a/system/prometheus-operator/6.9.3/charts/kube-prometheus-stack-56.21.0.tgz and /dev/null differ diff --git a/system/velero/4.7.3/.helmignore b/system/prometheus-operator/6.9.5/.helmignore similarity index 100% rename from system/velero/4.7.3/.helmignore rename to system/prometheus-operator/6.9.5/.helmignore diff --git a/system/prometheus-operator/6.9.5/CHANGELOG.md b/system/prometheus-operator/6.9.5/CHANGELOG.md new file mode 100644 index 00000000000..aaee418f60c --- /dev/null +++ b/system/prometheus-operator/6.9.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-operator-6.9.5](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-operator-6.9.4](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-operator-6.9.4](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-operator-6.9.4](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-operator-6.9.4](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [prometheus-operator-6.9.4](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/system/prometheus-operator/6.9.5/Chart.yaml b/system/prometheus-operator/6.9.5/Chart.yaml new file mode 100644 index 00000000000..9b09e93bfaa --- /dev/null +++ b/system/prometheus-operator/6.9.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kube-prometheus-stack + version: 56.21.0 + repository: oci://ghcr.io/prometheus-community/charts + condition: "" + alias: kps + tags: [] + import-values: [] +deprecated: false +description: Prometheus Operator is an operator for prometheus +home: https://truecharts.org/charts/system/prometheus-operator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png +keywords: + - operator + - prometheus + - metics +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus-operator +sources: + - https://github.com/prometheus-operator + - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 6.9.5 diff --git a/system/prometheus-operator/6.9.3/README.md b/system/prometheus-operator/6.9.5/README.md similarity index 100% rename from system/prometheus-operator/6.9.3/README.md rename to system/prometheus-operator/6.9.5/README.md diff --git a/system/prometheus-operator/6.9.5/app-changelog.md b/system/prometheus-operator/6.9.5/app-changelog.md new file mode 100644 index 00000000000..aad0082c551 --- /dev/null +++ b/system/prometheus-operator/6.9.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [prometheus-operator-6.9.5](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/prometheus-operator/6.9.3/app-readme.md b/system/prometheus-operator/6.9.5/app-readme.md similarity index 100% rename from system/prometheus-operator/6.9.3/app-readme.md rename to system/prometheus-operator/6.9.5/app-readme.md diff --git a/system/prometheus-operator/6.9.5/charts/common-20.2.10.tgz b/system/prometheus-operator/6.9.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/prometheus-operator/6.9.5/charts/common-20.2.10.tgz differ diff --git a/premium/prometheus/17.12.4/charts/kube-prometheus-stack-56.21.0.tgz b/system/prometheus-operator/6.9.5/charts/kube-prometheus-stack-56.21.0.tgz similarity index 100% rename from premium/prometheus/17.12.4/charts/kube-prometheus-stack-56.21.0.tgz rename to system/prometheus-operator/6.9.5/charts/kube-prometheus-stack-56.21.0.tgz diff --git a/system/prometheus-operator/6.9.3/ix_values.yaml b/system/prometheus-operator/6.9.5/ix_values.yaml similarity index 100% rename from system/prometheus-operator/6.9.3/ix_values.yaml rename to system/prometheus-operator/6.9.5/ix_values.yaml diff --git a/system/prometheus-operator/6.9.3/questions.yaml b/system/prometheus-operator/6.9.5/questions.yaml similarity index 100% rename from system/prometheus-operator/6.9.3/questions.yaml rename to system/prometheus-operator/6.9.5/questions.yaml diff --git a/system/velero/4.7.3/templates/NOTES.txt b/system/prometheus-operator/6.9.5/templates/NOTES.txt similarity index 100% rename from system/velero/4.7.3/templates/NOTES.txt rename to system/prometheus-operator/6.9.5/templates/NOTES.txt diff --git a/system/prometheus-operator/6.9.3/templates/common.yaml b/system/prometheus-operator/6.9.5/templates/common.yaml similarity index 100% rename from system/prometheus-operator/6.9.3/templates/common.yaml rename to system/prometheus-operator/6.9.5/templates/common.yaml diff --git a/system/velero/4.7.3/values.yaml b/system/prometheus-operator/6.9.5/values.yaml similarity index 100% rename from system/velero/4.7.3/values.yaml rename to system/prometheus-operator/6.9.5/values.yaml diff --git a/system/traefik-crds/0.3.3/CHANGELOG.md b/system/traefik-crds/0.3.3/CHANGELOG.md deleted file mode 100644 index 0b5606d1080..00000000000 --- a/system/traefik-crds/0.3.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/system/traefik-crds/0.3.3/Chart.yaml b/system/traefik-crds/0.3.3/Chart.yaml deleted file mode 100644 index c6ccf41592f..00000000000 --- a/system/traefik-crds/0.3.3/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Traefik-CRDs contains the CRD's for Traefik -home: https://truecharts.org/charts/system/traefik-crds -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png -keywords: - - traefik - - ingress -kubeVersion: '>=1.24.0-0' -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: traefik-crds -sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds - - https://github.com/truecharts/containers/tree/master/apps/scratch -type: application -version: 0.3.3 diff --git a/system/traefik-crds/0.3.3/app-changelog.md b/system/traefik-crds/0.3.3/app-changelog.md deleted file mode 100644 index e7eacbaef12..00000000000 --- a/system/traefik-crds/0.3.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz b/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/traefik-crds/0.3.5/.helmignore b/system/traefik-crds/0.3.5/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/traefik-crds/0.3.5/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/system/traefik-crds/0.3.5/CHANGELOG.md b/system/traefik-crds/0.3.5/CHANGELOG.md new file mode 100644 index 00000000000..6442dbf617f --- /dev/null +++ b/system/traefik-crds/0.3.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-crds-0.3.5](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-crds-0.3.4](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-crds-0.3.4](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-crds-0.3.4](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-crds-0.3.4](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [traefik-crds-0.3.4](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/system/traefik-crds/0.3.5/Chart.yaml b/system/traefik-crds/0.3.5/Chart.yaml new file mode 100644 index 00000000000..470c392e9a5 --- /dev/null +++ b/system/traefik-crds/0.3.5/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traefik-CRDs contains the CRD's for Traefik +home: https://truecharts.org/charts/system/traefik-crds +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png +keywords: + - traefik + - ingress +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik-crds +sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ + - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds + - https://github.com/truecharts/containers/tree/master/apps/scratch +type: application +version: 0.3.5 diff --git a/system/traefik-crds/0.3.3/README.md b/system/traefik-crds/0.3.5/README.md similarity index 100% rename from system/traefik-crds/0.3.3/README.md rename to system/traefik-crds/0.3.5/README.md diff --git a/system/traefik-crds/0.3.5/app-changelog.md b/system/traefik-crds/0.3.5/app-changelog.md new file mode 100644 index 00000000000..f2f97192804 --- /dev/null +++ b/system/traefik-crds/0.3.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [traefik-crds-0.3.5](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/traefik-crds/0.3.3/app-readme.md b/system/traefik-crds/0.3.5/app-readme.md similarity index 100% rename from system/traefik-crds/0.3.3/app-readme.md rename to system/traefik-crds/0.3.5/app-readme.md diff --git a/system/traefik-crds/0.3.5/charts/common-20.2.10.tgz b/system/traefik-crds/0.3.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/traefik-crds/0.3.5/charts/common-20.2.10.tgz differ diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutes.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressroutes.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutetcps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressrouteudps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewares.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_middlewares.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewaretcps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_serverstransports.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_serverstransports.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsoptions.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_tlsoptions.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsstores.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_tlsstores.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.5/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.containo.us_traefikservices.yaml rename to system/traefik-crds/0.3.5/crds/traefik.containo.us_traefikservices.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_ingressroutes.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_ingressroutes.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_ingressroutetcps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_ingressroutetcps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_ingressrouteudps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_ingressrouteudps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_middlewares.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_middlewares.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_middlewares.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_middlewaretcps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_middlewaretcps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_serverstransports.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_serverstransports.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_serverstransports.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_serverstransporttcps.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_serverstransporttcps.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_tlsoptions.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_tlsoptions.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_tlsstores.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_tlsstores.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_tlsstores.yaml diff --git a/system/traefik-crds/0.3.3/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.5/crds/traefik.io_traefikservices.yaml similarity index 100% rename from system/traefik-crds/0.3.3/crds/traefik.io_traefikservices.yaml rename to system/traefik-crds/0.3.5/crds/traefik.io_traefikservices.yaml diff --git a/system/traefik-crds/0.3.3/dashboard.json b/system/traefik-crds/0.3.5/dashboard.json similarity index 100% rename from system/traefik-crds/0.3.3/dashboard.json rename to system/traefik-crds/0.3.5/dashboard.json diff --git a/system/traefik-crds/0.3.3/ix_values.yaml b/system/traefik-crds/0.3.5/ix_values.yaml similarity index 100% rename from system/traefik-crds/0.3.3/ix_values.yaml rename to system/traefik-crds/0.3.5/ix_values.yaml diff --git a/system/traefik-crds/0.3.3/questions.yaml b/system/traefik-crds/0.3.5/questions.yaml similarity index 100% rename from system/traefik-crds/0.3.3/questions.yaml rename to system/traefik-crds/0.3.5/questions.yaml diff --git a/system/traefik-crds/0.3.5/templates/NOTES.txt b/system/traefik-crds/0.3.5/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/traefik-crds/0.3.5/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/traefik-crds/0.3.3/templates/common.yaml b/system/traefik-crds/0.3.5/templates/common.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/common.yaml rename to system/traefik-crds/0.3.5/templates/common.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutes.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressroutes.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutetcps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressrouteudps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewares.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_middlewares.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewaretcps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_serverstransports.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_serverstransports.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsoptions.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_tlsoptions.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsstores.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_tlsstores.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_traefikservices.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.containo.us_traefikservices.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutes.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressroutes.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutetcps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressroutetcps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressrouteudps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_ingressrouteudps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_middlewares.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewares.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_middlewares.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewaretcps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_middlewaretcps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_serverstransports.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransports.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_serverstransports.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransporttcps.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_serverstransporttcps.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsoptions.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_tlsoptions.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_tlsstores.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsstores.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_tlsstores.yaml diff --git a/system/traefik-crds/0.3.3/templates/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.5/templates/crds/traefik.io_traefikservices.yaml similarity index 100% rename from system/traefik-crds/0.3.3/templates/crds/traefik.io_traefikservices.yaml rename to system/traefik-crds/0.3.5/templates/crds/traefik.io_traefikservices.yaml diff --git a/system/traefik-crds/0.3.5/values.yaml b/system/traefik-crds/0.3.5/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/velero/4.7.3/CHANGELOG.md b/system/velero/4.7.3/CHANGELOG.md deleted file mode 100644 index fd0be7df7b3..00000000000 --- a/system/velero/4.7.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - diff --git a/system/velero/4.7.3/Chart.yaml b/system/velero/4.7.3/Chart.yaml deleted file mode 100644 index 70562ec918e..00000000000 --- a/system/velero/4.7.3/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.2.4 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: velero - version: 5.4.1 - repository: oci://ghcr.io/vmware-tanzu/charts - condition: "" - alias: velero - tags: [] - import-values: [] -deprecated: false -description: Velero is a kubernetes-native backup solution -home: https://truecharts.org/charts/system/velero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png -keywords: - - velero - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: velero -sources: - - https://cert-manager.io/ - - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/system/velero - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 4.7.3 diff --git a/system/velero/4.7.3/app-changelog.md b/system/velero/4.7.3/app-changelog.md deleted file mode 100644 index aace87aa070..00000000000 --- a/system/velero/4.7.3/app-changelog.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25) - -### Chore - - - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/velero/4.7.3/charts/common-20.2.4.tgz b/system/velero/4.7.3/charts/common-20.2.4.tgz deleted file mode 100644 index e02a4ec4192..00000000000 Binary files a/system/velero/4.7.3/charts/common-20.2.4.tgz and /dev/null differ diff --git a/system/velero/4.7.5/.helmignore b/system/velero/4.7.5/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/velero/4.7.5/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/system/velero/4.7.5/CHANGELOG.md b/system/velero/4.7.5/CHANGELOG.md new file mode 100644 index 00000000000..77d35f662f3 --- /dev/null +++ b/system/velero/4.7.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [velero-4.7.5](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [velero-4.7.4](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [velero-4.7.4](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [velero-4.7.4](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [velero-4.7.4](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.4) (2024-03-27) + +### Chore + + + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [velero-4.7.4](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.4) (2024-03-27) + +### Chore \ No newline at end of file diff --git a/system/velero/4.7.5/Chart.yaml b/system/velero/4.7.5/Chart.yaml new file mode 100644 index 00000000000..459d142fd51 --- /dev/null +++ b/system/velero/4.7.5/Chart.yaml @@ -0,0 +1,45 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 20.2.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: velero + version: 5.4.1 + repository: oci://ghcr.io/vmware-tanzu/charts + condition: "" + alias: velero + tags: [] + import-values: [] +deprecated: false +description: Velero is a kubernetes-native backup solution +home: https://truecharts.org/charts/system/velero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png +keywords: + - velero + - backup +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: velero +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/system/velero + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 4.7.5 diff --git a/system/velero/4.7.3/README.md b/system/velero/4.7.5/README.md similarity index 100% rename from system/velero/4.7.3/README.md rename to system/velero/4.7.5/README.md diff --git a/system/velero/4.7.5/app-changelog.md b/system/velero/4.7.5/app-changelog.md new file mode 100644 index 00000000000..7fcb9220439 --- /dev/null +++ b/system/velero/4.7.5/app-changelog.md @@ -0,0 +1,19 @@ + + +## [velero-4.7.5](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.5) (2024-03-30) + +### Chore + + + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/system/velero/4.7.3/app-readme.md b/system/velero/4.7.5/app-readme.md similarity index 100% rename from system/velero/4.7.3/app-readme.md rename to system/velero/4.7.5/app-readme.md diff --git a/system/velero/4.7.5/charts/common-20.2.10.tgz b/system/velero/4.7.5/charts/common-20.2.10.tgz new file mode 100644 index 00000000000..921fb828c0f Binary files /dev/null and b/system/velero/4.7.5/charts/common-20.2.10.tgz differ diff --git a/system/velero/4.7.3/charts/velero-5.4.1.tgz b/system/velero/4.7.5/charts/velero-5.4.1.tgz similarity index 100% rename from system/velero/4.7.3/charts/velero-5.4.1.tgz rename to system/velero/4.7.5/charts/velero-5.4.1.tgz diff --git a/system/velero/4.7.3/ix_values.yaml b/system/velero/4.7.5/ix_values.yaml similarity index 100% rename from system/velero/4.7.3/ix_values.yaml rename to system/velero/4.7.5/ix_values.yaml diff --git a/system/velero/4.7.3/questions.yaml b/system/velero/4.7.5/questions.yaml similarity index 100% rename from system/velero/4.7.3/questions.yaml rename to system/velero/4.7.5/questions.yaml diff --git a/system/velero/4.7.5/templates/NOTES.txt b/system/velero/4.7.5/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/velero/4.7.5/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/velero/4.7.3/templates/common.yaml b/system/velero/4.7.5/templates/common.yaml similarity index 100% rename from system/velero/4.7.3/templates/common.yaml rename to system/velero/4.7.5/templates/common.yaml diff --git a/system/velero/4.7.5/values.yaml b/system/velero/4.7.5/values.yaml new file mode 100644 index 00000000000..e69de29bb2d